04-13-2017 03:35 AM - edited 03-01-2019 01:09 PM
How can I manually set Time & Date on UCS Chassis, as this is a lab environment with no internet connectivity as yet?
Solved! Go to Solution.
04-13-2017 04:04 AM
http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/1-3-1/b_CLI_Config_Guide_1_3_1/CLI_Config_Guide_1_3_1_chapter33.html#concept_06D0393D324B45E5A1A5B8AB3D917CED
Cisco UCS Manager CLI Configuration Guide, Release 1.3(1) - Managing Time Zones [Cisco UCS Manager] - Cisco
Command or Action | Purpose | |
---|---|---|
Step 1 | UCS-A# scope system |
Enters system mode. |
Step 2 | UCS-A /system # scope services |
Enters system services mode. |
Step 3 | UCS-A /system/services # set clock mon date year hour min sec |
Configures the system clock. |
Step 4 | UCS-A /system/services # commit-buffer |
Commits the transaction to the system configuration. |
The following example configures the system clock and commits the transaction:
UCS-A# scope system UCS-A /system # scope services UCS-A /system/services # set clock apr 14 2010 15 27 00 UCS-A /system/services* # commit-buffer UCS-A /system/services #
04-13-2017 04:04 AM
http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/cli/config/guide/1-3-1/b_CLI_Config_Guide_1_3_1/CLI_Config_Guide_1_3_1_chapter33.html#concept_06D0393D324B45E5A1A5B8AB3D917CED
Cisco UCS Manager CLI Configuration Guide, Release 1.3(1) - Managing Time Zones [Cisco UCS Manager] - Cisco
Command or Action | Purpose | |
---|---|---|
Step 1 | UCS-A# scope system |
Enters system mode. |
Step 2 | UCS-A /system # scope services |
Enters system services mode. |
Step 3 | UCS-A /system/services # set clock mon date year hour min sec |
Configures the system clock. |
Step 4 | UCS-A /system/services # commit-buffer |
Commits the transaction to the system configuration. |
The following example configures the system clock and commits the transaction:
UCS-A# scope system UCS-A /system # scope services UCS-A /system/services # set clock apr 14 2010 15 27 00 UCS-A /system/services* # commit-buffer UCS-A /system/services #
04-13-2017 04:49 AM
That worked perfect, thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide