Sponsored Content
Operating Systems AIX Adding Storage to a System File. Post 302494799 by 300zxmuro on Tuesday 8th of February 2011 11:30:56 AM
Old 02-08-2011
MySQL Adding Storage to a System File.

Guys,

I have been asked to do the following:

Please add the following space in system AAAAA
/dev/sapdata5qa - 9.00GB
/dev/sapdata6qa - 7.75GB
/dev/sapdata7qa - 11.00GB
/dev/sapdata8qa - 7.50GB

I have never done this before.

We have 4 Volume Groups:

rootvg
pd2vg
qa2vg
pagingvp

Questions:

1. Do I need to identify from which volume group I want to pull this storage ?
2. What is the command to add the storage to the file system?
3. Do I need to do anything with the system before adding the storage?
4. Do I need to do anything with the system after adding the storage?

I know I can verify it with df -g

Thank you guys!
 
VGRENAME(8)						      System Manager's Manual						       VGRENAME(8)

NAME
vgrename - rename a volume group SYNOPSIS
vgrename [-A|--autobackup y|n] [-d|--debug] [-h|-?|--help] [-t|--test] [-v|--verbose] OldVolumeGroup{Path|Name|UUID} NewVol- umeGroup{Path|Name} DESCRIPTION
vgrename renames an existing (see vgcreate(8) ) volume group from OldVolumeGroup{Name|Path|UUID} to NewVolumeGroup{Name|Path}. OPTIONS
See lvm for common options. Examples "vgrename /dev/vg02 /dev/my_volume_group" renames existing volume group "vg02" to "my_volume_group". "vgrename vg02 my_volume_group" does the same. "vgrename Zvlifi-Ep3t-e0Ng-U42h-o0ye-KHu1-nl7Ns4 VolGroup00_tmp" changes the name of the Volume Group with UUID Zvlifi-Ep3t-e0Ng-U42h-o0ye-KHu1-nl7Ns4 to "VolGroup00_tmp". All the Volume Groups visible to a system need to have different names. Otherwise many LVM2 commands will refuse to run or give warning messages. This situation could arise when disks are moved between machines. If a disk is connected and it contains a Volume Group with the same name as the Volume Group containing your root filesystem the machine might not even boot correctly. However, the two Volume Groups should have different UUIDs (unless the disk was cloned) so you can rename one of the conflicting Volume Groups with vgrename. SEE ALSO lvm(8), vgchange(8), vgcreate(8), lvrename(8) Sistina Software UK LVM TOOLS 2.02.67(2) (2010-06-04) VGRENAME(8)
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy