HP Virtual Connect Flex-10 10Gb Ethernet Module for c-Class BladeSystem User Manual

Page 151

Advertising
background image

Command line 151

Asset Tag=OA ASSET 453

Example 2: Scriptable output format displaying user "Administrator" information

->show user Administrator -output=script1
User Name=Administrator
Roles=domain,server,network,storage
Role

Operations=FirmwareUpdate,PortMonitoring,RestoreConfig,SaveConfig,Suppor

tFiles
Full Name=-- --
Contact Info=-- --
Enabled=true

Example 3: Scriptable output format displaying all users (with table header)

->show user -output=script2
UserName;Roles;Role Operations;FullName;Contact Info;Enabled
Administrator;domain server network storage;FirmwareUpdate PortMonitoring

RestoreConfig SaveConfig SupportFiles;-- --;-- --;true
steve;domain server network storage;FirmwareUpdate PortMonitoring

RestoreConfig SaveConfig SupportFiles;Steve

Johnson;[email protected];true

Example 4: Scriptable output format displaying all users (no table header)

->show user -output=script2,no-headers
Administrator;domain server network storage;FirmwareUpdate PortMonitoring

RestoreConfig SaveConfig SupportFiles;-- --;-- --;true
steve;domain server network storage;FirmwareUpdate PortMonitoring

RestoreConfig SaveConfig SupportFiles;Steve

Johnson;[email protected];true

Example 5: Scriptable output format displaying a single user (with table header)

->show user steve -output=script2
UserName;Roles;Role Operations;FullName;Contact Info;Enabled
steve;domain,server,network,storage;FirmwareUpdate,PortMonitoring,Restor

eConfig,SaveConfig,SupportFiles;Steve Johnson;[email protected];true

Example 6: Scriptable output format displaying a single user (no table header)

->show user steve -output=script2,no-headers
steve;domain,server,network,storage;FirmwareUpdate,PortMonitoring,Restor

eConfig,SaveConfig,SupportFiles;Steve Johnson;[email protected];true

Advertising