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
12-10-2005 12:44 AM
12-10-2005 12:44 AM
FSADM
I have HPUX 11I with Online JFS.
When trying to extend the file system it says the following error pls suggest.
# fsadm -b 3072000 /var
fsadm: /etc/default/fs is used for determining the file system type
fsadm: /dev/vg00/rlv_var is currently 2867200 sectors - size will be increased
fsadm: attempt to resize /dev/vg00/rlv_var failed with errno 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:00 AM
12-10-2005 01:00 AM
Re: FSADM
in first step you need to extend lv by lvextend command:
lvextend -L size_in_MB /dev/vg00/lv_var
extendfs -F vxfs -b $((1024*size_in_MB)) /var
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:20 AM
12-10-2005 01:20 AM
Re: FSADM
After that i tried to run fsadm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:25 AM
12-10-2005 01:25 AM
Re: FSADM
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:30 AM
12-10-2005 01:30 AM
Re: FSADM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:39 AM
12-10-2005 01:39 AM
Re: FSADM
More then likely, you are trying to increase larger then the lvol size..
Command sshould have been something like:
lvextend -L 3072 /dev/vg00/lv_var
fsadm -b 3072M /var
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:39 AM
12-10-2005 01:39 AM
Re: FSADM
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:45 AM
12-10-2005 01:45 AM
Re: FSADM
Error 16 is EBUSY.
The Knowledge Base suggests that patch PHKL_33258 might result this issue. Since this patch requires a reboot, however, you might just as easily get around the problem by unmounting your filesystem and extending in in that state.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2005 01:48 AM
12-10-2005 01:48 AM
Re: FSADM
I think your /var file system needs to fsck'd. Or the Fs i busy doing some work.
Cheers ....007