#!/bin/sh
################################################################################
# Name: /IBM/bin/startSNMP
# Purpose: Utility to start the SNMP daemon 
################################################################################
SNMPD="/usr/local/sbin/snmpd"
$SNMPD &
