Chinaunix

标题: 跪求高人指点:end_request: I/O error, dev sdaf, sector 2097144 [打印本页]

作者: comerliang    时间: 2012-08-24 19:00
标题: 跪求高人指点:end_request: I/O error, dev sdaf, sector 2097144
安装了很多次oracle RAC for linux,ASM,系统日志老是报大量类似的错误:

end_request: I/O error, dev sdae, sector 2097144
end_request: I/O error, dev sdae, sector 2097144
end_request: I/O error, dev sdae, sector 0
end_request: I/O error, dev sdae, sector 0
end_request: I/O error, dev sdaf, sector 0
end_request: I/O error, dev sdaf, sector 0
end_request: I/O error, dev sdaf, sector 0
end_request: I/O error, dev sdaf, sector 0
end_request: I/O error, dev sdaf, sector 2097144
end_request: I/O error, dev sdaf, sector 2097144
end_request: I/O error, dev sdaf, sector 0
end_request: I/O error, dev sdaf, sector 0
end_request: I/O error, dev sdag, sector 0
end_request: I/O error, dev sdag, sector 0
end_request: I/O error, dev sdag, sector 0
end_request: I/O error, dev sdag, sector 0
end_request: I/O error, dev sdag, sector 2097144
end_request: I/O error, dev sdag, sector 2097144
end_request: I/O error, dev sdag, sector 0
end_request: I/O error, dev sdag, sector 0


日立、IBM和EMC存储都是这种情况,下边是EMC存储的fdisk -l信息:

[root@xasckhdb2 ~]# fdisk -l

Disk /dev/sda: 599.5 GB, 599550590976 bytes
47 heads, 36 sectors/track, 692078 cylinders
Units = cylinders of 1692 * 512 = 866304 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1         242      204714   83  Linux
/dev/sda2             243       97074    81919872   83  Linux
/dev/sda3           97075      136736    33554052   82  Linux swap / Solaris
/dev/sda4          136737      692078   469819332    5  Extended
/dev/sda5          136737      146652     8388918   83  Linux
/dev/sda6          146653      151610     4194450   83  Linux
/dev/sda7          151611      156568     4194450   83  Linux
/dev/sda8          156569      161526     4194450   83  Linux
/dev/sda9          161527      692078   448846974   83  Linux

Disk /dev/sdf: 524 MB, 524288000 bytes
17 heads, 59 sectors/track, 1020 cylinders
Units = cylinders of 1003 * 512 = 513536 bytes

Disk /dev/sdf doesn't contain a valid partition table

Disk /dev/sdg: 629 MB, 629145600 bytes
20 heads, 60 sectors/track, 1024 cylinders
Units = cylinders of 1200 * 512 = 614400 bytes

Disk /dev/sdg doesn't contain a valid partition table

Disk /dev/sdh: 734 MB, 734003200 bytes
23 heads, 61 sectors/track, 1021 cylinders
Units = cylinders of 1403 * 512 = 718336 bytes

Disk /dev/sdh doesn't contain a valid partition table

Disk /dev/sdi: 838 MB, 838860800 bytes
26 heads, 62 sectors/track, 1016 cylinders
Units = cylinders of 1612 * 512 = 825344 bytes

Disk /dev/sdi doesn't contain a valid partition table

Disk /dev/sdj: 943 MB, 943718400 bytes
30 heads, 60 sectors/track, 1024 cylinders
Units = cylinders of 1800 * 512 = 921600 bytes

Disk /dev/sdj doesn't contain a valid partition table

....
....


Disk /dev/emcpowerd: 838 MB, 838860800 bytes
26 heads, 62 sectors/track, 1016 cylinders
Units = cylinders of 1612 * 512 = 825344 bytes

Disk /dev/emcpowerd doesn't contain a valid partition table

Disk /dev/emcpowerf: 107.3 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Disk /dev/emcpowerf doesn't contain a valid partition table
作者: comerliang    时间: 2012-08-24 19:01
补充点信息:

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2              76G  1.2G   71G   2% /
/dev/sda9             415G  6.4G  387G   2% /u01
/dev/sda8             3.9G  137M  3.6G   4% /tmp
/dev/sda7             3.9G  461M  3.3G  13% /var
/dev/sda6             3.9G  309M  3.4G   9% /opt
/dev/sda5             7.8G  3.4G  4.0G  46% /usr
/dev/sda1             194M   27M  158M  15% /boot
tmpfs                 7.9G     0  7.9G   0% /dev/shm

# cat /etc/fstab
LABEL=/1                /                       ext3    defaults        1 1
LABEL=/u01              /u01                    ext3    defaults        1 2
LABEL=/tmp              /tmp                    ext3    defaults        1 2
LABEL=/var              /var                    ext3    defaults        1 2
LABEL=/opt              /opt                    ext3    defaults        1 2
LABEL=/usr              /usr                    ext3    defaults        1 2
LABEL=/boot1            /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-sda3         swap                    swap    defaults        0 0
作者: dooza    时间: 2012-08-24 21:54
这个我在rhel 5.6单光纤连接DS5300时碰到过,启动的时候,一堆这样的类似错误,非常慢,后来安装了RDAC之后,会自动创建一个mpp启动镜像,启动就一切正常了。

作者: comerliang    时间: 2012-08-27 08:41
楼上说的跟我的情况不一样啊

没人遇到过吗?我装了很多次asm 的RAC都是这样啊
作者: comerliang    时间: 2012-08-27 08:53


有人解决过这样的问题吗?

作者: yzkarchive    时间: 2012-08-27 10:16
你可以看下启动哪个服务后报的这些错误(应该是multipathd),这时候iscsi服务还没有启动,这个是没有问题的。
同时在/etc/init.d下面确认各个服务的启动级别。
作者: comerliang    时间: 2012-08-27 15:32
楼上的能说明白点吗?





欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2