Tags: options

Setting Korn Shell Options

Solaris, Shell Script Send feedback »
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 »

Sun StorEdge 3510 configuration

Technology, Solaris 2 feedbacks »
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 »

Solaris 10 OS Multipathing Options for iSCSI Devices

Technology, Solaris Send feedback »
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 »