Unmirrorvg problem encounter


 
Thread Tools Search this Thread
Operating Systems AIX Unmirrorvg problem encounter
# 1  
Old 11-06-2013
Unmirrorvg problem encounter

good Day everyone!
I issue a command unmirrorvg
Code:
  unmirrorvg appvg hdisk3

There's no response whether it is successfully unmirror but when I check the lsvg -l appvg, it seems the hdisk3 still active.

Then I issues another reducevg command to exclude out the disk from vg

Code:
 reducevg appvg hdisk3

root:/#reducevg appvg hdisk13
0516-016 ldeletepv: Cannot delete physical volume with allocated
        partitions. Use either migratepv to move the partitions or
        reducevg with the -d option to delete the partitions.
0516-884 reducevg: Unable to remove physical volume hdisk13.

root:/#reducevg -d appvg hdisk3
0516-914 rmlv: Warning, all data belonging to logical volume
        appvglv02 on physical volume hdisk3 will be destroyed.
rmlv: Do you wish to continue? y(es) n(o)? y

0516-1008 rmlv: Logical volume appvglv02 must be closed.  If the logical
        volume contains a filesystem, the umount command will close
        the LV device.

0516-884 reducevg: Unable to remove physical volume hdisk3.

:: The appvg still in ACTIVE while unmirrorvg is running.

Appreciate if you can help on this. Thanks in Advance.
# 2  
Old 11-06-2013
Hi,

the output of lsvg -p, lsvg -l and lsvg -m would be helpfull.

Please be carefull one time you tried to remove hdisk3 and another time hdisk13.

It is possible that the mirror strictness isn't enforced.

Regards
# 3  
Old 11-06-2013
Code:
devdss1@root:/#lsvg -p appvg
appvg:
PV_NAME           PV STATE          TOTAL PPs   FREE PPs    FREE DISTRIBUTION
hdisk3            active            136         112         28..16..14..27..27
hdisk8            active            136         0           00..00..00..00..00
hdisk9            active            136         0           00..00..00..00..00
hdisk10           active            136         0           00..00..00..00..00
hdisk11           active            136         0           00..00..00..00..00
hdisk4            active            136         0           00..00..00..00..00
hdisk5            active            136         0           00..00..00..00..00
hdisk6            active            136         50          00..25..25..00..00
hdisk13           active            47          1           00..00..00..00..01
hdisk16           active            1499        1065        204..24..287..300..250


devdss1@root:/#lsvg -l appvg
appvg:
LV NAME             TYPE       LPs     PPs     PVs  LV STATE      MOUNT POINT
appvglv09           jfs2       50      50      1    open/syncd    /OUTBOUND
appvglv02           jfs2       110     110     2    open/syncd    /IISProject/Project3
appvglv03           jfs2       5       5       1    open/syncd    /home/dssinst3
appvglv04           jfs2       10      10      1    open/syncd    /opt/ibm/TWA3
loglv00             jfs2log    1       1       1    open/syncd    N/A
appvglv05           jfs2       100     100     1    open/syncd    /Scratch3
appvglv06           jfs2       200     200     2    open/syncd    /Resource3
appvglv07           jfs2       546     546     6    open/syncd    /prd3
appvglv08           jfs2       384     384     5    open/syncd    /dev3


devdss1@root:/#lsvg -m appvg
Logical Volume    Copy 1            Copy 2            Copy 3
appvglv09         None              None              None
appvglv02         None              None              None
appvglv03         None              None              None
appvglv04         None              None              None
loglv00           None              None              None
appvglv05         None              None              None
appvglv06         None              None              None
appvglv07         None              None              None
appvglv08         None              None              None


devdss1@root:/#lslv -l appvglv02
appvglv02:/IISProject/Project3
PV                COPIES        IN BAND       DISTRIBUTION
hdisk16           086:000:000   100%          000:086:000:000:000
hdisk3            024:000:000   45%           000:011:013:000:000
devdss1@root:/#lslv -l appvglv07
appvglv07:/prd3
PV                COPIES        IN BAND       DISTRIBUTION
hdisk16           036:000:000   66%           000:024:012:000:000
hdisk8            136:000:000   19%           028:027:027:027:027
hdisk9            136:000:000   19%           028:027:027:027:027
hdisk10           136:000:000   19%           028:027:027:027:027
hdisk11           056:000:000   48%           002:027:027:000:000
hdisk13           046:000:000   19%           010:009:009:009:009

hdisk16 is the BIG disk support to mirror all existing disk from the particular vg (ie. appvg), is this feasible ?

Code:
my mirrorrvg command is nohup mirrorvg appvg hdisk16 &

---------- Post updated at 04:37 AM ---------- Previous update was at 04:34 AM ----------

for your information hdisk16 is my NEW SAN Storage provision DISK and would like to mirrored from existing vg which contains multiple disks.
# 4  
Old 11-06-2013
Hi ckwan,

okay all LVs seems to be unmirrord but some LPs from appvglv02 are reside on hdisk3. Bevor You can remove this disk, You need to migrate these LPs to another disk.
Code:
migratepv hdisk3 <some other hdisk with enough free LPs>

In Your case maybe hdisk6?
Code:
migratepv hdisk3 hdisk6

