- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nodatainlog - mount option
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
10-25-2005 01:58 AM
10-25-2005 01:58 AM
I have a system (hpux11i) where I mount a fsystem with 'delaylog,largefiles' options, but in 'mount -p' o/p I see:
/dev/vgxxx/lvyyy /ZZZZ vxfs delaylog,nodatainlog,largefiles 0 0
where does the 'nodatainlog' come from?
I've faced the same on hpux11.0 (it required to put 'vxadv' driver into kernel) - don't know though what's the matter here.
appreciate replies
cheers, Mariusz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:08 AM
10-25-2005 02:08 AM
Re: nodatainlog - mount option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:11 AM
10-25-2005 02:11 AM
Re: nodatainlog - mount option
the thing is:
where does the 'nodatainlog' come from?
I use only 'delaylog,largefiles' options, and I get 'nodatainlog', which i don't want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:15 AM
10-25-2005 02:15 AM
Re: nodatainlog - mount option
The datainlog is only available with OnlineJFS, so I suspect you are defaulting to nodatainlog because you don't have OnlineJFS. See man 1m mount_vxfs.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:16 AM
10-25-2005 02:16 AM
Re: nodatainlog - mount option
If not, I don't believe that datainlog is available, so the default may be nodatainlog.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:17 AM
10-25-2005 02:17 AM
Re: nodatainlog - mount option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:20 AM
10-25-2005 02:20 AM
Re: nodatainlog - mount option
nodatainlog disables synchronous writes.
Read the man page mount_vxfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:22 AM
10-25-2005 02:22 AM
Re: nodatainlog - mount option
mount -o remount,delaylog,datainlog,largefiles /dev/vgxx/lvyyy /zzz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:23 AM
10-25-2005 02:23 AM
Re: nodatainlog - mount option
fstab shows:
# 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 /lhome vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /tmp vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
while mount -p:
/dev/vg00/lvol3 / vxfs log 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 0
/dev/vg00/lvol8 /var vxfs delaylog,nodatainlog 0 0
/dev/vg00/lvperf /var/opt/perf vxfs delaylog,nodatainlog 0 0
/dev/vg00/lvcrash /var/adm/crash vxfs delaylog,nodatainlog 0 0
/dev/vg00/lvol7 /usr vxfs delaylog,nodatainlog 0 0
/dev/vg00/lvol6 /tmp vxfs delaylog,nodatainlog 0 0
/dev/vg00/lvsec /secman vxfs delaylog,nodatainlog 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:26 AM
10-25-2005 02:26 AM
Re: nodatainlog - mount option
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:26 AM
10-25-2005 02:26 AM
Re: nodatainlog - mount option
-o datainlog
mount -p still shows 'nodatainlog'.
I've tried unount/mount with the above option - still no luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:30 AM
10-25-2005 02:30 AM
Re: nodatainlog - mount option
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:31 AM
10-25-2005 02:31 AM
Re: nodatainlog - mount option
By default nodatainlog is enforcedd if not explicitly declared in /etc/fstab. Be sure though you have OnlineJFS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:34 AM
10-25-2005 02:34 AM
Re: nodatainlog - mount option
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:38 AM
10-25-2005 02:38 AM
Re: nodatainlog - mount option
I should have noticed earlier.. it does appear you do not have OnlineJFS - aka Full or Advanced Veritas File SysteM (VxFS).
Do a vxlicense -p.
Depending on where you purchase your JFS/VxFS from - if it is from HP then you need to install the OnLineJFS product (which essentially does simply a copy of the license file).
If it is from Veritas (Full VxFS) .. then it is adding a license via the vxlicense command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:47 AM
10-25-2005 02:47 AM
Re: nodatainlog - mount option
when I tried to resize a fs, got a message:
fsadm: You don't have a license to run this program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:50 AM
10-25-2005 02:50 AM
Re: nodatainlog - mount option
;^)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 02:59 AM
10-25-2005 02:59 AM
Re: nodatainlog - mount option
need to figure out the licensing then - thanks every1 for replies :)