HP Storage Essentials V5.1 Installation Guide Second Edition (Linux Release) (T4283-96055, November 2006)

Installing the Management Server on Linux30
IP_of_my_management_server is the IP address of the computer running the
management server software
The management server service needs to be restarted after installing EMC Navisphere CLI.
Removing the Management Server
To remove the management server from Linux:
1. Access the Linux host and login as user “root” as described in ”Accessing the Linux Host” on
page 12.
2. To uninstall the management server, enter the following at the command prompt:
<install_loc/productname>/Uninstall_<productname>
/Uninstall_<productname>
where <install_loc/productname> is the directory containing the software, the default
value being /opt/<product_name>
3. To remove leftover files from the management server, remove the directory for the management
server by entering the following at the command prompt:
# rm -rf <install_loc>
where <install_loc> is the directory containing the software, the default value being
/opt/<product_name>
4. If you want to remove the EMC WideSky API that installed with the management server, enter
the following command to remove the directory containing the API:
# rm -rf /var/symapi/
5. To remove the Oracle instance containing the data for the management server, set your DISPLAY
environment variable appropriately and launch the Oracle Database Configuration Assistant
(dbca) as the oracle user. Enter the following at the command prompt:
# su - oracle
$ dbca
6. Select the option for deleting a database. Then, click Next.
7. Verify that the product has been deleted by running the Oracle Database Configuration
Assistant again. APPIQ should not be listed as a database.
8. Open the etc/oratab file in a text editor, and remove entries beginning with APPIQ, as
shown in the following example:
APPIQ:/opt/oracle/product/9.2.0.4:Y
NOTE: /etc/oratab needs to be edited as root user.
9. If you are going to reinstall a new version of the management server, make sure you keep the file
/var/opt/oracle/orahome. This file lets you install a new version of the management
server by assuming you kept the same Oracle installation.
10.To remove the Oracle software, login as Oracle user and set your DISPLAY environment variable
appropriately:
a. Go to $ORACLE_HOME/oui/bin/.