- Community Home
- >
- Storage
- >
- HPE SimpliVity
- >
- How to move simplivity cluster to new vCenter
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 12:17 AM
08-25-2020 12:17 AM
Hello Everyone,
We have existing Fedration with two vCenter (A and B) which are used for customer. they requets to move one cluster (two host in this cluster ) from vCenter A to vCenter B , is there any step for safty perform ? Thank for any answers and suggestions,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 05:18 AM
08-25-2020 05:18 AM
Re: How to move simplivity cluster to new vCenter
Hi Saloris
Thank you for coming on HPE Community forums,
You will have to create new Datacenter, cluster in the new VCenter. Then discover the nodes. Once they are added, they have to update the vcenter by running dsv-update-vcenter command on each OVC. This has to be done on one OVC at a time. It will reboot the OVC, once the operation is done
Hope this helps.!!
Regards
Mahesh202
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2020 04:49 PM
08-25-2020 04:49 PM
Re: How to move simplivity cluster to new vCenter
Hello Mahesh202,
Thanks for your reply.
Is there any action need done in original vCenter A? like delete or disconnect host, cluster ?
or we need do nothing in vCenter A, all operation need done in vCenter B.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2020 04:18 AM
08-26-2020 04:18 AM
Re: How to move simplivity cluster to new vCenter
Hello @saloris
In the original cluster you first need to disconnect the host to stop managing it on vCenter A. Once you have it configured in vCenter B and after running the "dsv-update-vcenter" command on the OmniStack controllers, then you can remove it from inventory.
Also, have in mind that to be able to run this dsv command you need to elevate to root privileges in the OmniStack controller. If you are running 3.7.3 and above use these commands:
1. "sudo su"
2. "source /var/tmp/build/bin/appsetup
3. dsv-update-vcenter --username <vcenter username> --server <new vcenter ip>
Hope this helps,
Thanks
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2020 10:09 PM
08-26-2020 10:09 PM
Re: How to move simplivity cluster to new vCenter
Hello Gustenar,
Base your suggestions, I summarized the steps as below:
1. disconnect two Exsi host in the original cluster on vCenter A.
2. create new cluster with same name on vCenter B, add two Exsi host to this cluster
3. run below command on the Omnistack controller to update OVC to vCenter B.
sudo su
source /var/tmp/build/bin/appsetup
dsv-update-vcenter --username <vcenter username> --server <new vcenter ip>
4. remove the Exsi host in the original cluster on vCenter A
5. delete the original cluster on vCenter A.
If no more attention, we will arrang change to do it. thanks so much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2020 04:19 AM
08-27-2020 04:19 AM
SolutionCreate the new cluster first on vCenter B. Move one host at a time.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2020 01:19 PM
09-08-2020 01:19 PM
Re: How to move simplivity cluster to new vCenter
I have 2 clusters that I need to move to a new vCenter server, but I also need to change the host names of the ESXi hosts. Is there a best way to do one first before the other?
Thank you,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2020 06:34 AM - edited 09-09-2020 06:34 AM
09-09-2020 06:34 AM - edited 09-09-2020 06:34 AM
Re: How to move simplivity cluster to new vCenter
I would say the order does not really matter. To change the host name you can use the command:
"svt-host-rename --from oldhostname --to newhostname"
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2021 06:58 PM
02-04-2021 06:58 PM
Re: How to move simplivity cluster to new vCenter
I just wanted to confirm that that these are the steps you are saying we need to follow to move the hosts to a new vCenter
1. Create new cluster on vCenter with the same name as the old cluster
2. Disconnect one host from the original cluster on old vcenter
3. Add ESXi host to the new cluster on new vCenter
4. run below command on the Omnistack controller to update OVC to vCenter B.
sudo su
source /var/tmp/build/bin/appsetup
dsv-update-vcenter --username <vcenter username> --server <new vcenter ip>
5. Remove host from the original cluster on old vcenter
6. Add ESXi host to the new cluster
7. run below command on the Omnistack controller to update OVC to vCenter B.
sudo su
source /var/tmp/build/bin/appsetup
dsv-update-vcenter --username <vcenter username> --server <new vcenter ip>
8. delete the original cluster on vCenter A.