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

Storage Essentials 5.1 Installation Guide 25
does not start or end with an underscore (_)
To change the password:
1. Verify that the AppStorManager process is stopped.
2. The changePassword utility uses Perl. To set Perl in your path, enter the following command:
# . /opt/productname/install/setvars.sh
where /opt/productname is the directory containing the software. It is defined by
$APPIQ_DIST.
3. Go to the $APPIQ_DIST/install/database/Oracle directory.
4. The changePassword utility expects the following arguments in the same order:
•username
•old password
•new password
5. Enter the following command to change the password for the SIM_Manager user:
perl changePassword.pl SIM_Manager quake <New Password>
where <New Password> is the new password for SIM_Manager user.
The full path to Perl is the following:
$APPIQ_DIST/JBossandJetty/server/appiq/remoteScripts/perl/bin/perl
6. The changePassword utility changes the password for the specified account. For a successful
password change, the following message is displayed:
*** Started ChangePassword for SIM_Manager on: Sat Oct 7 14:46:28 2006 ***
Connected.
PL/SQL procedure successfully completed.
*** Finished ChangePassword for SIM_Manager on Sat Oct 7 14:46:28 2006 ***
Step 5 - Install the HP SIM Connector
The HP SIM Connector lets you communicate with HP SIM. Install the HP SIM Connector on the
same server running Storage Essentials.
To install the HP SIM Connector:
1. Stop the appstormanager process with the following command:
# /etc/init.d/appstormanager stop
2. Make sure the HP SIM processes (mxdomainmgr and mxdtf) are running on the HP SIM server
by using the following command:
# ps -ef | grep mx
3. Set the DISPLAY environment variable using the following commands:
# DISPLAY=<ip-address>:displaynumber.screennumber
where <ip-address> is the address of the client from where the Installer script is launched.
# export DISPLAY
For Example:
# DISPLAY=172.168.10.15:0.0
# export DISPLAY