AXI DB2 distributed sap systems and rsh

Hello,
we are running sap with aix 5.3 and db2 v9. our application server, central instance and database are running on different servers. Until now we are using rsh to start the distibuted systems. security colleagues asked us to change to ssh. we have seen, that it is possible to start db2 with ssh. but it is also possible in a distributed sap system to set rlogin=false and doesn't use rsh anymore?
thanks
alexander

Not sure what you are asking about - indeed, to use ssh for DB2 is of importance for DPF systems (i.e. BW-based SAP systems in multi-partition environments).
If you are asking how to enable ssh for starting SAP systems, then I guess the approach is to replace 'rlogin' by 'ssh' in your scripts. Of course, you need to ensure before that ssh is working as intended. E.g. if you expect the process to work without providing passwords, then you need to ensure that ssh can login without a password. You can find related information in the net e.g. searching with keywords
    ssh automatic login
If all this does not help, or address your issue, please provide more exact information, e.g. the scripts you use.

Similar Messages

  • Scenario for interface between a non sap system and a SAP erp

    Hello,
    I need some help in order to elaborate a interface between a SAP ERP and a non-sap system with the help of a XI system.
       -  At first regarding the interface from the non sap system and a SAP ERP :
           the non sap system sends a flat file to the XI system. The flat file contains a row with header data and rows with item data. We were thinking when the file arrives to the XI system, to save the data in a header database and in a items database in XI. is it possible ?
    And then to have like a job that reads the database and creates idoc and sends them to the SAP erp and updates the xi header and items database  with a flag that means that the records have been sent to the SAP erp.
       -   Regarding the interface SAP erp to non SAP system:
           the SAP erp sends idoc to XI. Then the idocs are transformed into flat file.
    Is this scenario possible ?
    Do we need any adaptator between the non sap system and the XI ?
    Thank you for your help
    Christophe

    Hi Bontron,
    Idoc doesnot support synchronous call. So you can use either proxy or function module and inturn call the idoc from them and send response back to xi. You need to have two scenarios for your design.
    Scenario1:   Source File (file adapter) -- xi -- Dump into database tables (Jdbc Adapter)
    Scenrio2:  Pickup form Database tables  (Jdbc Adapter) -- xi -- RFC Adapter  ---> This is synchronous call.
    Regarding the interface SAP erp to non SAP system
    You can send idoc to xi and from there use File adapter to send to the receiving system.
    These blogs may help you to some extent:
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    https://wiki.sdn.sap.com/wiki/display/XI/step%2bby%2bstep%2bRFC%2bto%2bJDBC%2bscenario   (your scenario will be opposite to this)
    Regards,
    ---Satish

  • SAP systems and Daylight savings for 2007

    Hi,
    We are discussing about the Daylight Saving time changes in USA for 2007 and its effect on SAP Systems.
    <i>"Beginning in 2007, most of the U.S. will begin Daylight Saving Time at 2:00 a.m. on the second Sunday in March and revert to standard time on the first Sunday in November."</i>
    Wondering, if we need to change any variable settings to take into effect? If so, could anyone give details on it.
    Wondering if SAP systems time is getting sync with Database servers or O/S ?
    Thanks,
    Sam

    Hi,
    The beginning of daylight saving time is normally not a problem as the time will jump from 2:00 to 3:00, so seen from SAP that no problem. You will only have a 1 hour hole, as the system had nothing to do for one hour.
    So there are no settings or so to maintain or change. Just let SAP system run...
    But it is different when switching back to "normal" time, as there you will have the so called double hour, and even as SAP is working on a solution to this, it is still recommended to shut down the SAP system for this period.
    (searching for the term "daylight saving time" in OSS should give you some notes explaining how SAP is handling it)
    As i know SAP system is taking the time from OS, but you can se what time the SAP system has, by in the GUI menu to select the "system" => "Status"...
    (In the Popup you can se it in upper right corner)
    Regards
    Rolf

  • Data extract/convert from SAP system and load to Unix system - Urgent

    Hi,
    I have a requirement that I need to extract data from SAP and each data field will have some conditions and need to map/Load it to the Legacy Unix system.
    there are four kinds of data objects of HR system, need to extract them individually and map those into Unix system.
    Can anyone please suggest me step-by-step how to go about it....like
    do we need to write a report for that?
    do we need to use Function modules? etc.,
    How to set mappings of that Data to a file?
    How to map that file to Unix system?
    Need to run those on daily basis and after first run, only changed data file need to be loaded. how to do this?
    thanks
    Alankaar
    rewarded with the points.

    Hi
    I can't say this becouse I don't the problem, anyway u have to do it by yourself.
    U should create:
    - a document where u define the file format: data type, size and name of the field of the unix system;
    - a document for the mapping: link between SAP fields and Unix system fields
    Based on these document you'll create a structure on the report:
    DATA: BEGIN OF STR_UNIX_SYSTEM,
                 FIELD1 ...,
                 FIELD2 ...,
                 FIELDN....,
               END  OF STR_UNIX_SYSTEM.
    and the code to transfer the data from SAP to legacy:
    MOVE: <SAP TABLE>-FIELD TO STR_UNIX_SYSTEM-FIELD1,
    So all steps have to be defined in the report before downloading the file.
    So I don't know which legacy system you're speaking about, after creating the file the legacy should read it in order to upload the data.
    U can create a daily job for that report, if you need to transfer the changed data only you should read the change document table (CDHDR and CDPOS) but I don't know HR so I'm not sure these tables are available for HR.
    Max

  • Discovery of SAP Systems and Applications

    I want to discover all the SAP systems present in my organization (System Landscape). Also, I want to get the information about the applications installed in them, for instance CRM, SRM etc. I believe I can use CCMS to do this which has this information in it's central repository but then all the remote repositories have to register themselves initially. What if one or more of them have not registered?? I somehow want to get the fool-proof information regarding all the systems whether they are registered or not. Any ideas or suggestions regarding this please??? Thanks in advance!!

    first you need to activate and start you sld to do this select any of your system login to sld http://host name:50xx00/sld where xx is your instance number
    from the abap side you need to sldapicust and set the logon
    credentials for you abap system to SLD and then got to RZ70 and execute it(this whill schedule a job in the BTC) after this got o sldcheck and see if this is working fine
    form the java side logon to visual admin go to server then services select sld data supplier and enter the logon information in HTTP tab and select test/trigger buttton on the top
    there are lot of tutorials in this website on how to configure SLD in this website
    you will also get a step by step document on setting up SLD at http://host name:50xx0/sld/doc/sld.pdf
    Message was edited by: Siva Ram

  • Archiving Information from "old" SAP systems and switch off the server

    Good day
    I hope someone can offer some advice. Our company has a few sites across the globe. Three of the sites in South Africa ( where I'm working at the moment ) had their own SAP systems. Three odd years ago, we implementeted a new SAP system, combining the separate SAP systems into the new one, running of the same box etc etc. The "old" SAP systems were still availbale after the new one went live, in the event that people want to look back at history.
    We are you busy with a project where we are going to merge our current SAP implementation into our global SAP system... obviously only the current master data are going to be transfered to the new system. It's an idea time for us to clean up our data.
    My question: Once we go live on our global SAP system, we want to "export" or archive from the 3 "old" SAP systems the Master Data from the HR module ( like employees who's left the company - it's law to keep the records for 5 years at least once a employee has left) , HSEC and FI modules into a single datastore... this way we don't have to keep the three servers running in the event that history is required. The servers wil be kept off-line and only switched back on if a detailed audit is required.
    The global SAP system does not have an archive solution implemented to we can't access archived data from the new system...
    So, we need to export master data from our 3 old SAP boxes into a Unicode type file system, and our local South African sites needs to be able to access the information using a text type editor or a web based interface we can run off our SAP Portal...
    Thank you

    Hello Cornelius,
    To introduce myself, I am an active SDN/BPX member as well as an ASUG Archiving and Information Lifecycle Management Volunteer.
    Decommissioning Legacy Systems (SAP and non-SAP systems) is quite the topic these days with divestitures becoming such a common occurrence. 
    Some things to think about in this situation are:
    Identifying the data to be decommissioned:
    what information would be needed for an audit
    what information would be needed for a lawsuit situation
    Identifying the access requirements to this data.
    Identifying the retention policies for this data (this will be
    driven by regulatory requirements, etc.).
    If this has not already been done - define retention periods for this data - it will most likely have different retention periods based on the type of data.
    You mention that you do not have an archive solution in place yet. 
    I would recommend that you may want to research that option because typical requirements for retaining legacy data is that it is stored in such a manner so that it is protected from any type of modification.
    There are a lot of 3rd party archiving/storage solutions that provide this type of secure storage.
    You are correct in that you will want to export or archive the legacy data as opposed to loading the data into your current system.  It would probably involve a large increase in the size of your SAP database and you would probably run into number range overlaps.
    But, if this data is exported to a filesystem, you will be losing the business logic associated with the data, and the information is no longer in its original format (this could have legal ramifications). 
    I would recommend using SAP Archiving functionality for this effort.  If you are looking for outside resources, there are many vendors out there that have a lot of experience with these types of projects.
    Two that come to mind are Dolphin IT and OpenText.
    Or, depending on the timeline of your project, SAP is coming out with a tool that can be used for decommissioning SAP Systems.  It is part of
    their SAP ILM solution.  It will be called Retention Warehouse.  Here is a paragraph from their latest white paper describing this new tool:
    With the retention warehouse, SAP now offers a
    standardized method for system decommissioning in
    answer to these pressing issues. It allows you to reuse the archived data outside the original system in a central
    retention warehouse.
    For more detail on this topic, the white paper can be found on the SAP ILM Website:
    service.sap.com/ilm
    This tool is part of a larger initiative from SAP to help customers with their ILM (Information Lifecycle Management) strategy.  This tool is near and dear to me as I was fortunate enough to be part of an
    ASUG Influence Council that helped with some of the requirements for this solution.
    I hope this information is useful. 
    Good luck and Best Regards,
    Karin Tillotson

  • Conectivity between existent SAP Systems and migrated system to MSCS Cluste

    Hi
    I have an existing SAP NW PI 7.0 (Abap + Java on Windows 2003 - SQLServer 2005) and plan to migrate to a cluster with new hardware (MSCS).
    I have to prepare for the installation by creating a homogeneous copy of the database but I'm a little bit confused.
    -Can I use backup/restore method or only can use import/export with R3load tools? The target system is windows and sql server same versions.
    -If I can use backup/restore... what is the rigth sequence to the installation? Can I use sapinst with mixed high availability options and System copy options?
    -I need to use in the target system the same hostname and IP address of the actual system, so in the Follow-Up Activities we do not change the configuration between the actual system (SAP NW PI) and other existent systems in the landscape... but I do not know what is the location in the cluster to this hostname and IP:
    *The central instance will be in the local disks in the node 1. Is the node 1 the rigth option to use the hostname and IP of the actual system?
    *The SAP Cluster group has a virtual hostname and IP, it has message and enqueu services. Is the sap cluster group he rigth option to use the hostname and IP of the actual system?
    How is the communication between the other systemas and the new clustered system?
    Thanks for your help

    Can I use backup/restore method or only can use import/export with R3load tools? The target system is windows and sql server same versions.
    You should follow the SAP guidlines in performing a homogeneous system copy.
    I need to use in the target system the same hostname and IP address of the actual system, so in the Follow-Up Activities we do not change the configuration between the actual system (SAP NW PI) and other existent systems in the landscape... but I do not know what is the location in the cluster to this hostname and IP
    This is not possible.  If you follow the SAP instructions for installing NW 7.0 in MSCS you will create two cluster groups: DBGroup and SAPGroup.  You will therefore have two virtual IP addresses, one for SAP cluster group and one for DB cluster group.  If you retain the current IP address/hostname for the virtual SAPGroup, you will need to follow the SAP guidelines for performing a SAP system copy to find where to change the database hostname/IP addresses to point to your new DBGroup.
    The central instance will be in the local disks in the node 1. Is the node 1 the rigth option to use the hostname and IP of the actual system?
    If you are meaning the ASCS then this should be installed on the disks that are part of the SAPGroup in the cluster.
    If you mean the dialog instance (or the Central Instance of a Java stack) then this can be on a local disk for node 1, and not in the cluster.
    The SAP Cluster group has a virtual hostname and IP, it has message and enqueu services. Is the sap cluster group he rigth option to use the hostname and IP of the actual system
    Yes, this will be the message server host for ASCS.

  • SAP Systems and Isolation Groups

    Dear experts
    We started to configure RW with free-of-charge license. So SAP system were created under Isolation Groups.
    When Full license was activated, only GLOBAL Isolation Group is available for all configurations.
    But we cannot see all SAP systems, created in named IG before. How can we move or objects, created in named IS when logging on to IS GLOBAL?
    Regards
    Vladimir Kogan

    Hello Vladimir,
    Isolation groups are not available by default in the full version of CPS.
    If you wish to move all objects to the GLOBAL isolation then you can do this by running the job named System_Isolation_Deisolation. Be sure that this is what you wish to do before you run the System_Isolation_Deisolation job because once run it is NOT reversible.
    Regards,
    David Glynn
    SAP Global Partner Support

  • How to monitor and tune DB2 based SAP system?

    For Oracle performance, we have following ways to
    Monitor : st02, st03n, st06, st05
    tune:  update analyzer, update statistics, buffer read-only tables, add buffer size
    For DB2, do we use the same method OR there are some more methods?
    Thanks a lot!

    As user db2<sid>, connect to the database
    db2 connect to <sid>
    Enable auto runstats
    db2 update db cfg for <sid> using AUTO_RUNSTATS on AUTO_STMT_STATS on immediate
    db2 commit
    db2 connect reset
    This should enable auto runstats for your db. For auto-reorgs (non-production only), you may do so through the dbacockpit.
    Thanks,
    Sameer

  • Login to the SAP System and opening a new modus takes too long

    Hello friends
    I have a problem on my SAP ECC 6.0 system. When some users (but not all users) try to login (via SAPGUI) or open new modi this takes within 5 minutes to happen. I have allready excluded local hardware problems on the client PCs (You can logon on the same computer with another user without having that delay).
    In Sapgui the Option "Extras - Settings - Do not display picture"  is already set.
    Could anyone give me a hint please in which direction I could search for the solution? This would be very helpful.
    Thanks a lot in advance!
    Greetings
    Marco

    Was a hardware issue...

  • Save smartform in a table/sap system and to reuse it again

    Hi Exoerts,
    I want a functionality to save smart form say in a table. The user can any time move back and can re-check the smart form.
    Is it possible in SAP ?
    Thanks in advance for your support.

    Hi Niki,
    I did not understand the requirement.You mean table to see the smartform name ?.
    Regards,
    Madhu.

  • Starting and Stopping SAP Systems and Instances on Windows

    Is there a way to automatically stop/start instances on windows at boot time?
    I don't want to have to logon after a reboot and go into the mmc and start the app manually.
    Thanks,
    Dan

    Dan ,
    As Juan said it could cause problems while starting SAP at startup.
    Still if you really want to implement this...
    This is what I have found ... I never tried this but hope this should work.
    1. you must make sure that SAP[SID]_00 service is set to start automatically.
    2. you must edit your SAP START profile and add this line:
    Autostart=1
    3. make sure that the line you added IS NOT the last one in your file. if it is, your added parameter could be ignored.
    to test this out, shutdown SAP and your database, then shutdown the SAP[SID]_00 service. now start it. open SAPMMC to see if you see any starting activity. it should work fine.
    Let us know if it works.

  • Can i know the differences between distributed control system and plc

    also i needto know about the various functional units in a gas based co-gen plant

    Wide open question with a lot of grey area.
    Basically:
    A plc is told to go and it does it thing until either a predetermined set of conditions is met or somebody pulls the plug on it.
    Distributed control can be made up of a group of plc's communicating to a supervisor that can cause interaction with various plc's process controllers etc.
    Typically, the supervisor will "download" operating parameters to the distributed units ie set points....
    The unit is then responsible for achieving that setpoint.
    This is very generic. Can you be more specific?

  • Centralised EHS system and users and organisations in multiple SAP systems

    Wanted to have your experience/ advice or experience in setting up a centralised EHS system talking to multiple SAP systems and other ERP systems
    If the client have sister companies and locations in multiple SAP systems , can we go for a centralised EHS system talking to multiple SAP systems
    Is there a concept of application ID in EHS system : If so how EHS system can identify the < to EHS system records to tag the system > , <EHS system Records bound to have different configs for each ERP systems> and < from EHS system records to multiple SAP systems >
    Can you list client experiences or roadblocks for this type of design

    Hello
    the answer to your question is: may be you can use a central EHS system. The reason is: EHS is correlated with MM. A SAP system in which EHS is used without MM makes "not realy" sense. So it is a matter of definition "what is a central EHS system".
    EHS it selfs uses SAP standard techniques. That is "ALE" distribution to other SAP systems. The distribution of EHS data top NON SAP systems is possible to via XI (which is the common solution). If you use as the scenario SAP to SAP you must make your that standard EHS customizing is the same on both sides.
    Furthermore SAP EHS is a "great" module with several submodules. So regarding each of the potential scenerios you need to check the necessary prerequisites. It ois very common to have EHS PS, DG, HSM in one system and to distribute data via ALE to a different system so that the EHS data can be used "decentral" in the several SAP logistic processes.
    In most cases you need to distribute per ALE at least DG master and hazardous substance master.
    As a starting point take a look here: http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    BASIC Data and Tools => Tools => Distribution of specifications, phrases and reports per ALE.
    Hope this helps.
    With best regards
    C.B.

  • Distribute Global outline agreement to non SAP system

    Hello,
    We have a system called Upside for legal Contract managment where complex workflow and legal team works.
    Our requirement is to to send SRM Global outline agreements to that system as metadata and once all the approval in Upside completes they will send the data back which we need to update in Global outline agreement in SRM system.
    Does anyone have done such kind of integration i.e. SRM Global outline agreement from SRM system to non SAP system and then get the details back.
    Please advise.
    Thanks
    Ritesh

    1) Please try this.
    Distribute from SRM to R/3. From R/3 you can use the transaction ME308 to push the contracts to your non SAP system.
    After making changes you can use the upload functionality in SRM for the changes.

