HP A3550A - High Availability Disk Arrays Model 20 Storage Enclosure User Manual page 144

High availability scsi disk array
Hide thumbs Also See for A3550A - High Availability Disk Arrays Model 20 Storage Enclosure:
Table of Contents

Advertisement

# Set up the shell environment.
set -u
trap "echo 'logout'" 0
# Set up the shell variables.
EDITOR=vi
export EDITOR
# Set up the Grid Manager Mux Port.
TTYDEV=ttylu#pport#
export TTYDEV
# Ensure there is only one invocation of Grid Manager.
if ps -ef | grep -v grep | grep -v getty | grep $TTYDEV
then echo "Grid Manager is currently in use. Try again later."
exit
else
exec cu -l $TTYDEV
fi
#____________________________________________________________________
# Copy .profile to the second login directory.
cd /users/gridmgr1
cp /users/gridmgr0/.profile .profile
vi .profile
(Add lu# and port# to access first the SP)
(where "l" is the letter "el," not the number one)
(Go to directory for second login.)
(Copy .profile to second login directory.)
(Edit the TTYDEV=ttylu#pport# line in the
.profile to set up the second login to access the
second SP.)
6-5

Advertisement

Table of Contents
loading

This manual is also suitable for:

Net pc 20

Table of Contents