List CMM settings in a tree-like format

With ASU you can list all subsettings of the specified CMM setting and the support operation commands for each setting in a tree-like format. If the setting name is not specified, the list command lists all the setting names and support commands.

The showtree command is not an operation command. You do not need to connect CMM to run it. All the settings are supported by this command.

Command syntax

asu cmmcfg showtree [setting name] [options]

Command

<setting name>

Setting name is an option parameter for the list comment. It takes the format of xx.xx.xx, which can be shown by either the list or showtree command.

Table 1. Options
Option Description
--help Display help for this command in the console window and exit.

Command example

C:\asu>asu.exe cmmcfg showtree cmm01 --host 10.10.10.1 --user USERID --password PASSW0RD
Lenovo Advanced Settings Utility version 10.0.87F
Licensed Materials - Property of Lenovo
(C) Copyright Lenovo Corp. 2007-20xx All Rights Reserved
Discription:
  Setting name is composed by node name below separated by '.'
Example:
  cmm01.account.@user.password
  cmm01.network.dns.ipv4address1
Using 'enum' command to show all attched cmm.
   The <> tag in node name doesn't need to be typed, and the value between it
   needs user input which means number form '0' to '9' or userid like 'USERID'.
   The count of char 'x' stand for how many numbers need to input.
******************************************************************************
|-CMM<xx>:[Reboot,Reset]         
     |-Account:[Show]
              |-@<UserID>:[Delete]
                        |-Password:[Set,ShowValues]
     |-Configuration:[Export,Import,ShowValues]
     |-Firmware:[Show]
     |-Network
             |-HostName:[Set,Show,ShowValues]
             |-DomainName:[Set,Show,ShowValues]
             |-DNS
               |-DDNS:[Set,Show,ShowValues]
               |-State:[Set,Show,ShowValues]
               |-IPv4Address<x>:[Set,Show,ShowValues]
               |-IPv6Address<x>:[Set,Show,ShowValues]
               |-IPv6Preferred:[Set,Show,ShowValues]
             |-IPv4:[Show]
               |-StaticAddress:[Set,Show,ShowValues]
 ...... 
Command executed successfully.