Where do you put the  SMTP Server Name  ?

I am trying to set up the email address of the SNMP.
i can set up the Server SNMP Agents and the trap destinations, but can't find where to specifiy the SMTP Server Name i.e our company email address name [email protected]
I looked in security realms can't find it.
Any ideas

Hi,
Here is sample setup for AIX machine.
SETUP:
GC agent installed in AGENT_ORACLE_HOME
RDBMS installed in RDBMS_ORACLE_HOME
Database and listener up and running, monitored by Grid Control,
this implies that the AGENT_ORACLE_HOME/sysman/emd/targets.xml contains the correct credentials for the database.
The listener name given ion RDBMS_ORACLE_HOME/network/admin/listener.ora is identical to the name of that listener target in Grid Control.
AGENT_ORACLE_HOME/network/admin/sqlnet.ora must exist.
SETUP steps needed for operating system AIX:
A. AIX is using its native snmp deamon pointing to the snmpdv3 deamon (this is the default on AIX5L):
[hostname]/root> ls -l /usr/sbin/snmpd
lrwxrwxrwx 1 root system 9 Jul 24 2009 /usr/sbin/snmpd@ -> snmpdv3ne*
B. The script AGENT_ORACLE_HOME/network/snmp/peer/start_peer has needs to be corrected on AIX :
1. the locations of "whoami" needs to be corrected from "/usr/ucb/whoami" to "/bin/whoami"
2. the command starting the os snmp deamon must be changed to
$SNMPD $SNMPD_OPTIONS -p $NEW_SNMPD_PORT >snmpd.out 2>&1 &
Alternatively add two blocks for operating system AIX:
elif [ "$uname" = "AIX" ] ; then
USERID=`/bin/whoami`
SNMPD=/usr/sbin/snmpd
SNMPD_CONFIG=/etc/snmpdv3.conf
SNMPD_OPTIONS=""
BP="AIX"
TRPCMD="exit 1"
ENCAP_OPT="-s 1160"
elif [ "$uname" = "AIX" ]
then
echo "Starting $SNMPD ..."
echo "$SNMPD $SNMPD_OPTIONS -p $NEW_SNMPD_PORT >snmpd.out 2>&1 &"
$SNMPD $SNMPD_OPTIONS -p $NEW_SNMPD_PORT >snmpd.out 2>&1 &
Starting up emsubagent
None of the following processes must be upp and running: snmpd, emsubagent, master_peer, encaps_peer
The following ports must not be allocated: snmp, smux, 161, 1161, 199
run as root:
ORACLE_HOME= <full path to the AGENT_ORACLE_HOME>
export ORACLE_HOME
$ORACLE_HOME/network/snmp/peer/start_peer -a
This must start the following processes as root: master_peer, encaps_peer, snmpd
As agent ORACLE_HOME owner run
AGENT_ORACLE_HOME/bin/emctl start subagent
The snmp_*.ora files needs to be copied from AGENT_ORACLE_HOME/network/admin to RDBMS_ORACLE_HOME/network/admin
Restart the listener, query the listener status
"RDBMS_ORACLE_HOME/bin/lsnrctl status <listener_name>" must show: SNMP ON
Regards,
Kal

