How to configure snmp on solaris 10

hi, i am working on solaris management console(smc) .i want to configure snmp for this to send traps regarding my system performance and cpu usage ..can any body know ho to do this

I could use some help with this as well ... so far I have been unable to find a clear and concise document that can walk me through configurin gSNMP. Clean Solaris 10 installation, snmpdx is running - now how do I configure it? Better yet, how do I disable snmpdx and run net-snmp?
Please, someone help or at least paste a link to an article somewhere...

Similar Messages

  • How to configure snmp on solaris 10 for sending traps to any EMconsole

    i am working on solaris management console(smc) .i want to configure snmp for this (smc)to send traps regarding system performance and cpu usage ..can any body know ho to do this .i am new to solaris ..learned some basic administration of it ..

    I could use some help with this as well ... so far I have been unable to find a clear and concise document that can walk me through configurin gSNMP. Clean Solaris 10 installation, snmpdx is running - now how do I configure it? Better yet, how do I disable snmpdx and run net-snmp?
    Please, someone help or at least paste a link to an article somewhere...

  • How to configure SNMP in solaris 10

    i am working on solaris management console .i want to configure snmp for this to send traps regarding system performance and cpu usage ..can any body know ho to do this

    Integration of Directory Server SNMP agent with Solaris Master agent is documented in the Administration Guide Chapter 14: Monitoring Directory Server using SNMP.
    http://docs.sun.com/source/817-7613/snmp.html
    Regards,
    Ludovic.

  • How to configure SNMP on all managed client using SCCM 2012 SP1

    hi ,
    do you know  How to configure SNMP on all managed client using SCCM 2012 SP1?

    As a side note, I made an interesting discovery last week: the SNMP Service is deprecated in Windows Server 2012. Why would you want to use SNMP on an actual Windows OS though? There are far better ways available to monitor Windows. I'm sure that lines
    up with why they deprecated it.
    Jason | http://blog.configmgrftw.com

  • How to configure SNMP on SG300 using CLI

    Hi,
    Does anyone know how to configure SNMP on the Cisco SG300 switches? I have the SG300-10P. I am not fully familiar with the new command line interface on this device, it was easy on the IOS but finding it a nightmare on this one.
    I put the following command in but it didnt work.
    snmp-server view Interfaces interfaces included
    snmp-server community ACB123 ro 10.x.x.x view default
    I tried to follow the guidelines on the cisco website but thats all Web interface based, i can only access the switch remotely via CLI.
    Thanks

    Hi Rafik, here is a basic snmp v1/v2 configuration
    snmp-server server
    snmp-server community test1234 rw view DefaultSuper
    This is basically wide open to anyone who knows the password. This should be enough to get you started then you can tweak additional options as you go. Give this a test, see if you can do what you're trying to do then modify this sample to work for your security needs.
    -Tom
    Please mark answered for helpful posts

  • How to configure snmp on loopback interface, on vrf TEST, in ASR 9000 series

    Hi there!
    How to configure snmp v2, with community string, for ASR 9000 series, in interface loopback 1, that has vrf TEST
    Regards!

    oh that is somewhat vague, but let me try...
    in order to enable snmp access to an interface in a vrf you need to enable MPP (management plane protection) in that vrf.
    Something like this:
    control-plane
     management-plane
      inband
       interface Loopback100
        allow all
    if you have this and it doesn't work, a config snippet and some debugs (like debug snmp packet) will help to define what to do next.
    regards
    xander

  • How to configure snmp host in IPM?

    Hi!!! I have CiscoWorks 2000 Rwan with IPM. I installed and configure IPM to send snmp traps when the treshold is excedeed. I can see on the graph that it is exceeded but I can not verify that it sending snmp traps.Where to view these traps and how to configure snmp reciver host?
    Can I use CW2k syslog analyzer automated action to generate mail when get this trap?
    THANKS FOR ANY HELP!!!!
    Regards
    Enes

    Hi,
    As you've discovered, IPM can help configure
    these traps:
    http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/ipmcw2k/cipm25/ug/ipmfaq.htm#62205
    But, you'll need to specify a dedicated NMS
    server to receive these traps. The following
    documentation should prove to be useful:
    http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094aa5.shtml
    http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094a05.shtml
    You can use the appropriate "debug" command on
    the router to confirm that traps are, in fact,
    being sent.
    The traps themselves are defined in the
    CISCO-RTTMON-MIB.my and cannot interact
    with the CW2000 syslog analyzer automated
    action.
    Thanks,
    Roger

  • How to configure postfix in Solaris 10?

    Hi guys,
    I need doc or link on how to configure postfix(mail send from server has to be forwarded to mail host which takes care of delivery) in Solaris 10 as i am facing issues with sendmail. I tried googling but couldnt find out any useful stuff.
    Thanks in adavance...

    http://www.postfix.org/documentation.html

  • How to configure PPPoE in solaris 10

    Hi
    As I have to configure Internet in one Intel based Solaris box [Solaris 10] can you tell me the steps how to configure it as I have Brodband connection of Iqara.

    hi,
    did you configure your interface for pppoe? the first step is configuring your interface for ppoe and then you can define a pppoe access server.
    please look at http://docs.sun.com/app/docs/doc/816-4555/6maoquija?a=view for details.
    yavuz

  • Reg: How to Configure internet for solaris 10 in x86 32 bit

    Hi,
    I am new to Sun Solaris can any one help me detailed step of how to configure internet for standalone pc. Thanks in Advance
    Thanx
    MA

    OK, the classical way:
    Open a terminal.
    Type
    ifconfig -a
    ifconfig -a plumb
    ifconfig -a
    Note the differences, it will plumb ALL available interfaces this way. So, now you can see, which device is your network card.
    Then perform a
    ifconfig <interface> unplumb
    for all the newly interfaces (aka those, that were new in the last ifconfig -a output).
    Then, the simple way:
    cd /etc
    vi hostname.<interface-driver-name>0 (example: hostname.rge0, the driver would be rge, the instance is 0, and rge0 would have been displayed as an available interface in the last ifconfig command). Add the name of the host into this file.
    Then
    vi /etc/inet/hosts
    and add the pair of IP-address and hostname.
    If needed:
    vi /etc/inet/netmasks
    if you have a sub-divided network, and you need a differenbt subnet mask...
    Then:
    vi /etc/defaultrouter
    and add the name or ip-adress of the gateway... (name only, if you have that name also in the /etc/inet/hosts file!)
    Also:
    vi /etc/nodename
    and add the name of your host into that file, so that the system knows, who it is... ;-)
    And: For the DNS you can then add the infos into:
    /etc/resolv.conf
    For example:
    nameserver 192.168.2.1
    or some such...
    Then, as the last but one step:
    ls /etc/nsswitch.*
    and:
    cd /etc
    cp nsswitch.<what you need> nsswitch.conf (should be .files here!)
    And the reboot... ;-)
    HTH!
    Matthias
    P.S.: There might be some GUI, but I'm an old-timer, so I prefer the command-line version of things...

  • How to configure SNMP on DMS or DMP?

    for the first, English is not my mother tounge, so I may write a lot of mistake of my words.
    One of my customer want to infomation of DMP that is down or up with SNMP tool.
    I had download the tool named 'SNMP TESTER' and test with DMP, and DMS.
    But the DMP has no SNMP configure set module or command. Only DMM has one sections of it's administrator - settings.
    I changed the DMM setting like this
    Queries
    Query Operations : Enabled
    Read Community : public
    Notifications
    Notification Operations : Enabled
    Hostname or IP Address : 172.16.100.143
    Port : 162
    Trap Community : public
    ==========================================================
    and my SNMP tester settings below.
    Host name or address : 172.16.100.251
    Community name : public
    and these are logs of fail to test.
    2012-11-07 17:27:04 - Starting SNMP test...
    2012-11-07 17:27:04 - Connecting to
    [email protected]
    2012-11-07 17:27:05 - ERROR: Unable to complete the test.
    2012-11-07 17:27:05 - ERROR: Data is incorrect (13)
    2012-11-07 17:27:05 - [SNMP status] .1.3.6.1.2.1.1.1.0, .1.3.6.1.2.1.1.5.0, .1.3.6.1.2.1.4.1.0: No such name (#1)
    ==========================================================
    My SNMP tester installed PC IP : 172.16.100.143
    DMM : 172.16.100.251(Version 5.2)
    DMP 4400 : 172.16.100.85 (UP status)
    The SNMP service looks enabled. In fact, I'm not sure it's configure is right and working.
    I'm not close to SNMP. So, I hope your experts will show me greatful kindness.
    just two thing that the customer wants is simple.
    OID number status 2 code and show them to within SNMP Tester. (UP & Down  2 status OID code needed)
    How can I test the SNMP service is working and Showing the status of DMP within SNMP Tester?
    P.S I attached the SNMP Tester program for your testing.

    Hi Rafik, here is a basic snmp v1/v2 configuration
    snmp-server server
    snmp-server community test1234 rw view DefaultSuper
    This is basically wide open to anyone who knows the password. This should be enough to get you started then you can tweak additional options as you go. Give this a test, see if you can do what you're trying to do then modify this sample to work for your security needs.
    -Tom
    Please mark answered for helpful posts

  • How to configure SNMP agent for Oracle 10g

    Hello,
    I've installed oracle 10g in a Windows 2000 SP4 and I want to monitor database using SNMP.
    I've already installed Windows SNMP agent but I haven't any idea how to configure Oracle in order to grant SNMP monitoring.
    What should I do?
    Is Oracle database ready to be monitored via SNMP by default?
    Thanks in advance for your help.
    Regards,
    Carles

    Hello,
    Thanks for your message.
    In fact, I already found this doc in oracle, but it just show executables I have to install and my question can I install these executables.
    I've already installed Windows SNMP agent, configured and testedwith disk space checkings, but it doesn't work fine with Oracle.
    I launched Oracle Universal Installer and I checked Installed Products, but I haven't found how to install SNMP agents for oracle.
    How can I add Oracle Peer Master Agent and Encapsulator to my oracle installation?
    Thanks again for your help.
    Regards,
    Carles

  • How to configure default gateway Solaris 9

    How to configure default gateway using /etc/gateways file (NO /etc/defaultrouter).
    The line "net default gateway ip_router metric 1 passive" produce the following error message:
    in.routed: bad net "default" in /etc/gateways entry "net default gateway ip_router metric 1 passive"--cannot be default.
    With Solaris 8 is ok.
    Can you help me.

    you've probably worked this out by now, but this may help others;
    net 0.0.0.0 gateway x.x.x.x metric 1 passive
    * x.x.x.x = your gateway IP

  • How to configure CUPS in Solaris 10 X86 and SPARC

    Dears,
    I need help in configuring CUPS for Solaris 10 X86 as well as on SPARC.
    What i did?
    Downloaded the CUPS 1.5.0
    read the readme.txt
    read the INSTALL.txt
    Pre-req installation requires :-
    CFLAGS= -i /some/directory \
    CPPFLAGS = -i /some/directory \
    CXXFLAGS = -I /some/directory \
    DSOFLAGS = -L /some/directgry \
    LDFLAGS = -L /some/directory \
    ./configure --
    It errors out with
    checking for gawk ... no
    checking for mawk... no
    checking for nawk ...nawk
    chekcing for gcc ... no
    checking for cc ... no
    checking for cl.exe no
    Configure error: no acceptable C compiler found in $PATH
    see 'config.log' for more details
    I installed all the missing dependencies from www.sunfreeware.com and I have the same problem.
    I also tried to install the software packages from the operating system dvd... like for
    ls -lrt gcc
    gcc "SUNWgcc", "SUNWgccS", "SUNWgccruntime"
    ls -lrt cc
    cc "SUNWgccruntime", "SUNWlccom", "SUNWcctpx", "SUNWccisgn" , "SUNWccinv", "SUNWccfwctrl", " SUNWccfw", "SUNWccccrr", "SUNWccccr", "SUNWccccfg", "SUNWislcc",
    "SUNWaccu", "SUNWaccr", "IPLTccons", " SUWgccs", "SUNWgcc", "SUNWmccom", "SUNWmcc", "SUNWusbccids", "SUNWusbccid"
    ls -lrt gawk
    no results
    ls -lrt mawk
    no results
    ls -lrt cl.exe
    no results
    Is there any way should i follow apart from the above?
    Rgds,
    Mky

    Check pkginfo -l for each package.
    export the PATH variable where the packages are installed, like /usr/local/bin and etc.

  • How to configure snmp for oracle

    can any one send a document in configuring snmp for oracle

    Go to http://tahiti.oracle.com
    Search for SNMP
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for