To deactivate process, task, and flow accounting, turn off each of them individually by using the acctadm command with the -x option.
Become superuser or assume an equivalent role.
Roles contain authorizations and privileged commands. For more information about roles, see Using the Solaris Management Tools With RBAC (Task Map) in System Administration Guide: Basic Administration.
Turn off process accounting.
# acctadm -x process  | 
Turn off task accounting.
# acctadm -x task  | 
Turn off flow accounting.
# acctadm -x flow  | 
Verify that task accounting, process accounting, and flow accounting have been turned off.
	# acctadm
            Task accounting: inactive
       Task accounting file: none
     Tracked task resources: extended
   Untracked task resources: none
         Process accounting: inactive
    Process accounting file: none
  Tracked process resources: extended
Untracked process resources: host
            Flow accounting: inactive
       Flow accounting file: none
     Tracked flow resources: extended
   Untracked flow resources: none
 |