reorgvg in AIX


 
Thread Tools Search this Thread
Operating Systems AIX reorgvg in AIX
Prev   Next
# 1  
Old 03-13-2012
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
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

Samba 3.6 on AIX 7.1 - Windows 10 Access to AIX file shares using Active Directory authentication

I am running AIX 7.1 and currently we have samba 3.6.25 installed on the server. As it stands some AIX folders are shared that can be accessed by certain Windows users. The problem is that since Windows 10 the guest feature no longer works so users have to manually type in their Windows login/pwd... (14 Replies)
Discussion started by: linuxsnake
14 Replies

2. AIX

Will it affect my AIX LPAR security, when i set up email alerts on AIX server.

Hello, I've set up email alerts on AIX Servers. so that i can get email notifications (via mail relay server) when ever there is abnormal behavior. for example 1) my script monitors CPU/disk/memory etc... when it reaches high water ark, it will send an email alert. 2) disk usage alerts 3)... (5 Replies)
Discussion started by: System Admin 77
5 Replies

3. AIX

Nim on AIX 7.1 used to migrate AIX 5.3 to AIX 6.1...is possible?

Using nimadm: nimadm -j nimadmvg -c sap024 -s spot_6100 -l lpp_6100 -d "hdisk1" -Y Initializing the NIM master. Initializing NIM client sap024. 0505-205 nimadm: The level of bos.alt_disk_install.rte installed in SPOT spot_6100 (6.1.3.4) does not match the NIM master's level (7.1.1.2).... (2 Replies)
Discussion started by: sciacca75
2 Replies

4. AIX

How to upgrade AIX Firmware & TL Maintenance Level in AIX

Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS ) This article or post covers upgrades for - Hardware Management Console ( HMC ) - Firmware ( also known as microcode ) - VIO ( Virtual I/O Server = PowerVM ) - AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies

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

6. AIX

IY17981 fix required for aix 4.3.3 to aix 5L migration but not found

Hi, redbook documentation is telling that IY17981 fix is required for aix 4.3.3 to aix 5L migration. But there is no mention about that fix in any ML installation packages. - My system is ML11 : oslevel –r 4330-11 - But xlC.rte is on wrong version : lslpp -L xlC.rte xlC.rte ... (3 Replies)
Discussion started by: astjen
3 Replies

7. AIX

How to apply aix 5.3 TL8 properly on ML5 aix system ?

Is it necessary to put system into single user mode for applying aix 5.3 TL8 on a aix 5.3.5.0 system ? Is the TL8 installation not totally safe ? thank you. (6 Replies)
Discussion started by: astjen
6 Replies

8. AIX

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... (0 Replies)
Discussion started by: pascalbout
0 Replies
Login or Register to Ask a Question
PVCHANGE(8)						      System Manager's Manual						       PVCHANGE(8)

NAME
       pvchange - change attributes of a physical volume

SYNOPSIS
       pvchange  [--addtag  Tag]  [-A|--autobackup y|n] [-d|--debug] [-f|--force] [--deltag Tag] [--metadataignore y|n] [-h|-?|--help] [-t|--test]
       [-v|--verbose] [-a|--all] [-x|--allocatable y|n] [-u|--uuid] [PhysicalVolumePath...]

DESCRIPTION
       pvchange allows you to change the allocation permissions of one or more physical volumes.

OPTIONS
       See lvm for common options.

       -a, --all
	      If PhysicalVolumePath is not specified on the command line all physical volumes are searched for and used.

       --metadataignore  y|n
	      Ignore or un-ignore metadata areas on this physical volume.  If metadata areas on a physical volume are ignored, LVM  will  not  not
	      store metadata in the metadata areas present on this Physical Volume.

       -u, --uuid
	      Generate new random UUID for specified physical volumes.

       -x, --allocatable y|n
	      Enable or disable allocation of physical extents on this physical volume.

Example
       "pvchange -x n /dev/sdk1" disallows the allocation of physical extents on this physical volume (possibly because of disk errors, or because
       it will be removed after freeing it.

SEE ALSO
       lvm(8), pvcreate(8)

Sistina Software UK					 LVM TOOLS 2.02.95(2) (2012-03-06)					       PVCHANGE(8)