HP-UX HB v13.00 Ch-03 - System Startup
HP-UX Handbook – Rev 13.00 Page 14 (of 14)
Chapter 03 System Startup
October 29, 2013
;;
'stop')
# source the system configuration variables
killproc mygamed
;;
*)
echo "Usage: $0 {start|stop|start_msg|stop_msg}"
rval=1
;;
esac
exit $rval
# end of script
Troubleshooting
Many problems during system startup are caused by temporary files that have been left in the
directory for configuration files (/etc/rc.config.d/). When files such as ioscan.out,
swlist.out or cron.bk are sourced this can result in errors and even render a system
unbootable. Only valid Posix shell scripts are allowed to be located in /etc/rc.config.d/.
Additional Information
Manual Pages
rc(1M), rc.config(4), init(1M), shutdown(1M), inittab(4)