Technical data
Installing Site Manager on a SPARCstation
117342-B Rev. 00
10-5
Setting Up Site Manager User Accounts
To set up individual Site Manager users on the SPARCstation:
1.
Press Control-d to exit the root account.
2.
Log in to the user account.
3.
If this is the first time you installed Site Manager, create the directory in
which to install 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
5.
Log out of the user account.
Repeat steps 1 through 5 for each user account that needs to run Site Manager.
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.