AIX system error one disk error

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

CuDv:


The name =
"hdisk0"


The status =
The 0
The ;; Flag id =
0


The chgstatus =
0


The ddins =
"scsidisk"


The location =
"06-08-02"


The parent =
"fscsi0"


The connwhere =
"1"


The PdDvLn =
"disk/fcp/osdisk"

[root@aix214:/]# odmget-q "name=hdisk2" CuDv (normal disk)

1

2

3

4

5

6

7

8

9

CuDv:


The name =
"hdisk2"


The status =
The 1
The ;; Flag id =
1


The chgstatus =
0


The ddins =
"scsidisk"


The location =
"06-08-02"


The parent =
"fscsi0"


The connwhere =
"2"


The PdDvLn =
"disk/fcp/osdisk"

Solution :(clear ODM information)

After system restart:
[root@aix214:/]#lsdev -c disk

1

2

3

4

The hdisk0 Available
06
-08
- 02
Other FC SCSI Disk Drive

The hdisk1 Available
08
-08
-00
-3
,
The 0
The 16
Bit LVD SCSI Disk Drive

The hdisk2 Available
06
-08
- 02
Other FC SCSI Disk Drive

The hdisk3 Available
06
-08
- 02
Other FC SCSI Disk Drive

@ So far, problem solved!

Read More: