In order to make iDNA Applications discoverable by applications like Service Now, this optional package can be installed on an Alma 9 appliance to set up an SNMP server to publish a set of configurable properties. Per default, a pre-defined set of properties will be published, but additional properties may be added by modifying snmpd.conf as described below.
The following properties are available per default:
Short Name | OID | Content | Description |
---|---|---|---|
sysObjectId | .1.3.6.1.2.1.1.2.0 | Manufacturer Model OID | Default value: ".1.3.6.1.4.1.33766.30.7.3" (modification not recommended) |
sysDescr | .1.3.6.1.2.1.1.1.0 | Description | Default value: "iDNA Applications - HCL Domino Analytics by panagenda" |
sysName | .1.3.6.1.2.1.1.5.0 | System Name | Machine network name |
sysContact | .1.3.6.1.2.1.1.4.0 | System Contact | Typically an administrator email address |
sysLocation | .1.3.6.1.2.1.1.6.0 | System Location | Location of the machine (e.g. data center, VMWare farm, ...) |
entPhysicalSerialNum | .1.3.6.1.2.1.47.1.1.1.1.11.0 | Unique Machine ID | Unique identifier string (e.g. GUID generated by Linux command "uuidgen") |
entPhysicalMfgName | .1.3.6.1.2.1.47.1.1.1.1.12.0 | Manufacturer | Default value: "panagenda" |
entPhysicalModelName | .1.3.6.1.2.1.47.1.1.1.1.13.0 | Model or software title | Default value: "iDNA Applications 3" |
unzip alma9-snmp.zip
systemctl status snmpd.service
cd /root/snmp
rpm -ivh --force *.rpm
cd /root/snmp
systemctl stop snmpd
mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.orig
uuidgen
nano ./snmpd.conf
cp ./snmpd.conf /etc/snmp/
systemctl restart snmpd
systemctl enable snmpd
snmpwalk -v2c -c public localhostand/or
snmpget -v1 -c public localhost .1.3.6.1.2.1.47.1.1.1.1.11.0
systemctl status snmpdand/or
journalctl