How to start agent.sh in ackground mode?

Hi All,
We are using Metadata Navigator which requires agent.sh to be run in Xming. This is not possible as during backup all the processes are killed. We are trying to explore the possibility if the agent.sh can be run in background mode via a script or through some parameters?
Rgds,
Kapil

Hi,
u can use nohup and & to run agent as backgroud preocess
ex
nohup ./agent.sh -name=<agent-name> -port=20910 >/dev/null &
Regards,
Jai

Similar Messages

  • How to start agent on the database host which is being Monitored

    Hello All,
    I have installed OEM 11.2.1.0. I have stopped getting alerts after the Node1 server is rebooted. I am monitoring RAC database.
    When I checked the agent status on host I get the following output
    [oracle@rs1pre91dvdba01 bin]$ pwd
    /u01/app/oracle/agent11g/bin
    [oracle@rs1pre91dvdba01 bin]$ emctl agent status
    Environment variable ORACLE_UNQNAME not defined. Please set ORACLE_UNQNAME to database unique name.
    [oracle@rs1pre91dvdba01 bin]$ export ORACLE_UNQNAME=MDM11
    [oracle@rs1pre91dvdba01 bin]$ emctl agent status
    EM Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba01_MDM11 not found.
    [oracle@rs1pre91dvdba01 bin]$
    And same on Node 2
    [oracle@rs1pre91dvdba02 bin]$ pwd
    /u01/app/oracle/agent11g/bin
    [oracle@rs1pre91dvdba02 bin]$ export ORACLE_UNQNAME=MDM12
    [oracle@rs1pre91dvdba02 bin]$ emctl agent status
    EM Configuration issue. /u01/app/oracle/product/11.2.0/dbhome_1/rs1pre91dvdba02_MDM12 not found.
    Please can I know how to start the agent on the nodes and also how auto the process of starting the agent on the Server reboot
    Thanks.

    [oracle@rs1pre91dvdba01 bin]$ env | sort
    ASM_SID=+ASM1
    _=/bin/env
    COBBLER_SERVER=ccoshs02xvsat01.ccosvc.com
    DB_HOME_BIN=/u01/app/oracle/product/11.2.0/dbhome_1/bin
    DB_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    DISPLAY=localhost:10.0
    DWH_SID=DWH11
    G_BROKEN_FILENAMES=1
    GI_HOME_BIN=/u01/app/11.2.0/grid/bin
    GI_HOME=/u01/app/11.2.0/grid
    GRID_HOME=/u01/app/11.2.0/grid
    HISTSIZE=1000
    HOME=/home/oracle/
    HOSTNAME=rs1pre91dvdba01.pre.ccosvc.com
    INPUTRC=/etc/inputrc
    LANG=en_GB
    LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/dbhome_1/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    MDM_SID=MDM11
    NLS_DATE_FORMAT=dd-mm-yyyy hh24:mi:ss
    NLS_LANG=ENGLISH_UNITED KINGDOM.AL32UTF8
    OLDPWD=/home/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORACLE_SID=MDM11
    ORACLE_UNQNAME=MDM11
    PATH=/u01/app/oracle/product/11.2.0/dbhome_1/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/sbin:/home/oracle//bin
    PWD=/u01/app/oracle/agent11g/bin
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=172.30.0.43 54890 22
    SSH_CONNECTION=172.30.0.43 54890 172.30.2.201 22
    SSH_TTY=/dev/pts/0
    SVN_EDITOR=vi
    TERM=xterm
    TNS_ADMIN=/u01/app/11.2.0/grid/network/admin
    USER=oracle
    Please can you tell me which variables needs to change

  • How to start Windows 7 in safe mode with bootcamp?

    So my computer had a crash this afternoon in Win7 (it happened before, but still...) and tried to reboot my MBP.
    I pressed Alt, selected my Win7 partition, and that was it... No Safe mode selection screen, no Windows Logo
    showing it's booting properly, just a black screen...
    Anyone had something similar? And most importantly, how can this be fixed?

    https://www.youtube.com/watch?v=rMDjZQqz-i8
    Steps:
    1-Open command prompt with admin mode
    Or Boot from DVD in command prompt mode.(This is what i experienced, able to show the safe mode menu)
    2- Write this command "bcdedit /set {default} bootmenupolicy legacy" and click enter
    3- You can now press F8 while Windows 8 starts in order to access Safe Mode and other Advanced Boot options.

  • How to start soa suite in development mode

    Right now it's in production mode by default, how can I start the soa server in development mode?
    I'm using 11.1.1.2
    Thanks

    You can use the following command:
    ./startWebLogic.sh -Dweblogic.ProductionModeEnabled=false
    Or you can also change the mode from the Weblogic console > click on the domain after logging in and then goto General Tab and uncheck the Production Mode checkbox and restart your weblogic.
    Once your server is started in Dev mode, your deployed applications like SOA should also be in Dev mode.
    Cheers

  • How to start the server in debug mode

    HI
    Im working on weblogic server 8.1 sp. My requirement is to run the application in hosted on weblogic server with out restaring the server i.e dynamiically turn to debug mode with out stopping. IM using Log4j method for logging. please let me know how to do it... if any one have sample java code
    Thanks & regards
    shiva

    I am not sure, how can you do it on the fly, but if you want to restart the server here are the parameters you need to add to the java arguments
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=$Port
    (where Port will be any port you want to connect to).
    Thanks
    Togotutor
    <b><a class="jive-link-external" href="http://www.togotutor.com">http://www.togotutor.com</a> (Learn Programming and Administration for Free)</b>
    Edited by: togotutor on Aug 12, 2010 3:44 PM

  • How to start Lumia in Mass Storage Mode?

    Hi all, 
    I recently encountered a situation where I need to access the mass storage mode on my Lumia 1020.
    I ran into this article and tried the steps there but it doesn't work. The phone restarts as usual. Can someone help?
    Press the Camera button as the phone restarts.
    Press the Volume-Down button and the Camera button simultaneously as the phone restarts.
    https://dev.windowsphone.com/en-us/OEM/docs/Debugging/Mass_storage_mode_and_boot_configuration_data

    Might try them here.
    http://discussions.nokia.com/t5/Lumia/bd-p/Nokia_with_Windows_Phone
    or for general windows phone issues ..... here
    http://answers.microsoft.com/en-us/winphone
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How do I change Oracle Forms access mode?

    Hi,
    I am configuring two separate Oracle servers - one is running Oracle Applications 11i and the other is running Oracle Applications r12. For each server, I need to be able to change the access mode (Native/socket, HTTP, HTTPS) of the Oracle Forms server. Where can I find documentation on how to do this?
    - Kyle

    Hi,
    For 11i, refer to:
    Note: 123718.1 - 11i: A Guide to Understanding and Implementing SSL for Oracle Applications
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=123718.1
    Note: 300969.1 - Troubleshooting SSL with Oracle Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=300969.1
    Note: 417216.1 - Tip for Checking If The Forms Server Is Configured In Servlet or Socket Mode
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=417216.1
    Note: 201340.1 - Using Forms Listener Servlet with Oracle Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=201340.1
    For R12, refer to:
    Note: 376700.1 - Enabling SSL in Release 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=376700.1
    Note: 560947.1 - How To Start R12 In Forms Socket Mode For Testing?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=560947.1
    Note: 564066.1 - Oracle Application Object Library SSL Test Transaction Data Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=564066.1
    Note: 732282.1 - Oracle Application Object Library SSL Test Transaction Data Test
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=732282.1
    Regards,
    Hussein

  • Start ipod in iphone sleep mode

    Any idea how to start ipod in iphone sleep mode?

    If setup properly, double-click the home button.
    Settings > General > Home

  • Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode?

    Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode? Particularly when I have to do it before I turn on iTunes.

    Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • How to start weblogic in debug mode from BEA WebLogic Eclipse plugin

    I have a problem making weblogic work with eclipse3.1. I am using a BEA WebLogic plugin to handle weblogic (start/stop) from eclipse. However I want to debug my application and I am unable to figure out a way to start my weblogic in debug mode like we do in WSAD. I tried using some other plugins also but no luck. Please suggest me a plugin to handle this or any other way of debugging my application from eclipse. I am using weblogic 8.1.

    Hi,
    Dev Environment
    weblogic eclipse plugin 2.0 beta
    weblogic server 8.1
    eclipse 3.1.1
    Created a server that i would like to deploy my EJB so that i can put break points on my EJB in eclipse.
    How do i do it?
    I managed to deploy an ear (containing the ejb) directly to the weblogic installed folder and it deployed the ejb. But the breakpoint set in eclipse is not triggered. Of course in this case as weblogic server is running the .ear file deployed manually in the file system.
    Any help is appreciated.
    Mel

  • How to start weblogic in debug mode ? and how to set the eclipse in the deb

    how to start weblogic in debug mode ? and how to set the eclipse in the debug

    Put this in JAVA_OPTIONS :
    Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=3999,suspend=y,server=y
    After restarted weblogic, in eclipse set your breakpoint , open debug perspective then choose Remote Java Appliction and configure Connection Properties (host=localhost and port=3999)

  • Firefox is starting in the 32 bit mode it says Firefox*32.. How can i get rid of this?

    Firefox is starting in the 32 bit mode it says Firefox*32.. How can i get rid of this? Whenever i close Firefox and restart my computer it goes back to normal.There is also another problem associated with this which is that whenever Firefox is in 32 bit mod I listen to music the sound always comes unclear like clogged up.When i restart my computer its not 32 bit anymore the sound gets back to normal.I am using Windows 7.

    Hi,
    If 32-bit Firefox was installed, it will be always listed as such. If both 32-bit and 64-bit were installed, please make sure to start the correct one. Usually the 32-bit would be installed in '''Computer''' > '''?:\Program Files (x86)''' > '''Mozilla Firefox''', and the 64-bit in '''Computer''' > '''?:\Program Files'''. You can also type '''about:''' in the location bar and look in '''Build identifier:'''

  • How to shutdown and start agent in ODI 11g in Linux Environment

    Hi Experts,
    Pls any one can help me on "How to shutdown and start agent in ODI 11g in Linux Environment" and where can I find Agent.sh and Agentshutdown.sh files location in ODI 11g and parallely how can I find Odiparameter.sh file location
    Thanks in Advance
    Regards
    Phani

    Phani ,
    Go to your <ODI_11g_HOME>/oracledi/agent/bin
    and you will find agent.sh , agent_<standalone_agent>.sh and odiparams.sh and other agent files.
    Step 1. Update your odiparams.sh
    Step 2. Create the Physical and Logical Agent int your Topology using the same port_number and name provide while creating the Stand alone agent during installation ( or) create accordingly the agent in Topology with name and port number as required and make the modification in agent_<stand_alone>.sh file
    Step 3. After doing so start your agent_<stand_alone>.sh
    Step 4. Repeat the process 2-3 for any number of stand alone agent created on different ports and steps 1 to 3 for different Work repository
    Thanks
    Dev

  • How to start wlst in online mode

    I'm a first time user of 'wlst' ;-)
    I installed the WebLogic Server 9.1 on the HP-UX PA-RISC platform and is running in a production environment.
    I can start 'wlst' offline on HP-UX but don't know how to switch back to the online mode.
    I'd like to find out if 'wlst' online mode is supported on HP-UX. If it supports on HP-UX, can someone let me know how to start 'wlst' in online mode?
    Thanks!
    Pearl

    When you first invoke WLST, by default you are in "offline" mode. Once you are connected to a server you will be in "online" mode.
    Thanks,
    -satya
    BEA Blog: http://dev2dev.bea.com/blog/sghattu/

  • How to start work flow agent listener and work flow background engines R12

    Hi,
    I need to start work flow agent listener and workflow background engine in R12.1.3. Could you please specify how to start a workflow agent listener and workflow agent background engine.
    Please send me link if any documents are there .
    Best Regards,
    Anil

    I need to start work flow agent listener and workflow background engine in R12.1.3. Could you please specify how to start a workflow agent listener and workflow agent background engine. How to start the Workflow Deferred Agent Listener andWorkflow Java Deferred Agent Listener? [ID 548918.1]
    Please send me link if any documents are there . Please search the forum before posting similar questions.
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+start+Workflow+Agent+Listener&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    http://forums.oracle.com/forums/search.jspa?threadID=&q=How+to+start+Workflow+Background+process&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

