Zum Deaktivieren des Prozess-, Aufgaben- und Flow-Accounting geben Sie jeweils den Befehl acctadm mit der Option-x ein.
Melden Sie sich als Superuser an oder nehmen Sie eine entsprechende Rolle an.
Rollen umfassen Autorisierungen und privilegierte Befehle. Weitere Informationen zu Rollen finden Sie unter Using the Solaris Management Tools With RBAC (Task Map) in System Administration Guide: Basic Administration.
Deaktivieren Sie das Prozess-Accounting.
# acctadm -x process |
Deaktivieren Sie das Aufgaben-Accounting.
# acctadm -x task |
Deaktivieren Sie das Flow-Accounting.
# acctadm -x flow |
Überprüfen Sie, ob Aufgaben-, Prozess-und Flow-Accounting deaktiviert wurden.
# 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
|