ASM and DB on different machine

Hi,
Have one question, we are given 2 VM's on which ASM and Oracle DB is installed. We are asked to start both machine in sequence, after starting Machine-1 we need to start Machine-2 then only DB (orcl) on Machine-2 can be opened.
If we miss sequence it gives does not come up and gives error like:
SQL> startup;
ORA-01078: failure in processing system parameters
ORA-01565: error in identifying file '+DATA/orcl/spfileorcl.ora'
ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/spfileorcl.ora
ORA-29701: unable to connect to Cluster Synchronization Service
The initorcl.ora on Machine-2 has following entry:
SPFILE='+DATA/orcl/spfileorcl.ora'
Can someone please suggest how this two machines would be configured, what entries on Machine-2 are pointing to ASM instance on Machine-1.
Please suggest..
Thanks!

bLaK wrote:
Thanks for the reply HTH!
I am new to this and learning ASM. What i wanted to know is how and what setting are done in Machine-2 that it refers to ASM instance on Machine-1.
Where can I see that?
Regards!What is your database & ASM version?
Are you using Grid?
My first post explanation is specific to any ASM & RDBMS instance on server.
Describe more how these two servers configured.
you can check by
$crsctl check cssd
Or let's say how can we tell CSS service where is ASM instance located..It will be handled by CSSD process.
read this manual http://www.oracle.com/technetwork/database/asm-10gr2-bestpractices.pdf
Since CSS provides cluster management and node monitor management, it inherently monitors ASM and
its shared storage components (disks and diskgroups). Upon startup, ASM will register itself and all
diskgroups it has mounted, with CSS. This allows CSS across all RAC nodes to keep diskgroup metadata
in-sync. Any new diskgroups that are created are also dynamically registered and broadcasted to other
nodes in the cluster.
As with the database, internode communication is used to synchronize activities in ASM instances. CSS is
used to heartbeat the health of the ASM instances. ASM internode messages are initiated by structural
changes that require synchronization; e.g. adding a disk. Thus, ASM uses the same integrated lock
management infrastructure that is used by the database for efficient synchronization.

Similar Messages

  • Running soa and IPM in different machines

    Hi Everybody,
    I have installed admin server,soa,IPM in machine A and machine B.Then i need to run soa and IPM in different machines(soa in machine A,ipm in machine B).Please suggest me to do the needful.
    With Regards
    Jyoti

    Hi
    Look at Note : 885983.1 on metalink . This gives the steps to configure Cs when webserver is on a different machine altogether.
    Srinath

  • Installation Biztalk Server 2013 and SQL on different machines

    I want to know if I can install a Biztalk server 2013 and SQL on different machines?

    BizTalk Server 2103 and SQL Server (SQL Server
    2012 or SQL Server 2008 R2 SP1) can be installed and configured on different machines.
    For more instruction about this installation, refer to following MSDN installation guide for BizTalk :
    Installation Guides Related to BizTalk Server 2013 and 2013 R2
    from the above list download -
    "Installing BizTalk Server 2013 and BAM in a Multi-Computer Environment.docx" document for your requirement.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Configure messaging server and MTA on different machine

    Is there anyways to install / configure messaging server and MTA on different machine? I am using Sun One Messaging server 6.0
    Thanks
    Haris

    Thanks for the reply, How MTA can be disabled on the
    messaging server? how can i disable the store on the
    MTA machine, Is there any documentation for it?Yes, the documentation helps you. You cannot totally disable the MTA. If you did, how would you get mail to the store?
    Also
    is it possible to use some another machine for
    webmail?Well, um, kind of. The webmail interface provided with Messaging Server interacts directly with the store, so you can't truly run that remotely, but .. .
    You can install the server on a remote box, and turn on "Messaging Express Multiplexor", a proxy for webmail. Users can then connect to the MEM box, and be forwarded to the store for their mails.
    It should be possible to use a third-party webmail product that uses something like IMAP to talk to the store, too. that would be unsupported, but possible. Most users find MEM to be very good.
    What problem are you trying to solve? Perhaps I can better help you if I know why you're asking these questions, and offer a better solution to you.
    >
    Thanks
    Haris

  • Webserver and UCM in different machines

    As the title said.. how do I do this? in the installation guide it's just for both in one machine but how do i install webserver in a windows server and UCM in a unix server?
    Is this even possible? please some advice or redirect to some solution,
    Thanks

    Hi
    Look at Note : 885983.1 on metalink . This gives the steps to configure Cs when webserver is on a different machine altogether.
    Srinath

  • Servlet and EJB on different machine: Security propagation

    Hi all,
    I have an application, where my servlets and EJBS are deployed on the same machine.So
    when in my servlet a user need to authenticate himself, security credentials are
    propagated to the EJB automatically.I'd like to know in the case where the components
    are on different machine if I need to put the credential in my InitialContext
    when my servlet calls my EJB or if it is also done automatically.
    Cheers
    romain

    Say your stub is in a jar called stub.jar.
    You need to put that stub somewhere that it can be reached through a protocol for which Java has a URL type - so you can put it on a shared file system and use a file URL or behind an http server and use an http URL.
    Let's use http - put stub.jar at the docroot of a web server.
    Then, when you start your SERVER code, include this VM parameter:
    -Djava.rmi.server.codebase="http://<serveraddress>stub.jar"
    Now your client will be able to use http to load the stub file out of stub.jar through http.
    If you do use a file URL, make sure the shared directory you put your jar in is not on the client's classpath.

  • RMIRegistry and Server on different Machines

    Is it possible to run rmiregistry on one machine and then bind an object from a different machine to this registry. I can't find any documentation to say that you can't.
    If i try to, i get a hostname is a non-local host Exception.

    What im actually doing is this :
    I have a client program that wishes to transport some C code to a server for execution on that server. This would be simple enough but the client should not be concerned with where the server is, but only needs to know a name server that holds all object and server names so as they can then query this one registry for a server name and then connect to this server.
    I was hoping that you could run rmiregistry on one machine, a server on another, bind that server object to the registry and then connect to the server from the client via the registry.
    I have written my own registry object that implements this fine but i wanted to know whether this was a long winded way. Surely RMI is a java developers alternative to CORBA (according to sun web site !), in which this would be possible with the ORB running on a remote machine to client and server?

  • Migration of Anwers  reports and Dashboard to different Machine

    We are at very Inital level of development have created Repositories, Answers Reports and Dashboard on dev machine. Now i want to migrate to another box. So what are the files we will migrate. Please guide.

    This one is based on TECHNICAL NOTE 369:
    OBIEE: Migration from development to production environment.
    DEVELOPMENT SERVER:
    1. Stop Oracle BI Services
    2. Take backups of the most recent development files (for recovery purposes):
    a)Repository:           \OracleBI\server\Repository\*
    b)Presentation Catalog:\OracleBIData\web\catalog\*
    c)NQSConfig.ini:          \OracleBI\server\Config\NQSConfig.ini
    3. If any Software registry strings were modified or added, export them.
    4. Take backups of any customized GIF, CSS, GSP, XSL, and XML files from
                        \OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res
                        \OracleBI\web\app\res\
    for postinstallation replacement of like production files.
    PRODUCTION SERVER:
    5. Copy any customized folder/file structures especially those of step 2 and 4.
    6. Define necessary back-end database ODBC DSNs and/or native drivers required per repository Connection Pool(s) data source names definitions.
    7. If created, import the saved development registry export.
    8. Verify BI Server ODBC settings: There is an ‘Analytics Web’ ODBC System-DSN with the driver 'Oracle BI Server' installed on the Presentation Server box.
    9. Verify Presentation Catalog Path: OracleBIData\web\config\instanceconfig.xml
    10. Start Oracle BI Services
    11. Verify Dashboard Web connection.
    Regards, Thomas

  • Help-how can i connect between a client and servlets on different machines

    hi all
    I asked this question already but:
    I am tring to run a client which is an HTML file that has a "submit" button, that when pressed it should connect (or something) to a servlet, which is on a different mechine.
    what must i write instead of: "localhost"?
    and what web server should i use?
    this is the code on the client side:
    <form action=http://localhost:8080/servlet/MyServlet method=POST target=_blank>
    <input type=submit name="M1" >
    </form>
    thank you

    thanks
    I tryed that by writing the ip address of the servlets mechine instead of "localhost", but there was no reaction
    i wrote:
    <form action=http://10.33.24.33:8080/servlet/MyServlet
    method=POST >
    <input type=submit>
    </form>
    what is wrong with that?
    when i pressed the submit button nothing happened.
    does any body know what can i do?

  • "Windows Authentication Mode" when SQL Server 200 and CF on different machines?

    Hi All,
    I am playing for two days with following problem. And still I
    did not able to get rid of it.
    I have installed SQL Server 2000 on machine which is my
    server (windows 2003 server) and this machine is my domain
    controller. I have user “ABC” user and I have added
    this user in administrator group.
    I have another machine where OS is Windows XP and CF 7 is
    installed. I create an ODBC Connection from Administrative Tool to
    my Database (windows 2003 server) successfully.
    Now when I create Data Socket in Coldfusion Administrator and
    when I select the my ODBC that I had created and when I Submit it
    then CF admin throughs the following message.
    Connection verification failed for data source: myTest
    java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket][Microsoft][ODBC SQL Server Driver][SQL
    Server]Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
    Please Brother, I don’t have any Clue to solve it,
    Please help.
    One Important thing, All this working fine if my CF, and SQL
    Server are on same machine.
    Best regards,
    Shahid

    Hi Phil Thanks,
    Finally i able to configure it out..... following are the
    steps...
    I assume domain controller is properly configure.
    Following are the steps for the machine where SQL SERVER 2000
    is installed
    1- We need to create Login account for your domain account in
    SQL Server 2000 using Enterprise Manager.
    • Right Click -> New Login
    • Click to load the domain users, select any user from
    your domain that will connect to your SQL Server from LAN.
    Following are the steps for the machine where ColdFusion and
    IIS are installed.
    Step No. 1
    Stop ColdFusion MX.
    Backup your existing macromedia_drivers.jar file.
    Unzip macromedia_drivers.zip into the same directory,
    overwriting the previous
    macromedia_drivers.jar.
    You can download “macromedia_drivers.zip” from
    following URL
    http://kb.adobe.com/support/coldfusion/ts/documents/1a3c2ad0/macromedia_drivers.zip
    A new file, DDJDBCAuth03.dll, which is required for Windows
    Authentication, is also included in the zip file replacing the
    older DDJDBCAuth.DLL.
    Restart ColdFusion MX.
    ColdFusion MX loads the JDBC drivers inmacromedia_drivers.jar
    in the directory cf_root/lib. For example, with ColdFusion MX 7
    Server Configuration on Windows installed on drive C:, this would
    beC:\CFusionMX7\lib\macromedia_drivers.jar.
    Then restart Machine
    Step No. 2
    Configure all the ColdFusion Services to “Log On
    As” using the Domain User Account configured in SQL Server in
    the above mentioned step.
    Change the “Log On As” similar for the all other
    Cold fusion services (ColdFusion MX 7 ODBC Agent, ColdFusion MX 7
    ODBC Server, ColdFusion MX 7 Search Server).
    Step No. 3
    Restart the services; for the safe side reboot the system.
    Step No. 4
    Create ODBC (Control Panel -> Administrative Tool ->
    Data Sources (ODBC)) using the windows NT Authentication option to
    connect to database.
    Step No. 5
    Create Data Socket and Select the created ODBC connection in
    the Drop down (ColdFusion-> Admin)
    Thanks to all who participated in this discussion...
    With lots of Thanks to All particular to Phil who guided me
    in right direction,
    Shahid

  • Running jms client and server on different machines

    Hi (again) ,
    I would like to know how to make a client jms application talking to a jms server on another machine, if someone could point out some tutorial that talks about it that would be good as well.
    Is it necessary to have jms servers on both machines to make it possible?
    Thanks in advance!

    In a very simplistic light...
    You can set these properties when you create your initial context.
    In the following code sample I'm using a Weblogic JMS Server which is running on machine A, port 9179:
    Properties props = new Properties();
    props.put(Context.INITIAL_CONTEXT_FACTORY, "weblogic.jndi.WLInitialContextFactory");
    props.put(Context.PROVIDER_URL, "t3://machineA:9179");
    InitialContext ctx = new InitialContext(props);
    There are other ways of setting these properties such as using a properties file
    hope this helps!

  • About ASM and Oracle user

    Hi,
    is there any way to installing ASM executable and database executable by diffrent operating system user.
    It means that
    there are two user one of them
    [tuba@pttstgen24 ~]$ id
    uid=500(tuba) gid=500(dba) groups=500(dba),501(oinstall)
    and the other one
    [tuba02@pttstgen24 database]$ id
    uid=501(tuba02) gid=501(oinstall) groups=500(dba),501(oinstall)
    I want to install ASM by using tuba and I want to create db by using tuba02
    but it gives the error and db installation did not discover the ASM.
    However,
    when installing db with tuba on ASM it is successfull?
    İs there any way to install ASM and Db by different users??

    Hi Terbas,
    Its is possible on Oracle 11g, see this link http://www.filibeto.org/sun/lib/nonsun/oracle/11.1.0.6.0/B28359_01/install.111/b28263/rcprelin.htm#BABGCHAD
    Regards,
    Rodrigo Mufalani

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • HT1386 How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer.

    How many different computers can I sync my iPod with?  My laptop crashed and was completely wiped clean and this was the machine that my iPod synced with so I don't know if it will be counted as a "new" computer when I sync my iPod.

    You can sync with onee at a time. Syncing to another will erase the current content.
    Copy everything from your backup copy of your old computer to your new one.

  • My hard drive crashed and I am using a different machine. How do I retrieve my personalized Pages 5.2 templates from my backup drive? I have searched at length and can't seem to find them.

    My hard drive crashed and I am using a different machine. How do I retrieve my personalized Pages 5.2 templates from my backup drive? I have searched at length and can't seem to find them.

    login_directory = /Users/yourname
    If the Library folder is not shown in your login directory, then open a Finder window, and press command+J. This will open a Finder View Options panel. On it, there is a selectable entry to Show Library Folder. Once this is selected, the Library folder will appear. Now, follow the instructions in my May 6 post. You will have to right-click on com.apple.iWork.Pages and choose Show Package Contents, before continuing.
    Correction: login_directory/Library/Containers/com.apple.iWork.Pages/Data/Library/Applicatio n Support/User Templates/
    The host software persists in changing the correct Application Support text above to Applicatio n Support, which does not exist.

