- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vxfs fsadm: <lvname> is not the root inode of ...
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
05-31-2002 07:02 AM
05-31-2002 07:02 AM
vxfs fsadm: <lvname> is not the root inode of a vxfs file sytem
Having a problem that I can't quite figure out how to fix.
A little history - did a cold install from cd's, mirrored the bootdisk and all vg00/lv's (identical 18GB harddrives). Tied to install some more apps but needed more disk in some lv's. I broke (lvreduced) those lv so I could do a lvextend. In extending the lv's it defaulted in grabbing PE from the 2nd disk (the mirror disk) and I could not recreate the mirror due to lv's spanning both pv's. (c1t2d0 & c2t2d0 both of which are part of vg00)
Then did a pvmove to group all lv's onto the same pv.
Prior to doing the pvmove I could run the cmd fsadm -F vxfs -DEde /dev/vg00/lvolxxx and get output. After doing the pvmove I get "vxfs fsadm:
Ran into trouble and did a cold install again this time defining lv sizes as needed. No mirroring yet.
Now when I run fsadm -F vxfs -DEde .... I get the same message. What gives and how can I fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 07:04 AM
05-31-2002 07:04 AM
Re: vxfs fsadm: <lvname> is not the root inode of a vxfs file sytem
fsadm -F vxfs -d -D -e -E /tmp
see if it is any different.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 07:07 AM
05-31-2002 07:07 AM
Re: vxfs fsadm: <lvname> is not the root inode of a vxfs file sytem
Whenever U are using fsadm command in an online JFS, U will have to give the mount point as special file.
Eg
#fsadm -F vxfs -b 100m /home
Best of Luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 07:08 AM
05-31-2002 07:08 AM
Re: vxfs fsadm: <lvname> is not the root inode of a vxfs file sytem
fsadm need to be ran with the mountpoint (/usr, /var, ...) not with the device (/dev/dsk/...) when using the Online JFS extension.
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2002 10:14 AM
05-31-2002 10:14 AM
Re: vxfs fsadm: <lvname> is not the root inode of a vxfs file sytem
You can run fsadm to defrag the VxFS file system as follows.
#fsadm -F vxfs -D -E -d -e /home
Thanks.
Prashant.