Search found 3598 matches

by yaroslav (staff)
Tue Jun 24, 2025 2:07 pm
Forum: StarWind V2V Converter, P2V Migrator
Topic: P2V synch after process is complete
Replies: 7
Views: 354

Re: P2V synch after process is complete

The destination ends up with the same set of data as the source.
At the beginning, the converter takes a VSS snapshot of the storage. The data that is altered is merged afterward to the destination.
by yaroslav (staff)
Mon Jun 23, 2025 5:36 pm
Forum: StarWind V2V Converter, P2V Migrator
Topic: P2V synch after process is complete
Replies: 7
Views: 354

Re: P2V synch after process is complete

P2V uses VSS. Source will be the same as the destination the moment conversion is over.
by yaroslav (staff)
Mon Jun 23, 2025 3:47 pm
Forum: StarWind V2V Converter, P2V Migrator
Topic: P2V synch after process is complete
Replies: 7
Views: 354

Re: P2V synch after process is complete

Welcome to StarWind Forum. P2V conversion can be done live and it is non-disruptive for the source data. Good luck with your project.
by yaroslav (staff)
Fri Jun 20, 2025 7:36 am
Forum: StarWind Virtual SAN (VSAN) [+Free], HCI Appliance (HCA), Virtual HCI Appliance (VHCA) [+Free], StarWind x Proxmox VE SAN Integration Services
Topic: Is this something I can achieve with StarWind?
Replies: 3
Views: 1523

Re: Is this something I can achieve with StarWind?

There are system requirements. For the sake of system stability, the networking must meet them. Please also refer to the guides under https://www.starwindsoftware.com/resource-library/resource-type/technical_papers/ to see how the system is configured. Also, I'd strongly recommend having a call with...
by yaroslav (staff)
Thu Jun 19, 2025 1:11 pm
Forum: StarWind V2V Converter, P2V Migrator
Topic: Proxmox migration fails to obtain version, storage, and nodes
Replies: 6
Views: 10792

Re: Proxmox migration fails to obtain version, storage, and nodes

Sorry for the delays.
Check firewalls and make sure SSH is enabled for the hosts.
by yaroslav (staff)
Thu Jun 19, 2025 9:12 am
Forum: StarWind V2V Converter, P2V Migrator
Topic: Timeouts during ESXi conversion
Replies: 0
Views: 100

Timeouts during ESXi conversion

Timeouts can be addressed this way: 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...