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

From Lsdf
Revision as of 19:10, 10 April 2017 by Jvw (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 row 1, cell 2
Core Server row 2, cell 2

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

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