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
LVSCAN(8)						      System Manager's Manual							 LVSCAN(8)

NAME
lvscan - scan (all disks) for logical volumes SYNOPSIS
lvscan [-b|--blockdevice] [-d|--debug] [-D|--disk] [-h|--help] [-v|--verbose] DESCRIPTION
lvscan scans all known volume groups or all supported LVM block devices in the system for defined logical volumes. OPTIONS -b, --blockdevice Adds the device major and minor numbers to the display of each logical volume. -d, --debug Enables additional debugging output (if compiled with DEBUG). -D, --disk Scan for logical volumes on disk(s) instead of getting the information from the kernel. -h, --help Print a usage message on standard output and exit successfully. -v, --verbose Gives verbose runtime information about lvscan's activities. --version Prints version number of tool and exits sucessfully. DIAGNOSTICS
lvscan returns an exit code of 0 for success and > 0 for error: 1 no volume groups found 2 invalid volume group name 3 error getting VGDA from kernel 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), lvcreate(8), lvdisplay(8) AUTHOR
Heinz Mauelshagen <Linux-LVM@Sistina.com> Heinz Mauelshagen LVM TOOLS LVSCAN(8)