SCF Reference Manual for G-Series RVUs (G06.27+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-005
5-69
INFO Command
Examples
•
The following command sequence designates a SAC object named $ZZLAN and
then issues an INFO command against the assumed object:
-> ASSUME SAC $ZZLAN
-> INFO *
SLSA Info SAC
Name Owner *Access List
$ZZLAN.MIOE0.0 0 (0,1)
$ZZLAN.E0154.0 1 (1,0)
$ZZLAN.E0154.1 1 (1,0)
$ZZLAN.MIOE1.0 1 (1,0)
$ZZLAN.E0153.0 0 (0,1)
$ZZLAN.E0153.1 0 (0,1)
•
The following command produces the same results as the previous example:
-> INFO SAC $ZZLAN.*
•
The following commands request information about various objects by name or
using wild-card characters (an object-name template):
-> INFO SUBSYS $ZZKRN
-> INFO PIF $ZZLAN.MIOE*
-> INFO LIF $ZZLAN.LAN*
-> INFO ADAPTER *
-> INFO DEVICE $ZZWAN.#NETSRV, DETAIL
•
The following command displays the configurable attributes of a disk, so that the
contents of the log file as a command file can be used to automatically configure
the disk:
-> INFO / OUT DISKLOG / DISK $DISK03, OBEYFORM
•
Refer to Section 2, Using SCF to Display Your System’s Configuration, for more
examples of INFO commands.