Rootvg in read only state

 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support Rootvg in read only state
# 8  
Old 01-28-2013
All the EMC PowerPath stuff should be loaded nice and early via /etc/modprobe.conf.pp - you can try disabling fscks (change the 2 to 0 for all SAN-based FS) but it *shouldn't* make a difference.

Found a couple of posts with people having similar issues to you - one of which was unanswered and one was identified as an EMC bug - the EMC solution?! - comment out and mount manually!

If you do end up doing that, I'd suggest adding the mount entries to /etc/rc.local.

However, in the first instance, I'd get a support case open with EMC ASAP and double check for changes on the system. Have there been any upgrades recently (kernel, for example)?
# 9  
Old 01-28-2013
I will need to take downtime to test changes of fsck from 2 to 0. I will think it later, once I have something in my hand.
There were no recent changes made on this system. However, this server was rebooted after very long time, so we didn't knew if this is new problem or it was exist there and we didn't knew. I will try to get hold of EMC guys.
# 10  
Old 01-29-2013
You'll probably find it was the result of some change made in the very long time prior to the server being rebooted and prior to the problem being discovered.

Let us know how you go with EMC!

Cheers,
ZB
# 11  
Old 01-29-2013
I got response from EMC.
"In the /etc/fstab file , PowerPath devices should be mounted with the _netdev option instead of the defaults option. This will ensure that fsck is run later in the boot sequence"
This should work I think.
# 12  
Old 01-29-2013
That will definitely work - and checking my notes, is exactly what I used to do with OCFS2 filesystems under Linux.
# 13  
Old 01-30-2013
My filesystems are reiserfs. Should this option work with that also ?
# 14  
Old 01-30-2013
It should still work - the _netdev mount option should be independent of the filesystem type. However - your initial /etc/fstab shows them as being ext3 filesystems? In any case, _netdev should do the trick.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Reducing / on rootvg

The root filesystem was mirrored, someone/something stopped mirroring, and increased / and /home to ridiculous values (/ got increased to 102gb and its only using 4.3gb, so 98gb is free). Can I reduce the / (/dev/hd4) filesytem down WITHOUT corrupting the the OS? I would do a: chfs -a size=10g... (6 Replies)
Discussion started by: mrmurdock
6 Replies

2. AIX

Open firmware state to running state

Hi Admins, I am having a whole system lpar in open firmware state on HMC. How can I bring it to running state ? Let me know. Thanks. (2 Replies)
Discussion started by: snchaudhari2
2 Replies

3. AIX

rootvg mirrored

I want to increase the size of /tmp by 1GB I know that the command is chfs -a size=+1G /tmp But the rootvg is mirrored and when I do a lsvg -p rootvg, I could see 2 disks. Will there be any impact if I increase the size of /tmp when the rootvg is mirrored ? Please advise. (1 Reply)
Discussion started by: newtoaixos
1 Replies

4. Solaris

Solaris rootvg backup

Guy's how can we take rootvg bakup in soraris .. Please let me know the command Pls advice . (5 Replies)
Discussion started by: Mr.AIX
5 Replies

5. AIX

mirroring rootvg

I would like to konw wheather below steps are sufficient for mirroring rootvg. extendvg rootvg hdisk1 mirrorvg rootvg bootlist -m normal hdisk0 hdisk1 bosboot -ad hdisk0 bosboot -ad hdisk1 or anything needs to be added. (7 Replies)
Discussion started by: manoj.solaris
7 Replies

6. AIX

extendvg and rootvg

When attempting to extend rootvg to a new physical disk I received the following message: 0516-1162 extendvg: Warning, The Physical Partition Size of 64 requires the creation of 1093 partitions for hdisk5. The limitation for volume group rootvg is 1016 physical partitions... (4 Replies)
Discussion started by: jyoung
4 Replies

7. AIX

Anyone know how to access rootvg?

I'm trying to troubleshoot an issue with an AIX system here. I have no experience with system administration of IBM stuff. Our local admin is ... um ... not available at this time. I found something online that said enter service mode - How the heck do I do that??? Why is IBM stuff lack proper... (2 Replies)
Discussion started by: bbbngowc
2 Replies

8. AIX

mirror rootvg

Hello I have a question I have a box with Aix 5.3 with rootvg on mirror. I deleted a filesystem and I create a new one to install some software but when I type lsvg -l rootvg all my filesystems has mirror unless the new one. My question is I can mirror this fs only ??? or I have to... (9 Replies)
Discussion started by: lo-lp-kl
9 Replies

9. AIX

Cloned Rootvg

New Question: The purpose of an alternate disk install is in my opinion to have a ready-to-use-backup and i've read that it is possible to install filesets or software on the cloned disk for testing purposal while the normal system is still running. The question is: how do you tell AIX (5.2... (5 Replies)
Discussion started by: kvanelshocht
5 Replies
Login or Register to Ask a Question