getattributes


 
用于查看会话或选定节点的任何属性。可以使用 SetAttributes 命令更改属性。

语法 

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

参数/选项/标记/字符串/...
--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