hidden:Reverse engineering of hpssadm and other gems from the HPSS toolset: Difference between revisions

From Lsdf
Jump to navigationJump to search
(Created page with "===hpssadm=== hpssadm> configuration info -type xxxx -name xxxx To see the list of possible types run hpssadm> configuration -type ... <list of types> Each type need...")
 
mNo edit summary
Line 17: Line 17:
|-
|-
| Core Server Configuration
| Core Server Configuration
| Location Server Configuration
| row 1, cell 2
| PVL Configuration
|-
|-
| Core Server
| Core Server
| Location Server
| row 2, cell 2
| PVL
|}
|}



Revision as of 19:36, 10 April 2017

hpssadm

hpssadm> configuration info -type xxxx -name xxxx

To see the list of possible types run

 hpssadm> configuration -type
 ...
 <list of types>

Each type needs a name or id (option -name or -id). But the -id and or -name option must follow the -type option (not the other way around). The stupid thing is that names nor ids are listed. Using the gui I was able to find out the following type and name pairs:

-type -name
Core Server Configuration Location Server Configuration PVL Configuration
Core Server Location Server PVL

example (using on of the valid pairs from the table above)

 hpssadm>  configuration info -type "Core Server Configuration" -name "Core Server"