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
04-06-2002 06:47 AM
04-06-2002 06:47 AM
/dev/vg00/lvol3 /
/dev/vg00/lvol1 /stand
/dev/vg00/lvol8 /var
/dev/vg00/lvol7 /usr
/dev/vg00/lvol4 /tmp
/dev/vg00/lvol6 /opt
/dev/vg00/lvol5 /home
I keep getting this message that i have unallocated disk space
You may use the LVM (Logical Volume Manager)
portion of SAM to allocate more disk space for your use
and i go into the logical volume manager in sam and it claims that there is some policy on the drive that does not let me preform this, meanwhile i just installed HP UX 11.11 on this machine, and i forgot to use all of the space, and i would like to extend, can anyone help
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 07:11 AM
04-06-2002 07:11 AM
Re: vgextend
only some LVOLs need the special policy called "strict & contigous", and those are the ones used for "/", "/stand", and "swap" (not shown in your list) - usually they are "lvol1" to "lvol3". All the others can be extended (command "lvextend" for the LVOL and then the command "extendfs" or "fsadm" for the file-system in that LVOL).
If neccessary you may change the policy using "lvchange" for your LVOLs 4, 5, 6, and 8.
Regards,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 07:12 AM
04-06-2002 07:12 AM
Re: vgextend
The only way to add more space to / or /stand is to do a "make_tape_recovery -Avi" and restore your system, then when in recovery extending your / or /stand.
For the others you can do it while the system is running IF you have ONLINE-JFS. Otherwise you have to stop any processes from using them because you have to unmount them to extend them. The best way to do such is to go into single user mode.
Also, clean up your system of unneeded files. One culprit is usually regular files in /dev. Do this:
find /dev -type f -exec ls -l {} \;
In /dev you usually only have Character and Block device files, directory files, and sometimes sockets and pipes. The find command above should return back with nothing.
Use the search function to the left under the "IT Resource center" title, select "community forums", and enter in the search string:
+vgextend +root +ignite
here's one that will help:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa7e95e938a10d6118ff40090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 07:13 AM
04-06-2002 07:13 AM
Re: vgextend
Use swlist -l product |grep -i online
or strings /stand/vmunix |grep -i vx
If not, you can umount the file system,
vgextend, lvextend, extendfs.
umount /?
vgextend vg01 /dev/dsk/c?t?d?
lvextend -L 1000M /dev/vg01/lv?
extendfs -F vxfs /dev/vg01/rlv?
mount /?
Online JFS allows you to extend a fs live without umounting any file system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 09:06 AM
04-06-2002 09:06 AM
Solutionwell, just to oppose one of our famous "sandy" hats: yes, you can increase the root file system (without Ignite/UX, nor reboot), and I have done that in that past, successfully!
Read the description over there:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x957b06295e00d6118ff40090279cd0f9,00.html
But be careful - it needs additional software (Online JFS), additional hardware (and unused disk drive of the neccessary size), some time, and it is not supported (AFAIK)...
Regards,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 09:36 AM
04-06-2002 09:36 AM
Re: vgextend
..(no points please..)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 09:53 AM
04-06-2002 09:53 AM
Re: vgextend
btw: save one for me
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2002 05:56 PM
04-06-2002 05:56 PM
Re: vgextend
If you need to extend lvol1-3 there is also an alternative way which I use when possible
to do this you can use ignite backing the system up to a tape then restoring with a larger file system.
/opt/ignite/bin/make_recovery -p -A
edit the config.recover file to increase the size of the required file system/s.
/opt/ignite/bin/make_recovery -r
once the tape has finished,
halt the system
boot from tape
wait for restore to finish
all done.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 06:41 AM
04-07-2002 06:41 AM
Re: vgextend
1) unmount the point which you want to extend let say /tmp
umount /tmp
lvexted -L total size in mb
/dev/vg00/lvol4
extendfs -F filesystem type
/dev/vg00/rlvol4
mount /dev/vg00/lvol4 /tmp
chears sudhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2002 07:32 AM
04-07-2002 07:32 AM
Re: vgextend
S.K. & Harry: thanks :-)
Harry: I was completely sober when I did that - and I am still staying on the arabian paeninsula (no alcohol here; guess what, I am drinking Mango juice and WATER).
Well, I'll be back in germany next weekend, but my boss has announced a job in Qatar (two hours by car from here, no alcohol), then one in athens, and then one in finland (alcohol seems to be rare and expensive there); but at least the greek DO have great wine (I prefer the strong and sweet, both red and white)...