Operating System - HP-UX
1834800 Members
2609 Online
110070 Solutions
New Discussion

Re: vxfs mount: option not supported on this version of vxfs - Help!!!

 
Joe Profaizer
Super Advisor

vxfs mount: option not supported on this version of vxfs - Help!!!

When trying to mount a mount point via mountall, I receive the message:
# mountall
mountall: cannot mount /dev/vg01/lvol4
mountall: diagnostics from mount
vxfs mount: option not supported on this version of vxfs

The following command results in:
# swlist -l product |grep -i jfs
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System
PHKL_24026 1.0 JFS Filesystem swap corruption
PHKL_27278 1.0 mmap io,VM-JFS ddlock,thread perf,user limit

I seen an article for 11.0, but can't figure out why OnlineJFS is not functioning for me. Can someone assist? I'm running 11.11 on an N-Class.

/etc/fstab:

# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg01/lvol1 /orasys vxfs delaylog 0 2
/dev/vg01/lvol2 /opt/cybere vxfs delaylog 0 2
/dev/vg01/lvol3 /oradat01 vxfs delaylog 0 2
/dev/vg01/lvol4 /oradat15 vxfs delaylog,mincache=direct,nodatainlog,convosync=direct 0 2
rgab:/oratmp /oratmp nfs soft,bg 0 0
stlpapp1:/share /share nfs soft,bg 0 0

Thanks,

..Joe
5 REPLIES 5
Brian Bergstrand
Honored Contributor

Re: vxfs mount: option not supported on this version of vxfs - Help!!!

Are you sure your OJFS license is installed? Without that, OJFS specfic options won't work. Also, OJFS is licensed per processor, so if you add a processor, you have to upgrade your OJFS license as well.

HTH.
Marco Santerre
Honored Contributor

Re: vxfs mount: option not supported on this version of vxfs - Help!!!

Somehow your version of OnlineJFS has been installed with problems. So it does show on your swlist but it probably doesn't function well. the mincache option is definitely an option for the mount but only if OnlineJFS is installed.
If possible, I would look at the logs of my installa tion of OnlineJFS, or simply re-install the whole product.
Cooperation is doing with a smile what you have to do anyhow.
Joe Profaizer
Super Advisor

Re: vxfs mount: option not supported on this version of vxfs - Help!!!

I found the problem. I had to run the following command, then put the second entry in /etc/inittab.

/sbin/fs/vxfs/vxenablef -a


vxen::bootwait:/sbin/fs/vxfs/vxenablef -a


Thanks for your replies though.

Stuart Abramson_2
Honored Contributor

Re: vxfs mount: option not supported on this version of vxfs - Help!!!

Joe:

How did you figure this out? Is it documented anywhere?

I just had the same problem!!!!!

Stuart
Joe Profaizer
Super Advisor

Re: vxfs mount: option not supported on this version of vxfs - Help!!!