11 Nov 2014

rc script trouble shooting.

Sometime in Soalris 10 the rc scripts fail to work.

Check the following log file for possible errors.


/var/svc/log/milestone-multi-user-server:default.log


10 Nov 2014

View full zone name with the ps command.

ps -efZ truncates the zone name if its more than 8 characters.
In order to see the full zone name use the following command.

ps -eo zone,uid,pid,ppid,time,vsz,rss,comm,args

Check ps man page for all the options that can be used with the -o option.