Upon doing a 'shutdown -y g0 -0' on a Sparc 5
running Solaris 2.5 and CDE, I get the following
........................................................................
<nodename> syslogd: going down on signal 15
nfs umount: <nodename>: vold (PID) server not responding:
RPC: Program not registered
/usr/sbin/vold[PID]: problem unmounting /vol; Interrupted system
call
The system is down.
INIT: failed write of utmpx entry: "s0"
INIT: failed write of utmpx entry: "fw"
syncing file systems.....[9] [5] done
Program terminated
OK
..........................................................................
............
This is a standalone machine with no NFS mounts going at the time.
Which RPC program is the error refering to as 'not registered' and why?
What are the s0 and fw entries in utmp?
Can anything be done to alleviate these errors? We've tried adding
a sleep 10 in the /etc/init.d/volmgt script after the kill line. We have
also tried a grace period of 10 on the shutdown, no luck.
Thanks