1833784 Members
2617 Online
110063 Solutions
New Discussion

Re: vxfs mount options ?

 
Can EKINGEN
Occasional Advisor

vxfs mount options ?

I have vxfs on N class hp-ux 11.0
I can't mount a vxfs FS with datainlog; it accepts and mounts but /etc/mnttab and mount -p shows the option as nodatainlog !!

# mount -F vxfs -o datainlog /dev/vg_master/lv_dbdump /var/sybdmp
# cat /etc/mnttab
...
/dev/vg_master/lv_dbdump /var/sybdmp vxfs log,nodatainlog 0 0 1111523407

# mount -p
/dev/vg_master/lv_dbdump /var/sybdmp vxfs log,nodatainlog 0 0

Also I can't use mincache:
# mount -F vxfs -o datainlog,mincache=tmpcache /dev/vg_master/lv_dbdump /var/sybdmp
vxfs mount: option not supported on this version of vxfs

# swlist
A5158A B.11.00.06 HP PCI/HSC Tachyon TL Fibre Channel
A6795A B.11.00.10 PCI Tachyon TL/TS/XL2 Fibre Channel
B2491BA B.11.00 MirrorDisk/UX
B4967AA C.03.25.00 HP MeasureWare Server Agent for s800 11.0
B5509BA B.11.00.05 100BT/9000 PCI
B5725AA B.3.2.45 HP-UX Installation Utilities (Ignite-UX)
BUNDLE B.11.00 Patch Bundle
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment
IUX-Recovery B.4.4.30 Ignite-UX network recovery tool subset
Ignite-UX-11-00 B.3.2.45 HP-UX Installation Utilities for Installing 11.00 Systems
OnlineDiag B.11.00.26.07 HPUX 11.00 Support Tools Bundle, Sep 2003
QPK1100 B.11.00.54.7 Quality Pack for HP-UX 11.00, September 2001
UXCoreMedia B.11.00.02 HP-UX Media Kit (Reference Only. See Description)
UnlimUserLic B.11.00.02 HP-UX Unlimited-User License
XSWGR1100 B.11.00.53.2 HP-UX General Release Patches, June 2001
XSWHWCR1100 B.11.00.53.8 HP-UX Hardware Enablement and Critical Patches, June 2001
PHCO_22020 1.0 ksh(1) cumulative patch
PHCO_25527 1.0 libpam and libpam_unix cumulative patch
PHCO_26111 1.0 libc cumulative header file patch
PHCO_27141 1.0 cumulative crontab/at/cron patch
PHCO_27344 1.0 sh-posix(1) cumulative patch
PHCO_27418 1.0 ksh(1) cumulative patch
PHCO_28316 1.0 rc scripts patch
PHCO_28425 1.0 libc cumulative patch
PHCO_28630 1.0 bdf(1M) cumulative patch; large file support
PHKL_23939 1.0 Fibre Channel Mass Storage Driver Patch
PHKL_24729 1.0 IO pdir, SBA, async IO deadlock, PA-8700
PHKL_25475 1.0 PM cumulative patch
PHKL_25906 1.0 Probe,IDDS,PM,VM,PA-8700,asyncio,T600,FS
PHKL_25938 1.0 SCSI IO Subsystem Cumulative Patch
PHKL_28496 1.0 SCSI IO Subsystem Cumulative Patch
PHKL_29434 1.0 POSIX AIO;getdirentries;MVFS;rcp;mmap/IDS;
PHKL_30553 1.0 LVM Cumulative Patch
PHNE_24419 1.0 sendmail(1m) 8.9.3 patch
PHNE_27902 1.0 Cumulative STREAMS Patch
PHNE_29785 1.0 ONC/NFS General Release/Performance Patch
PHSS_24945 1.0 OV EMANATE14.2 Agent Consolidated Patch
PHSS_26138 1.0 OV EMANATE14.2 Agent Consolidated Patch
PHSS_26533 1.0 N4000 42.06 firmware patch
PHSS_30723 1.0 N4000/rp7400 43.43 PDC Firmware Patch
Predictive C.11.00.18 HP Predictive Support
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: vxfs mount options ?

The mincache and convosync mount options require that you have OnlineJFS / AdvancedJFS installed and licensed.

I'm not sure if datainlog requires OnlineJFS or not.
RAC_1
Honored Contributor

Re: vxfs mount options ?

mincache=direct and convosync=direct require online JFS-additional product-$$

datainlog also requires online jfs product.

man mount_vxfs for details.
There is no substitute to HARDWORK