Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
google site



HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V.

Closed Thread
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-07-2009
Registered User
 

Join Date: Dec 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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  
Old 12-07-2009
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,949
Thanks: 0
Thanked 6 Times in 6 Posts
http://www.unix.com/cfmgoogle.php?cx...Fhp-ux%2F#1272
  #3  
Old 01-22-2010
Registered User
 

Join Date: Jan 2009
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
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
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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



All times are GMT -4. The time now is 03:04 AM.