# 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
Need help?
Do you have a question about the A3550A - High Availability Disk Arrays Model 20 Storage Enclosure and is the answer not in the manual?
Questions and answers