Example 5 The sautil help screen
# sautil
******************************************************************************
**** ****
**** S A U T I L S u p p o r t U t i l i t y ****
**** ****
**** for the HP SmartArray RAID Controller Family ****
**** ****
**** version A.02.13 ****
**** ****
**** (C) Copyright 2003-2007 Hewlett-Packard Development Company, L.P. ****
******************************************************************************
Usage:
sautil <device_file> [-s]
<device_file> download_ctlr_fw <fw_image>
<device_file> download_dev_fw <fw_image> <physical_drive_id>
<device_file> download_encl_fw <fw_image> <encl_physical_drive_id>
<device_file> reset_ctlr
<device_file> scan
<device_file> start_recovery
<device_file> accept_media_xchg <logical_drive_number>
<device_file> set_transfer_rate <rate>
<device_file> stat
<device_file> clear_stat
<device_file> get_trace_buf
<device_file> get_fw_err_log [-raw]
<device_file> clear_fw_err_log
<device_file> get_disk_err_log <physical_drive_id> [-raw]
<device_file> get_pci_header
<device_file> read_regs
<device_file> vpd
run_startup_script
where "<device_file>" is the controller's device file, e.g., /dev/ciss5
"-s" (optional) displays a shorter output
"<fw_image>" is the firmware image file to download
"<physical_drive_id>" is:
<channel_id>:<target_id> of the SCSI physical disk, e.g., 4:12
OR
<connector>:<enclosure>:<bay> of the SAS/SATA physical disk,
e.g., 2I:1:10
OR
<wwid> of the SAS/SATA physical disk, e.g., 0x500000e010f16432
"<encl_physical_drive_id>" is the physical_drive_id of an enclosure.
"-raw" (optional) displays the raw data buffer
"<rate>" is auto, async, sync, ultra, ultra-2 (or ultra-160 for
controllers that support Ultra-320).
"set_transfer_rate" option applies to
RAID160/6402/6404 controllers only.
Notes:
- You must be a privileged user to execute this command. See privileges(5)
for more information on privileged users.
- See sautil(1M) for tool details.
NOTE: In HP-UX 11i v3, the -N option causes sautil to display persistent device file information.
If you do not specify the -N option, sautil displays legacy device file information. This provides
backward compatibility with previous versions of HP-UX. For more information about persistent
device files in HP-UX 11i v3, see the intro(7) manpage.
To update Smart Array Controller firmware, use the following command:
# sautil <device_file> download_ctlr_fw <fw_image>
The sautil command 61