Tags: options
May
30
Options are switches that control the behavior of the Korn shell. Options are boolean, meaning that they can be either on or off.
To switch an option on, type:
$ set -o option_name
To switch an option off, type:
$ set +o option_name
To show cu… more »
Jul
17
root@Sun440 # sccli
sccli: selected device /dev/rdsk/c4t40d0s2 [SUN StorEdge 3510 SN#04D208]
sccli>
usage: sccli [options] device [command]
Valid options:
-d disk, --disk=cXtYdZ
select LVD single-bus JBOD enclosure containing specifie… more »
Jul
15
Multipathing iSCSI devices can be implemented at different levels in the Solaris storage protocol stack.
The following figure shows the Solaris block I/O stack.
Note – The iSCSI Multiple Connections per Session (MC/S) is currently not suppo… more »
Recent comments