How to Install Oracle Restart

Hello All,
I have a standby database with ASM. I would like it to be start on the server reboot.
I have read chapter 4 of Oracle Database Administration Guide 11g R2 where it mentions
If you install Oracle Restart by installing the Oracle Grid Infrastructure for a
standalone server and then create your database, the database is automatically added
to the Oracle Restart configuration, and is then automatically restarted when required.
However, if you install Oracle Restart on a host computer on which a database already
exists, you must manually add the database, the listener, the Oracle Automatic Storage
Management (Oracle ASM) instance, and possibly other components to the Oracle
Restart configuration.
Please can someone help me with the steps to setup Orace restart in 11gr2.
Thanks

[oracle@rs1pre92dvdbsa01 bin]$ srvctl add database -d MDM2 -o /u01/app/oracle/product/11.2.0/dbhome_1 -s ope
[oracle@rs1pre92dvdbsa01 bin]$ srvctl stop database -d MDM2
PRCC-1016 : MDM2 was already stopped
[oracle@rs1pre92dvdbsa01 bin]$ srvctl start database -d MDM2
[oracle@rs1pre92dvdbsa01 bin]$ srvctl status database -d MDM2
Database is running.
[oracle@rs1pre92dvdbsa01 bin]$ su -
Password:
[root@rs1pre92dvdbsa01 ~]# reboot
***After reboot
[oracle@rs1pre92dvdbsa01 ~]$ cat /etc/oratab
#Backup file is /u01/app/oracle/product/11.2.0/dbhome_1/srvm/admin/oratab.bak.r
s1pre92dvdbsa01 line added by Agent
# This file is used by ORACLE utilities. It is created by root.sh
# and updated by the Database Configuration Assistant when creating
# a database.
# A colon, ':', is used as the field terminator. A new line terminates
# the entry. Lines beginning with a pound sign, '#', are comments.
# Entries are of the form:
# $ORACLE_SID:$ORACLE_HOME:<N|Y>:
# The first and second fields are the system identifier and home
# directory of the database respectively. The third filed indicates
# to the dbstart utility that the database should , "Y", or should not,
# "N", be brought up at system boot time.
# Multiple entries with the same $ORACLE_SID are not allowed.
+ASM:/u01/app/11.2.0/grid:N             # line added by Agent
MDM2:/u01/app/oracle/product/11.2.0/dbhome_1:N # line added by Agent
[oracle@rs1pre92dvdbsa01 ~]$ uptime
14:02:28 up 3 min, 1 user, load average: 0.41, 0.75, 0.35
[oracle@rs1pre92dvdbsa01 ~]$ ps -ef | grep pmon
oracle 4314 1 0 14:01 ? 00:00:00 asm_pmon_+ASM
oracle 4378 3878 0 14:02 pts/0 00:00:00 grep pmon
[oracle@rs1pre92dvdbsa01 ~]$
After rebooting the server MDM2 is not started
Is is because oratab flag is N

