Displaying Kernel Zone Process Information
Kernel zone processes are not directly visible to the global zone or the kernel zone host system. You must use the zlogin
command followed by a process management command to view any process information about a kernel zone, as follows:
global$ pfbash zlogin -z kernel-zone process-management-command
For example, the following command displays process information about the syslogd
daemon on the kernel zone kzone1
from the kernel zone host system global
:
global$ zlogin kzone1 ps -ef |grep syslogd
root 1520 1 0 20:23:08 ? 0:00 /usr/sbin/syslogd