AIX system error – disk error
System environment:
Operating system: AIX 5.3.8
The Oracle: Oracle 10 gr2
Case Study:
After luns are divided on the array, the disk state is defined after the AIX system recognizes it:
[root@aix214:/]#lsdev -c disk
Hdisk0 defined 06-08-02 Other FC SCSI Disk Drive
Hdisk1 Available 08-08-00-3 0 16 Bit LVD SCSI Disk Drive
Hdisk2 Available 06-08-02 Other FC SCSI Disk Drive
Hdisk3 Available 06-08-02 Other FC SCSI Disk Drive
Conversion “Available” times wrong:
[root@aix214:/]#mkdev -l hdisk0
Method error (/usr/lib/methods/cfgscsidisk):
014-040 Error initializing a device into the kernel.
Query disk information through THE ODM library:
[root@aix214:/]#odmget -q”name=hdisk0″ CuDv
1 2 3 4 5 6 7 8 9 |
|
[root@aix214:/]# odmget-q "name=hdisk2" CuDv (normal disk)
1 2 3 4 5 6 7 8 9 |
|
Solution :(clear ODM information)
After system restart:
[root@aix214:/]#lsdev -c disk
1 2 3 4 |
The The The The |
@ So far, problem solved!