Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Prevent the system from logging at this level of detail by choosing one of the following options:

 

...

  • Edit

...

  • the

...

  • /etc/syslog.conf

...

  • file

...

  • to

...

  • disable

...

  • the

...

  • daemon.notice

...

  • messages.

...

  •  
  • Edit

...

  • the

...

  • /etc/xinetd.d/uptimeagent

...

  • file

...

  • to

...

  • change

...

  • the

...

  • logging

...

  • level

...

  • to

...

  • a

...

  • less

...

  • verbose

...

  • option

...

  • than

...

  • the

...

  • level

...

  • specified

...

  • in

...

  • the

...

  • /etc/syslog.conf

...

  • file.

...

  •   
    For

...

  • example,

...

  • specify

...

  • the

...

  • following

...

  • in

...

  • the

...

  • /etc/xinetd.d/uptimeagent

...

  • file: 
Code Block
 log_type = SYSLOG authpriv emerg
Code Block
ThisemergThis option will only log emerg messages to the log file instead of the option set in the /etc/syslog.conf file. 
  • Use

...

  • a

...

  • more

...

  • flexible

...

  • syslog

...

  • tool

...

  • (such

...

  • as

...

  • syslog-ng)

...

  • that

...

  • can

...

  • be

...

  • configured

...

  • to

...

  • filter

...

  • out

...

  • specific

...

  • messages.

...

  •  
  • On

...

  • Solaris

...

  • 10

...

  • systems,

...

  • the

...

  • uptimeagent

...

  • SMF

...

  • may

...

  • need

...

  • to

...

  • be

...

  • updated.

...

  • Verify

...

  • if

...

  • tcp_trace

...

  • is

...

  • set

...

  • to

...

  • TRUE

...

  • by

...

  • running

...

  • the

...

  • following

...

  • command:

...

  • inetadm

...

  • -l

...

  • network/uptimeagent/tcp. 

...


  • If

...

  • the

...

  • tcp_trace

...

  • value

...

  • is

...

  • set

...

  • to

...

  • TRUE,

...

  • set

...

  • it

...

  • to

...

  • false

...

  • with

...

  • the

...

  • following

...

  • command:

...

  •  

    Code Block
    inetadm -m network/uptimeagent/tcp tcp_trace=FALSE.