![]() | Caution - The purpose of the Oracle ILOM Service Snapshot utility is to collect data for use by Oracle Services personnel to diagnose system problems. Customers should not run this utility unless requested to do so by Oracle Services. |
Before You Begin
The Admin(a) role is required to collect SP or CMM data using the Snapshot feature.
set /SP/diag/snapshot dataset=value
where value can be one of the following:
normal – Collect information about Oracle ILOM, host operating system, and hardware configuration.
normal-logonly – Collect only log files.
FRUID – Collect information about installed FRUs, in addition to the data set collected for Normal.
fruid-logonly – Collect only log files.
full – Collect the maximum information about the server. This option could cause the server to reset.
full-logonly – Collect only log files.
set /SP/diag/snapshot encrypt_output=[true|false]
set /SP/diag/snapshot dump_uri=protocol://username:password@host/directory
where the transfer protocol can be sftp or ftp.
For example, to store the snapshot information via ftp in a directory named data on the host, type:
set /SP/diag/snapshot dump_uri=ftp://username:mypasswd@host-ip-address/data