Hewlett Packard UNIX (HP-UX)
You can integrate an HP-UX device with JSA. An HP-UX DSM accepts events by using syslog.
You can configure syslog on your HP-UX device to forward events to JSA.
Log in to the HP-UX device command-line interface.
Open the following file:
/etc/syslog.conf
Add the following line:
<facility>.<level><destination>
Where:
<facility> is auth.
<level> is info.
<destination> is the IP address of the JSA.
Save and exit the file.
Type the following command to ensure that syslogd enforces the changes to the syslog.conf file.
kill -HUP `cat /var/run/syslog.pid`
Note:Back quotation marks are used in the command line.
You are now ready to configure the log source in JSA.
Syslog Log Source Parameters for Hewlett Packard UniX (HP-UX)
If JSA does not automatically detect the log source, add a Hewlett Packard UniX log source on the JSA Console by using the syslog protocol.
When using the syslog protocol, there are specific parameters that you must use.
The following table describes the parameters that require specific values to collect syslog events from Hewlett Packard UniX:
Parameter |
Value |
---|---|
Log Source Name |
Type a name for the log source |
Log Source Description |
Type a description for the log source |
Log Source Type |
Hewlett Packard UniX |
Protocol Configuration |
Syslog |
Log Source Identifier |
Type the IP address or host name for your Hewlett Packard UniX device. |