![]() | Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1358795.1 : Gathering data for the Oracle Database Appliance server
In this Document
Applies to:Oracle Database Appliance - Version Not Applicable to Not Applicable [Release N/A]Information in this document applies to any platform. GoalCollecting data for the Oracle Database Appliance server, Sunfire X4370M2. FixThe oakcli utility can be used to collect diagnostic information. /opt/oracle/oak/bin Example of how to run the command: # ./oakcli validate -d -f /tmp/validate.output This is the file (validate.output) that should be used for analysis. By default, the validate.output file is in the same directory as oakcli utility, however, you can choose any directory. In the command above, I've chosen to place the output file in /tmp. The options are: # ./oakcli validate -h Usage oakcli validate [-V | -l | -h] oakcli validate [-v] [-f output_file_name] [-a | -d | -c check1[,check2]] ARGUMENTS: -v verbose output -f output_file_name.The output is sent to the file instead of standard output -a run all checks -d run only default checks. -c check1[,check2] run specific checks -l list the checks and description -V Print the Version -h print help EXAMPLES: oakcli validate -l oakcli validate -a oakcli validate -c DiskCalibration oakcli validate -c SystemComponents,NetworkComponents # ./oakcli validate -l Checkname -- Description *SystemComponents -- Validate system components based on ilom sensor data readings *OSDiskStorage -- Validate OS disks and filesystem information *SharedStorage -- Validate Shared storage and multipathing information DiskCalibration -- Check disk performance with orion *NetworkComponents -- Validate public and private network components * -- Default check
It is recommended to run -d (default) option, and -a option should be used during downtime, since it will run diskcalibration.
The diagcollect module is here: /opt/oracle/oak/bin Example of how to run the command: # ./oakcli manage diagcollect Collecting crs data Collecting information from core files No corefiles found Collecting OCR data Oracle base not specified or invalid, will try to get correct oracle base Get valid oracle base /u01/app/grid and will collect it. Collecting Oracle base data Collecting Oracle home data Collecting OS logs Collecting Oracle installation logs Logs are at: /opt/oracle/oak/onecmd/tmp/invtData_rac04box1_20110915_1610.tar.gz Disk /dev/sdaw doesn't contain a valid partition table Disk /dev/md1 doesn't contain a valid partition table printk: 44 messages suppressed. Buffer I/O error on device dm-16, logical block 4 Disk /dev/md0 doBuffer I/O error on device dm-16, logical block 5 Doesn't contain a Buffer I/O error on device dm-16, logical block 6 Invalid partition Buffer I/O error on device dm-16, logical block 7 .... .... Collecting OSW logs.. Collecting oak data, it will take a while... mpt2sas0: log_info(0x3112011a): originator(PL), code(0x12), sub_code(0x011a) mpt2sas1: log_info(0x3112011a): originator(PL), code(0x12), sub_code(0x011a) mpt2sas0: log_info(0x3112011a): originator(PL), code(0x12), sub_code(0x011a) mpt2sas1: log_info(0x3112011a): originator(PL), code(0x12), sub_code(0x011a
######### Log Collection Finished.####### The output file in in /opt/oracle/oak/onecmd/oakdiag. Please use this file for analysis. Disk Related Issues Attachments This solution has no attachment |
||||||||||||||
|