Hub/Switch Installation Guide

Appendix F Additional SSM Information
HPSS Installation Guide September 2002 531
Release 4.5, Revision 2
preferencesmaybesavedindiskfileswhichSSMcanautomaticallyloadeachtimetheuser
logs into an SSM session. Preferences are saved in disk files in each user’s SSM work area,
/opt/hpss/sammi/ssm_user/<user>, where <user> is an actual SSM username.
While each SSMwork areais owned by anSSM user, the SSM DataServer processis the entity
which actually writes and reads the preferences files. This means that in most cases, the Data
Server will be performing file operations in a directory which does not belong to it. This
introducespermissions problemswhichcaninterfere with the user’s ability to save andreload
SSM preferences. The bestway toavoid this problemisto have all SSM usersin thesame Unix
group as the SSM processes, and to set group “rwx” permissions on the SSM work area
directories.
F.5 Detailed Information on Setting Up an SSM User
TheHPSS UserManagementUtility, hpssuser, mustberunasrootto setupeach SSMuser. Usethe
-aix, -dce, and -ssm flags to add a new user as an AIX user, a DCE principal, and an SSM user,
respectively. Use whichever of these flags are appropriate for each new SSM user, but do not use a
flag that is not needed. Do not, for example, use -aix if the user already has an AIX account on the
SSM host. Use the -h flag to view a short summary of how to use hpssuser. Refer to the manual
page for the hpssuser utility in Section 12.2: HPSS Utility Manual Pages on page 293 of the HPSS
Management Guide for more usage information.
Operations performed by hpssuser are summarized below:
1. 1.If the -dce flag is specified, hpssuser creates a DCE principal entry and a DCE account
entry for the new user in the DCE security registry. You will need to know thecell_admin
password for your DCE cell in order to do this.
2. If the -aix flag is specified, hpssuser adds the new user as an AIX user.
3. If the -ssm flag is specified, you will be promptedfor thehostname onwhich SSMwillrun
and the user security level. The hpssuser utility will setup the SSM user as follows:
The Sammi API configuration file (/opt/hpss/bin/api_config.dat) is searched for
existing“consoleID”numbers.EachSammiuserrequiresauniqueconsoleIDnumber.
After searching through the API configuration file, hpssuser creates a new console ID
that is not yet in use.
Sun ONC RPC addressesare createdfor thetwo vitalSammi processes (s2_evtsvr and
s2_stream)byusingthenewconsoleIDaspartofeachaddress.Thisresultsinaunique
set of RPC addresses for each console ID.
Threenew linesareaddedto theAPIconfigurationfile. Thefirstlineis acommentline
that includes theuser’s name.Thelast two linesbeginwith logical_server, anddefine
theRPCaddress,RPCversionnumber(equaltotheconsoleID),andhostname(theone
you entered at the prompt earlier) for each of the two vital Sammi processes. This
informationis readby theSSM DataServerprocessat start-up,andisusedby theData
Server to contact the Sammi processes being run by a specific SSM user.
A new entry for the user is added to the Sammi User Authorization file /opt/hpss/
sammi/hpss_ssm/user_authorization.dat.