Unisphere for PowerMax: Manually Removing 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
This is only for Unisphere. It is not required to remove Solutions Enabler.
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 the same/var/directory 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 stop it.
Host reboot hoststops all the running orphan processes if you cannot manually stop them. - Delete the files
install.dir.*in/tmpdirectory. - Delete the 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 the SMAS service.
- Stop the SMAS database service.
- Open Windows CI and delete the services using the command:
sc delete EMCSMAS sc delete EMC_smasdb
To ensure the service names above are correct, right-click the service and select Properties to see the name.
- 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 the 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 the CLI and type
regeditto get into the Windows Registry:
Go to: HKEY_LOCAL_MACHINE > Software > Dell > and 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 this folder.
- 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 Unisphere for PowerMax installation 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