Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

set controller-date on SE3510

Description
The set controller-date command sets a controller date, time, and time zone which enables you to reference and correlate messages and errors.

Syntax

set controller-date month day hh:mm:ss year time-zone

Arguments

TABLE 3-4 Argument month day hh:mm:ss

Arguments for

set controller-date

Description Specify the month in abbreviated format. Valid values: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec. Specify the day of the month. Valid values: 1-31. Specify the controller time based on a 24-hour system. hh: Specify the hour. Valid values: 0-23. mm: Specify the minute. Valid values: 1-59. ss: Specify the seconds. Valid values: 1-59.

year

Specify the year. If you do not specify the year, it is automatically set to the year set in the RAID firmware.

TABLE 3-4 Argument time zone

Arguments for

set controller-date

Description Specify the time zone based on Greenwich Mean Time (GMT) followed by a plus (+) or minus (-) sign and the number of hours earlier or later your location is from the Greenwich mean time. For instance, the time zone setting for Japan is GMT +9 and the time zone for New York is GMT -4 or -5 depending on daylight savings. If you do not specify the time zone, it is automatically set to the time zone set in the RAID firmware.

Examples
The following example sets the controller time and date to September 22, 2004 at 1:43 pm in the Pacific Standard time zone during daylight savings time.

# sccli c2t0d0 set controller-date sep 22 13:43:00 gmt -7

set controller-name

Description
The set controller-name command specifies a name for the array.

Note - The controller password and controller name share a 32-character space. Because the
minimum length of the controller password is 1 (when the controller password is empty), the maximum length for the controller name is 31. When the controller name occupies 31 characters, there is only one character left for the controller password, and vice versa.

Syntax

set controller-name controller-name

Examples
The following example sets the controller name as testname.

# sccli c2t0d0 set controller-name testname

To remove an existing controller name, specify a zero-length string with a pair of double-quote characters. For example:

# sccli c2t0d0 set controller-name

You might also like