|
Yes kaiyi,
I had tried to boot the local zone bit by bit, exactly as you mentioned before.
but after the ready command issued, zone will fail and then go into down status due to the error with devfsadm.
slave:/egao #zoneadm list -vc
ID NAME STATUS PATH
0 global running /
1 autonew down /other/zones/autonew
slave:/egao #
From my understanding, around step of ready or prior to booting, zoneadmd will coordinate with devfsadm to mount /dev within the local zone and populate all relevant dev files.
On the other working server, this is noticed with the following dtrace script, just on my particular damned machine, it failed at this step.
dtrace -qn 'proc:::exec-success { printf("%-14s %s\n",curthread->t_procp->p_parent->p_user.u_comm, curpsinfo->pr_psargs); }'
Further clue is that I installed SUNWjass to harden the system and then roll it back, not sure if this is causing the problem.
|