|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Increase of partition Size In HP-UX
Experts,
I want to know how to increase partion size in Hp-ux.Actually we installed oracle in separate part ion.As increase of database went to 99% .What ever data which is in it is important.so i dont want to delete any data in that partion.Now the size of that is 250 GB.I want the same to be 300 GB.Waiting for the experts answers. Regards, Naveen |
| Sponsored Links | ||
|
|
|
#2
|
||||
|
||||
|
|
|
#3
|
|||
|
|||
|
step 1
#vgdisplay -v vgname ex: look PE size (Mbytes) 4 Free PE 12800 then multiply 4 x 12800 = 52428800 bytes = 51200 mb. because lvextend uses mb 256000 your current lv + 51200 available = 307200MB #lvextend -L 307200 /vgname/lvname Make sure you online JFS installed on your HP-UX box. #fsadm -F vxfs -b 307200M /mountpoint/that mapped to lvname and it's done. check your bdf //mountpoint/that mapped to lvname to see new incsreased size |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| increase metadevice size | sag71155 | Solaris | 1 | 07-09-2009 07:37 PM |
| how to increase size of the root partition | pshelke | Solaris | 6 | 08-15-2008 12:10 PM |
| increase size | jyoti | HP-UX | 1 | 04-14-2006 11:08 AM |
| Increase a logical partition | pascalbout | AIX | 3 | 02-16-2006 05:52 AM |
| increase size of /tmp | pkappaz | UNIX for Dummies Questions & Answers | 2 | 07-02-2003 11:49 AM |