Technical data

Quick-Starting Routers
12-4
117342-B Rev. 00
Unmounting the CD-ROM Drive
To unmount a CD-ROM drive, enter:
cd /
umount /cdrom
Setting Up Site Manager User Accounts
To set up individual Site Manager users on the HP 9000 workstation:
1.
Press Control-d to exit the root account.
2.
Log in to the user account.
3.
Create the directory for the Site Manager Image Builder application by
entering:
mkdir $HOME/.builder_dir
4.
Edit the user account setup file as follows:
If you use the C shell (csh) or clones, add the following lines to .cshrc:
set path = ($path /usr/wf/bin)
setenv WF_SMPATH /usr/wf
setenv SMTERM X
setenv SM_CONFIGS
<directory where config files are stored >
setenv BUILDER_DIR $HOME/.builder_dir
If you use the Bourne shell (sh) or clones, add the following lines to
.profile:
PATH=$PATH:/usr/wf/bin
WF_SMPATH=/usr/wf
SMTERM=X
SM_CONFIGS=
<directory where config files are stored >
BUILDER_DIR=$HOME/.builder_dir
export WF_SMPATH SMTERM SM_CONFIGS BUILDER_DIR
Note:
If the shell variable path is already set in some other line of the .cshrc
file, add these new lines immediately after the last
set path
line.