- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ERROR: vxfs mount: not super user
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-17-2002 05:31 AM
05-17-2002 05:31 AM
ERROR: vxfs mount: not super user
I am trying to mount an lv that is mirrored on two disks. I have verified the configuration in the vg and ran a vgcfgrestore on the two disks in the volume group. All of the other lv's in the vg mount, but I keep getting this error when I attempt to mount the filesystem.
I have already tried removing /etc/mnttab and executing a mount -a, to no avail.
any other ideas?
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:34 AM
05-17-2002 05:34 AM
Re: ERROR: vxfs mount: not super user
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:35 AM
05-17-2002 05:35 AM
Re: ERROR: vxfs mount: not super user
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:38 AM
05-17-2002 05:38 AM
Re: ERROR: vxfs mount: not super user
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:40 AM
05-17-2002 05:40 AM
Re: ERROR: vxfs mount: not super user
# grep ^root: /etc/passwd
# id
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:40 AM
05-17-2002 05:40 AM
Re: ERROR: vxfs mount: not super user
mupr12:root > ll /dev/sicalis_old
total 0
brw-r----- 1 root sys 64 0x010005 Oct 5 2001 depot7
crw-rw-rw- 1 root sys 64 0x010000 Feb 23 2001 group
brw-r----- 1 root sys 64 0x010001 Oct 5 2001 mmsdev2
brw-r----- 1 root sys 64 0x010002 Oct 5 2001 mmsdev7
brw-r----- 1 root sys 64 0x010004 Oct 5 2001 nt7
crw-r----- 1 root sys 64 0x010005 Oct 5 2001 rdepot7
crw-r----- 1 root sys 64 0x010001 Oct 5 2001 rmmsdev2
crw-r----- 1 root sys 64 0x010002 Oct 5 2001 rmmsdev7
crw-r----- 1 root sys 64 0x010004 Oct 5 2001 rnt7
crw-r----- 1 root sys 64 0x010003 Oct 5 2001 rsicalis7
brw-r----- 1 root sys 64 0x010003 Oct 5 2001 sicalis7
The name of the lv is mmsdev2
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:46 AM
05-17-2002 05:46 AM
Re: ERROR: vxfs mount: not super user
1) root is not uid 0
2) the mount command is suid with the owner not being root
3) the shell is suid with an owner other then root.
That's the first thing to verify..
Type uid when you are login to verify your current uid before running the mount request.
then verify the permissions of the mount command:
-r-xr-xr-x 1 bin bin 274432 Dec 6 1999 /sbin/mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:46 AM
05-17-2002 05:46 AM
Re: ERROR: vxfs mount: not super user
What last changed? How are you trying to mount the logical volume; that is, what mount options (at command line or within /etc/fstab) are specified?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:47 AM
05-17-2002 05:47 AM
Re: ERROR: vxfs mount: not super user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:48 AM
05-17-2002 05:48 AM
Re: ERROR: vxfs mount: not super user
crw-r--r-- 1 root sys 64 0x010000 Feb 23 2001 group
But that is not your problem. Weird, what does a lvdisplay -v /dev/sicalis_old/mmsdev2 say?
I promise that I am not leading you on a wild goose chase...
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:54 AM
05-17-2002 05:54 AM
Re: ERROR: vxfs mount: not super user
James - First command I issued was a mountall. When that did not work, I removed /etc/mnttab and issued a mount -a, with the same results.
About a month ago, I did have an issue where I created a fs on one of the disks in the lv from a REMOTE system since this disk is in a shared configuration. I then reversed the creation, and on the original system, I was able to do a vgcfgrestore while the vg was active. I did not note any problems since the server has been rebooted since then, but never noticed that the fs was missing until I got an email from one of the dba's looking for it.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:56 AM
05-17-2002 05:56 AM
Re: ERROR: vxfs mount: not super user
--- Logical volumes ---
LV Name /dev/sicalis_old/mmsdev2
VG Name /dev/sicalis_old
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2000
Current LE 500
Allocated PE 1000
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation PVG-strict/contiguous
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c4t0d0 500 500
/dev/dsk/c5t0d0 500 500
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 /dev/dsk/c4t0d0 00000 current /dev/dsk/c5t0d0 00000 current
00001 /dev/dsk/c4t0d0 00001 current /dev/dsk/c5t0d0 00001 current
00002 /dev/dsk/c4t0d0 00002 current /dev/dsk/c5t0d0 00002 current
00003 /dev/dsk/c4t0d0 00003 current /dev/dsk/c5t0d0 00003 current
00004 /dev/dsk/c4t0d0 00004 current /dev/dsk/c5t0d0 00004 current
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 05:56 AM
05-17-2002 05:56 AM
Re: ERROR: vxfs mount: not super user
But this is not the cause of the current problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:02 AM
05-17-2002 06:02 AM
Re: ERROR: vxfs mount: not super user
Could you also type "whence mount" to verify that you are really using the /sbin/mount.
The output should be /usr/sbin/mount and this file is suppose to be a symbolic link to /sbin/mount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:06 AM
05-17-2002 06:06 AM
Re: ERROR: vxfs mount: not super user
Interesting -- shared volume group, vgcfgrestore done while active [not advisable].
I'd start by trying a full fsck ('-o full') on the logical volume in question to see if that fixes or reveals anything.
In the event that the above fails to find or fix anything, if you have a backup of the logical volume then I'd consider 'lvremove'ing it; 'newfs'ing it; and reloading its data from backup.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:08 AM
05-17-2002 06:08 AM
Re: ERROR: vxfs mount: not super user
lrwxr-xr-x 1 root sys 11 Jan 24 2001 mount -> /sbin/mount
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:11 AM
05-17-2002 06:11 AM
Re: ERROR: vxfs mount: not super user
I need to make a correction. The volume group is on a shared disk, but the vg is not shared.
Somehow, I had an idea this might lead to a restore from disk.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:15 AM
05-17-2002 06:15 AM
Re: ERROR: vxfs mount: not super user
Will keep you posted.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2002 06:19 AM
05-17-2002 06:19 AM
Re: ERROR: vxfs mount: not super user
This sounds like bad news to me. I suspect that somehow you've corrupted the VGDA pointers to the LV - possibly when you ran vgcfgrestore.
The only time you really need to run vgcfgrestore is when the contents of the VGDA don't match what's on the disk i.e. when you've replaced a failed disk.
Alternatively, if you somehow had this disk active on two systems, did you overwrite this LV when you created that filesystem on the other node.
Either way, this LV looks like it's gone west... hope you've got that backup tap handy.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:52 AM
05-22-2002 06:52 AM
Re: ERROR: vxfs mount: not super user
I wound up removing, recreating and then restoring data from backup.. Took a day or so to get the tape since it was offsite, but you know how that goes...
So thanx guys...
Mike-