User manual
Command line index
iXOS-JUKEMAN 2.2 User Manual Pre.12/97 231
Note: Any <column> name may be preceeded with :<char> to get
quoted output for that parameter, where <char> is a single char-
acter. For instance cdadm survey -d +:'d lists all attached
devices, where the device names will be quoted ('dev1.dev',
'dev2.dev'...).
<restrict>:
This optional parameter may be used to limit the survey output to entries
specified in the format:
<column>=<value> (print all lines where <columns> is <value>)
<column>!<name> (print all lines where <columns> is not <value>)
Example:
cdadm survey -v +do m=HD-image
This command will print a disk-based survey with device names and origi-
nal disk names for all disks with the type HD-image.
<sortby>:
This optional parameter may be used to sort the output by one or more
columns:
s:[-]<columns>
The optional - reverses the sort order.
Example:
cdadm survey -v +do m=HD-image s:dB
´This command will print a list of all hard disk images sorted by name and
size of buffered data.
Example:
cdadm survey -d +d print a list of all attached devices
cdadm survey -n +oPDM u=+ s:o print disk names and statistics.
Output is limited to accessible
disks (u=+) and sorted by origi-
nal disk names (s:o)