- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- delaylog-------what is this
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
12-06-2001 11:22 AM
12-06-2001 11:22 AM
I've been trying to find info on what the delaylog parameter does when placed in /etc/fstab.
For instance:
/dev/vgdss1/orasw /orasw vxfs delaylog 0 2
I tried doing a "#man -k delaylog" to figure it out but it is almost like it doesn't exist.
Thanks
Kirk Reindl
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:33 AM
12-06-2001 11:33 AM
Solution'delaylog' and other VxFS (JFS) mount options are documented in the man pages (1M) for 'mount_vxfs'.
"In delaylog mode, some system calls return before the intent log is written. This improves the performance of the system, but some changes are not guaranteed until a short time later when the intent log is written."
Technical Knowledge Base document #KBRC00007737 also offers an explanation (see attached).
Attachment deleted as per ITRC Guidelines
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:33 AM
12-06-2001 11:33 AM
Re: delaylog-------what is this
Hope I've steered you in the right direction.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:38 AM
12-06-2001 11:38 AM
Re: delaylog-------what is this
Check this link on docs.hp.com
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3929-90011/B3929-90011_top.html&con=/hpux/onlinedocs/B3929-90011/00/00/46-con.html&toc=/hpux/onlinedocs/B3929-90011/00/00/46-toc.html&searchterms=delaylog&queryid=20011206-114220
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:40 AM
12-06-2001 11:40 AM
Re: delaylog-------what is this
try this link,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=0d75e08f18c76472d1/screen=ckiDisplayDocument?docId=200000048194462
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 11:42 AM
12-06-2001 11:42 AM
Re: delaylog-------what is this
Normally I/O is written to the inodes and then the intent log is updated unlike hfs. With delaylog mount option, the acknowledgement comes back sometimes before the intent log is updated so that the process doesn't have to wait for I/O to complete.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2001 12:23 PM
12-06-2001 12:23 PM
Re: delaylog-------what is this
Following link explains the different mount options
Document Id : KBAN00000258
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=42153c7d027b067f97/screen=ckiSearchResults?searchString=KBAN00000258&mode=id
Thanks.
Prashant.