This post is more than 5 years old

2 Intern

 • 

356 Posts

4720

June 6th, 2014 07:00

How to change clusters time?

Hey,

I wanted to know if my cluster is set to the wrong time what is the command to change the time for the Isilon cluster?

Thank you,

June 6th, 2014 08:00

The date, time and timezone can be set modified on the cluster via either the WebUI CLI.

You can set the date, time, and time zone that is used by the Isilon cluster.

Procedure

1. Open the isi config command prompt by running the following command:

# config

2. Specify the current date and time by running the date command.

The following command sets the cluster time to 9:00 AM on June 6, 2014:

# date 2014/06/6 09:00:00

3. Save your changes by running the following command:

# commit

If you need help on using an isi config sub commands, just use help date or help timezone


wak1 >>> help date

date [yyyy/mm/dd hh:mm:ss]

  Displays the time/date currently set on a node, when executed with

  no argument.

  Sets the cluster time to the specified time, when appended with the

  following arguments:

  - year setting, using four-digit value

  - month and day settings, using values (1-12 and 1-31),

    respectively)

  - hour setting, using a 24-hour value (0-23)

  - minute and second settings, using values (0-59)

You will need to exit isi config using commit or exit

Additional information is available in the OneFS CLI guide.

No Events found!

Top