Package oshi.driver.unix.aix
Class Lscfg
java.lang.Object
oshi.driver.unix.aix.Lscfg
Utility to query lscfg
- 
Method SummaryModifier and TypeMethodDescriptionQuerylscfg -vpto get all hardware devicesParse the output oflscfg -vpto get backplane infoqueryModelSerial(String device) Querylscfg -vl deviceto get hardware info
- 
Method Details- 
queryAllDevicesQuerylscfg -vpto get all hardware devices- Returns:
- A list of the output
 
- 
queryBackplaneModelSerialVersionParse the output oflscfg -vpto get backplane info- Parameters:
- lscfg- The output of a previous call to- lscfg -vp
- Returns:
- A triplet with backplane model, serial number, and version
 
- 
queryModelSerialQuerylscfg -vl deviceto get hardware info- Parameters:
- device- The disk to get the model and serial from
- Returns:
- A pair containing the model and serial number for the device, or null if not found
 
 
-