RHEL and Centos VMs with IO failure on root


 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support RHEL and Centos VMs with IO failure on root
# 8  
Old 01-30-2012
Hi Everyone,

This seems to be Kernel bug, as par this vmware link "http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=51306&sliceId=1&docTypeID=DT_KB_1_1&dialogID=283139327 &stateId=0%200%20283141315"

it is suggested to patch the server, which are made against kernel version 2.6.18-8.1.4.el5 from kernel-2.6.9-55.EL

Code:
# uname -r
2.6.18-274.3.1.el5
# more /etc/redhat-release
CentOS release 5.7 (Final)

I am currently CentOS 5.7, and kernel version is listed above, not sure weather this patch is included in part of installation. Can someone please suggest.

Thanks,
# 9  
Old 01-30-2012
I don't think this is your problem. kernel-2.6.9-55.EL is a RHEL 4 kernel, so this is an old bug from 2007. The bug was addressed by Red Hat bug 228108 - bugzilla.redhat.com/show_bug.cgi?id=228108

Your current kernel of 2.6.18-274.3.1.el5 is already much newer than the 2.6.18-8.1.4.el5 kernel (release 5.1) they want you to patch to.

See bugzilla.redhat.com/show_bug.cgi?id=228108 for RHEL/Centos kernel versions versus releases.

I still think you have an underlying problem with the storage at the ESX level.
# 10  
Old 03-02-2012
Hello,

We had similar issue repeating again, as we are using iscsi storage for ESX server.
Actual the issue was network switch got rebooted, all the linux VM's had read-only filesystem error. All version of Linux OS are CentOS 5.7.

Is their any patch available for this kind of this kind of issue, that will be really helpful.

Sick of rebooting each and every server. Smilie

Thanks,
# 11  
Old 03-02-2012
As mentioned earlier, I would second the thought that it's not an RHEL issue. Rather it's an ESX issue. Somehow the hypervisor is failing to do what it's supposed to do once the switches come back.

Did you check by executing "mount -o remount,rw /"?

Can you please check your ESX server's log and check with VMWare support?
# 12  
Old 03-03-2012
Storage is not intended to be intermittently connected and disconnected while in operation. You have a single point of failure there and the ext3 component of RHEL is trying to protect your data when your network fails and the one and only path to your disks go down.

The "patch" would be to provide redundant paths to your storage, which with iSCSI would give the added implicit benefit of redundant network connections.

Additionally, your environment would benefit from some form of change control, so that the potential impact of every proposed change to the environment - such as rebooting a network switch - is carefully considered and approved before it happens and is clearly documented.
# 13  
Old 04-05-2012
If nothing is working then try to upgrade your firmware, sometime upgradation of firmware solve the problem.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Need RHEL/CentOS 7 'Little Endian' ISO for PowerPC

Hi! One of our clients need RHEL 7 on PPC hardware for their R&D setup and they are particular about this being 'Little Endian'. The problem is that Redhat doesn't have LE RHEL7 images below 7.1 while the latest toolkit (which is needed while reimaging an IBM LPAR) that IBM provides only... (0 Replies)
Discussion started by: satish51392111
0 Replies

2. Red Hat

How to reduce the LVM Size in RHEL/Centos 7 ?

Hi All, I have one logical volume with size as 900G and it is mounted as xfs file system. Now I want to reduce this partition to 500G. So I followed the below steps. unmount the mount point /home Reduced the volume using the command Now I remounted the partition. But the problem... (3 Replies)
Discussion started by: kalpeer
3 Replies

3. Red Hat

Network Teaming not working in RHEL/CentOS 7

I was testing Networking Teaming (activebackup) with a VM hosted on VmWare Workstation and VirtualBox, and the result is, if the active interface is down, the system is not using the backup interface. Tested on both CentOS / RHEL 7 Please find below the command I have used to configure teaming.... (0 Replies)
Discussion started by: atanubanerji
0 Replies

4. UNIX for Dummies Questions & Answers

[Solved] Boot Failure - Openindiana w/ Napp-it - Full Root?

Came home the other day to a Napp-it Gui that would not load. Login would appear but when i attempted I would get the following Set default permissions and reading disk and pool parameter, please wait.. in case of problems, try a reboot after Power-Off or check disk and pool status at CLI.... (1 Reply)
Discussion started by: fastedd27
1 Replies

5. Red Hat

Resizing root virtual disk on the CentOS

Hello, Can someone suggest me what I missing, I re-sized a root virtual disk to 30GB on the CentOS VM. After re-sizing the disk, I booted the OS and ran fdisk -list command I was able view the size of the disk as 30GB. Paritions in the vm before I resize are: /boot - Primary parition /... (1 Reply)
Discussion started by: bobby320
1 Replies

6. Red Hat

OpenSUSE installation using RHEL / CentOS Kickstart

Hi guys I have CentOS installed on my server. I have also installed TFTP server, DHCP server. I am able to install CentOS on remote machines using PXE boot and kickstart cfg file. I would like to install OpenSUSE using CentOS kickstart file. How do I do it ? I am also fine with any other... (2 Replies)
Discussion started by: msohail
2 Replies

7. Red Hat

IPv4 and IPv6 Related Question to CentOS VMs

Hello, I was wondering if it would be possible to run two VMs one with services for IPv4 and the other one with services for IPv6. The main physical system would be connected to a IPv6 switch. I think it should be fine but I would like to hear out your comments. (1 Reply)
Discussion started by: svalenciatech
1 Replies

8. Red Hat

Centos/rhel 5 cluster 3 nodes with out Quorum

Hi all, i have 3 nodes cluster (Centos 5 cluster suit) with out quorum disk, node vote = 1, the value of a quorum = 2, when 2 nodes going offline, cluster services are destoys. How i can save the cluster and all services(move all services to one alive node) with out quorum disk when other... (3 Replies)
Discussion started by: Flomaster
3 Replies

9. Red Hat

Questions About RHEL 6, CentOS 5.5 download and install

Hi, I have some questions about RHEL and CentOS download and installation. (1) Is RHEL6.0 x86_64 beta downloaded from Red Hat site working fine? (2) Where to download CentOS 5.5 DVD iso without using BitTorrent? (3) What are the differences between these two images - CentOS 5.5 i386 and... (6 Replies)
Discussion started by: aixlover
6 Replies

10. Virtualization and Cloud Computing

virtualization in RHEL 5.3 & Centos 5.3

Hi I would like to know how to do virtualization in Rhel 5.3 and Cent os 5.3, As i am new this Virtualization need guidence how to install and configure guest os in Rhel and Cent Os can some one guide me step by step Regards Solaris8in (1 Reply)
Discussion started by: solaris8in
1 Replies
Login or Register to Ask a Question