Operating System - HP-UX
1838476 Members
2799 Online
110126 Solutions
New Discussion

vxfs version for mincache=direct mount option

 
SOLVED
Go to solution
Brian Lee_4
Regular Advisor

vxfs version for mincache=direct mount option

I tried to use "minacche=direct" mount option but I got the error message below.
What vxfs version should I install into the system?

In the box, HP-UX 11.0 and B.11.00 HP OnLineJFS (Advanced VxFS)are installed.

vxfs mount: option not supported on this version of vxfs.
brian lee
9 REPLIES 9
Massimo Bianchi
Honored Contributor

Re: vxfs version for mincache=direct mount option

I think that onlinejfs is not activated.

Do you have vxadv in the /stand/system ?

Massimo
Brian Lee_4
Regular Advisor

Re: vxfs version for mincache=direct mount option

There is no vxadv drive in Kernel drive list but it has only vxbase kernel drive.
brian lee
Massimo Bianchi
Honored Contributor

Re: vxfs version for mincache=direct mount option

That's it.

OnlineJFS is NOT active in your system, even it is installed.

Now, the real question is: why isn't it in the kernel ?

Check the status of your fileset...

swlist -l fileset -a state


and see if you have anything NOT "configured"...

Massimo

Jeff Schussele
Honored Contributor

Re: vxfs version for mincache=direct mount option

Hi Brian,

You need Advanced JFS 3.3 to use that mount option.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Brian Lee_4
Regular Advisor

Re: vxfs version for mincache=direct mount option

They are all configured like the followings.
#swlist -l fileset -a state\

# AdvJournalFS
AdvJournalFS.AJFS-ENG-A-MAN configured
AdvJournalFS.AJFS-JPN-E-MAN configured
AdvJournalFS.AJFS-JPN-S-MAN configured
AdvJournalFS.VXFS-ADV-KRN configured
AdvJournalFS.VXFS-ADV-RUN configured
brian lee
Brian Lee_4
Regular Advisor

Re: vxfs version for mincache=direct mount option

How to check JFS version ?
brian lee
Jeff Schussele
Honored Contributor

Re: vxfs version for mincache=direct mount option

Hi Brian,

Check the JFS version with

fstyp -v /dev/vg_name/lv_name

If the results are:

version: 3 => V3.1
version: 4 => V3.3

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Brian Lee_4
Regular Advisor

Re: vxfs version for mincache=direct mount option

How can I get JFS 3.3 ?
Is it in applcation cd set ?
I have 3.3 version for HP-UX 11.0 but don't have it for 11i.
brian lee
Massimo Bianchi
Honored Contributor
Solution

Re: vxfs version for mincache=direct mount option