SYSMANHELP.HLB  —  DISKQUOTA  ADD  Example
  SYSMAN> SET ENVIRONMENT/NODE=(NODE21,NODE22)
  %SYSMAN-I-ENV, Current command environment:
          Individual nodes: NODE21,NODE22
          Username ALEXIS    will be used on nonlocal nodes.
  SYSMAN> SET PROFILE /PRIVILEGE=SYSPRV
  SYSMAN> DISKQUOTA ADD [MKT,MORSE] /DEVICE=WORK1 -
  _SYSMAN> /PERMQUOTA=200 /OVERDRAFT=50
  SYSMAN> DISKQUOTA ADD PAYROLL /DEVICE=WORK1 /PERMQUOTA=1000

      This command sequence performs the following tasks:

      o  Defines the management environment to be NODE21 and NODE22.

      o  Adds SYSPRV privilege to the user's current privileges in
         order to write to the quota file.

      o  Adds UIC [MKT,MORSE] to the quota file on the device named
         WORK1 on both NODE21 and NODE22, setting the permanent
         quota to 200 disk blocks and the overdraft limit to 50 disk
         blocks, for an absolute limit of 250 blocks. If the user
         name MORSE has a unique UIC on the system, you can enter the
         following command:

           SYSMAN> DISKQUOTA ADD MORSE

      o  Adds an entry for the rights identifier PAYROLL. Any user
         holding the PAYROLL identifier can use this disk space.
Close Help