When Networker tries to relabel an expired volume it comes up with this error:
nsrd: Jukebox 'MSL' failed: duplicate name; pick new name or delete old one
It doesn't happen all the time but when it does happen, Networker makes dozens of attempts at relabeling the volume which completely screws...
I compiled and installed the hclnfsd daemon that came with NFS Maestro and that worked. My users are happy. Even though I did not try them, thanks for all the suggestions.
Is there a pcnfsd daemon in Solaris 8 and how do I get it to work? Is it even needed? My users would like to map a directory on a Solaris 8 box to a Windows drive on their PC. How do I do this? Any help will be greatly appreciated.
Issue the command
passwd -f -d username
after doing useradd. This will expire and delete the user's current password (even if there is none) and force him to enter a new password the next time he logs in. Note that -d only works for file repositories; e.g. /etc/passwd. HTH.
This cron entry reboots a server on the first Monday of each month. If you can find a way to add 1 to the current date, get the resulting day-of-the-month and check if it comes out as 01, then you're sure that the current day is the last day of the month.
0 1 * * 1 [ `date +\%d` -le 07 ] &&...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.