CLI Guide
Table 21. Details of diagnostics (continued)
● To export a remote diagnostics report to NFS share:
racadm diagnostics export -f diagnostics -l 192.168.0:/nfs -u
administrator -p xxx
● To export a remote diagnostics report to the HTTP share:
racadm diagnostics export -f diags.txt -u httpuser -p httppwd -l
http://test.com
● To export a remote diagnostics report to the HTTPS share:
racadm diagnostics export -f diags.txt -u httpsuser -p httpspwd -l
https://test.com
● To export a remote diagnostics report to a local share:
racadm diagnostics export -f diags.txt
driverpack
Table 22. Details of driverpack
Description Installs the driver pack for the operating system.
Synopsis
To get information about the available driver packs
racadm driverpack getinfo
To attach the driver pack that matches the operating system
Racadm driverpack attach -i <index> -t <expose duration>
To detach the driver pack
Racadm driverpack detach
Input
● -i—index of the operating system
● -t—exposed time duration in seconds. It is an optional parameter and the default value is 64800
seconds.
Output
● racadm driverpack getinfo—<OS name>
● Racadm driverpack attach—Job Id details
● Racadm driverpack detach—detach successful
racadm driverpack getinfo—<OS name>
Racadm driverpack attach—Job Id details
Racadm driverpack detach—detach successful
Example
● To attach the driver pack with operating system index and exposed time
racadm driverpack attach -i <OS Index> [-t <exposed time>]
● To check the job status
racadm jobqueue view -i JID_000000000000
RACADM Subcommand Details 43