- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vxfs mount: mount option(s) incompatible with ...
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-02-2004 10:57 PM
05-02-2004 10:57 PM
vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
I had plugged in an new disk on HP UX 11i with the following procedure:
pvcreate /dev/rdsk/c2t2d0
vgextend vg00 /dev/dsk/c2td0
lvextend -L 80000 /dev/vg00/lvol11 /dev/dsk/c2t2d0
fsadm -F vxfs -b 80000 /dev/vg00/lvol11
and then i become the following message:
fsadm: You don´t have a license to run this program.
if i make "mount -a" the lvol11 becomes the error: "vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11"
What can i do to perform the Volume-Extens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 11:03 PM
05-02-2004 11:03 PM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
you have to dismount your file system, extend it by :
extendfs /dev/vg00/rlvol11
and then remount it.
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 11:08 PM
05-02-2004 11:08 PM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
Is there a typo in your fstab ?
# cat /etc/fstab | grep lvol11
Looks like you don't have online JFS, you will need to unmount your fs and run extendfs.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 11:11 PM
05-02-2004 11:11 PM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
vxlicense -p
and check whether the license information is valid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 11:25 PM
05-02-2004 11:25 PM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
i will not repeat what evey body said but remember , when doing a pvcreate on a new disk do a pvcreate -f , to erase any data that was on the disk .
from your message it seem that you dont have onlinejfs install on this computer ,
you just need to umount the filesystem do a extendfs and them mount the file system .
eran maor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:20 AM
05-03-2004 12:20 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
# /sbin/fs/vxfs3.3/vxlicense -c
# /sbin/fs/vxfs3.3/vxenablef -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:25 AM
05-03-2004 12:25 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
"umount /dev/vg00/lvol11
umount: cannot find /dev/vg00/lvol11 in /etc/mnttab
cannot unmount /dev/vg00/lvol11"
if i show the mnttab there is no entry with lvol11 in their.
what can i also do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:29 AM
05-03-2004 12:29 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
#vxenablef -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:43 AM
05-03-2004 12:43 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
umount the filesystem.
/root# cat /etc/fstab | grep dbappl
/dev/vg01/lvol4 /app/oracle/dbappl vxfs log,nodatainlog,largefiles,rw,suid 0 2
# umount /app/oracle/dbappl
regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 12:57 AM
05-03-2004 12:57 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
umount /oradata
umount: cannot find /oradata in /etc/mnttab
cannot unmount /oradata
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:06 AM
05-03-2004 01:06 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
is oradata mounted ? Is it part mount over mount like /app/oracle/oradata/RMAN/d03 ?
Could you give the output from
# cat /etc/fstab | grep lvol11
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:16 AM
05-03-2004 01:16 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:20 AM
05-03-2004 01:20 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
Oradata is not mounted and the output from cat /etc/fstab | grep lvol11 is "/dev/vg00/lvol11 /oradata vxfs nolog,nodatainlog,largefiles 0 2"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:22 AM
05-03-2004 01:22 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
# mount /oradata
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:24 AM
05-03-2004 01:24 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
#extendfs
as suggested above and then mounting the filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:26 AM
05-03-2004 01:26 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
try to do :
fsadm -o largefiles /dev/vg00/lvol11
(with /dev/vg00/lvol11 not mounted if you don't have online JFS)
regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:40 AM
05-03-2004 01:40 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
>fsadm -o largefiles /dev/vg00/lvol11
vxfs fsadm: /dev/vg00/lvol11 is not the root inode of a vxfs file sytem
>extendfs -F vxfs /dev/vg00/rlvol11
vxfs extendfs: file system is already at maximum device capacity.
>mount /oradata
vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:43 AM
05-03-2004 01:43 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
note the r.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 01:51 AM
05-03-2004 01:51 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
it works
i make:
# fsadm -o largefiles /dev/vg00/rlvol11
# extendfs -F vxfs /dev/vg00/rlvol11
and lvol11 is in the bdf-list
thx to all administrators
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2004 05:32 AM
05-03-2004 05:32 AM
Re: vxfs mount: mount option(s) incompatible with file system /dev/vg00/lvol11
Please take some time to assign points to those you helped you out.
Regards,