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

Storage Essentials 5.1 User Guide 15
3. To delete the original certificate, enter the following at the command prompt:
perl generateAppIQKeyStore.pl del
The original certificate is deleted.
NOTE: If you see an error message when you enter this command, a previous certificate
may not have been created. You can ignore the error message.
4. To create a new certificate containing the DNS name of the management server, enter the
following at the command prompt:
perl generateAppIQKeyStore.pl
5. If the program is unable to detect a DNS name, enter the following at the command prompt:
perl generateAppIQKeyStore.pl create mycomputername
where mycomputername is the DNS name of the computer
6. To copy the new certificate to the management server, enter the following at the command
prompt:
perl generateAppIQKeyStore.pl copy
The new certificate is copied to the correct location.
Stopping the Service for the
Management Server
By default, the software runs as a service from the time the management server has restarted. If you
must stop the service, it is recommended that you stop the service from the Services window, rather
than from the command prompt window.
IMPORTANT: The service must be running for users to access the management server.
To restart the AppStorManager service on a management server:
On Microsoft Windows:
1. Go to the Services window, usually accessible from the Control Panel.
2. Right-click AppStorManager.
3. Select Stop from the drop-down menu.
4. To start the management server, right-click AppStorManager and select Start from the
drop-down menu.
On Linux:
1. Open a command prompt window.
2. To stop the management server, enter the following at the command prompt:
/etc/init.d/appstormanager stop
3. To start the management server, enter the following at the command prompt:
/etc/init.d/appstormanager start