Reference Guide

time = 14:30dayofmonth =1
repeat = 5
applyreboot = 1
idracuser = racuser
To clear and display AutoUpdateScheduler parameter:
racadm autoupdatescheduler clear
Successfully cleared the Automatic Update (autoupdate)
feature settings
cd
Description
To change the current working object, use this command.
Synopsis
racadm> cd <object>
Input
racadm> cd <object>
Output To run object-related use the get or set commands.
Example
Example 1: To run all system-related get or set commands:
Input:[root@idrac-<username>]racadm> cd system
Output:
[root@idrac-<username>]system>
Example 2: To run all the power-related get or setcommands:
Input: [root@idrac-<username>]system> cd power
Output:
[root@idrac-<username>]power>
cd..
Description
To go back to the previous object, use this command.
Synopsis
racadm> cd..
Input
racadm> cd..
Output To traverse back to the previous object, use the command.
Example
Example 1: To traverse back from power to system object:
Input:[root@idrac-<username>]power> cd..
Output:
[root@idrac-<username>]system>
Example 2: To traverse back from system object to the prompt:
Input: [root@idrac-<username>]system> cd..
Output:
[root@idrac-<username>]racadm>
29