How to start maxdb on linux

hi all,
    how do i start maxdb on linux.
very urgent,
thanks and regards

Hi,
maybe you are looking for a start/stop script for linux. An example can you find here (online docu for 7.6):
http://maxdb.sap.com/doc/7_6/41/79751b1a361036e10000000a114cbd/content.htm
(Basic Information -> Concepts of the Database System -> Creating and Configuring a Database Instance -> Automatic Start)
Regards,
Thomas

Similar Messages

  • How to start TOOLSProcessManager  in linux R12

    Hi,
    We are using Oracle Apps R12 windows and Linux.
    i have start in windows OracleSIT_sitartha_TOOLSProcessManager from services.msc
    but how to start in linux ?
    i have check in linux
    [applmgr@r12 ~]$ /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/bin/opmnctl status
    Processes in Instance: APPS_C_HOME.ap6004bld.us.oracle.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    HTTP_Server | HTTP_Server | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    WebCache | WebCache | N/A | Down
    WebCache | WebCacheAdmin | N/A | Down
    OC4J | home | 14760 | Alive
    I need start HTTP_Server only (forms Home 10.1.2)
    Regds
    Murali.R

    i have start TOOLSProcessManager bellow the error
    [applmgr@r12 ~]$ /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=r12.apps.com:6001
    1 of 4 processes started.
    ias-instance id=APPS_C_HOME.ap6004bld.us.oracle.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=6947)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=6955)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/WebCache~WebCache~1
    ias-component/process-type/process-set:
    WebCache/WebCacheAdmin/WebCacheAdmin
    Error
    --> Process (pid=6939)
    failed to start a managed process after the maximum retry limit
    Log:
    /ora/oracle/VIS/apps/tech_st/10.1.2/opmn/logs/WebCache~WebCacheAdmin~1

  • How to start RMAN in linux env?

    Hi Gurus,
    I am new to RMAN and trying to start RMAN in linux as follows.
    $rman
    when i am giving rman command ,nothing is comming..the cursor is blinking.
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME=$ORACLE_BASE/dbs
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    and rman executable is available in $ORACLE_HOME/bin.
    $ cd $ORACLE_HOME/bin
    $ pwd
    /u01/app/oracle/dbs/bin
    $ ls -ltr rman*
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rmanO
    -rwxr-x--x 1 oracle dba 10457622 Jul 12 2008 rman
    $
    Please suggest me how to resolve this problem.
    Regards
    Nagendra.

    Nagendra2 wrote:
    How to resolve the same. I set the following env variable.
    ===========================
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_SID=test
    export ORACLE_HOME={color:#ff0000}$ORACLE_BASE/dbs{color}
    export PATH=$PATH:$ORACLE_HOME/bin
    ===========================
    I beleive your "ORACLE_HOME" is incorrect!
    This may work better:
    export ORACLE_SID=test
    ORAENV_ASK=NO
    . /usr/local/bin/oraenv
    ORAENV_ASK=YES
    The above will set your environment variables correctly.
    :p

  • Don't know how to start db on linux

    Hi, I need some tips on how to config tnsnames.ora, listener file. Don't know what the command to run Oracle Net Assistant to config the above files. Please help.
    Are there any web site teach how to start up & shutdown db on linux.
    I have installed oracel 9i on redhat 7.3.
    Regards

    Hi,
    Please post your query at
    Generic Linux
    Regards,
    Anupama

  • How to start WebLogic in Linux?

    Could you tell me how to start WebLogic 5.1 in KDE?
    Best Regards,

    You need to open up a terminal session (Try xterm).
    Change the directory to wherever you installed Weblogic (/home/Weblogic/) or
    something along those lines. (cd is the command that you want)
    Run the scripts located in that directory as specified in the Unix
    documentation.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Rex Law" <[email protected]> wrote in message
    news:3971bdb1$[email protected]..
    Could you tell me how to start WebLogic 5.1 in KDE?
    Best Regards,

  • How to start isqlplus* on linux plateform

    Hi,
    i am beginner in oracle and want to start isqlplus* on linux plateform via putty.
    any helpful steps please let me know.
    thanks

    isqlplusctl start
    more detail http://www.orafaq.com/wiki/ISQLPlus

  • How to start sap on linux while booting?

    Hi all,
    I want to start and stop SAP automatically when the system starts or is stopped.
    In earlier Suse (SLES 9) releases there was a script sapr3 in /etc/init.d which could be used for it, when the file /etc/sysconfig/sapr3 was filled correctly.
    In newer releases (SLES 10) there is no such script (besides boot.sapconf, which is uesd to set the sap parameters).
    Does anybody know how to start and stop sap systems using the init.d mechanism?
    Thank you for you help.
    Best regards
    Christian

    I do understand, that the function does no longer exist. But how to "create your own".
    If I were to create one I'd use something along the following lines...
    #! /bin/sh
    # SAP startup script - sapstart
    # chkconfig sapstart on - to enable on startup
    # Replace SAPEXE,ADMUSR and SLOG below with correct values
    ### BEGIN INIT INFO
    # Provides: sapstart
    # Required-Start: $network $syslog $remote_fs $time
    # X-UnitedLinux-Should-Start:
    # Required-Stop:
    # Default-Start: 3 5
    # Default-Stop: 0 1 2 6
    # Short-Description: Start SAP
    # Description: Startup of SAP
    ### END INIT INFO
    . /etc/rc.status
    PATH=/sbin:/bin:/usr/sbin:/usr/bin; export PATH
    SAPEXE=/sapmnt/DEV/exe
    ADMUSR=devadm
    SLOG=/var/log/saplog
    SHELL=/bin/csh
    # Reset status of this service
    rc_reset
    case "$1" in
        start)
         echo -n "Starting SAP.. "
         su -s $SHELL -l $ADMUSR -c $SAPEXE/startsap >> $SLOG &
         # Remember status and be verbose
         rc_status -v
        stop)
         echo -n "Please ensure SAP is cleanly shutdown before rebooting!.. "
         # Remember status and be verbose
         rc_status -v
         echo "Usage: $0 {start|stop}"
         exit 1
    esac
    rc_exit
    I deliberately left out 'stop' for obvious reasons, don't forget to create the log file.
    Untested so use at your own risk !
    Nelis

  • How to start OC4J at Linux boot time

    Hello,
    I am using Linux AS 3.0 and i have installed OC4J ( 9.0.4) ok, and OC4J also work fine.But each time i want to start OC4J , i must execute command java -jar oc4j.jar at console.
    Now, I want to start OC4J automatic at System startup ( ie: Linux boot time ).How can i do?
    Thanks.

    Just put your OC4J start/stop commands in a rc script.
    Scripts in the directories
    /etc/rc.d/rc2.d
    /etc/rc.d/rc3.d
    /etc/rc.d/rc5.d
    will be called by the operating system with the command line option start.
    The number in the directory names represent the desired run level of the machine.
    Scripts in the directory
    /etc/rc.d/rc0.d
    will be called during shutdown with the command line option stop.

  • How to start JSPM on linux

    Hi
    I want to upgrade Netweave 2004s sp9 to sp11, it is on linux plateform, I loged the server user <SID>adm, when i run the go script, it hanged at " Waiting for SDTServer to connect to hostname xxxxxxxx socket 6240" , anyone met the problems and how to resolve it , thanks a lot
    BTW, I user the VNC to connect  to the Linux

    Hi,
    To start JSPM,you should login to the linux system with <b>sidadm</b> user.
    for ex:if ur SID is J2E,then login with <b>j2eadm</b> and password is <b>administrator password.</b>
    2.After logging in ,check if <b>Xclock</b> is working.
    Type <b>xclock</b>,then clock should be displayed.
    if not,you should set Xclock.
    set xclock with command <b>SETENV DISPLAY IPadress:0.0</b>3.if it is working,then go to /usr/sap/SID/Jcxx/j2ee/JSPM.
    execute ./go
    it will work.
    rewrad points if helpful..........

  • How to start MaxDB ?

    Hi people,
    I get the next error when I call the maxDB database from tcode LC10:
    Name und Server     : ORA - avast
    DBMRFC Funktion     : DBM_CONNECT
    Fehler              : Fehler des DBM
    Rückgabewert        :         -4
    Fehlermeldung       : database instance not found
    What can I do for to follow all the rest post-installation activities of the livecache.
    How can startup manually the instance from command line?
    More thnaks
    With the command I get the next error
    root:sidadm> ./dbmcli -d ORA -u CONTROL,PASS db_start
    Error! Connection failed to node (local) for database ORA:
    database instance not found
    Edited by: Ruben Torres on Jan 3, 2010 6:55 PM

    Hi Natalia,
    sdbregview u2013l
    < to see the database software packages installed on the server >
    avast:oraadm> sdbregview -l
    SAP Utilities       /sapdb/programs      7.7.04.29     64 bit    valid
    Server Utilities    /sapdb/programs      7.7.04.29     64 bit    valid
    DB Analyzer         /sapdb/programs      7.7.04.29     64 bit    valid
    APO LC APPS         /sapdb/LV1/db/sap    7.00.006      64 bit    valid
    APO LC APPS         /sapdb/LV2/db/sap    7.00.006      64 bit    valid
    APO LC APPS         /sapdb/LV3/db/sap    7.00.006      64 bit    valid
    Redist Python       /sapdb/programs      7.7.04.29     32 bit    valid
    Base                /sapdb/programs      7.7.04.29     64 bit    valid
    JDBC                /sapdb/programs      7.6.05.06               valid
    Messages            /sapdb/programs      MSG 0.7113              valid
    ODBC                /sapdb/programs      7.7.04.29     64 bit    valid
    SQLDBC 77           /sapdb/programs      7.7.04.29     64 bit    valid
    Database Kernel     /sapdb/LV1/db        7.7.04.29     64 bit    valid
    Database Kernel     /sapdb/LV2/db        7.7.04.29     64 bit    valid
    Database Kernel     /sapdb/LCV3/db        7.7.04.29     64 bit    valid
    Loader              /sapdb/programs      7.7.04.29     64 bit    valid
    SQLDBC              /sapdb/programs      7.7.04.29     64 bit    valid
    SQLDBC 76           /sapdb/programs      7.6.05.11     64 bit    valid
    Fastload API        /sapdb/programs      7.7.04.29     64 bit    valid
    xinstinfo
    avast:oraadm> xinstinfo
    IndepData           : /sapdb/data
    IndepPrograms       : /sapdb/programs
    dbmcli inst_enum
    avast:oraadm> dbmcli inst_enum
    RTE_CallSdbStarter(): Must be called by root or effective user 102 effective group 105
    Error! Connection failed to node (local) for database (no dbname):
    Reading header from pipe:closed by serv
    The user oraadm is in the group sdba, but I get the result that appears up.
    If I executed with the root user I get this:
    root@avast # ./dbmcli inst_enum
    OK
    7.7.04.29    /sapdb/LV1/db
    7.7.04.29    /sapdb/LV2/db
    7.7.04.29    /sapdb/LV3/db
    dbmcli db_enum
    RTE_CallSdbStarter(): Must be called by root or effective user 102 effective group 105
    Error! Connection failed to node (local) for database (no dbname):
    Reading header from pipe:closed by serv
    With the root user this appear:
    root@apo # ./dbmcli db_enum
    OK
    LV2     /sapdb/LV2/db                           7.7.04.29       fast    offline
    LV2     /sapdb/LV2/db                           7.7.04.29       quick   offline
    LV2     /sapdb/LV2/db                           7.7.04.29       slow    offline
    LV2    /sapdb/LV2/db                           7.7.04.29       test    offline
    Next steps are dependent from the output results.
    2. Second posted problem.
    On which server did you run those commands?
    The list of the database software packages has not /sapdb/ORA/db dependent Database kernel path
    => How did you create/install the ORA liveCache?
    I´ve installed the livecache whit the installation guide, with the default paths of the sapinst. Only I´ve change the path of the datafiles.
    Please run as root user:
    cd /sapdb/programs/bin
    ./sdbverify
    The output of the file sdbverify is more large. What part of the file are you need?
    to check if the database software installed correctly.
    More thanks.

  • How to start Designer from Linux

    I have 902 iDS (not full installation) installed in /home/Oracle.
    And I have 9.2 Oracle server in another Linux host.
    What should I add in my .bashrc to my classpath and ld_library_path env variable to run iDS?
    My /usr/bin/java is 1.4 version.
    I don't find sqlplus so what should I use to manage 9.2 server?
    Thanks
    Rey

    Hi Rey,
    Designer doesn't run on Linux, only on Windows (and probably won't be ported - apologies). To run other Oracle tools like Sql*Plus you need to add $ORACLE_HOME/bin to your PATH, after ensuring the ORACLE_HOME is set correctly. You should then be able to just run sqlplus from a terminal (e.g Konsole). To run JDeveloper you should also add <path to jdev>/jdev/bin to your PATH then type jdev or jdevw at the command prompt. It works on mine. I don't have a linux install of other iDS tools so can't say much about them.
    I hope this helps,
    Keith.

  • How to run SAP BUSINESS ONE 8.8 clients on windows and use MaxDB on linux/W

    Good day,
    As the subject shows we have SAP BUSINESS ONE 8.8 and I want to find out how to use it in combination with MaxDB instead of MS SQL. I find a lot of MaxDB stuff on the net but no guides on how to setup SAP BUSINESS ONE 8.8 clients on windows workstations and connect them to MaxDB.
    Is this possible and if so how do I go about doing it ?
    Any assistance is greatly appreciated .

    Hi,
    I suggest you to check the supported server for B1 in this link:
    http://service.sap.com/smb/sbo/platforms
    You will know the sap b1 supported platform.
    If you really want to use maxDB on linux/W as B1 server, you can send a development request to SAP AG.
    JimM

  • How to start Oracle Application Server 10g on Linux

    Hi,
    I have installed the Oracle Appliacion server and Infrastructure server on Linux. Both I have installed under with Diff. folder
    Can some one please tell me how to start / stop Appliacion server and Infrastructure server on Linux
    We are going to use the these with Oracle EBS 11.5.10.2 .
    Oracle EBS 11.5.10.2 installed in the same Linux server under diff. folder
    Can some one please guide me.
    Thanks,

    You can do as rizla said or go another route.
    We setup profiles to use for all of the oracle homes. Then in the scripts we call the profiles. Easier to migrate and manage in my opinion if you have multiple oracle homes. You can then use profiles when ssh'd into the boxes, too. Both ways will work.
    Example:
    Script which you can chkconfig.
    #!/bin/sh
    # oracle_collabInfra
    # This shell script takes care of starting and stopping Oracle Collab Infra instance.
    #chkconfig: 345 96 14
    # Source function library.
    . /etc/rc.d/init.d/functions
    RETVAL=0
    start () {
    echo $"Starting Collab Suite on the Infra instance..."
    echo $"Starting Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl start"
    sleep 10
    echo $"Starting Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    startup;
    exit;
    sleep 10
    echo $"Starting Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl start iasconsole"
    sleep 5
    echo $"Starting Infra OID and OC4J_Security processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OID"
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OC4J_Security"
    echo $"Starting Infra HTTP_Server processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=HTTP_Server"
    return $RETVAL
    stop () {
    echo $"Stopping Collab Suite on the Infra instance..."
    echo $"Stopping all Infra OPMN managed processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl stopall"
    sleep 5
    echo $"Stopping Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl stop iasconsole"
    sleep 10
    echo $"Stopping Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    shutdown immediate;
    exit;
    sleep 10
    echo $"Stopping Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl stop"
    return $RETVAL
    restart () {
    stop
    start
    RETVAL=$?
    return $RETVAL
    # See how we were called.
    case "$1" in
    start)
    start
    stop)
    stop
    restart)
    restart
    echo $"Usage: $0 {start|stop|restart}"
    RETVAL=1
    esac
    exit $RETVAL
    profile:
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=$ORACLE_BASE/collabInfra
    export ORACLE_SID=orcl
    export TMP=/tmp
    export TMPDIR=/tmp
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/kerberos/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/backup_restore
    unset USERNAME

  • How to start a particular database in unix/linux

    Hi,
    Could any one tell me how to start a particular database in Unix/Linux assuming that my server consists of 10 databases.
    Can we use LSNRCTL tool for this??
    Regards,
    Nagarjun.

    > Could any one tell me how to start a particular database in Unix/Linux
    assuming that my server consists of 10 databases.
    There is something very wrong in basic understanding of Oracle RDBMS architecture, when running 10 Oracle instances on a single server.
    10x temp space. 10x redo space. 10x SGA. 10x system processes footprint. This is NOT how one scales Oracle and NOT how one uses Oracle optimally.

  • How to start SQL Developer for 11g in Oracle Enterpirze Linux

    I have installed oracle 11g in Oracle Enterprize linux. Please tell me how to start sql developer there?

    I think you have to install sql developer at first and then start it....
    actually, I'm not so much clearly understood what is your question.

Maybe you are looking for