HP P4000 HP Smart Array SAS controllers for Integrity servers support guide - Page 67

sautil, download_ctlr_fw, <device_file&gt, <fw_image&gt

Page 67 highlights

Example 4-1 The sautil help screen # sautil **** **** **** SAUTIL Support Utility **** **** **** **** for the HP SmartArray RAID Controller Family **** **** **** **** version A.02.13 **** **** **** **** (C) Copyright 2003-2007 Hewlett-Packard Development Company, L.P. **** Usage: sautil [-s] download_ctlr_fw download_dev_fw download_encl_fw reset_ctlr scan start_recovery accept_media_xchg set_transfer_rate stat clear_stat get_trace_buf get_fw_err_log [-raw] clear_fw_err_log get_disk_err_log [-raw] get_pci_header read_regs vpd run_startup_script where "" is the controller's device file, e.g., /dev/ciss5 "-s" (optional) displays a shorter output "" is the firmware image file to download "" is: : of the SCSI physical disk, e.g., 4:12 OR :: of the SAS/SATA physical disk, e.g., 2I:1:10 OR of the SAS/SATA physical disk, e.g., 0x500000e010f16432 "" is the physical_drive_id of an enclosure. "-raw" (optional) displays the raw data buffer "" 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 download_ctlr_fw The sautil command 67

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142

Example 4-1 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
67