- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i need to increase the space in / and /var ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:14 PM
03-02-2006 04:14 PM
and while installing ovo8
it says that insufficent disk space in / and /var, 510mb and 650mb respectively..
here bdf:
--------------------------------
bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 82568 958480 8% /
/dev/vg00/lvol1 298928 75016 194016 28% /stand
/dev/vg00/lvol8 4710400 4455944 252752 95% /var
/dev/vg00/lvol7 4194304 1176552 2994200 28% /usr
/dev/vg01/lvol2 4198400 2209167 1864937 54% /u01/app/oracle
/dev/vg00/lvol6 1048576 39752 1001632 4% /tmp
/dev/vg01/lvol1 4198400 1831242 2219213 45% /oradata
/dev/vg00/lvol5 6291456 2298584 3961720 37% /opt
/dev/vg00/lvol4 524288 2840 517384 1% /home
----------------------------
see the attchment,
and what do to..
thanks.
sekar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:19 PM
03-02-2006 04:19 PM
Solutionhave a look at /var/adm/crash to see if there are any dume files.
Do you have OnlineJFS installed ? if you do then it is easy.
lvextend -L 8192 /dev/vg00/lvol8
/usr/lbin/fs/vxfs/fsadm -b 8192M /var
this will increase /var to 8G of course, if you still have enough space left.
I have not done this for / before but I think it is the same. Correct me if I am wrong.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:20 PM
03-02-2006 04:20 PM
Re: i need to increase the space in / and /var ...
have a look at /var/adm/crash to see if there are any dump files.
Do you have OnlineJFS installed ? if you do then it is easy.
lvextend -L 8192 /dev/vg00/lvol8
/usr/lbin/fs/vxfs/fsadm -b 8192M /var
this will increase /var to 8G of course, if you still have enough space left.
I have not done this for / before but I think it is the same. Correct me if I am wrong.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:24 PM
03-02-2006 04:24 PM
Re: i need to increase the space in / and /var ...
Do not worry about / FS. I see no issues. Used percent is 8%.
/var is of some concern, the space could be retained by trimming log files. Go to SAM for trimming some log files. If you could not retain enough space u can consider extending it.
Though the link provided below is for extending /tmp FS, it is valid for /var aswell. The link contains solution for both cases, based on having online JFS or not. If you do not have online JFS, follow my instuctions in the below pasted link. Just one info, in my post ..use "bootwait" instead of "sysinit".
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005254
regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:25 PM
03-02-2006 04:25 PM
Re: i need to increase the space in / and /var ...
To increase / space, you need to re-ignite the system and do it again. There is no way of increasing / size without an Ignite.
Check this thread for more information,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70160
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 04:27 PM
03-02-2006 04:27 PM
Re: i need to increase the space in / and /var ...
As lvol3 needs to be contiguous filesystem with Bad block turned off.
I am not sure why you are getting error for / as i can see almost 900MB free. Best would be to extend /var and try the installation and if it still complains there are 2 ways to extend /
1. Using a make_recovery and restoring the system back using that.
2. Move lvol4 and lvol5 to another place and free up the extents after lvol3 and then extend your lvol3 using online JFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2006 05:43 PM
03-02-2006 05:43 PM
Re: i need to increase the space in / and /var ...
i will be working on it on monday..
i will update u on monday morning..
thanks,
sekar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:35 AM
03-15-2006 04:35 AM
Re: i need to increase the space in / and /var ...
i did lvextend -L .... /dev/vg00/lvol8
and the /etc/inittab file entry.
my knowledge also extended with my logical volume.
one more question:
senthil:
u told that i can remove that line after rebooting.
if so, what does it mean..?
how system knows the extended size when rebooting next time?..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 05:08 AM
03-15-2006 05:08 AM
Re: i need to increase the space in / and /var ...
Yes, after your extend your filesystem, is not necessary run this command ever boot.
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 01:40 PM
03-15-2006 01:40 PM
Re: i need to increase the space in / and /var ...
There is only once way to extend / file system-
> you must use ignite
see below links for more
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=522776
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=983018
With /var file system
If online JFS is available on your system, you can do as:
# lvextend -L 8192 /dev/vg00/lvol8
#/usr/lbin/fs/vxfs/fsadm -b 8192M /var
Otherwise:
#init 1
#umount /var
#lvextend -L 8192 /dev/vg00/lvol8
#extendfs -F vxfs /dev/vg00/lvol8
#init 3
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 05:52 PM
03-22-2006 05:52 PM
Re: i need to increase the space in / and /var ...
it is not possible to increase / filesystem with the LVM commands. You can only increase it with ignite.
Take ignite of your system
make_tape_recovery -Av
break in boot
search
boot p? (your tape drive)
No to interact with IPL
Press "Return" for the specified mode.
Yes to user interface
User interface will be appeared. Choose Install HP-UX.
Choose filesystems tab.
Then increase / filesystem size from here.
Best regards,
Onur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:06 PM
03-22-2006 06:06 PM
Re: i need to increase the space in / and /var ...
To increase root,
Take a make_tape_recovery backup of vg00.
Boot the system off this tape and press a key when prompted to get into the Ignite install interface.
Make root and var for that matter bigger.
Before you bother though, make sure you are not storing any real files in root. its really only there to provide path to other filesystems.
I keep root on HP-UX systems at 1 GB just to make mistakes less annoying. I rarely if ever use more than 200 MB.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2006 06:14 PM
03-22-2006 06:14 PM
Re: i need to increase the space in / and /var ...
i incresed the space in /var
and i learnt from u that using tap only its possible to increse the space in /
thanks once again..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 07:46 AM
07-31-2006 07:46 AM
Re: i need to increase the space in / and /var ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 07:50 AM
07-31-2006 07:50 AM
Re: i need to increase the space in / and /var ...
Open your own thread for your own question!
This is usual in every forum.
BTW, you should boot to LVM maintenance mode and do the modification.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 08:00 AM
07-31-2006 08:00 AM
Re: i need to increase the space in / and /var ...
the second "/usr" is "/var". typo error isnt?
no. not like that. where commands live doesnt matter.
anyhow no problem to ask a question inside another question. it is the question auther's responsibility to assign or not assign points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 08:11 AM
07-31-2006 08:11 AM
Re: i need to increase the space in / and /var ...
Do:
# whereis lvextend
# whereis extendfs
...and you will see that a statically-linked binary for each lives in '/sbin' which will thus be available in single-user mode.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 08:13 AM
07-31-2006 08:13 AM