1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
| -> show -h
Command Status: COMMAND COMPLETED
Command Name: Show Displays the target's subtargets, associations, properties and verbs.
Usage: show [-options] [target] [<property name>==<value>] The optional [<property name>==<value>] filter allows the display of targets with the specified property value.
Example: show -level all /admin1
Options: all - instructs the verb to perform all possible functions. -d,-display - Filters the command output. syntax: -display "all" | <associations | properties | targets | verbs> [,<associations | properties | targets | verbs>]* -x,-examine - instructs the command processor to validate the command syntax without executing the command. -h,-help - shows help on how to use Show -k,-keep - retain the Job status information for the specified time -l,-level - instructs the verb to operate on targets at additional levels beneath the specified target. syntax: -level <n | all> -o,-output - specifies the format for the output. syntax: -output format=<text | keyword | clpxml> -v,-version - shows smash version -w,-wait -wait for command to complete execution before returning.
-> show
Command Status: COMMAND COMPLETED
ufip=/admin1 Targets: hdwr1 smclpprof1 system1 Properties: ElementName=SM CLP Admin Domain CreationClassName=CIM_AdminDomain Name=MAP Verbs: cd exit help show version
-> show -d properties=Name -o format=keyword /admin1
commandline=show -d properties=Name -o format=keyword /admin1 status=0 status_tag=COMMAND COMPLETED job_id=26 command=show begingroup=target begingroup=instance instance=1,ufct=admin ufip=/admin1 begingroup=properties begingroup=property name=Name val=MAP endgroup endgroup endgroup endgroup endoutput
->
|