Previous Topic: Verify the configuration of RSHNext Topic: Set Up TCP/IP Proxy Access


Create or modify the privileged user account

This account must have the necessary privileges and quotas in the user authorization file (UAF) to enable the data collector process to be run successfully. These privileges and quotas are the same as those defined for the primary Performance Agent. The account must have the same name as the account where the Real-Time Monitor will run on the monitor node.

To create a privileged account

  1. Set your default directory to SYS$SYSTEM and run the Authorize Utility:
    $ SET DEFAULT SYS$SYSTEM
    $ RUN AUTHORIZE
    
  2. If the system UAF has no record for the requested account, add the record and corresponding identifiers to the rights database:
    UAF> ADD account_name /DIR=[account_dir] /DEV=device_name -
    _UAF> /UIC=[xx,yy] /FLAGS=RESTRICTED /LGICMD=_NL: -
    _UAF> /NOPWDEXPIRED /PASS= password -
    _UAF> /NETWORK/NOBATCH/NOINTERACTIVE
    
  3. Set necessary quotas and privileges for the requested account:
    UAF> MODIFY account_name /DEFPRIV=(CMKRNL, SYSNAM, GRPNAM,-
    _UAF> DETACH, PSWAPM, ALTPRI, TMPMBX, WORLD, EXQUOTA, NETMBX,-
    _UAF> SYSLCK)/PRIV=(CMKRNL, SYSNAM, GRPNAM, DETACH, PSWAPM, -
    _UAF> ALTPRI, TMPMBX, WORLD, EXQUOTA, NETMBX, SYSLCK) -
    _UAF> /WSQUO=2048 /WSEXTENT=16000 /PGFLQUO=50000
    UAF> EXIT
    $ CREATE/DIR device_name:[account_dir] /OWNER_UIC=[xx,yy]
    

    In the preceding example, you must substitute real values in place of account_name, account_dir, device_name and xx,yy, the UIC.