How to collect ilom snapshot via CLI

来源:互联网 发布:义乌悠悠淘宝摄影 编辑:程序博客网 时间:2024/06/09 17:51
Using the Oracle ILOM Snapshot Utility (CLI)
Before You Begin
■ To collect SP data using the Service Snapshot utility, you needthe Admin(a) role
enabled.
To run the Service Snapshot utility, follow these steps:

1. Log in to the Oracle ILOM CLI server SP.
2. Type the following commands:

 
  ->set /SP/diag/snapshot dataset=data
   ->set /SP/diag/snapshot dump_uri=URI

where data andURI areone of the following:
data  option
normal :Specifies that Oracle ILOM, operating system, and hardwareinformation is tobe    collected.
FRUID  :Available as of Oracle ILOM 3.0.3,requests Oracle ILOM to collect information about FRUs currentlyconfigured on your server in addition to the data collected by thenormal option.
full   :Specifies that all datais to be collected (“full” collection).
        Note - Using this option might reset the running host.
• normal-logonly
• fruid-logonly
• full-logonly

URI  option
Any valid target directory location : Specifies the URI of thetarget directory. The URI format
is as follows:
             protocol://username:password@host/directory
where protocol can be one of these transfer methods: SFTP orFTP.
For example, to store the snapshot information in the directorynamed data on the host, define the URI as follows:
ftp://joe:mypasswd@host_ip_address/data
The directory data is relative to the user’s login, so thedirectory would probably be /home/joe/data.

For your reference:
Japanese versionhttp://docs.oracle.com/cd/E19860-01/PDF/E23680-01.pdf (Pg.56)
English version http://docs.oracle.com/cd/E19860-01/E21449/E21449.pdf (Pg.57)
原创粉丝点击