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

NAME
lvdisplay - display attributes of a logical volume SYNOPSIS
lvdisplay [-c|--colon] [-d|--debug] [-h|-?|--help] [--ignorelockingfailure] [--maps] [-P|--partial] [-v|--verbose] LogicalVolumePath [Logi- calVolumePath...] DESCRIPTION
lvdisplay allows you to see the attributes of a logical volume like size, read/write status, snapshot information etc. lvs (8) is an alternative that provides the same information in the style of ps (1). lvs is recommended over lvdisplay. OPTIONS
See lvm for common options. -c, --colon Generate colon separated output for easier parsing in scripts or programs. N.B. lvs (8) provides considerably more control over the output. The values are: * logical volume name * volume group name * logical volume access * logical volume status * internal logical volume number * open count of logical volume * logical volume size in sectors * current logical extents associated to logical volume * allocated logical extents of logical volume * allocation policy of logical volume * read ahead sectors of logical volume * major device number of logical volume * minor device number of logical volume -m, --maps Display the mapping of logical extents to physical volumes and physical extents. Examples "lvdisplay -v /dev/vg00/lvol2" shows attributes of that logical volume. If snapshot logical volumes have been created for this original logical volume, this command shows a list of all snapshot logical volumes and their status (active or inactive) as well. "lvdisplay /dev/vg00/snapshot" shows the attributes of this snapshot logical volume and also which original logical volume it is associated with. SEE ALSO
lvm(8), lvcreate(8), lvscan(8) Sistina Software UK LVM TOOLS 2.02.44-cvs (02-17-09) LVDISPLAY(8)