Search found 2 matches

by robertr
Thu Apr 03, 2025 6:25 pm
Forum: StarWind V2V Converter, P2V Migrator
Topic: Synchronisation Fail Issue
Replies: 35
Views: 408632

Re: Synchronisation Fail Issue

I figured it out: 1. Connected to ESXi via SSH using: ```bash ssh -o PreferredAuthentications=keyboard-interactive root@x.x.x.x ``` 2. Modified TCP keepalive settings in `/etc/vmware/rhttpproxy/config.xml`: - Changed idleTimeSec from 900 (15 mins) to higher value (e.g., 28800 for 8 hours) - This aff...
by robertr
Wed Apr 02, 2025 1:11 pm
Forum: StarWind V2V Converter, P2V Migrator
Topic: Synchronisation Fail Issue
Replies: 35
Views: 408632

Re: Synchronisation Fail Issue

Hi all, I'm running into the same issue with UserVars.HostClientSessionTimeout set to 0 on esxi 6.5.0 Update 3 (Build 13932383). I would like to kindly request a feature update that instead of failing on failed authentication, V2V simply tries the same credentials given in the beginning again. Thank...