Quick Reference Guide

cd
Description
Use this command to change the current working object.
Synopsis
racadm> cd <object>
Input
racadm> cd <object>
Output Use the command to run object related get or
setcommands.
Example
Example 1: To run all system related get
or
setcommands:
Input:[root@idrac-
<username>]racadm> cd system
Output:
[root@idrac-
<username>]system>
Example 2: To run all the power-related get or
set
commands:
Input: [root@idrac-
<username>]system> cd power
Output:
[root@idrac-
<username>]power>
cd..
Description
Use this command to traverse back to the previous object.
Synopsis
racadm> cd..
Input
racadm> cd..
Output Use the command to traverse back to the previous object.
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..
23