Maybe you are looking for

  • USB device not recognized with 160G ipod

    I did absolutely nothing different, no updates, no hardware upgrades, didn't drop my ipod, suddenly when I plug my 160g classic into my computer vista just says "usb device not recognized" and I cant do anything. I can charge my ipod on my radio dock

  • Upgrade SATA drive for macbook late 2008

    Hello!! I am here to ask for help. Let me tell you a bit more about my Mac: Late 2008 silver 13" MacBook 250GB 2GB RAM 2.4GHz IntelCore2Duo DDR3 MB467LL/A, currently at 10.5.8 OSx system (yes I know I need to update the software as well!) I currently

  • Preview pdf

    how to get the preview pdf  icon in the layout of pdf forms. I didnt find out it in any of the menus like view,pallettes or insert. please suggest me where it is avialable

  • Bridge 4.0.3 update comes repeatedly

    Hallo, I successfully installed the Bridge 4.0.3 CS5 update this week manually via download from http://www.adobe.com/support/downloads/new.jsp. However, updater6 - started out of the application - shows me this update over and over again. Installing

  • Page Setup Issue with InDesign CS3 and Xerox DC240 w/ external Fiery

    Running on OS 10.4.11 Printing to Xerox DC2400 w/ External Fiery (driver v1.1 v3016.102) Application InDesign CS3 v. 5.0.2 When I send a document in CS3 to print, I have to constantly go to the page setup and select the proper paper size and orientat