VMware Solutions Discussions
VMware Solutions Discussions
Hello,
We currently have VSC 4.1 installed on our vCenter server. We would like to move VSC to a dedicated server. It seems there is no documentation available on the process to move an installation of VSC from one server to another. As a result, we are considering the following process:
A few questions come to mind:
Q1: Can we register multiple instances of VSC with vCenter with no issues?
Q2: How would one go about migrating existing VSC Backup Job defniitions to a new server?
Q3: Is there an easier way to move VSC to a new server?
Thanks!
-MRJ
I didn't install it on the vcenter server. However, we have uninstalled and reinstalled it multiple times. I would GUESS all you have to do is an uninstall, then re-install on the new box, and the re-register to vcenter will in the end leave only one. Hopefully I'm correct
One way to do this is:
1. Stop the Virtual Storage Console service on the old machine
2. Install VSC on the new machine
3. Copy these directories from the old machine to the new machine:
4. On the new machine, generate a new SSL certificate by opening a command prompt and running:
cd "c:\Program Files\NetApp\Virtual Storage Console"
bin\vsc ssl setup
5. Restart the Virtual Storage Console service on the new machine
6. Register at https://NEW_VSC_SERVER:8143/Register.html
To answer your other questions:
Q1: Can we register multiple instances of VSC with vCenter with no issues?
A: This is not recommended. Some VSC operations require object locking which is only enforced across one VSC instance.
Q2: How would one go about migrating existing VSC Backup Job defniitions to a new server?
A: The steps in my post above will copy these. They are located in VSC_INSTALL_DIR\smvi\server\repository.
Q3: Is there an easier way to move VSC to a new server?
A: Hopefully, the steps in my post above simplifies the work for you to move VSC to a new server.
Thanks for all the responses! I love NetApp Communities!
We could not get two instances of VSC to use the same vCenter server. Original instance of VSC was running 4.1. The new instance of VSC was running 4.2. They were both installed on separate servers. Upon registering the 2nd instance with the vCenter server, the NetApp icon in the vSphere console would simply take us to the new instance of VSC. The old instance remained intact but we couldnt access it through the vSphere console. We were told that we could register two instances of VSC wtih vCenter and would be able to choose which instance we wanted to manage. This wasnt the case. To get the old instance back into the vSphere console, we simply re-registered the old instance with vCenter and restarted our vSphere consoles. All the old information from the original 4.1 instance of VSC was available.
This is in line with the responses stating that it is not supported.
At the end of the day, we decided to migrate everything over to the new instance of VSC and dismantle the old 4.1 instance of VSC. We essentially performed the six steps you listed in your previous post with a few minor tweaks.
Some issues we experienced and notes:
Another change that you may want to make is to increase the wrapper heap memory size described at https://kb.netapp.com/support/index?page=content&id=1014037. If this had been modified previously, you'll either need to make that change in the new environment, or copy VSC_INSTALL_DIR\wrapper\wrapper.conf.
Thanks for sharing that article! We've always gone with the default settings and 4GB of RAM on the VSC VM. We havent seen too many issues with VSC performance on the new box so I'll leave things as they are for now. Definitely a good tool to have in the toolbox though so thanks again!