- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsadm error
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
04-23-2009 09:55 PM
04-23-2009 09:55 PM
1. Extend the Logical Volume
lvextend –L 71712 /dev/vg02/lvol1
fsadm –F vxfs –b 71712m /ldata/ohp1logs1
lvextend –L 207072 /dev/vg02/lvol2
fsadm –F vxfs –b 207072m /ldata/ohp1data1
I get the following error UX:vxfs fsadm: ERROR: V-3-20279: /ldata/ohp1data1 is not the root inode of a vxfs file system
ERROR: V-3-20279: /ldata/ohp1logs1 is not the root inode of a vxfs file system
Can someone help? I'm in the middle of a maintenance window
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 10:25 PM
04-23-2009 10:25 PM
Re: fsadm error
As said, plz check if the lvol is mounted and then follow regular steps for extending:
#lvextend â L 15000 /dev/vg02/lvol1
#fsadm â b 15000M /ldata/ohp1data1 (M or m both will work same)
regds,
R.K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 10:48 PM
04-23-2009 10:48 PM
Re: fsadm error
you are giving the below command
fsadm â F vxfs â b 207072m /ldata/ohp1data1
always fsadm with Online JFS is working with mountpoints(/usr,/tmp...)only so give the mountpoint name insted of /ldata/ohp1data1
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 11:20 PM
04-23-2009 11:20 PM
Re: fsadm error
First check the file system is mounted or not
also run the "fstyp lvname" command and check the weather you FS is vxfs or not.
Thanks,
Avinasha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2009 11:25 PM
04-23-2009 11:25 PM
Re: fsadm error
if the filesystem is not mounted, use extendfs command to extend it. See extendfs(1m).
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 12:23 AM
04-24-2009 12:23 AM
Re: fsadm error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2009 12:26 AM
04-24-2009 12:26 AM
Re: fsadm error
The threads confirmed what I did.