Resolution
Warnings:- Be aware that re-installation of the Service Container (SCT) rebuilds the SQL database which stores statistics about CPU/memory/network usage of Containers residing on the server.
- Users, backup tasks, security settings, and other PIM-related items are stored in the Service Container of the Master Node.
- Re-installation of SCT in a clustered environment requires additional actions.
We recommend performing the below steps to save an old SCT instance for backup purposes:
vzmlocal -C 1:2
vzctl set 2 --onboot no --save
vzctl set 2 --offline_management no --save
vzctl set 2 --ipdel IP_ADDRESS --saveThe Service Container (formerly Service VE) can be reinstalled, either though Parallels Virtuozzo Tools Configuration Wizard (Start, All Programs, Parallels, Virtuozzo Tools, Virtuozzo Tools Configuration Wizard), or by using the CLI command:
vzsveinstall -s <IP_address> -w -fIf it is necessary to enable Agent 3.5.1 version compatibility mode, you need to either to toggle "on" the appropriate checkbox in Virtuozzo Tools Configuration Wizard, or use the -c option in the CLI command:
vzsveinstall -s <IP_address> -c -w -fReinstallation of SCT on a Windows 2008 server also requires you to use the "-t w2k8" option:
vzsveinstall -s <IP_address> -c -w -f -t w2k8If a HW Node is to be managed by a provisioning system or PMC using the IP address of the HW Node, the "-s <IP_address>" option should be omitted from the vzsveinstall command. Thus, SCT will be created in NAT mode and with a private IP.
When SCT reinstallation is complete, start the vzagent service:
> net start vzaopAdditional Information
How to back up Parallels Infrastructure Manager on a regular basisHow to recreate Service VE for Parallels Virtuozzo Containers 3.5.1
IIS services should be disabled on Hardware Node
How to reinstall SCT if node is included in Microsoft Cluster
No
Yes