getattributes


セッションまたは選択したノードの属性のいずれかを表示できます。属性はSetAttributesコマンドを使用して変更できます。

構文 

smartupdate getattributes [--nodes [nodelist]] [--session] 

Parameters/Options/Flags/Strings/...
--nodes [<nodelist>]
属性を取得するノードのリスト。ノードとセッション属性の両方が指定されていない場合、このコマンドはすべてのノードおよびセッションの属性を返します。
--session
SUMセッションで使用可能な属性を一覧表示します。

Windowsでの使用法 

C:\> smartupdate getattributes /nodes localhost 

C:\> smartupdate getattributes /nodes 10.0.1.2 

Linuxでの使用法 

$ ./smartupdate getattributes --nodes localhost 

$ ./smartupdate getattributes --nodes 10.0.1.4