Operating System - HP-UX
1832891 Members
2464 Online
110048 Solutions
New Discussion

EMS: no resource found under /net/interfaces/lan/status

 
SOLVED
Go to solution
lshu
Frequent Advisor

EMS: no resource found under /net/interfaces/lan/status

Hi all,

I have installed latest EMS (4.20), HA Monitor (4.20), EMS Developer Toolkit and net-SNMP product. I have checked patches and there is no new ones for the latest version of EMS & HA monitor.

When I did resls /net/interfaces/lan/status, it says no resource found under that.

I have two questions here:
1. where the issue could be?
2. where is the MIB located for EMS? or Where I can download?

Any input is appreciated.
thanks a lot,
Lorne
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: EMS: no resource found under /net/interfaces/lan/status

Shalom Lorne,

I think setup steps may have been missed.

Maybe try going into SAM and doing the setup and seeing if the MIBS and other resources are put into place by running through the assisted EMS setup.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
lshu
Frequent Advisor

Re: EMS: no resource found under /net/interfaces/lan/status

Hi all,

I find a solution. The SNMP agents need to enabled. What I did was to ensure following variables under /etc/rc.config.d set to 1
1. SNMP_HPUNIX_START=1
2. SNMP_MASTER_START=1
3. SNMP_MIB2_START=1
4. SNMP_TRAPDEST_START=1
5. AUTOSTART_EMSAGT=1
then restart the following agents:
/sbin/init.d/SnmpMaster
/sbin/init.d/SnmpHpunix
/sbin/init.d/SnmpMib2
/sbin/init.d/SnmpNaa
/sbin/init.d/SnmpTrpDst

then,life is good.
thanks all,
Lorne