ACC Utilities Reference Guide
Chapter 6 155
ZSCAN - Display ZCOM Tables & Buffers
Running ZSCAN
Some examples of running Z SCAN:
To run interactively against the running s ystem:
% zscan
To get a snapshot and run zscan with it:
% cp /dev/zmon /tmp/zcom.memory
% zscan -i /tmp/zcom.memory
To run against a core file vmcore.3 with corresponding kernel file
vmunix.3:
% zscan -c -i /var/adm/crash/vmcore.3 \
-k /var/adm/crash/vmunix.3
To run against core file vmcore.1 with current kernel:
% zscan -c -i /var/adm/crash/vmcore.1
Torunwithatextmessagefile:
% zscan -m def.zscan.msg










