Migrating XI on clusters in Unix environment

Hi,
Has any one migrated an XI or an SAP system on to Clusters for High availability in Unix environment. Can one please help me with this. This is a very very critical issue for me and my job. Please help.
Thanks & Regards
Rashid

Yes i have been through it. I have to plan, present and implement the XI system on to the Clusters, now, i know that if you do it on windows you have 2 nodes and you do some configuration on both the nodes. But on the other hand when we do it on Unix we dont have any nodes there. We only install it on a primary node and the systems admins do the rest. My issue is i have to do a homogenious migration of our present XI on to the clusters, Can you please help me on this how to approcah this, the question here is once you migrate your present XI system what will you do with the present XI system do we bring it down or can we still keep it running and if we still keep it running wht will be the confilict. How do we do thins in a step by step sequence. As far as i know we export JAVA stack first and then we export ABAP stack and when we import we import ABAP stack and then java stack. but my question here is when we install XI we install central instance and database instance and then after that we do some configution through visualadmin then after we install the other three adapter engine and .... on to finish the XI installation. but what happens when we do a homogenious migration?
I hope i was clear enough and i hope i didnt confuse you.

Similar Messages

  • Migrating Essbase from 7.1.6 to 11.1.2.2 in Unix Environment

    Hi Experts,
    we are going to migrate Essbase from 7.1.6 to 11.1.2.2 in unix environment. We have heard that we cant migrate directly from 7.X to 11.X Version. If so, then how can we proceed. Please suggest the steps to follow and documents to proceed in Unix Environment. I am new to unix environment.
    Your suggestions will be more helpful...
    Thanks,
    Chinnu

    Thanks Celvin,
    But my doubt is can we migrate 7.1.6 version Essbase to 11.2.2 version in a single shot? I have heard like If we want migrate 7.1.6 to 11.1.2.2
    1. we have to migrate 7.1.6 to 11.1.3 and then
    2. 11.1.3 to 11.1.2.2.
    Will the migration utility work to migrate 7.1.6 to 11.2.2? Please suggest on this am not getting a clear clarification on this.
    Thanks,
    Chinnu

  • Migration Windows to unix environment.

    Hi,
    we planning to convert our SAP Development Server from Windows
    to unix environment.
    In first step We planned to take System copy in our Development Server.
    While we executing the SAPINST file it terminates with error in
    Export_ABAP phase.
    SAP INST file Location
    ======================
    SAP ERP 2005 Support Release 2 > Additional Software Life-Cycle Tasks >
    System Copy > Oracle > Source System > Central System > Based on AS
    ABAP > Database Instance Export
    In the Phase 4 (Export Abap) the follwing message occurs
    "Your SAP System may be running.Stop the system and continue with data
    Unload".
    Hereby attached  log
    files.
    We are waiting for your reply.
    .Log file
    =======
    E:\usr\sap\D02\SYS\exe\nuc\NTAMD64\R3load.exe -e SAPSDIC.cmd -l SAPSDIC.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (EXP) ERROR: there are incomplete incremental conversions
                 export not allowed
    E:\usr\sap\D02\SYS\exe\nuc\NTAMD64\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\D02\SYS\exe\nuc\NTAMD64\R3load.exe: END OF LOG: 20090818170548
    Regards
    Senthil Kumar

    > we planning to convert our SAP Development Server from Windows
    > to unix environment.
    First info:
    Heterogeneous system migrations (changing database or operating system - or both) must be done by a certified migration consultant with special knowledge; if you do it yourself, you will loose support for problems in,  during and after the migration for the target system --> OSS support will be billed separately.
    See http://service.sap.com/osdbmigration
    --> FAQ
    > (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    > (EXP) ERROR: there are incomplete incremental conversions
    >              export not allowed
    I can think of several reasons for this problem:
    - This system was migrated recently to Unicode (using ICNV) and you have not done all delta conversions yet
    - You still have tables/indexes in your mass processing (transaction SE14)
    - you have inconsistencies between ABAP DDIC and database
    Markus

  • Form 6i on UNIX Environment

    We have no client server environment but UNIX environment.
    We are storing Form 3.0 application as well as Oracle 7.0 on Sun Solaris. And we are running Form 3.0 application on dump terminal.
    Now we wish to migrate Form 3.0 application to Forms 6i and Oracle 7.0 to Oracle 8i.
    Is it possible to deploy Form 6i application on Sun Solaris alongwith Oracle 8i database and run it on dumb terminal ?
    Any idea would be highly appreciated.
    Atul

    Create a form level trigger, ON-MESSAGE
    Trap the message code, that way you can
    suppress the message.
    Sample ON_MESSAGE trigger:
    declare
    v_message_code number := message_code;
    v_message_text varchar2(200) := substr(message_text,1,200);
    v_message_type varchar2(3) := substr(message_type,1,3);
    v_alert_button number;
    begin
    if v_message_code = 40400 then
    Message('Record saved.');
    elsif
    v_message_code = 40000 then
    null;
    end if;
    null

  • Migrating a webi report from one environment to another using import wizard

    Hi Everyone,
    Can anyone please tell me what all access should I have on my ID to be able to migrate a webi report from one environment to another environment(e.g. from development to quality).
    Regards,
    Neeraj Sharma

    Hi,
    To use the Import Wizard utility, you basically need Administrator, Full Control to Top-level folder, and "Add objects to the folder" and "Edit objects" for this user on the root folder.
    You need the least restrictive role, because you require absolute control for content promotion between 2 entitlement systems.
    the webi document is the cherry on-top,  you;ll have universes, connections, folders to bring over too. 
    Regards,
    H
    p.s. check Note 1450708 - How to restrict access to the Import Wizard from a Business Objects Enterprise system
    and
    Note 1297121 - What rights needed to use Biar File Extraction for a normal user while using Import Wizard ?

  • Pass a Value to Variable from the unix environment in ODI (ELT)

    Hi
    i am very new to ODI environment.
    i want know how to pass a value to variables in oracle data integrator from unix environment.
    Example:
    Variable name : Sales
    for variable name sales i want to pass the value from unix environment.
    Regards,
    Raj
    Edited by: user11137587 on Aug 19, 2009 6:26 AM

    Work Around !
    You can execute OS commands using Jython script. Probably you need to flush your enviornment variables value into a file using jython script and then read those value into ODI variable from the file.
    BUt may I know why you want to read environment variable vaules in ODI, Dont you think this will make your application less portable
    Regards,
    Amit

  • How do I use a UNIX environment variable for the path of a file name

    We are running Forms 6i over the web. The forms server runs on a UNIX (HP-UX) machine.
    I want to read the contents of a file, which is simple enough, using the TEXT_IO package. However, I want to reference a UNIX environment variable that specifies the file path i.e
    PROCEDURE get_file IS
    in_file Text_IO.File_Type;
    linebuf VARCHAR2(1800);
    filename VARCHAR2(200);
    BEGIN
    filename:= '$LOG_DIR/RCAS181.log';
    in_file := Text_IO.Fopen(filename, 'r');
    .....other stuff
    Notice the filename string references my unix env variable '$LOG_DIR'. However, this doesnt work. If I put the full pathname it works fine.
    Any suggestions ?

    Have a look at TOOL_ENV.GETVAR()

  • Oracle in Unix environment...suggest way to start....

    Hi,
    Still i was a pl/sql programmer in windows platform. Now a sudden requirement to work pl/sql in unix environment. I very much new to unix. I dont know how to proceed. Please suggest start point where should i start...please help me
    thanks
    asp

    Thanks sharma,
    'You are welcome.'>
    U have been a good experienced person in this forums
    'I do not want to take this comment. In fact, I would not deserve it'
    'My experience is just 3 years in the S/W industry and full-time Oracle is '
    ' just less than that. But I deliberately wanted to participate actively in'
    ' this forum to gain knowledge from the other GURUs. But anyway thanks'
    ' your responses to a member in the forum.'
    whether i have to learn any unix
    specific os commands or no need of unix os command
    knowledge.
    'This depends on your work. If it purely for Oracle, then you do not have to'Cheers
    Sarma.

  • SSO Configuration in UNIX Environment

    Hi,
    We are planning to impliment SSO between 2004s Portal with R/3, BW, and host of other non SAP application which supports SSO. All the applications are hosted in UNIX environment.
    Could anyone help us in understanding the pros and cons of having SSO in unix envrionment. Also you could give us any document (other than help.sap.com) which guides us in configuring will be of great help.
    Thanks
    Vivek Raj.

    Hi,
    There are no pros and cons for <b>SSO on Unix</b>. Needless to mention, the pros and cons of different operating systems supported by SAP.
    The steps involved to configure SSO remains the same for any of the SAP backend systems:
    1) Create a system on Portal and give a system alias to it.
    2) Download the verify.der file from Portal (System Administration -> System Configuration -> Keystore Administration)
    3) Log on to the backend SAP system.
    4) Use transaction STRUSTSSO2 and import the Portal certifcate (verify.der) to the SAP R3 or SAP BW or SAP CRM or for that matter any SAP system with ABAP stack.
    5) Give the values for EP system ID, client and language. Refer to this link : http://help.sap.com/saphelp_nw2004s/helpdata/en/78/f1a8490e7011d6999500508b6b8a93/content.htm
    6) Configure the backend SAP systems to accept and verify the logon ticket. Use RZ10 and set the parameters : login/accept_sso2_ticket=1 and login/create_sso2_ticket=1
    7) Restart your R3 or BW system.
    For non-SAP systems, can you just let me know which systems are you referring to ?
    Incase you need a document for SSO configuration, do send me your email address. You can also find documents in SDN Library.
    Regards,
    Sunil

  • Java program in UNIX environment

    Hi All,
    Could you please help me with how to configure a java program in UNIX environment..
    that is to schedule it to run every day from cron..
    I need to know what are the basic things we require to achieve the above..
    I guess it is:
    A script
    A config file containing db login details
    oher than this I don?t know what is required plz help

    You can execute any jar or class file with cron. If you are using a jar you might use something like java -jar /usr/bin/myapp.jar .
    I use Linux, this is my area of expertise.
    Here is an online guide "for complete newbies" on how to set up cron.
    http://www.unixgeeks.org/security/newbie/unix/cron-1.html
    Hope it helps.

  • Exception not throwing to action class in Unix environment

    Hi
    We are using Weblogic Server 9.2.3.0.
    One of our EJB is not throwing exception to calling Action class in Unix environment. Its working fine in Windows.
    Somehow the EJB is swallowing the exception.
    any idea? I suspect it may be environmental issue?
    thank you

    Thanx for your reply.. I just found a solution and would like to share that with you. There are some default request parameters passed by the portal to the action class. "strutsAction" is one of them. If you print this parameters, you will see that it contains the complete url of your action. Now you can use String manipulation to extract the value of the parameters.
    I know its a crude solution. But it works fine.
    Best regards,
    Omer

  • Monitor process on windows or unix environment

    Could we monitor a process using windows or unix environment using OEM?

    Look at the Program Resource Utilization, Program's Max/Min Process Count metrics, which are documented here, to see if they met your need.
    http://docs.oracle.com/cd/E11857_01/em.111/e17018/host.htm#BABIBAHD
    Regards,
    - Loc

  • Pro*Cobol in VMS to Unix environment

    Please let me know if I can use my current Pro*Cobol programs in
    Unix environment. We are planning to convert our platform to
    Unix. Presently I am using DCL on VMS. Thanks in advance for all
    your answers
    null

    HI
    It will still support Cobol in order to cater to the clients who are still in mainframe systems and those clients who have their legacy systems in Cobol.
    Regards,
    Bibs

  • How to create odbc (dsn) connection for OBIEE AND INFOR in unix environment

    Hi,
    we are establishing OBIA in Unix environment we set all the things fine but we are getting problem how to create ODBC connection
    for INFORMATICA AND OBIEE. I searched some blogs thats telling there is a ODBC.INI file we need to configure.
    but i am not getting clear idea to give parameters and it will not showing any TNSNAME ..........etc
    please any body give clear idea about how to create ODBC connection and LOCATION of that file AND parameter which i need to give.
    Thanks,
    charan....

    Hi Dpka,
    yah i already checked that one but i have not find out any parameter for TNS NAME information.
    is OBIEE connected to ORACLE DATA BASE without giving TNS information?............in UNIX OPERATING SYSTEM.
    pls give me the clear idea abt how to connect OBIEE, INFORMATICA to ORACLE DATA BASE IN UNIX ENVRNMENT
    thanks,
    charan.

  • Installation and deployment of operating system, applications and patches in Unix environment

    Is it possible to use Configuration Manager 2012 (or 2012 R2) to perform remote installation of operating system, applications and patching in a Unix environment?
    Balaji Kundalam

    ConfigMgr does not support Operating System Deployment for non-Windows OS flavors.
    You can use the ConfigMgr client on a Unix device to install applications and to instruct the device to install patches. Basically, the client will download files and run a script against them.  If there is a patch manager in your flavor of *nix, you
    can run a script to install the patches.
    See the supported operating systems here:
    http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigLnUClientReq
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

