- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsadm error 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
07-17-2006 10:19 PM
07-17-2006 10:19 PM
fsadm error 16!
We are getting fsadm error 16 while trying to reduce a Vxfs file system. Can anybody help n this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:26 PM
07-17-2006 10:26 PM
Re: fsadm error 16!
Cut from a web doc:
There are three primary causes for this error:
1. The file system is too busy to be resized
· Although resizing a file system requires that the file system be mounted, fsadm must "freeze" the file system to actually
perform the resize
· Freezing will temporarily prevent new accesses to the file system and fsadm must wait for pending I/O's to complete
· If fsadm is unable to freeze the file system quickly, it gives up stating that the file system is too busy
2. The file system has a snapshot file system mounted on it
· If a snapshot file system was mounted that is a "snapof" the file system being resized, the resize will fail
· File systems that have snapshots mounted on them cannot be resized
3. The file system may have corruption and needs to be fsck'd
· A file system that has experienced structural damage and is marked for full file system check cannot be resized
Error # 16 - Resolution
· Make sure that the file system does not have any snapshot file system mounted on it
· Attempt the resize when the file system has less of a load on it
· If fsadm continues to fail with "errno 16" then unmount the file system, perform a "fsck", remount and try again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:27 PM
07-17-2006 10:27 PM
Re: fsadm error 16!
#define EBUSY 16 /* Mount device busy */
Do you have enough space to reduce a FS? Reducing a file systems is not good, unless you have a good backup.
fsadm -F vxfs -b xxxxM /mount_point (if you have online jfs)
lvreduce -L xxxM /dev/vgxx/lvolx
Is that what you are doing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:59 PM
07-17-2006 10:59 PM
Re: fsadm error 16!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2006 12:56 AM
07-18-2006 12:56 AM
Re: fsadm error 16!
# uname -a
# swlist -l product OnlineJFS
# fstyp -v /dev/vgxx/lvolx
thanks