SCF Reference Manual for J-Series and H-Series RVUs
SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs—529649-003
5-69
INFO Command
Examples
•
This 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)
•
This command produces the same results as the previous example:
-> INFO SAC $ZZLAN.*
•
These 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
•
This 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
•
For more examples of INFO commands, refer to Section 2, Using SCF to Display
Your System’s Configuration.










