Systemverwaltungshandbuch: Oracle Solaris Container - Ressourcenverwaltung und Solaris Zones

ProcedureSo deaktivieren Sie das Prozess-, Aufgaben- und Flow-Accounting

Zum Deaktivieren des Prozess-, Aufgaben- und Flow-Accounting geben Sie jeweils den Befehl acctadm mit der Option-x ein.

  1. 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.

  2. Deaktivieren Sie das Prozess-Accounting.


    # acctadm -x process 
    
  3. Deaktivieren Sie das Aufgaben-Accounting.


    # acctadm -x task
    
  4. Deaktivieren Sie das Flow-Accounting.


    # acctadm -x flow
    
  5. Ü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