- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending filesystems
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-26-2001 02:04 AM
04-26-2001 02:04 AM
Can anyone tell me if it is possible to extend the /var and / filesystems? I've tried bringing the machine into single user mode and running the lvextend command but alak alas no joy! By the way I'm using HPUX 11.00.
Any help appreciated
Thanks
Nick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 02:05 AM
04-26-2001 02:05 AM
Re: Extending filesystems
Yes , you can extend /var but not /
in single user
- lvextend then extendfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 02:09 AM
04-26-2001 02:09 AM
Re: Extending filesystems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 02:33 AM
04-26-2001 02:33 AM
SolutionYou can do it too with Ignite.
1) create a recovery tape
make_recovery -ACi -d /dev/rmt/...
2) boot from tape
3) modify lvol size via ignite menu
4) restore vg00 from ignite tape
5) boot from disk
6) mirror vg00 if needed
Regards,
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 02:40 AM
04-26-2001 02:40 AM
Re: Extending filesystems
1. Note down the VG and lvol number and backup the filesystem (/var).
2. Boot to single user mode to unmount the filesystems
including /var
3. lvextend -L SIZE(in MB) /dev/vgxx/lvolx
4.extendfs -F vxfs /dev/vgxx/rlvolx
5.mount /dev/vgxx/lvolx /var
6. Restore the backup
7. Reboot the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 05:13 AM
04-26-2001 05:13 AM
Re: Extending filesystems
Reboot the system and get into single user mode.
ISL> hpux -is
# lvextend -L
# extendfs -F vxfs /dev/vg00/rlvolX
# mount -a
# init 3
Or you can do this while system is up if OnlineJFS is installed on the system.
Regards,