For UNIX operating systems, also review the list of patches Genesys uses for software product builds and upgrade your patch configuration if necessary. A description of patch configuration is linked to the Readme files for the Genesys applications that operate on UNIX.
New section starts here
Starting in release 8.5.1, Genesys uses Net-SNMP to access SNMP functionality, instead of the Genesys SNMPA Master Agent component. Net-SNMP supports everything that Genesys SNMPA Master Agent does. If you will be using SNMP, you must install and configure Net-SNMP.
Installing Net-SNMP
Install Net-SNMP on each host that will be running SNMP master agents, using the instructions appropriate for the operating system of the host.
To install and configure Net-SNMP on Windows 64-bit Platforms, use the following steps:
Run the downloaded file, making the following selections on the Choose Components screen of the Net-SNMP 5.5 Setup Wizard:
Expand Net-SNMP Agent Services and select With Windows Explorer
Net-SNMP Trap Services
Perl SNMP Modules
All binaries are created in the installed folder specified in the Choose Default Location screen of the setup wizard.
2. Register (or unregister, if required) the Net-SNMP Services by running the appropriate .bat file, all of which are located in the Net-SNMP installation folder. [+] Show files
:
To Do This ...
To This Service ...
Run this File
Register
Net-SNMP agent
registeragent.bat
Net-SNMP trap handler
registertrapd.bat
Unregister
Net-SNMP agent
unregisteragent.bat
Net-SNMP trap handler
unregistertrapd.bat
After registration, the files are located in the following locations: [+] Show file locations
Note: The file locations given in the table are by default, based on the default location specified in Step 1.
Files
Location
snmpd.conf
C:\usr\etc\snmp\snmpd.conf
snmpd.conf (persistent)
C:\usr\snmp\perisist\snmpd.conf
Is the folder actually called "perisist" or "persist"?
snmptrapd.conf
C:\usr\etc\snmp\snmptrapd.conf
Log files
C:\usr\log\snmpd.log
3. Modify the Net-SNMP configuration file, snmpd.conf, as follows: [+] Show steps
To open the UDP port through which SCS can communicate with the SNMP master agent, add the following line to the configuration file:
agentaddress <transport>:<port_num>
where:
<transport> can be udp or tcp Shouldn't this just be set to udp, since the line above says you are opening the UDP port?
port_num is any valid port number. This port number must not be used by any other process.
You can check if the port has been opened successfully by running the following command:
C:\>netstat –aon | findstr <port_num>
If it shows the port, then the port is open.
To enable agentx functionality and open the agentX port, add the following lines to the configuration file: