- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- expanding the file system
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
05-23-2005 01:32 AM
05-23-2005 01:32 AM
expanding the file system
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 01:37 AM
05-23-2005 01:37 AM
Re: expanding the file system
You cannot extend the root "/" filesystem without reinstalling the OS. You can use ignite to take a backup and then reinstall from the ignite backup.
Try this ignite site for more info.
http://www.software.hp.com/products/IUX/download.html
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 01:43 AM
05-23-2005 01:43 AM
Re: expanding the file system
swlist OnlineJFS
If you don't then you have to do a make_tape_recovery, manually intervene the re-install, then increase root.
It's cheaper to purchase OnlineJFS than screw with a restore!
Look for onlineJFS at http://software.hp.com
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 01:44 AM
05-23-2005 01:44 AM
Re: expanding the file system
However make sure you really need to make more space in /, as this filesystem shouldn't really grow. Look for files like core files, or other large files that aren't required.
Try running the following command to list all files on the / filesystem in size order - see if there are any unrequired large files.
find / -xdev -exec ls -ld {} \; | sort -n -k 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 01:53 AM
05-23-2005 01:53 AM
Re: expanding the file system
I really appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 02:08 AM
05-23-2005 02:08 AM
Re: expanding the file system
Extending root is not very easy, But you can, if U have free space just after lvol3. If U have lvol4 created after lvol3, then U can't.
To achive this I will give U one procedure, If it is acceptable to U, then proceed with this. This procedure can be used only if you have enough space in vg00.
First take the backup of lvol4. Then reboot the system. Go to ISL prompt
ISL>hpux -lm
System will come to LVM maintanence mode.
Now we are going to remove lvol4.
#lvremove /dev/vg00/lvol4 (I mean by lvol4 is the lvol just after root)
#lvextend -L
#extendfs /dev/vg00/rlvol3
I hope U have enough space in vg00. Now create lvol4
#lvcreate -L
#newfs -F vxfs /dev/vg00/rlvol4
#vgchange -a y vg00
#bdf
Checkup the size of each volumes
Now restore the backup of lvol4.
Best of luck
Shahul
Restart the machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 02:15 AM
05-23-2005 02:15 AM
Re: expanding the file system
directories that would be better in their own filesystem (probably not on the root disc).
Large files in /dev that are the result of a typing mistake: e.g., a user has incorrectly typed the name of a tape device with the result that the "backup" has actually created a large file in the /dev directory.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 02:23 AM
05-23-2005 02:23 AM
Re: expanding the file system
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 03:18 AM
05-23-2005 03:18 AM
Re: expanding the file system
Ignite is available for 10.20 but onlineJFS is probably not. Even Ignite older version may be available. I think hp has stopped supplying ignite newer version with 10.20 support.
Look at the Note on the link i've provided before.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 03:30 AM
05-23-2005 03:30 AM
Re: expanding the file system
That being said, I would look into moving the data in lvol4 to another location. This would allow for expansion of '/' while obeying the strict allocation policy.
Hope this helps,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 03:35 AM
05-23-2005 03:35 AM
Re: expanding the file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2005 03:42 AM
05-23-2005 03:42 AM
Re: expanding the file system
Actually the machine is running the 10.20 version. I take all the suggestions into consideration and would proceed cautiously but in the worst case scenerio, i'll reinstall.
Thanks again everyone.
Geoffrey