ON THIS PAGE
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.
Configure a Log Source
JSA automatically discovers and creates a log source for syslog events forwarded from HP-UX.
The following configuration steps are optional:
- Log in to JSA.
- Click the Admin tab.
- Click the Log Sources icon.
- Click Add.
From the list, select .
- 4. Configure the Hewlett Packard UniX parameters.
The following table describes the parameters that require specific values to collect events from HP-UX:
Table 1: HP-UX Syslog Parameters
Parameter
Description
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.
- Click Save.
- On the Admin tab, click Deploy Changes.
The configuration is complete.