Similar Messages

  • How to install Oracle 9i on redhat 9

    i have installed 4-5 times oracle 9i on linux ...but the thing is ..as soon i restart my pc..the SQLPLUS doest not start from the redhat 9 terminal
    ...So plz tell me the step by step procedure how to install Oracle 9i on linux ...
    .... What & where is .bash_profile file is located ...???
    How to create system shareable memory ...??? without this SQLPLUS is not starting ...
    how to modify the kernel variables ..???
    ..

    What & where is .bash_profile file is located ...???The file exists under oracle home directory.
    # ls -l /home/oracle/.bash_profile
    -rw-r--r-- 1 oracle dba 328 11? 2 15:35 /home/oracle/.bash_profile
    How to create system shareable memory ? without this SQLPLUS is not starting.Append your shareable memory parameters to /etc/sysctl.conf, You might want to change these values if you have more RAM:
    kernel.shmmax = 536870912
    kernel.shmmni = 4096
    kernel.shmall = 2097152
    REBOOT the system so the kernel changes can take effect, or if rebooting is not an option, you can change the kernel params at runtime by issuing:
    # echo 536870912 > /proc/sys/kernel/shmmax
    # echo 4096 > /proc/sys/kernel/shmmni
    # echo 2097152 > /proc/sys/kernel/shmall
    how to modify the kernel variables ..???method 1:
    To modify kernel parameters a common way is to change /proc file system:
    1. Log in as root user.
    2. Change to the /proc/sys/kernel directory.
    3. echo <desired list of values> > <group of parameters>
    But this update is not permanent and after system reboot, your kernel parameters's
    values will be the same as before.
    method 2:
    setuping permanently kernel parameter values ,is to use '/etc/sysctl.conf' file.
    Every time the system boots, the '/etc/rc.d/rc.sysinit' script is executed
    by init process. This shell script contains a call to sysctl command and
    reads the values from /etc/sysctl.conf file as the ones to be set Therefore, any values added to /etc/sysctl.conf will take effect after the system boot or without downtime using "sysctl -p" command

  • How to install oracle apps 11.5.10.2 on WinXP?

    How to install oracle apps 11.5.10.2 on WinXP?

    Yes I did, and can login to the new OA Framework side of things now.
    I did a browser refesh ( cleared cache, and restarted browser), this seems to have resolved that
    Its a rather cheeky one going on here. Whenever I load the forms page, it gives me an error message suggesting the host name is wrong.
    When I installed the SLES9, I also specified a similar alias name. I suspect this is the issue, and am still investigating

  • How to install Oracle Label Security in Oracle Database 10g EE

    Hello All
    I just want to know how to install Oracle Label Security in Oracle 10g Database EE.
    I read in Oracle Enterprise Manager Grid Control Installation and Basic Configuration that Label Security must be installed before installing Enterprise Manager Grid Control.
    I have Oracle Database 10g Release 1 (10.1.0.1) on my Windows XP System, and I patch it to 10.1.0.3.
    M.
    Sorry about my English.

    Options is to connect to Oracle Policy Manager or use Oracle Internet Directory (OID)to administer Oracle Label Security.
    Find more ways in the Documentation here:
    http://download-uk.oracle.com/docs/cd/B19306_01/network.102/b14267/toc.htm

  • How to install Oracle Developer Suite 10g (10.1.2.0.2)  for Linux

    Hi All,
    Please let me know how to install oracle forms on Linux red hat. I need to configure it with oracle database 10gR2. Please provide me step by step installation and configuration giude or you can pass on readme file which comes with the software.
    Thanks,
    Rahul

    user8722581 wrote:
    Hi ,
    Given link is good and I can understand the architecture that it will be 3 tier--DB server-Application Server and Web Browser where Developer will access forms.
    I would appreciate if you can provide some screen shots for the configuration details and files to be modified for the port and deploying the forms.
    Whether we need to install apache,http or oracle application suite for the linux will take care?
    Is there any pre-requisite health checktool like RDA.sh for the rdbms? Please let me know what are the important configuration file.
    What is identity management in this?
    Thanks.
    Edited by: user8722581 on May 8, 2013 11:07 PMAll pre-req. are covered in the installation manual -- http://docs.oracle.com/cd/B19375_07/doc/frs/install/B19314_02/toc.htm
    Thanks,
    Hussein

  • How to install Oracle Developer Suite 8 on windows 8 64bit

    Hi, everyone.
    I have facing problem. How to install Oracle Developer Suite 10g on windows 8. Please send me step by step install.
    Thanks
    Mbulur.

    No version of Forms/Reports is currently supported on Windows 8. Also, because Error Correction support for versions older than 11 have ended, no new certifications will be provided for those versions. I would recommend you consider upgrading to Forms/Reports 11.1.2.1 as we are hoping for Win8 certifications in the future for this version.

  • How to install oracle 8 on windows xp

    i use windows xp and (pentum 4 processor )
    my question :-
    i want to how to install oracle 8 (client) i try to do this but the installtion can't complete and there was no any error message ...
    please help me and tell me step by step
    thanks

    ok how to install oracle 8 client on windwos 2000 pro
    please help me

  • How to install oracle client on pentium 4

    please can someone tell me how to install oracle client 8i on pentium 4 system. the installation is not going automaticlly , and if i explore the cd and press on the setup file the installing didnt start.

    8i definitely has problems with Pentium IV processors. The fix is to copy the entire CD to the hard drive and then rename each copy of symcjit.dll to symcjit.old.

  • How to install Oracle 10g release 2 on rhel4 release 2

    I want to know How to install Oracle 10g release 2 on rhel4 release 2 from scratch from the partitioning of the disk in rhel 4 till the post installation .
    System Configuration
    x86 32 bit
    Pentium(R) 4 CPU 3 ghz
    RAM 1 GB 2.99Ghz
    Oracle 10g release 2
    rhel 4 release 2
    Please reply me soon.
    With Regards
    Suvin Prathab
    www.sceneworks.co.cc

    Dear Suvin Prathab!
    Please have a look at this:
    [http://www.oracle.com/technology/pub/articles/smiley_10gdb_install.html]
    Yours sincerely
    Florian W.

  • How to install Oracle Content Database Archive Adapter for SAP on windows

    Hi,
    I would like to install CDAA(Oracle Content Database Archive Adapter) on 32 bit and 64 bit windows. Will somebody point me to where i can download this from (if its not free i would like to try out trial version first) . If it depends upon other oracle components what is that i need to install additionally . And if you could provide links to all the required components, it would be great help.
    Also if there is any demo from where i can see what all features CDAA support and how does it compare to other products say IBM commonstore etc , please let me know.
    Thanks a lot ..
    -Rohit

    Can any body help me to say thet "How to install Oracle Applications 11i(11.5.10.2) on Windows 2003 R2 X64 bit ' . Hi,
    I believe, 11i installation on Windows 2003 X64 is not fully supported.
    what is your os version:
    if it is windows 2003 32 bit, then it is supported on X86-64 servers for both database and application tiers
    If it is windows 2003 64 bit, then only datatabase tier is supported on x86-64 servers
    Have a look at the following note
    Frequently Asked Questions: Oracle E-Business Suite Support on x86-64 Doc ID: 343917.1
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=343917.1

  • How to install Oracle 10g on to Red Hat Linux 5 Server

    I'm new to both Linux and Oracle. I've been working on an installion of Oracle 10g on a Red Hat Linux 5 Server for about 2 weeks. I've been doing a lot of reading about installing Oracle on a Linux environment. I finally got to the installation portion and the Oracle Installer displayed a message that I had to have Red Hat 4 or 4 Enterprise to continue.
    How can Install Oracle 10g onto a Red Hat 5 Linux Server"? Is there an option that I can use to bypass the OS checking?
    Thanks

    Unfortunately there is no way to access metalink without a valid account. You could then just try to skip preinstall requisites with this clause:
    ./runInstaller -ignoreSysPrereqs
    or this method:
    Copy the oraparam.ini from the installation source install/oraparam.ini to /tmp directory.
    Edit the file /tmp/oraparam.ini so this file reads:
    After
    [Certified Versions]
    Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1.0,asianux-1,asianux-2,redhat-5
    also, make sure you have these packages installed:
    # rpm -ivh gcc-c++-4.1.1-52.el5.i386.rpm gcc-4.1.1-52.el5.i386.rpm
    libstdc++-devel-4.1.1-52.el5.i386.rpm glibc-devel-2.5-12.i386.rpm
    glibc-headers-2.5-12.i386.rpm libgomp-4.1.1-52.el5.i386.rpm
    libXp-1.0.0-8.i386.rpm compat-libstdc++-296-2.96-138.i386.rpm
    compat-libstdc++-33-3.2.3-61.i386.rpm
    ~ Madrid.

  • How to install Oracle VM server on Sun Fire v100 server

    Hi All
    I have just a Sun Fire V100 Server.
    How to install Oracle VM server on Sun Fire v100 server?
    Thankyou and best regards,
    Thiensu

    user8248216 wrote:
    I have install Oracle VM Server successful on PC Core 2 dual 2.93Ghz.
    But Oracle VM Server does not detect onboard Network card.Your NIC needs to be supported by Oracle Linux 5 Update 3 to work with Oracle VM Server 2.2. If it's too new, then it will not be seen. Also, please start a new topic for each question. This new question is not relevant to the original topic.
    Edited by: Avi Miller on Aug 19, 2011 12:46 PM

  • How to install Oracle 11gR2 on Windows 7

    Hi friend;
    There are many questions about *"how we can make instalaltion on win7"*. Thatswhy i made one video tutorial which is mention *"How to install Oracle 11gR2 on Windows 7*
    Its avaliable at my blog:
    *http://heliosguneserol.wordpress.com/*
    Hope it helps who need to make this installation
    Regard
    Helios

    This question is not related to the Database Migration Assistant for Unicode (DMU). Please, post your question to one of the more appropriate forums, for example:
    General Database Discussions
    Database Installation
    -- Sergiusz

  • How to Install Oracle 10g in SLES 10 32 bit

    Hello Guys,
    I was intalling oracle 10g in SUSE LInux Enterprise Server 10, but i always have an error..
    Is there someone who can have and give a manual on how to install oracle 10g in SLES10? ANd some linux shell scripting
    manual..?

    Hi,
    have a look at:
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php
    you will find there your SLES and Oracle specific installation guide. With korn shell script you will be able to install Oracle within 60 minutes.
    Good luck!
    Cheers,
    David
    OCP 9i / 10g / 11g

  • How to install oracle 8i on sun solaris OS.

    Dear all,
    how to install oracle 8i on sun solaris OS.
    please guide in detail.
    Thanks
    Muhammad Nadeem

    OTN has much to offer including installation guides:
    http://www.oracle.com/technology/documentation/oracle8i.html
    Werner

Maybe you are looking for

  • Delivery date field has no data in the output

    Hii I have a program like this, when I try to execute it i found no data in the Delivery date colum. Can anyone correct the code. Thanks SP Global data declaration TYPE-POOLS: slis. TABLES: vbap, vbrk, vbfa, vbak, vbrp, konv, kna1, bkpf, bsad, bkpf_b

  • HP Laserjet Support Alert (CM1415, CP1525, M1536)

    This alert affects only the following Laserjet devices: HP LaserJet Pro CM1415 Color MFP Series HP LaserJet Pro CP1525 Color Printer Series HP LaserJet Pro M1536 MFP Series A free firmware upgrade is required to keep your ePrint and Print Apps servic

  • Caution Payment and Payment Note regarding

    Hi SAP SD Gurus, I am Prasad, I am new to SAP and have an isuue with my client . i will be greatful to all for helping me in resolving this issue. 1 scenario my client takes advance payment greater than or equal to the order quantity. The customer li

  • NTSC MP4?

    Hi there, I'm in Europe and have been asked an odd question by a client in the US. He wants me to shoot a clip in NTSC but deliver it was an mp4 file. Now, I could shoot it at 30fps on a Canon 7D, drop it into FCP7 and produce a 30fps .mov. This woul

  • How can I include personalization to WLS servlets

    Hello I have WLS 5.1 and WLCS\PS 3.2 How can I personalized servlets which works on WLS 5.1 in the best way? (Some docs on BEA site?) Regards BP