> On Mar 30, 2016, at 3:07 PM, Bob Friesenhahn <bfrie...@simple.dallas.tx.us> 
> wrote:
> 
> Normally I would use 'zoneadm' to do the shutdown.  However, I am pretty sure 
> that the former (based on 'zlogin') encountered the same problem.  If so, 
> that is very interesting.

On a zone lock, we need to see a couple of things (from root@global):

- pgrep -z <zonename>

- pgrep -f <zonename>  (Should only produce the zoneadmd process.)

IF AND ONLY IF THOSE TWO ABOVE consistently produce process lists (you cannot 
run the following w/o a nonzero process list, otherwise it defaults to ALL the 
processes):

- ptree `pgrep -z <zonename>; pgrep -f <zonename>`

- pstack `pgrep -z <zonename>; pgrep -f <zonename>`  (NOTE:  This may spew a 
lot if you have a lot of processes.)

Something's stopping zoneadmd from halting, and the process stacks may help us 
figure it out.

Dan

_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to