Event: Perfdump utility not configured. (NETIQKB14059)

  • 7714059
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

fact
AppManager 5.0

fact
Sun ONE Web Server UNIX

fact
BucketStatistics

fact
ConnectionQueue

fact
DNSCacheHitRatio

fact
KeepAlive

symptom
Event: Perfdump utility not configured.

cause
The perfdump utility collects internal web server statistics for display. These statistics can be used to help tune the performance of a web server. However, by default the perfdump utility is not configured and as such, internal web server statistics are not collected.

fix
 

1)       Add statistics initialization to magnus.conf with the following line:

Init fn=?stats-init? update-interval=?5? profiling=?yes?

2)       Provide access to perfdump output by editing obj.conf:

a)       Add the following directive to the default object:

NameTrans fn=?assign-name? from=?/.perf? name=?perf?

b)       Add the following service function:

<Object name=?perf?>

Service fn=?service-dump?

</Object>

           3)  Restart the web server by stopping and starting the server software. The restart script is not sufficient as the web server only reads the magnus.conf configuration file during server startup.



Additional Information

Formerly known as NETIQKB14059