hpsa.4: Clarify example shell commands

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-09 01:15:08 +02:00
parent 2df381008f
commit b6c0e2d4eb
1 changed files with 8 additions and 4 deletions

View File

@ -81,7 +81,8 @@ The "firmware_revision" attribute contains the firmware version of the Smart Arr
For example:
.nf
root@host:/sys/class/scsi_host/host4# cat firmware_revision
# \fBcd /sys/class/scsi_host/host4\fP
# \fBcat firmware_revision\fP
7.14
.fi
@ -93,7 +94,8 @@ contains a 32 hex-digit unique ID for each logical drive
For example:
root@host:/sys/class/scsi_disk/4:0:0:0/device# cat unique_id
# \fBcd /sys/class/scsi_disk/4:0:0:0/device\fP
# \fBcat unique_id\fP
600508B1001044395355323037570F77
.fi
.TP
@ -102,7 +104,8 @@ contains the RAID level of each logical drive.
.nf
For example:
root@host:/sys/class/scsi_disk/4:0:0:0/device# cat raid_level
# \fBcd /sys/class/scsi_disk/4:0:0:0/device\fP
# \fBcat raid_level\fP
RAID 0
.fi
.TP
@ -113,7 +116,8 @@ physical device can be addressed.
.nf
For example:
root@host:/sys/class/scsi_disk/4:0:0:0/device# cat lunid
# cd /sys/class/scsi_disk/4:0:0:0/device\fP
# cat lunid\fP
0x0000004000000000
.fi
.SS Supported ioctl() operations