Library /sys$common/syshlp/sysmanhelp.hlb DISKQUOTA, ENABLE, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.SYSMAN> SET ENVIRONMENT/NODE=(NODE21,NODE22) SYSMAN> DISKQUOTA ENABLE SYSMAN> DISKQUOTA REBUILD The DISKQUOTA ENABLE command in this example resumes quota enforcement on the default disk DJA12, which is mounted on NODE21 and NODE22. The DISKQUOTA REBUILD command updates the quota file, correcting quotas and adding any new entries. 2.SYSMAN> SET ENVIRONMENT/CLUSTER 1 %SYSMAN-I-ENV, current command environment: Clusterwide on local cluster Username STEIN will be used on nonlocal nodes SYSMAN> DO SHOW QUOTA/DISK=$6$dkd0:/USER=[0,0] 2 %SYSMAN-I-OUTPUT, command execution on node WALTER %SYSTEM-F-QFNOTACT, disk quotas not enabled on this volume %SYSMAN-I-OUTPUT, command execution on node ARTOS2 %SYSTEM-F-QFNOTACT, disk quotas not enabled on this volume %SYSMAN-I-OUTPUT, command execution on node ARTOS1 %SYSTEM-F-QFNOTACT, disk quotas not enabled on this volume %SYSMAN-I-OUTPUT, command execution on node EXPERT %SYSTEM-F-QFNOTACT, disk quotas not enabled on this volume SYSMAN> DISKQUOTA ENABLE/DEVICE=$6$dkd0: 3 SYSMAN> DO SHOW QUOTA/DISK=$6$dkd0:/USER=[0,0] 4 %SYSMAN-I-OUTPUT, command execution on node WALTER User [0,0] has 0 blocks used, 1000 available, of 1000 authorized and permitted overdraft of 100 blocks on $6$DKD0 %SYSMAN-I-OUTPUT, command execution on node ARTOS2 User [0,0] has 0 blocks used, 1000 available, of 1000 authorized and permitted overdraft of 100 blocks on $6$DKD0 %SYSMAN-I-OUTPUT, command execution on node ARTOS1 User [0,0] has 0 blocks used, 1000 available, of 1000 authorized and permitted overdraft of 100 blocks on $6$DKD0 %SYSMAN-I-OUTPUT, command execution on node EXPERT User [0,0] has 0 blocks used, 1000 available, of 1000 authorized and permitted overdraft of 100 blocks on $6$DKD0 In this example, the disk $6$dkd0: has been mounted clusterwide. 1 The SET ENVIRONMENT command sets the environment for all nodes in the cluster. 2 The output of this DO SHOW QUOTA command shows that disk quotas have not been enabled. 3 The DISKQUOTA ENABLE command enables disk quotas over the entire cluster. 4 The output of this DO SHOW QUOTA command shows that disk quotas have been enabled over the cluster.
|