![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to append spaces(say 10 spaces) at the end of each line based on the length of th | prathima | UNIX for Dummies Questions & Answers | 2 | 04-29-2008 02:43 PM |
| Combine file | sabercats | Shell Programming and Scripting | 3 | 03-02-2006 02:14 PM |
| Combine two lines | superprg | UNIX for Dummies Questions & Answers | 10 | 02-01-2006 05:47 AM |
| Combine 2 files | Nekki | UNIX for Dummies Questions & Answers | 2 | 11-30-2005 11:46 PM |
| Strip leading and trailing spaces only in a shell variable with embedded spaces | jerardfjay | Shell Programming and Scripting | 6 | 03-07-2005 11:24 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
combine two vg spaces
Hello,
I'm a newbie on this AIX/Unix. I'm trying to combine the space of /testing1/ to /testing2/, so that /testing2/ may have more space. How do I accomplish this? I guess I have to unmount /testing1/ from /apple26lv first... but after that I'm not sure how this can be accomplished? /dev/apple26lv 2097152 /testing1/ /dev/apple27lv 52428804 /testing2/ Any advise are helpful. Thank you |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Moved the thread to the AIX forum so that it will be more visible to any AIX guys using the site.
|
|
#3
|
|||
|
|||
|
In your post you mentioned that you were trying to combine spaces so I'm assuming that /testing1 and /testing2 are on different volume groups.
umount /testing1 varyoffvg </testing1 volume group> exportvg </testing1 volume group> extendvg </testing2 volume group> <hdisk(s) from /testing1 volume group> chfs -a size='+<size of space in 512bytes>' /testing2 If you error out because your LV in /testing2 is MAX'ed out increase the MAX lv size by dividing the space from your /testing1 by the 'PP' size and increase by that amount. |
|
#4
|
|||
|
|||
|
Quote:
__________________________ pSeries Tech Talk Where pSeries Professionals gather |
|||
| Google The UNIX and Linux Forums |