Maybe you are looking for

  • ITunes 9 - solution is to uninstall and get older version?

    I am wondering as the problem I have below seems to be unsolvable is it a wise move to uninstall iTunes on the mac as I have all the music on my ext HD and reload? Have a prob with iTunes and it is getting messier the more I fiddle with it. Bought an

  • Overwrite the exit code of SSIS

    Hi, I am checking for the files using script task, if the file not exists I want to return other than zero, like I want to return value 10.  if (File.Exists(RLSPATH))  { move the file from share drive to local drive  } else i want to return user defi

  • Photoshop Elements 8: Error: 130:9

    What does the Error Code "130:9" mean; and how can it be fixed?

  • How to fetch MIR4 data based on MB51 refrence number

    hi Experts. i want to fetch MIR4 data based on MB51 refrence number. I want to fetch below fileds in MIR4 TCODE. 1.  RBKP-BELNR (Invoice Document NUMBER) 2. DRSEG-MENGE ( quantity ) 3. DRSEG-WRBTR ( Amount in document currency) As mentioned above DRS

  • 1280x720 30p prores to h.264 errors quicktime-50

    HI, I've done this dozens of times but now it's not working. Taking 1280X720 30p Sony EX footage captured to prores in FCP then export to QT movie. Dragged that .mov to compressor onto my vimeo settings which abbreviated are: 1280x720 6000kbps LAN st