==========================================================
Configure SNMP
==========================================================
For Windows
-----------
Install SNMP Service:
1. Double click 'Add/Remove Programs' icon from Control Panel
2. Select 'Add/Remove Windows Components' to start Windows Component Wizard
3. Check 'Management and Monitoring Tools' and click 'Next' button
4. Check 'Simple Network Management Protocol' and click 'OK' button
5. Click 'Next' to complete Windows Component Wizard
Configure SNMP Service:
1. Double click 'Administrative Tools' icon from Control Panel
2. Double click 'Services' icon
3. Select SNMP Service' and then the 'Agent' tab
4. Enter Contact and Location
5. Select the 'Security' tab
6. Click 'Add' button to start SNMP Service Configuration window
7. Select 'READ ONLY' community right, type 'public' as Community Name
and click 'Add' button
8. Click 'Add' button to start SNMP Service Configuration window
9. Select 'READ WRITE' community right, type 'private' as Community Name
and click 'Add' button
10. Select 'Accept SNMP packets from any host' or 'Accept SNMP packets
from these hosts'
11. Enter the IP address, click 'Apply' and 'OK' button
12. Stop and then restart SNMP Service
Configurate SNMP traps:
1. Select SNMP service and then click on Traps tab
2. Add community name and add traps destination IP address, which is the machine receiving notification
3. Restart SNMP service and SNMP trap service.
For Linux
---------
Edit snmpd.conf file:
1. Locate the snmpd.conf file using the command
snmpd -Dread_config -H 2>&1 | grep "Reading" | sort -u
2. Add the following line in snmpd.conf
dlmod ptIslaVistaSystem $INSTALLATION_HOME_DIR$/Agent/lib/ptIslaVistaSystem.so
(e.g. dlmod ptIslaVistaSystem /opt/Promise/WebPAMPRO/Agent/lib/ptIslaVistaSystem.so)
3. Add the following lines if they do not exist in snmpd.conf
rocommunity "public"
rwcommunity "private"
agentaddress 161
4. Add trap2sink IP_ADDRESS in snmpd.conf
IP_ADDRESS is the machine which wants to receive SNMP notification
Configure NET-SNMP Daemon:
1. Edit the snmpd script using the command
vi /etc/init.d/snmpd
2. Add the following lines in function start()
LD_LIBRARY_PATH="/opt/Promise/WebPAMPRO/Agent/lib"
export LD_LIBRARY_PATH
SW_CONF_PATH="/opt/Promise/WebPAMPRO/Agent/bin"
export SW_CONF_PATH
3. To disable SELinux, edit /etc/selinux/config and change the line
'SELINUX=enforcing/' to 'SELINUX=permissive'
Start/Stop NET-SNMP Daemon:
1. Setup snmpd service using the command
/etc/init.d/snmpd start
2. Start snmpd automatically at system boot up using the command
setup
Select 'System services'
check snmpd [*] snmpd
For FreeBSD
-----------
Edit snmpd.conf file:
1. The snmpd.conf file is located at /usr/local/share/snmp/. Use the
following command to set up configuration
snmpconf -i -a
2. Follow the menu to setup configuration or manually add the following
lines in snmpd.conf
rocommunity "public"
rwcommunity "private"
agentaddress 161
dlmod ptIslaVistaSystem /opt/Promise/WebPAMPRO/Agent/lib/ptIslaVistaSystem.so
Configure NET-SNMP Daemon:
1. Edit snmpd script using the command
vi /usr/local/etc/rc.d/snmpd
2. Add the following lines
snmpd_enable=yes
export LD_LIBRARY_PATH=/opt/Promise/WebPAMPRO/Agent/lib
export SW_CONF_PATH=/opt/Promise/WebPAMPRO/Agent/bin
Start/Stop NET-SNMP Daemon:
1. Start SNMP service using the command
/usr/local/etc/rc.d/snmpd start
2. To start SNMP service automatically, add the following line
in /etc/rc.conf
snmpd_enable="YES"
3. To check whether SNMP is started automatically, use the command
/usr/local/etc/rc.d/snmpd rcvar
Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.