HP Workstation xw6000 Adaptec SCSI RAID 2120S: Software User's Guide - Page 110

Using Automated Command Scripts

Page 110 highlights

Adaptec SCSI RAID 2120S/2200S Software User's Guide enclosure show temperature [{enclosure}] [{sensor}] Displays temperature status of a specific enclosure. Parameters {enclosure}-ID associated with the enclosure management device for which to temperature status. {slot}-Unit number associated with the temperature sensor whose status to display. Using Automated Command Scripts To execute a CLI command script, type the @ (at sign) followed by the file name that contains the CLI commands, for example: AAC0>@commandscript.txt In its simplest form, a CLI command script is a text file that contains valid CLI commands. A carriage return linefeed follows each command. The following CLI command script: 1 Opens controller AAC0 by invoking the CLI command open. 2 Invokes controller details. 3 Closes controller AAC0 by invoking the CLI command close. 4 Exits the example CLI command script. open AAC0 controller details close AAC0 exit 4-44

  • 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

4-44
Adaptec SCSI RAID 2120S/2200S Software User’s Guide
enclosure show temperature [{enclosure}]
[{sensor}]
Displays temperature status of a specific enclosure.
Parameters
{enclosure}
—ID associated with the enclosure
management device for which to temperature status.
{slot}
—Unit number associated with the temperature
sensor whose status to display.
Using Automated Command Scripts
To execute a CLI command script, type the @ (at sign) followed by
the file name that contains the CLI commands, for example:
AAC0>@commandscript.txt
In its simplest form, a CLI command script is a text file that
contains valid CLI commands. A carriage return linefeed follows
each command. The following
CLI command script:
1
Opens controller AAC0 by invoking the CLI command
open
.
2
Invokes
controller details
.
3
Closes controller AAC0 by invoking the CLI command
close
.
4
Exits the example CLI command script.
open AAC0
controller details
close AAC0
exit