Maybe you are looking for

  • Jabber to 9971 CME no video via CUBE

    I can make calls Jabber sotphone/Jabber softphone with video fine. I can make calls Jabber softphone  to same cluster CUCM 9971 with video fine. When I make a call Jabber Softphone call via CUCM SIP Trunk to CUBE to CME 9.1 15.2 I get no video.  Any

  • Why can I only see my emails in HTML format

    Emails only show title line. If printed the body of text is printed as well and if viewed in HTML format all the email can be viewed on screen

  • Apple TV 2 Content Unavaliable

    Hello, I have two apple TV's in my house. The living room one is plugged directly into the Airport extreme routing. The bed room Apple TV is using Wifi. Just about every time I go to use the Apple TV in my bed room I have to unplug the device because

  • How to create database connection and how to call it using Java

    Hi, Good day! I'd like to know how I can create a db connection in JDev, then use this connection to retrieve data using a Java Class? I've seen using New Gallery > Database Connection. But I'm not sure how I can access this connection using Java and

  • WCS - Antenna Detection Issue

    Hi, I'm installing a WCS solution with 3 controllers 5508 and 70 access points. (AIR-LAP1041N-E-K9) Everything is working fine but i have 1 issue with WCS and RF. When i add some Access Points into the maps, some are working fine but others not. I've