Database Reference
In-Depth Information
The following example will collect the $GRID_HOME diagnostic information:
./diagcollection.sh --collect --crs $GRID_HOME
The following CRS diagnostic archives will be created in the local directory:
crsData_usdbt43_20121204_1103.tar.gz -> logs, traces, and cores from CRS home.
Note
Core files will be packaged only with the --core option.
ocrData_usdbt43_20121204_1103.tar.gz -> ocrdump, ocrcheck etc
coreData_usdbt43_20121204_1103.tar.gz -> contents of CRS core files in text format
osData_usdbt43_20121204_1103.tar.gz -> logs from operating system
Collecting crs data
log/usdbt43/cssd/ocssd.log: file changed size
Collecting OCR data
Collecting information from core files
Collecting OS logs
After data collection is complete, the following files will be created in the local directory:
crsData_$hostname_20121204_1103.tar.gz
ocrData_$hostname _20121204_1103.tar.gz
coreData_$hostname _20121204_1103.tar.gz
osData_$hostname _20121204_1103.tar.gz
The following example will assist you in getting the supported parameters list that can be used with the tool
(output is trimmed):
./diagcollection.sh -help
--collect
[--crs] For collecting crs diag information
[--adr] For collecting diag information for ADR; specify ADR location
[--chmos] For collecting Cluster Health Monitor (OS) data
[--all] Default.For collecting all diag information. <<<>>>
[--core] Unix only. Package core files with CRS data
[--afterdate] Unix only. Collects archives from the specified date.
[--aftertime] Supported with -adr option. Collects archives after the specified
[--beforetime] Supported with -adr option. Collects archives before the specified
[--crshome] Argument that specifies the CRS Home location
[--incidenttime] Collects Cluster Health Monitor (OS) data from the specified
[--incidentduration] Collects Cluster Health Monitor (OS) data for the duration
NOTE:
1. You can also do the following
./diagcollection.pl --collect --crs --crshome <CRS Home>
--clean cleans up the diagnosability
information gathered by this script
 
Search WWH ::




Custom Search