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