Befor You can start mirroring to hdisk16, make sure that hdisk16 is completly free. This is currently NOT the case. It seems there are not enough free PVs on the other disks in the appvg. I think you need one more disk or extend the size of one of the other.

PS: Background-Mirroring can be achived with:
Code:
mirrorvg -S appvg hdisk16

# 5  
Old 11-06-2013
Use lspv -l hdisk3 to see what LVs are on that disk if you are confused as to what is where. The unmirrorvg command does not necessarily empty a disk.

You are assuming that all the LVs that had partitions on hdisk3 were mirrored elsewhere in the first place.



Robin
Liverpool/Blackburn
UK
# 6  
Old 11-06-2013
Why are you running unmirrorvg command in 1st place?
Looking at your lsvg -l appvg output, they are not mirrored.

As Xray suggested you have to run migratepv -l lvname <src-hdisk> <dest-hdisk>

Make sure the LV are in consistent state (synced)
# 7  
Old 11-06-2013
Thanks for all input. I suspect first action when I did mirrorvg appvg hdisk16, didn't seems all mirror over to new disk. Yes next time I shall check before I perform unmirrorvg.
What's reason mirrorvg does not mirror properly as wanted ?
Anyway suggestion given by Xray using migratepv old_disk new_disk is working. All old existing disk had successfully migrated to new disk. Thank You!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Stop script execution, when we encounter error

Team, Im new to shell scripting please help in below issue: Considering scenario i have 1.sql,2.sql,3.sql and 4.sql . If my second script fails my loop should come out and should not execute 3.sql and 4.sql. Here is my code. #! /bin/bash echo "exit" | user/password | grep Connected >... (4 Replies)
Discussion started by: preethi87
4 Replies

2. UNIX for Dummies Questions & Answers

sed Or Grep Problem OR Terminal Problem?

I don't know if you guys get this problem sometimes at Terminal but I had been having this problem since yesterday :( Maybe I overdid the Terminal. Even the codes that used to work doesn't work anymore. Here is what 's happening: * I wanted to remove lines containing digits so I used this... (25 Replies)
Discussion started by: Nexeu
25 Replies

3. IP Networking

Problem with forwarding emails (SPF problem)

Hi, This is rather a question from a "user" than from a sys admin, but I think this forum is apropriate for the question. I have an adress with automatic email forwarding and for some senders (two hietherto), emails are bouncing. This has really created a lot of problems those two time so I... (0 Replies)
Discussion started by: carwe
0 Replies

4. AIX

AIX OS problem? network problem?

Dear ALL. I installed AIX OS on customer sites. but Only one site is too slow when I connected telnet, ftp.. Ping is too fast. but telnet and FTP is not connected.. of course i check the configuration file on aix but it's normal. Do any Idea?? thanks in advance. - Jun - (3 Replies)
Discussion started by: Jeon Jun Seok
3 Replies

5. UNIX for Dummies Questions & Answers

DHCP problem and eth1 problem

At work I am trying to get this one Linux machine (let's call it ctesgm07) to behave like another Linux machine that we have (let's call it test007). test007 returns the following version info: cat /etc/debian_version: lenny/sid uname -a: Linux test007 2.6.27-7-generic #1 SMP Tue Nov 4... (0 Replies)
Discussion started by: sllinux
0 Replies

6. Red Hat

Mail Problem. Maybe, it is a DNS Problem!

Hi, i've a redhat linux 9 upadated by redhat from 7 version to 9 version. A couple of days ago i was a problem with my mail, in other words i'm not able to get any email nor to send any email. I've a proxy configuration and i tried to set iptables in order to verify the port. The 110,255 and 995... (1 Reply)
Discussion started by: pintalgi
1 Replies

7. AIX

user login problem & Files listing problem.

1) when user login to the server the session got colosed. How will resolve? 2) While firing the command ls -l we are not able to see the any files in the director. but over all view the file system using the command df -g it is showing 91% used. what will be the problem? Thanks in advance. (1 Reply)
Discussion started by: pernasivam
1 Replies

8. Solaris

problem in finding a hardware problem

Hi I am right now facing a strange hardware problem. System get booted with the following error: Fatal Error Reset CPU 0000.0000.0000.0003 AFSR 0100.0000.0000.0000 SCE AFAR 0000.07c6.0000.1000 SC Alert: Host System has Reset It happen 4 or 5 times and get the same error every time.I... (8 Replies)
Discussion started by: girish.batra
8 Replies

9. Shell Programming and Scripting

ssh script problem problem

Hi Please help me with the following problem with my script. The following block of code is not repeating in the while loop and exiting after searching for first message. input_file ========== host001-01 host001-02 2008-07-23 13:02:04,651 ConnectionFactory - Setting session state... (2 Replies)
Discussion started by: pcjandyala
2 Replies

10. Shell Programming and Scripting

problem with dd command or maybe AFS problem

Hi, folks. Sorry for bothering, but maybe someone could help me please. The problem is the following: there is some script that copies files from local file system to AFS. The copying is performed with dd command. The script copies data into some AFS volumes. The problem appeared with one... (0 Replies)
Discussion started by: Anta
0 Replies
Login or Register to Ask a Question