Posts

Showing posts from October, 2010

Basics Audit Commands

The following information is the basic commands use to audit an AIX Server. However more commands are out there on the Net. bash-3.00# more /var/adm/sulog/ lsuser -f ALL|more(to list users) http://www.unixguide.net/unixguide.shtml  /usr/lib/errdemon -l /var/adm/ras/errlog lsdev -C|more(devices infor) lspv -l  hdisk0  bootinfo -s hdisk0 bootinfo -K (kernel type eg 32bit) ls -l /unix (to know if I am running a uniprocessor kernel or a multiprocessor kernel?) lsvg -l rootvg  lspv |more lsdev -Cc tty bash-3.00# errpt -a -c|more(display a full-details of entries as they are recorded in the error log) To refresh the syslogd subsystem, enter: refresh -s syslogd To display if the hardware is 32-bit or 64-bit, type: bootinfo -y To display real memory in kilobytes (KB), type one of the following: bootinfo -r     lsattr -El sys0 -a realmem  trcrpt (to generate trace log) curt (to convert trace file into cpu) ...