reorgvg


 
Thread Tools Search this Thread
Operating Systems AIX reorgvg
# 1  
Old 04-08-2006
reorgvg

hello

I have launched a reorgvg this week end, on a logical volume
Before the reorgvg, I had:
disk5
disk6
disk7
disk8

I have defined the lv with "maximum" disk, and launch the reorgvg
Now i have:
disk5
disk6
disk7
disk8
disk11
disk12
disk14

I don't understand why there are 3 another disks ??? it is a problem ?

and here the lslv -l result :
hdiskpower5 5158:000:000 27% 1427:1427:1427:877:000
hdiskpower6 927:000:000 73% 250:677:000:000:000
hdiskpower7 1145:000:000 0% 377:000:000:384:384
hdiskpower8 644:000:000 0% 000:000:000:000:644
hdiskpower11 874:000:000 0% 256:000:136:256:226
hdiskpower12 451:000:000 0% 000:000:000:131:320
hdiskpower14 176:000:000 0% 000:000:000:000:176

apparently the result of reorgvg is not good ?

thank you for your help
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

reorgvg in AIX

Hello, I'm trying to understand what is the practical usage of this command. In IBM website I've found that: Reorganizes the physical partition allocation for a volume group. In which situation should I use it? Could you give me some example. Thanks, p (1 Reply)
Discussion started by: pitmod
1 Replies

2. AIX

Cancelling Reorgvg

hi guys. Quick and simple question... Can a reorgvg (aix 5.3) be canceled and what are them impacts if any? I would guess it can be canceled and once restarted, starts back where it left off? Can't find the info in the man pages or google... Thanks. (4 Replies)
Discussion started by: Stephan
4 Replies
Login or Register to Ask a Question
VGREMOVE(8)						      System Manager's Manual						       VGREMOVE(8)

NAME
vgremove - remove a volume group SYNOPSIS
vgremove [-d|--debug] [-h|--help] [-v|--verbose] VolumeGroupName [VolumeGroupName...] DESCRIPTION
vgremove allows you to remove one or more volume groups. The volume group(s) must not have any logical volumes allocated and must also be inactive (see vgchange(8) ). OPTIONS -d, --debug Enables additional debugging output (if compiled with DEBUG). -h, --help Print a usage message on standard output and exit successfully. -v, --verbose Gives verbose runtime information about vgremove's activities. DIAGNOSTICS
vgremove returns an code code of 0 for success and > 0 for error: 1 no volume group name on command line 2 error setting up freed physical volume 3 error writing freed physical volume(s) to disk(s) 4 error removing volume group from lvmtab 5 can't remove volume group containing logical volumes 6 invalid volume group name 7 volume group is active 8 not all physical volumes are online 9 error accessing volume group 10 error reading volume group data from disk(s) 95 driver/module not in kernel 96 invalid I/O protocol version 97 error locking logical volume manager 98 invalid lvmtab (run vgscan(8)) 99 invalid command line See also lvm(8), vgcreate(8), vgreduce(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS VGREMOVE(8)