Hi Tom,

From solaris 10 onwards SMA(System Management Agent) is the default snmp agent. SEA will work as subagent to SMA. If you want to configure SEA alone or along with SMA, both are possible. As per your configuration SEA agent should work. Can you please send us your configuration files and the agent which you are configuring. Are you using SEA SDK for developing your agent. Please let me know. You can also post a query to [EMAIL PROTECTED] or [EMAIL PROTECTED] for help.

Regards
Ganesh.

Subject:     [osol-discuss] snmp subagent migration
Date:     Wed, 29 Nov 2006 08:16:00 -0800 (PST)
From:     Tom Moore <[EMAIL PROTECTED]>
To:     [email protected]



I'm moving a subagent that has operated thru a number of versions of Solaris to version 10. At this time converting from SEA to SMA is not being considered.

When my agent starts the message "unsupported mode for proxy called" is written to snmpd.log a number of times. The recommendation at http://docs.sun.com/app/docs/doc/817-3000/6mikgngho?a=view#migrationadmin-15 is being followed. The dlmod entries have been made to smpd.conf.

The snmpdx.reg file has been updated as follows:
agents =
{
       {
               name = "relay-agent"
               subtrees = { sun.2.15 }
               timeout = 900000000
               port = 16161
       }
       {
               name = "myAgent"
               subtrees = { tree1, tree2}
               timeout = tmo_value
               port = port_value
       }
}


An example problem is requestor issues get for tree1.x.x.x where x.x.x is invalid. Subagent returns nosuch name, however the requestor receive a response of tree1.x.x.x NULL, no error.

Perhaps I have missed something the proxy setup or maybe someone might have a suggestion on what is occurring.

Thanks
Tom


This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]


_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to