Similar Messages

  • Where Do You Put The Un-Ziped Files For...

    The manual is unclear.
    Where Do You Put The Un-Ziped Files for Contact Sheet X in CS4.

    CSX v1.4.2 README
    INSTALLATION:
    If there are previous versions of CSX, be sure to remove them at
    this time. Failure to do so may result in 'Copy' errors during installation.
    Unzip the CSX zip file into a temporary directory. It's location is
    unimportant EXCEPT DO NOT unzip it anywhere your Photoshop application tree.
    Run the InstallCSX script in the top-level directory. You can do this by:
    1) double clicking it
    2) dragging it onto a PS application
    3) running it from inside PS via File->Scripts->Browse
    If your OS is Vista, you will probably need to start Photoshop using
    'Run as administrator' because the installation script needs to install
    CSX into Photoshop folders that are normally protected.
    If you have more than one installation of Photoshop on your computer, you'll
    need to run the installation script for each copy of Photoshop.
    When the installation is complete, you can removed the contents that you
    unzipped before.
    MANUAL INSTALLATION:
    You don't need to do this if you ran the InstallCSX script.
    If there are previous versions of this script, be sure to remove them at
    this time.
    Unzip the distrubution file in your Photoshop Presets/Scripts directory and
    restart Photoshop. "CSX-1_4_2.jsx" should appear in your File->Scripts menu
    in CS2.
    With CS3 and CS4, CSX should appear under File->Automate menu as
    'Contact Sheet X v1.4.2...'.

  • Guessing the SMTP server name.

    If my ISP does not gives me the SMTP server address .
    Is there any method to guess that address.
    Please reply in detail because I am the beginner of JAVA
    MAIL as well as JAVA.
    Thank you very much.

    The the IP address of the server and telnet onto port 25
    i.e.
    www.myisp.co.uk
    nslookup myisp.co.uk
    gives:
    192.168.1.123
    Then..
    telnet 192.168.1.123 25
    If you get a SMTP message thats the ISPs SMTP server.
    They will prob not allow relays i.e. you to send mail using this server, but you should get a message saying 'relay not allowed' if this is the case.
    They will have a range of IP addresses you you need to follow the MX records, they will lead you to the SMTP server of your ISP...
    You can use
    host -t mx demon.net
    to get:
    demon.net mail is handled (pri=50) by relay-2.mail.demon.net
    demon.net mail is handled (pri=20) by internal.mail.demon.net
    demon.net mail is handled (pri=50) by relay-1.mail.demon.net
    Then use nslookup on relay-2.mail.demon.net to get the IP address if you want.
    see http://partyvibe.com/flavour/ntools-exp.htm for tools to lookup IPs and MX records.
    Hope this helps.
    Regards Gareth

  • Where(How to change the SMTP- Server

    Hello,
    i'm using the OAS 10.1.2.0.2
    While installation OAS i entered the name of the actual working SMTP- Server.
    Sending mails worked fine until today.
    Now the name of the SMTP- Server has changed and i wanted to change it(the name) in the Application Server, but i didn't find one/all place(s) where i had to change the name(s) of the SMTP- Server.
    Is there anyone who can help me??
    Thanks a lot.
    Best regards.
    Florian

    Refer this:
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/reconfig.htm#sthref681
    Thanks
    Shail

  • Where can i get the report server name in Reports 10g

    Where can i get my report server name in 10G ?

    Thanks ..
    When i opened the bat file :
    i did not find any report server name ...
    This is my file :-
    @echo off
    REM $Header: rwdiag.bat 13-may-2005.03:21:21 sunaraya Exp $
    REM
    REM rwdiag.bat
    REM
    REM Copyright (c) 2005, Oracle. All rights reserved.
    REM
    REM NAME
    REM rwdiag.bat - rw diagnostic tool
    REM
    REM DESCRIPTION
    REM Script to run the diagnostic tool used to locate servers / monitor packets on the network
    REM
    REM NOTES
    REM Usage: rwdiag.bat -find <server name> | -findAll [-conf <config file>] [-timeout <timeout in sec>]
    REM
    REM Usage: rwdiag.bat -monitor [-log <logfile>] [-conf <config file>]
    REM
    REM MODIFIED (MM/DD/YY)
    REM sunaraya 05/13/05 - Added rwrun.jar to the classpath for bug 4361664
    REM sunaraya 04/22/05 - Provided execute permission to the script for bug 4323789
    REM sunaraya 04/14/05 - sunaraya_bug-4221172
    REM sunaraya 04/14/05 - Creation
    REM
    set ORA_HOME=C:\ORANT
    if "%ORA_HOME%"=="" goto ERROR
    set CLASSPATH=%ORAHOME%\jlib\zrclient.jar;%ORA_HOME%\reports\jlib\rwrun.jar
    %ORA_HOME%\jdk\bin\java -DORACLE_HOME=%ORA_HOME% -classpath %_CLASSPATH% oracle.reports.utility.DiagServerLocator %*
    goto END
    :ERROR
    echo "ORACLE_HOME is not set"
    echo.
    :END

  • Where do you put the grey wire?!

    I just bought me some slightly used t7700's, and I noticed that it has the cable with 4 colored plugs at the end- one grey, one orange, one green and one black. However my sound card (Audigy 2 zs) only has 3 holes for inputs! On the website where it says how to plug them,
    inhttp://ask.americas.creative.com/SRVS/CGI-BIN/WEBCGI.EXE/,/?St=55,E=0000000000059732096,K=40,Sxi=0,Question38 95=obj(3895)bj(3899)
    it says i'm supposed to have only 3 plugs on one end of my wire. I tried to mess around with this, plugging them in whatever combination I can find, but the best I get is two speakers not working. So where do I plug the grey wire?

    ph33r,
    The audio cable that are bundled with the speaker had 3 plug on one end and 4 plug on the other end. You are to connect those 4 plug end to the subwoofer and the 3 plug end to the sound card. If you had purchase from another person then it's best to check with him if he had given you the wrong cable.
    Jason

  • Where do you put the upgraded raw or dng file in the latest Lightoom 5????

    How do you upgraded your raw or dng in lightroom 5, Where does it go.?

    Not sure exactly what you mean? Are you inquiring about what happens when you upgrade from an earlier version of LR to version 5?
    Maybe the link below can provide some answers.
    How To Upgrade To Adobe Photoshop Lightroom 5

  • How to find out about the SMTP Server

    Hi,
    I have been trying to configure groupware in the portal - in particular I want to enable the sending of emails through the portal. I already have a how-to-guide that that seems to explain the steps quite well. However, it mentions that I need to know the SMTP Server of the email. Can you tell me how to find out about the SMTP Server? Where do I need to look for the name of it?
    Thank you and regards,
    Katharina

    Hi Katharina,
    you need the SMTP server of your company. This means you can't look for it in the portal, but have to ask the responsible person in your company.
    Kind regards,
    dominik

  • Can not specify the SMTP server port, username and password for my SharePoint 2013 web application

    We have our SMTP server under port number 141 and we should add username and password. but inside SharePoint 2013, I can only define the SMTP server name , from email, reply-to . But there are not fields to define the port number , the username and password.
    So can anyone advice from where I can define the port number and other field settings for the SMTP server ?
    Thanks

    i am no sure about user name and password. i never saw that option.
    check this guide:
    http://blogs.technet.com/b/tirumals/archive/2012/03/17/step-by-step-configuration-of-outgoing-emails-from-sharepoint-to-microsoft-online.aspx
    http://blog.fpweb.net/configuring-an-smtp-server-for-sharepoint/#.UuANoxAo6M8
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
    thanks for the reply, but in our case the SMTP is  a separate server , and to connect to it i need to define the ; server IP /Name , port number, username & password. but in SharePoint there is no option to define the port number , and the links you
    provide are regarding configuring SMTP server, while we already have an SMTP server but i need to connect SP with it . can you advice please?

  • How to get the report server name in Forms 10g.

    How to get the report server name in Forms 10g.
    I'm using the Application Server 10g 10.1.2.

    Hello,
    I do not think that you can get this value from anywhere. A solution is to put the Reports server name in an environment variable stored in the /forms/server/default.env file, then to query it at Forms runtime with the TOOL_ENV.Getvar() built-in.
    Francois

  • SMTP Server Name

    Good Morning:
    I am installing Mid Tier of OCS. Could you guys give more information about the SMTP Server Name asked during installation: guidelines says: "SMTP server name for Subscriber Administrator and Users access thier passwords and log into Oracle Files". Should be this Server name the same host in wich I am installing MNidTier, or ?
    Thanks in advance for any explanation.

    Hi!
    This is asked during the files configuration. The files component will send out an email to the admin when users are synchronized and when other issues arise in the files environment. The mail server could be the one you just installed but you might choose a different one as well.
    cu
    Andreas

  • Collaboration Server - changing the SMTP server info

    We have installed the collab server. However the SMTP server info specified during the install, was incorrect. I need to change the SMTP server name. Is this configurable through any config file setting or do I need to re-install collab erver.
    Any help on this would be appreciated.
    Thanks.
    Vanita

    Vanita -
    What version of Collab are you using? The SMTP notification settings are all accessible without re-installing. I am looking at a 3.0 Collab install and the settings are all in the plumtree\ptnotification\3.0\settings\config\config.xml file.
    Hope this helps.
    -- Jeff Chastain

  • Email Enabled lists - where to run the SMTP server? On APP server or on Exchange Server? Or somewhere else?

    Hi there,
    I need to setup EMail Enabled lists in SharePoint 2010 site. Where do I need to run the SMTP server? On APP server or on Exchange Server? Or somewhere else?
    Thank you so much.

    The SMTP service cannot run on the Exchange server. You can run it on a SharePoint server, or a stand alone server and share out the drop directory over SMB.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Where are the SMTP Server services, please?

    Hello
    Not sure this is the correct forum but can't see anything else.
    I use Visual Studio with IIS Express server. I wish to set up and configure the SMTP services so that I can test STMP email scripts.
    The SMTP server has to be set up from the Control Panel of my Win 7 PC (Windows Features), under Internet Information Services, but all I can see is this:
    Windows Features
    There is no reference to SMTP services. Likewise, if I go to Internet Information Services Manager (right-click on Computer and choose Manage), I cannot see SMTP Services, either:
    Manager
    Thank you for any advice. Please note that I do not have the Windows 7 installation CD (the Packard Bell PC I have came with Windows already installed).
    Thank you.

    Hi bluenose_ted,
    Thank you for visiting the MSDN forum. I’m afraid that it is not the correct forum about this issue, since this forum is to discuss and ask questions about the setup and deployment of .NET Framework.I am moving your question to the moderator forum ("Where
    is the forum for..?"). The owner of the forum will direct you to a right forum. Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When the system status says icloud is OK but it reports "encountered an error when connecting to the server", where do you report the problem, or how do you connect?

    When the system status says icloud is OK but logon reports "encountered an error when connecting to the server", where do you report the problem, or how do you connect?

    Yes i am hoping staff here will look into things, even if i can not get the speeds back what i previously had for near 6 months it would be nice to know why i can not and why the download has dropped by around 10Mb and why my upload is now inconsistant.
    Ironically the post concerned got edited because i actually posted the full rather silly reply the Indian call centre made babbling on about down rates rather than the uprate i queried with them.
    Bit of a shambles really no real way on BTs web site to contact anyone with regards to broadband issues.
    The form which you kindly suggested and i appreciated your help ended up in the hands of someone who either did not bother to read the query or just had such a poor grasp of English they did not understand the query.
    Pretty pathetic really when BT are the largest telco in the UK. I think ill be taking my broadband business elsewhere regardless at the end of my 18 month contract, while im sure staff here are wonderful and may even yet help me, i do not particularly want to go through the almost like pulling teeth pain of getting any future issue looked at.
    They are great at quickly fixing voice line problems and have a great test on their site. Broadband side of things and support for that though seems a shambles.

Maybe you are looking for