Solution
The procedure of re-installing PIM is quite obvious inspite of the fact it includes several steps to be checked. These are the steps:1. Upgrade your current PIM up to the latest update - PIMU400003, where backup/restore functionality has been implemented;
2. Backup your current PIM infrustructure with the following command:
cscript pimBackupData.vbs <backup_folder> 3. Stop services by using the following commands on Virtuozzo server:
sc stop vzaop
sc stop vzaopcompat
vzctl exec 1 sc stop vzcpd
sc stop snmp
sc stop vzupsvc 4. Uninstall PIM and PIM updates with Add/Remove programs Windows snap-in.
5. Make sure that there are no PIM records left in the system. There are several things to be checked:
- remove every PIM-related record in C:\Program Files\SWsoft\Virtuozzo\Updates;
- remove every PIM-related record from HKEY_LOCAL_MACHINE\SOFTWARE\SWSoft\VZUpdates\ if any;
- check the system with Microsoft CleanUp utility and make sure there are no PIM or PIM updates located on the server.
6. Start Virtuozzo Update Service:
sc start vzupsvc 7. Install PIM anew by re-installing VZ tools.
8. Install all the latest PIM updated up to PIMU400003;
9. Restore PIM infrastructure with the following command:
cscript pimRestoreData.vbs --force <backup_folder> Note: pimBackupData.vbs and pimRestoreData.vbs are located in %SystemRoot%\Program Files\SWSoft\Virtuozzo\VZAgent\bin folder.
Keywords: how to reinstall PIM