How to Manually Remove Unisphere for PowerMax
Summary: There are rare occasions where the installation stops and is unable to recover, uninstall, or reinstall with provided installer scripts in the downloaded software package.
Instructions
If there are performance database backup files, move them into a temp folder. Backups are located in:
<install dir>\EMC\SMAS\backup\SPA - or - <install dir>/EMC/SMAS/backup/SPA
The file ends in a .dat
Perform the following steps to clean the LINUX host of Unisphere:
- Delete SMAS and its backup files from
/etc/init.d/directory (there is NOinit.ddirectory starting with Unisphere 10.x) - Take the backup of
/var/.com.zerog.registry.xmlFile in same/var/directory or some other place, and then delete the original file.com.zerog.registry.xml
.com.zerog.registry.xml is a hidden file!
- Ensure that there is no Java process running which is pointing to
/SMASdirectory (this could bejre or jboss). If any Java process is running, you must kill it.Host reboot hostkills all the running orphan processes if you cannot kill them manually. - Delete the files
install.dir.*in/tmpdirectory - Delete SMAS directory (this varies where the top-level install
drive/folderis).
Perform the following steps to clean the WINDOWS host of Unisphere:
- Save any SPA backup DAT files at
SMAS\backup\SPA - Stop SMAS Service
- Stop SMAS database service
- Open Windows CI and delete the services using the command:
sc delete EMCSMAS sc delete EMC_smasdb
- Go to the SMAS folder and delete each subfolder one at a time.
- Delete the SMAS folder (this varies where the top-level install
drive/folderis). - Open CLI and type
regeditto get into Windows Registry:
Go to: HKEY_LOCAL_MACHINE > Software > Microsoft > Windows > Current Version > Uninstall > Dell Unisphere for PowerMax (Right click and Delete this key)
- In the Control Panel, go to Add/Remove programs and refresh. Unisphere should be gone.
- Open CLI and type
regeditto get into Windows Registry:
Go to: HKEY_LOCAL_MACHINE > Software > Dell > (delete the following three keys):
Dell Symmetrix Management Application Server
Dell Symmetrix Management Console
Dell Symmetrix Performance Analyzer
- Open Windows Explorer and go to
C:\Program Files, click View > Options > View > Enable Show hidden files and folders > Apply/Save. - A folder called Zero G Registry appears, open it.
- Make a copy of the existing
.com.zerog.registry.xmlfile and rename the copy to.com.zerog.registry.xml.orig - Delete the original
.com.zerog.registry.xml
The installation should be removed from the host.
Proceed with a fresh installation of Unisphere for PowerMax per the installation guide.
If there is a performance database to restore (one for each SID), place the backup files back into the location above and follow the Restore performance database instructions within the online help in Unisphere UI.
Additional Information
Starting, stopping, and restarting the services are done through systemd scripts. Use the systemctl commands to:
- Check the service status:
systemctl status u4p.service
- Stop the service:
systemctl stop u4p.service
- Start the service:
systemctl start u4p.service