adding free pp's to your vg


 
Thread Tools Search this Thread
Operating Systems AIX adding free pp's to your vg
# 1  
Old 02-05-2009
adding free pp's to your vg

I have free pp's in my volume group. What is the command to add those pp's to used pps. I'm using RAWLV's. Thanks.
# 2  
Old 02-05-2009
I'm guessing that you want to extend currently LV's?

Code:
extendlv <lv_name> <PP's to add> [PV_name]

For example:

Code:
extendlv mylv 2 hdisk4

Specifying the disk name(s) is optional.
Padow
# 3  
Old 02-06-2009
Padow,
So I have 17 free PP's in the VG. I guess I need to create another LV and assign the PP's to it?
# 4  
Old 02-06-2009
You can extend your current lv's with the command I listed above, or make a new lv with the mklv command. I guess what it really depends on is what application is using the lv's. Does it support discovering/utilizing more space on a previously defined volume.
Padow
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Adding to an array in an external file, and adding elements to it.

I have an array in an external file, "array.txt", which contains: char *testarray={"Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine"};I want to be able to add an element to this array, and have that element display, whenever I call it, without having to recompile... (29 Replies)
Discussion started by: ignatius
29 Replies

2. Solaris

MountPoint / is 8% with 899.49MB free crossing threshold of 10% free

Hi, I have a problem one of the server file system cross the limitation MountPoint / is 8% with 899.49MB free crossing threshold of 10% free out put please help how to resolve this dev/vx/dsk/bootdg/rootvol 9.8G 8.8G 956M 91% / /devices ... (3 Replies)
Discussion started by: sriniva0
3 Replies

3. Shell Programming and Scripting

Adding new lines to a file + adding suffix to a pattern

I need some help with adding lines to file and substitute a pattern. Ok I have a file: #cat names.txt name: John Doe stationed: 1 name: Michael Sweets stationed: 41 . . . And would like to change it to: name: John Doe employed permanently stationed: 1-office (7 Replies)
Discussion started by: hemo21
7 Replies

4. Solaris

how to get the more memory free space (see memory free column)

Hi all, Could please let me know how to get the more memory free space (not added the RAM) in local zone. -bash-3.00# vmstat 2 5 kthr memory page disk faults cpu r b w swap free re mf pi po fr de sr s0 s1 s1 s1 in sy cs us sy... (3 Replies)
Discussion started by: murthy76
3 Replies

5. Programming

How to free the memory?

For example if i have the piece of code as follows: CountryName = (char *)malloc((strlen(CountryName)+1)*sizeof(char)); memset(CountryName, 0, strlen(CountryName)+1); CountryName = SOME VALUE Now how do i free the memory after use of this code???? :confused: (3 Replies)
Discussion started by: jazz
3 Replies

6. UNIX for Dummies Questions & Answers

it's free ????????

is solirs free or lindows and were to download it? i have a x86 p500 (3 Replies)
Discussion started by: amicrawler2000
3 Replies

7. Programming

c for free

is there any web site where i can learn c for free? (2 Replies)
Discussion started by: sodiuM4F
2 Replies
Login or Register to Ask a Question