
IBM System Storage DR550 | Version 3.0 | 17 March 2006 | Page 103 |
A test that you will perform, with the help of the Support Center, is to manually fail a
NOTE: Do not turn off the power supply if this is the only one that is powered on in your storage server or expansion enclosure. Turning off the power supply is the preferred test because it allows the testing of the DS4000 Storage Server Event Monitor service. This service monitors the DS4100 Storage Server for alerts without needing to have the DS4000 Storage Manager client running in the root user session.
Changing TSM HACMPADM password
The TSM HACMPADM password is currently set to never to expire. This login is created just to use for HACMP cluster stop services and not meant to use as an admin account. It has operator authority. You can change the password, perhaps in accordance with your site security guidelines. If you make a change to the password, the following script (stopserver), which is located in the /user/bin directory on both P5 520 servers, should be updated as well, as we have set HACMPADM password. Please review the red (bold) comments and the area that requires the new password.
#!/bin/ksh
###############################################################################
# Shell script to stop a TSM AIX server.#
# Please note that changes must be made to the dsmadmc command below in order #
# to tailor it for your environment: | # |
|
| |
# | # |
|
|
|
# | 1. Set | # | ||
# | in the /usr/tivoli/tsm/client/ba/bin/dsm.sys file. |
| # |
|
# | # |
|
|
|
# | 2. Set | # | ||
# | operator authority, as described in the section: | # |
| |
# | "Chapter 3. Customizing Your Tivoli Storage Manager System - | # | ||
# | Adding Administrators", in the Quick Start manual. | # |
| |
# | # |
|
|
|
# | 3. Edit the path in the LOCKFILE= statement to the directory where your | # | ||
# | dsmserv.dsk file exists for this server. |
| # |
|
# | # |
|
|
|
# Author: Steve Pittman | # |
|
| |
# | # |
|
|
|
# Date: 12/6/94 | # |
|
| |
# | # |
|
|
|
# Modifications: | # |
|
| |
# | # |
|
|
|
# 10/21/2002 David Bohm. IC34520, don't exit from the script if there are # |
| |||
# | kernel threads running. | # |
|
|
# | # |
|
|
|
# 7/03/2001 David Bohm. Made changes for support of the TSM server. | # | |||
# | General | # |
|
|
# | # |
|
|
|
###############################################################################
#
#Set seconds to sleep. secs=5
IBM Storage Systems | Copyright © 2006 by International Business Machines Corporation |
|
|