mirroring rootvg


 
Thread Tools Search this Thread
Operating Systems AIX mirroring rootvg
# 1  
Old 07-27-2010
Question mirroring rootvg

I would like to konw wheather below steps are sufficient for mirroring rootvg.

Code:
extendvg rootvg hdisk1 
mirrorvg rootvg 

bootlist -m normal hdisk0 hdisk1 

bosboot -ad hdisk0 
bosboot -ad hdisk1

or anything needs to be added.

Last edited by Scott; 07-28-2010 at 09:01 AM.. Reason: Added code tags
# 2  
Old 07-27-2010
MySQL

It should be enough.

And after all those steps, you'd better
reboot to disable quorum checking on rootvg. The mirrorvg turns off quorum by default, but the system needs to be rebooted for it to take effect.
# 3  
Old 07-27-2010
Quote:
Originally Posted by plyl
[...]And after all those steps, you'd better
reboot to disable quorum checking on rootvg. The mirrorvg turns off quorum by default, but the system needs to be rebooted for it to take effect.
Not necessary from 5.3 TL7 / 6.1 on.
# 4  
Old 07-28-2010
Just to add, that I would probably do it this way:

Code:
mirrorvg -s rootvg hdisk91

to prevent sync'ing.

Then you can sync LPs in parallel:
Code:
syncvg -P 8 -v rootvg

(i.e. for 8 LP's in parallel)
# 5  
Old 07-29-2010
Question

Quote:
Originally Posted by scottn
Just to add, that I would probably do it this way:

Code:
mirrorvg -s rootvg hdisk91

to prevent sync'ing.

Then you can sync LPs in parallel:
Code:
syncvg -P 8 -v rootvg

(i.e. for 8 LP's in parallel)
can any body help I am getting below error while running command extendvg rootvg hdisk1

0516-1398 extendvg: The physical volume hdisk1, appears to belong to
another volume group. Use the force option to add this physical volume
to a volume group.
0516-792 extendvg: Unable to extend volume group.

Please suggest.
# 6  
Old 07-29-2010
Quote:
Originally Posted by manoj.solaris
[...]0516-1398 extendvg: The physical volume hdisk1, appears to belong to another volume group. Use the force option to add this physical volume to a volume group.
0516-792 extendvg: Unable to extend volume group.
[...]
LVM expects you to confirm 'recycling' of a formerly used disk by forcing writing new VG information onto it. man extendvg.
# 7  
Old 07-29-2010
Quote:
Originally Posted by manoj.solaris
can any body help I am getting below error while running command extendvg rootvg hdisk1

0516-1398 extendvg: The physical volume hdisk1, appears to belong to
another volume group. Use the force option to add this physical volume
to a volume group.
0516-792 extendvg: Unable to extend volume group.

Please suggest.
Be careful run lspv and check that hdisk1 is not already in another VG before you force it into rootvg!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 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

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

3. 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

4. AIX

stop and start the mirroring on rootvg !

How to can I stop and start the mirroring on rootvg How to can I know if the mirroring enabled or disabled in the rootvg Please explain and advice! P690_root/>lspv hdisk0------- 00c52c221cf77869---------------------rootvg------- active hdisk1-------... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

5. AIX

how can i remove and rebuild the mirroring for rootvg

how can i remove and rebuild the mirroring for rootvg before applying any patches on the system . (2 Replies)
Discussion started by: thecobra151
2 Replies

6. AIX

rootvg mirroring query

Hi, I am having query regarding rootvg mirroring, How to find out that rootvg is mirrored? Regards Manoj (4 Replies)
Discussion started by: manoj.solaris
4 Replies

7. 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

8. 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

9. 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

10. 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