Maybe you are looking for

  • Problem while creating a purchase order in JDEdwards worldsoft

    While creating 'OP' and 'OA' purchase order in JDEdwards worldsoft 'G' type btach header creating in F0011 table. Anybody can tell me this is correct or not. If not correct please tell me whether this is JDE bug or not and also provide solution for t

  • REST API - Can't expand Title of lookup columns "System.ArgumentException : Value does not fall within the expected range"

    I have a list that has more than 12 columns of type lookup with more than 5000 items and I am using a date field as an indexed column so I can restrict the results to meet the list view threshold.  I am also using $select to restrict the columns to m

  • C++ API to generate SWF files

    I have C++ application which should generate presentation in Flash. It should allows me to embed video data and play it as well. I know about libming and sswf libraries but they don't look very functional. Any comments?

  • BPC 7.5 Formula Dimension Processing Error

    Hello We have upgraded from 70-7.5 and when I do a Process of one of our dimensions i get the following error:-   - [DATASOURCE].[#Y_YROVERYR] Parser: The following syntax error occurred during parsing: Invalid token, Line 1, Offset 92, [TOTWITHA. Th

  • Ipod device not showing up under overdrive player.

    Over the last couple of months I have successfully downloaded audiobooks to my nano from overdrive (windows desktop version), however over the last week my apple device is not showing as an option under overdrive 'player'.  The only option I am now r