Nirmala,
From the logs you sent, it appears that the opensaf SNMP Subagent has
not registered its MIBs with the snmpd.
Are you sending the MIB requests on to the standby controller, which
you shouldn't ?
If that's not your case, what do you observe, when you give, say the
following command on the ACTIVE controller:
snmpwalk -v2c -c public -m /usr/share/snmp/mibs/SAF-AMF-MIB localhost
saAmfObjects
When you give the request, you could check the SUBAGT**.log and MASV*
.log files for any errors that you see?
If you aren't able to make out, you could mail the above log files.
- Mathivanan.
________________________________
From: nirmala devi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 26, 2007 9:36 AM
To: Mathivanan Np-G19859
Cc: [email protected]
Subject: RE: [Users] SNMP Problem
Hi,
Sorry for late response.
We have followed the two steps you mentioned already and patch is not
required for our release.
Rgds,
Nirmala
--- On Mon, 24/12/07, Mathivanan Np-G19859 <[EMAIL PROTECTED]> wrote:
From: Mathivanan Np-G19859 <[EMAIL PROTECTED]>
Subject: RE: [Users] SNMP Problem
To: "nirmala devi" <[EMAIL PROTECTED]>
Cc: [email protected]
Date: Monday, 24 December, 2007, 3:48 PM
Nirmala,
If you are sure that
1) The snmd and the subagent is started to work on the same port
numbers.
i.e. for eg:- snmpd to use port 705 as in
./snmpd -x tcp:localhost:705 -I -interfaces
and that the port number specified in ncsSnmpSubagt.conf is also
705 i.e. as in
agentxsocket tcp:localhost:705
agentxPingInterval 1
And,
2) The snmpd.conf, snmp.conf and the ncsSnmpSubagt.conf are all
in the same path as set in the environment variable
SNMPCONFPATH, if they are changed, you should change it in
nis_scxb script as well(as detailed in INSTALL file)
Then,
Apart from 1) & 2) ,
If you are using release 1.4 have you applied the patch provided
in http://list.opensaf..org/archives/users/2007-December/000671.html
<http://list.opensaf.org/archives/users/2007-December/000671.html> ?
Pls rebuild after you apply this patch.
Let me know if that helps,
Rgds,
Mathivanan.
________________________________
From: nirmala devi [mailto:[EMAIL PROTECTED]
Sent: Monday, December 24, 2007 12:42 PM
To: Mathivanan Np-G19859
Cc: [email protected]
Subject: RE: [Users] SNMP Problem
Hi,
I have attached the snmpd.log file and captured what ever we excecuted
on terminal.
Both files attached.
Rgds,
Nirmala
--- On Mon, 24/12/07, nirmala devi <[EMAIL PROTECTED]> wrote:
From: nirmala devi <[EMAIL PROTECTED]>
Subject: RE: [Users] SNMP Problem
To: "Mathivanan Np-G19859" <[EMAIL PROTECTED]>
Date: Monday, 24 December, 2007, 11:08 AM
Hi,
I included snmp.conf file in /usr/share/snmp now the snmpwalk and
snmpget basic commands work . But still facing problem with opensaf
mibs.
when i checked the log it says registration error.
At the moment i am not able to send the log copy to you as i have some
problem in the network. Once it is rectified wi
--- On Thu, 20/12/07, Mathivanan Np-G19859 <[EMAIL PROTECTED]> wrote:
From: Mathivanan Np-G19859 <[EMAIL PROTECTED]>
Subject: RE: [Users] SNMP Problem
To: [EMAIL PROTECTED], [email protected]
Date: Thursday, 20 December, 2007, 3:40 PM
check the /var/log/snmpd.log
What does it says?
________________________________
From: nirmala devi [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 20, 2007 2:03 PM
To: [email protected]; Mathivanan Np-G19859
Subject: RE: [Users] SNMP Problem
I tried still same problem
--- On Thu, 20/12/07, Mathivanan Np-G19859 <[EMAIL PROTECTED]> wrote:
From: Mathivanan Np-G19859 <[EMAIL PROTECTED]>
Subject: RE: [Users] SNMP Problem
To: [EMAIL PROTECTED], [email protected]
Date: Thursday, 20 December, 2007, 12:59 PM
You have to set the SNMPCONFPATH appropriately if the snmpd.conf
& snmp.conf is not in
the default path /usr/share/snmp & restart the snmp.
These instructions are in the INSTALL file.
________________________________
From: nirmala devi [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 20, 2007 12:03 PM
To: Hans Feldt; [email protected]; Mathivanan
Np-G19859
Subject: RE: [Users] SNMP Problem
Hi,
I modified the /etc/opt/snmp/snmpd.conf and /etc/raddb/snmp.conf as you
said.
but didn't work.
when i execute snmpwalk
get the error
:SNMPv2-MIB::system=No such object available on this agent at this
OID.....
Rgds,
Nirmala
--- On Wed, 19/12/07, Mathivanan Np-G19859 <[EMAIL PROTECTED]> wrote:
From: Mathivanan Np-G19859 <[EMAIL PROTECTED]>
Subject: RE: [Users] SNMP Problem
To: [EMAIL PROTECTED], "Hans Feldt"
<[EMAIL PROTECTED]>, [email protected]
Date: Wednesday, 19 December, 2007, 5:12 PM
You could try adding "only" the following lines in snmpd.conf
rwcommunity public
master yes
And the following in snmp.conf
defversion 2c
Restart the snmpd as mentioned in the INSTALL file.
- Mathi.
________________________________
From: nirmala devi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 19, 2007 4:54 PM
To: Hans Feldt; [email protected]; Mathivanan
Np-G19859
Subject: RE: [Users] SNMP Problem
Hi,
I am still facing problem with it.
Can you send snmpd.conf file
Rgds,
Nirmala
--- On Wed, 12/12/07, Mathivanan Np-G19859 <[EMAIL PROTECTED]> wrote:
From: Mathivanan Np-G19859 <[EMAIL PROTECTED]>
Subject: RE: [Users] SNMP Problem
To: [EMAIL PROTECTED], "Hans Feldt"
<[EMAIL PROTECTED]>, [email protected]
Date: Wednesday, 12 December, 2007, 6:17 PM
Nirmala,
The steps you listed arent quite correct.
For solving all SNMP related problems, pls strictly follow the
steps in the INSTALL file. It should address your problems.
For eg:-
If you are using net-snmp 5.4,
start snmpd as
snmpd -x tcp:localhost:705 -I -interfaces on the system
controller.
Your MIB walks should go through.
For a specific problem in OpenSAF 1.4, you could apply the patch
in
http://list.opensaf.org/archives/users/2007-December/000671.html
Rgds,
Mathivanan.
________________________________
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of nirmala devi
Sent: Wednesday, December 12, 2007 9:47 AM
To: Hans Feldt
Cc: [email protected]
Subject: Re: [Users] SNMP Problem
Hi,
When i went through the chain i found a message posted on SNMP and tried
the same.
1. Edit snmpd.conf:
Append a master agent in the following line to the file snmpd.conf
(Usually present in
/etc/snmp/snmpd.conf)
"master agentx"
2. Start snmpd with the following options:
"snmpd -x 705 -I interfaces -c /etc/snmp/snmpd.conf"
3. Start OpenSaf
4. Export the following variables:
"export MIBS=ALL"
"export MIBDIRS=+{The directory where your opensaf mibs are present}
here i gave /usr/share/mibs and usr/src/opensaf/.........mibs
should i include any other directory along..??
Now when i give snmpwalk -v2c -c public localhost aisE
He is not able to find few modules.
and displays localhost lost connection.
Any comments on this?
Rgds,
Nirmala
--- On Mon, 3/12/07, Hans Feldt <[EMAIL PROTECTED]> wrote:
From: Hans Feldt <[EMAIL PROTECTED]>
Subject: Re: [Users] SNMP Problem
To: [EMAIL PROTECTED]
Cc: [email protected]
Date: Monday, 3 December, 2007, 4:38 PM
http://net-snmp.sourceforge.net/docs/FAQ.html
nirmala devi wrote:
>
>
> Hi,
>
>
>
> I am facing a problem in snmp.
>
> when i execute the command snmpget -v1 -c public localhost
> 1.3.6.1.2.1.1..1.0 i get the error displayed below:
>
>
>
> Erroe in packet:
>
> Reason: There is no such variable name in this MIB
>
> Failed Object:SNMPV2 -MIB ::sysContact.o
>
>
>
> Can some one help me on this..
>
>
>
>
>
> Rgds,
>
> Nirmala
>
>
> Now you can chat without downloading messenger. Click here
>
<http://in.rd.yahoo.com/tagline_webmessenger_5/*http://in.messenger.yaho
o.com/webmessengerpromo.php>
> to know how.
>
>
>
------------------------------------------------------------------------
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://list.opensaf.org/maillist/listinfo/users
________________________________
Chat on a cool, new interface. No download required.
Click here.
<http://in.rd.yahoo.com/tagline_webmessenger_10/*http://in.messenger.yah
oo.com/webmessengerpromo.php>
________________________________
Save all your chat conversations. Find them online.
<http://in.rd.yahoo.com/tagline_webmessenger_3/*http://in.messenger.yaho
o.com/webmessengerpromo.php>
________________________________
Get the freedom to save as many mails as you wish. Click
here to know how.
<http://in.rd.yahoo.com/tagline_mail_5/*http://help.yahoo.com/l/in/yahoo
/mail/yahoomail/tools/tools-08.html/>
________________________________
Now you can chat without downloading messenger. Click
here
<http://in.rd.yahoo.com/tagline_webmessenger_5/*http://in.messenger.yaho
o.com/webmessengerpromo.php> to know how.
________________________________
Explore your hobbies and interests. Click here to begin.
<http://in.rd.yahoo.com/tagline_groups_6/*http://in.promos.yahoo.com/gro
ups>
________________________________
Explore your hobbies and interests. Click here to begin.
<http://in.rd.yahoo.com/tagline_groups_6/*http://in.promos.yahoo.com/gro
ups>
________________________________
Bollywood, fun, friendship, sports and more. You name it, we
have it.
<http://in.rd.yahoo.com/tagline_groups_1/*http://in.promos.yahoo.com/gro
ups>
_______________________________________________
Users mailing list
[email protected]
http://list.opensaf.org/maillist/listinfo/users