1834839 Members
2889 Online
110070 Solutions
New Discussion

Re: automount

 
SOLVED
Go to solution
Randy_9
Regular Advisor

automount

Are these WARNINGS in syslog a problem that needs to be addressed? Are the entries regarding "mnttab" normal?.
Just wondering if I need to correct something here.
Thanks,

Randy
4 REPLIES 4
Randy_9
Regular Advisor

Re: automount

Opps, here are the syslog entries:
Aug 12 13:04:52 athens automount[784]: WARNING: "bg" ignored for ctsh2 in auto.net
Aug 12 13:04:52 athens automount[784]: WARNING: "bg" ignored for ctsh2 in auto.net
Aug 12 13:10:08 athens automount[784]: fork a child process to delete an entry from /etc/mnttab
Aug 12 13:10:08 athens automount[784]: fork a child process to delete an entry from /etc/mnttab

Randy
Cheryl Griffin
Honored Contributor
Solution

Re: automount

Automount is trying to update the /etc/mnttab but it is busy. Do the message repeat or have they ceased? It may be just a temporary thing so the messages are just informational.
"Downtime is a Crime."
Randy_9
Regular Advisor

Re: automount

Cheryl,

The "mnttab" messages have stopped, but the
BG WARNINGS are constant for the NIS supplied maps. Here is an entry from the maps:

# ypcat -k auto.net | grep csh*
certsvcspre -rw,rsize=4096,wsize=4096,bg,intr maverick:/certsvcspre

Why does the system continually bark about it?

Thanks
Randy
Cheryl Griffin
Honored Contributor

Re: automount

Randy,
This error matches this format:

WARNING: option "ignored for" key in mapname
which means that automount detected an unknown mount option. Correct the entry in the appropriate map.

This entry seems to be the problem
certsvcspre -rw,rsize=4096,wsize=4096,bg,intr maverick:/certsvcspre
bg = background and this option is not necessary on HP-UX, whereas you would use that option on Solaris.

If you remove bg, the messages will cease.

I'm double checking that there is no other patch that does allow bg but from what I find so far, there's no need for it.
"Downtime is a Crime."