- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extending /var filesystem using FSADM
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
Forums
Discussions
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
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
05-08-2005 07:22 PM
05-08-2005 07:22 PM
Hi everybody,
I wanted to extend /var filesystem.Is it possible. I tried using fsadm utility & not able to do that. I have online JFS installed on my server. Pls let me how i can do this.
Below is the fsadm error i got.
root@holland>fsadm -F vxfs -b 888832 /var
vxfs fsadm: /dev/vg00/rlvol8 is currently 786432 sectors - size will be increased
vxfs fsadm: write failure at block 5083134 : No such device or address
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:27 PM
05-08-2005 07:27 PM
Re: Extending /var filesystem using FSADM
# lvextend -L
# fsadm -b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:27 PM
05-08-2005 07:27 PM
Re: Extending /var filesystem using FSADM
Can you pls post the output of
#vgdisplay vg00
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:28 PM
05-08-2005 07:28 PM
Re: Extending /var filesystem using FSADM
bdf /var
And make sure, that /dev/vg00/rlvol8 is bigger than 868MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:30 PM
05-08-2005 07:30 PM
Re: Extending /var filesystem using FSADM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:31 PM
05-08-2005 07:31 PM
Re: Extending /var filesystem using FSADM
I should have mentioned that I think your syntax for fsadm looks ok at first glance so I'm not exactly sure why it's failing.
write failure at block 5083134 suggests to me that the logical volume isn't big enough or that its having problems writing to the disk at that point for some reason.
The other thing that might be worth checking is your patches for OnlineJFS.
If everything checks out and all else fails you might have to try shutting down to single user mode and trying it then. Obviously thats last resort though as you have online jfs and should be able to do it while the systems up.
Cheers,
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2005 07:49 PM
05-08-2005 07:49 PM
Re: Extending /var filesystem using FSADM
I gave the size in Mb & it was accepted.
fsadm -b 868M /var
fsadm: /etc/default/fs is used for determining the file system type
vxfs fsadm: /dev/vg00/rlvol8 is currently 786432 sectors - size will be increased
Thanks all