- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending FS without unmounting
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
11-22-2006 12:27 AM
11-22-2006 12:27 AM
i have online jfs installed on my box
swlist -l product |grep -i jfs
JFS B.11.23 The Base VxFS File System
OnlineJFS01 4.1.004 Online features of the VxFS File System
but trying to expand the /opt FS to 8GB from 5GB gives me the following error
fsadm -F vxfs -b 8000000 /opt
UX:vxfs fsadm: ERROR: V-3-25811: cannot expand /dev/vg00/rlvol6 more than size of the underlying device - 5537792 sectors
Am i missing something here?
Regards,
Pattabhi Raman
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:29 AM
11-22-2006 12:29 AM
Re: Extending FS without unmounting
fsadm -F vxfs -b 8388608 /opt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:34 AM
11-22-2006 12:34 AM
Re: Extending FS without unmounting
I guessed that, but it did not help..
# fsadm -F vxfs -b 8388608 /opt
UX:vxfs fsadm: ERROR: V-3-25811: cannot expand /dev/vg00/rlvol6 more than size of the underlying device - 5537792 sectors
should i be using extendfs here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:35 AM
11-22-2006 12:35 AM
Re: Extending FS without unmounting
Did you first 'lvextend' your underlying logical volume? It would appear that you have not.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:38 AM
11-22-2006 12:38 AM
Re: Extending FS without unmounting
double check that you have enough space and read:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=51908
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=87365
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1004454
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 01:03 AM
11-22-2006 01:03 AM
Re: Extending FS without unmounting
How foolish of me to miss such an important step... it works now and my FS has been extended.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 01:04 AM
11-22-2006 01:04 AM