United States-English |
|
|
HP-UX Reference > Sscsimgr_esdisk(7)HP-UX 11i Version 3: February 2007 |
|
NAMEscsimgr_esdisk — SCSI class driver esdisk plug-in for scsimgr DESCRIPTIONThe SCSI class driver esdisk plug-in for scsimgr implements management and diagnostic operations specific to classes of devices bound to the esdisk driver. esdisk is the native HP-UX SCSI class driver that handles, by default, all block devices including the following types : direct access, CD/DVD, write-once read-multiple (WORM), and optical memory (OM). The plug-in handles the following operations for driver esdisk:
CommandsThe user can explicitly send the following scsimgr commands to driver esdisk plug-in by specifying the -d esdisk option:
Note: Refer to scsimgr(1M) for the syntax of the above commands. However, the only instance when it is necessary to explicitly send a command to the plug-in is when performing operations on objects global to driver esdisk: global statistics, attributes or status information. In all the other cases, scsimgr automatically invokes the plug-in to perform the driver specific part of the operation, when the operation applies to LUNs bound to driver esdisk or to their LUN paths. AttributesThe following table lists driver esdisk specific attributes. Also, under the category "Device Set", it lists the attributes the esdisk driver can set at scopes; including, device type, vendor identifier, product identifier and product revision. On the concept of attribute and attribute scope, refer to scsimgr(1M). Note: The following conventions are used :
I/O Load Balancing PolicyThe I/O load balancing policy attribute, load_bal_policy, is a tunable that controls how I/Os are distributed across the paths to a LUN:
EXAMPLESTo display scsimgr esdisk plug-in general help and supported commands: scsimgr -h -d esdisk To get esdisk driver global statistics scsimgr get_stat -d esdisk To clear esdisk driver global statistics scsimgr clear_stat -d esdisk To get esdisk driver global status information scsimgr get_info -d esdisk To display information about esdisk driver global attributes scsimgr get_attr -d esdisk To set the load balancing policy for disk0 to preferred_path and set the I/O path to be used preferably
To add a settable attribute scope corresponding to all disk devices from HP with product identifier "MSA VOLUME", for allowing modification of some settable attribute at this scope scsimgr ddr_add -N "/escsi/esdisk/0x0/HP /MSA VOLUME " To persistently change the default I/O load balancing policy, I/O timeout, and maximum concurrent I/O for all disk devices from HP with product identifier "MSA VOLUME"
To disable write cache, Persistent Reservation and 16 bytes read/write CDB for all disk devices bound to the esdisk driver scsimgr set_attr -N /escsi/esdisk -a disable_flags='WCE PR RW16' |
Printable version | ||
|