- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsadm extending filesystem
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-04-2004 09:28 AM
03-04-2004 09:28 AM
I increased size to 100M actually extended to 128M to match PE size.
lvcreate -L 100 /dev/vg00/lvol21
I am now trying to extend file system using fsadm but having trouble.
used
fsadm -F vxfs -b 131072 /appl/uas (mountpoint)
This reports
fsadm -F vxfs -b 131072 /appl/uas
fsadm: /dev/vg00/rlvol21 is currently 32768 sectors - size will be increased
fsadm: attempt to resize /dev/vg00/rlvol21 failed with errno 28
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:37 AM
03-04-2004 09:37 AM
Re: fsadm extending filesystem
lvextend -L 128 /dev/vg00/lvol21
before the fsadm. Your -b 131072 is consistant with a 128MB LVOL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:38 AM
03-04-2004 09:38 AM
Re: fsadm extending filesystem
cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:38 AM
03-04-2004 09:38 AM
Re: fsadm extending filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:38 AM
03-04-2004 09:38 AM
Re: fsadm extending filesystem
As said, if the filesystem is already at 100%, fsadm will fail. Reduce it to free up atleast 5%.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:39 AM
03-04-2004 09:39 AM
Re: fsadm extending filesystem
Did you run :-
lvextend -L 128 /dev/vg00/lvol21
From your post it looks like you ran lvcreate not lvextend.
fsadm command looks ok.
Regards,
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 09:41 AM
03-04-2004 09:41 AM
Re: fsadm extending filesystem
#define ENOSPC 28 /* No space left on device */
What size is that unit sector? Is that 512byte or a physical extent?
Michael