- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsadm resize fails with errno 16
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
09-11-2002 03:41 AM
09-11-2002 03:41 AM
( B3929BA B.11.00 HP OnLineJFS (Advanced VxFS) but it is failing with the following error msg:
mbhpu08::rbhounsc[124] > sudo fsadm -b 8000M /u03
fsadm: /etc/default/fs is used for determining the file system type
fsadm: /dev/vg05/rlvol1 is currently 29696000 sectors - size will be reduced
fsadm: attempt to resize /dev/vg05/rlvol1 failed with errno 16
Can someone please tell me what my problem could be? I have looked in the knowledgebase but find only "extending" failing on 10.20.
Thank you,
Rebecc
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:47 AM
09-11-2002 03:47 AM
Re: fsadm resize fails with errno 16
I haven't looked at the actual error yet, but did you do a defrag of the filesystem first ? Options -E -e -D -d of the fsadm command.
Regards,
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:47 AM
09-11-2002 03:47 AM
Re: fsadm resize fails with errno 16
#define EBUSY 16 /* Mount device busy
The volume you are trying to reduce might be still used by some processes.
check using fuser to find whether the volume is still used.
THanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:47 AM
09-11-2002 03:47 AM
Re: fsadm resize fails with errno 16
Instead of trying to reduce the size of the lv, take a backup of the filesystem, unmount and remove the lv and recreate the lv with the desired size, do a newfs, mount it and then restore the data.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 03:54 AM
09-11-2002 03:54 AM
Re: fsadm resize fails with errno 16
do a fsck on the file system
Again try using fsadm.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:13 AM
09-11-2002 04:13 AM
Re: fsadm resize fails with errno 16
Rebecca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 04:21 AM
09-11-2002 04:21 AM
Re: fsadm resize fails with errno 16
Maybe you are hitting the VxFS design limitation described in KBRC00006692.
In this case you need to the job the old fashioned way.
The shrinking algorithms were changed by Veritas for VxFS 3.3, so installing this on your 11.00 system and upgrading to lfs ayout 4 would be a long-term solution.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:49 AM
09-11-2002 05:49 AM
Re: fsadm resize fails with errno 16
Try this link,
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062908240
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 05:58 AM
09-11-2002 05:58 AM
Re: fsadm resize fails with errno 16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 06:03 AM
09-11-2002 06:03 AM
Re: fsadm resize fails with errno 16
This error is because the file system you want to increase is busy with some process. Is it possible for you to unmount the file system and mount it back then try fsadm??
-USA..