- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem to increase the size of file system
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
03-27-2001 10:08 AM
03-27-2001 10:08 AM
fsadm -F vxfs -b 1048576 /desa_data01
fsadm: /dev/vgdesadb/rlvdesa_data01 is currently 819200 sectors - size will be i
ncreased
fsadm: attempt to resize /dev/vgdesadb/rlvdesa_data01 failed with errno 28
Any ideas.
MDF
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 10:16 AM
03-27-2001 10:16 AM
Re: Problem to increase the size of file system
You may have to do this in single user mode if you can't get exclusive access to the file system.
I have always used SAM for this job as it is a bit more user friendly in this area.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 10:27 AM
03-27-2001 10:27 AM
Re: Problem to increase the size of file system
If your filesystem is virtually full when you attempt a resize you can get this error. If this is the case, move some files to another filesystem, temporarily, and try the resize again. When done, move back the files you shifted out in the first place.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 10:30 AM
03-27-2001 10:30 AM
Solutionhttp://us-support2.external.hp.com/cki/bin/doc.pl/sid=782d397819eaf2d1f8/screen=ckiDisplayDocument?docId=200000016120079
Hope it helps,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2001 10:38 AM
03-27-2001 10:38 AM
Re: Problem to increase the size of file system
1. The file system is not 100 full. If so fsadm fails to increase it.
2. The lv has the size you're planning to extend the fs to. If not increase the lv first.
Regards,
Ovidiu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2001 09:01 AM
03-31-2001 09:01 AM
Re: Problem to increase the size of file system
in my experience you just have to have 1megabyte of
free space in a VxFS/JFS to be able to use "fsadm" to
increase the size of it. Move one file of at least that
size to some other place, increase the LV, increase the
filesystem, and move back that file.
HTH,
Wodisch