What are the basic instaletion steps in LINUX?

hi,
        please any one send me basic installation steps in Linux.if you don't mind how it will be installed by step by step explanation.send to my e.mail id [email protected]
regards,
balaram reddy.

In SAP every installation is different ... for SuSE10/Oracle (SAP ERP2005/ABAP only) on IA64 it could look like that:
1.     Login as root
2.     Check for oracle settings in environment variables
a.     Open Terminal
b.     # echo $ORACLE_HOME (should be empty)
c.     # echo $ORACLE_BASE (should be empty)
d.     # echo $ORACLE_SID (should be empty)
3.     Install JAVA
a.     Start YaST
b.     Software/Installation Source
i.     Add/FTP
ii.     Server Name: ftp.man.poznan.pl (mirror list here http://en.opensuse.org/Mirrors_Development_Build)
iii.     Directory on Server: /pub/linux/opensuse/opensuse/distribution/SL-OSS-stable/inst-source-java
iv.     Finish
c.     Software/Software Management
i.     Search: “sun”
ii.     Mark: java-1_5_0-sun, java-1_5_0-sun-src (Accept)
iii.     Continue
d.     Terminal
i.     # java –version (sth like “1.5.0_03”)
4.     Install saplocales
a.     service.sap.com/notes (171356)
b.     download to tmp: saplocales_sles10_ia64_version-1.zip
c.     cd /tmp
d.     unzip saplocales_sles10_ia64_version-1.zip
e.     (import packages)
i.     rpm –ivh saplocales-2.4-1.ia64.rpm
ii.     rpm –ivh saplocales-32bit-2.4-1.i386.rpm
5.     Copy DVDs to disk
a.     Create folder inst in /oracle
b.     Copy DVDs
i.     SAP NetWeaver 2004s SR2 Kernel 7.00 do /sap_kernel
ii.     mySAP Business Suite 2005 Instalation Master do /mySAP_master
iii.     Oracle 10.2 64-BIT RDBMS do /oracle_rdbms
iv.     Oracle 10.2 RDBMS Patch 10.2.0.2 do /oracle_patch
v.     SAP ERP 2005 SR2 Export 1 do /erp_export1
vi.     SAP ERP 2005 SR2 Export 2 do /erp_export2
vii.     Oracle 10.2 64-BIT Client do /oracle_client
6.     Set static IP address on server
a.     Start YaST
b.     Network Devices/Network Card
c.     Setup Method -> User Controlled with NetworkManager
d.     Set IP address and NameServer and Default Gateway
e.     Accept NetworkManager Package installation (you’ll need SUSE Installation DVD)
f.     Check internet connection (open webpage)
7.     Running sapinst (1 time)
a.     Open terminal (as root)
b.     # cd /oracle/inst/mySAP_master/IM_LINUX_IA64
c.     # ./sapinst
8.     Install setup
a.     Select the service you want to install
i.     SAP ERP 2005 SP2 -> SAP Systems -> Oracle -> Central System -> Central System Installation (Next)
b.     Parameter Mode
i.     Typical (Next)
c.     ERP Software Units
i.     ECC
ii.     AS ABAP
iii.     AS JAVA (uncheck this!)
d.     SAP System Parameters
i.     SID: PRD
ii.     Mount Directory: /sapmnt
iii.     Unicode System: marked
e.     Master Password
i.     REMEMBER THIS!
f.     Database Parameters
i.     DBSID: PRD
ii.     Database Host: read from OS
g.     Software Packages
i.     Installation Export 1 ECC60SR2 -> /oracle/inst/erp_export1
ii.     Installation Export 2 ECC60SR2 -> /oracle/inst/erp_export2
iii.     Oracle RDBMS -> /oracle/inst/oracle_rdbms
iv.     UC Kernel NW2004sSR2 -> /oracle/inst/sap_kernel
v.     Oracle Client -> /oracle/inst/oracle_client
h.     Parameter Summary
i.     Check and [Start]
9.     Solution Manager Key
a.     Login to SAP SM
b.     Transaction: SMSY
c.     System Landscape / Other Object …
d.     System / [Create]
e.     System: PRD, Product: SAP ERP, Product Version: SAP ERP 2005 ([Create and Edit Object])
f.     System / Other object
g.     System: PRD [Generate Instalation/Upgrade Key]
h.     SID: PRD, System Number: 00, Message Server: (hostname) [Generate Key]
i.     Enter generated key to sapinst [Continue]
10.     Installation (28 phases)
a.     Stops at 8 step -> Database installation [Cancel] + [Stop]
b.     Rename: mv /oracle/stage/<102_64>/database/SAP /oracle/stage/<102_64>/database/SAP_ORIG
c.     service.sap.com/notes + 819830
d.     download file attached to note RDBMS_SAP_64.ZIP to /tmp
e.     extract the ZIP file:
i.     # cd /oracle/stage/102_64/database
ii.     # unzip /tmp/RDBMS_sAP_64.ZIP
f.     Run Oracle installer
i.     Login as oraprd (or whatever oracle user you created)
ii.     # find / -name oraparam.ini (nota 980426)
iii.     Change file oraparam.ini (in /oracle/stage/102_64/database/install/ and rest)
1.     Change line below [Certified Versions] to look like this
2.     Linux=SuSE-10,redhat-3,SuSE9…
iv.     Install GCC
1.     Software / Software Management
2.     Search: gcc
3.     Mark all (bez java)
v.     cd /oracle/stage/102_64/database/SAP
vi.     ./RUNINSTALLER
vii.     Specify Inventory directory and credentials -> default
viii.     Product Components -> default
ix.     Product-Specific Prerequisite Check
1.     mark all automatically unverified as User Verified (Next)
x.     Summary
1.     Check and [Install]
xi.     Run scripts
1.     Open terminal
2.     su root (password)
3.     # cd /oracle/oraInventory
4.     # ./orainstRoot.sh
5.     # cd /oracle/PRD/102_64
6.     # ./root.sh
g.     Oracle Patch Set installation
i.     Download current patchset (note: 871735) I had it on DVD and have in /oracle/inst/oracle_patch now so no download necessary &#61514;
ii.     Open README.html file form /oracle/inst/oracle_patch/LINUX_IA64/
iii.     From terminal
1.     su root
2.     # cd /oracle/inst/oracle_patch/LINUX_IA64
3.     # unzip p4547817_10202_Linux-IA64.zip
4.     # cd Disk1/install
5.     # gedit oraparam.ini (te same zmiany)
6.     # su oraprd
7.     cd /oracle/inst/oracle_patch/LINUX_IA64/Disk1
8.     ./runInstaller
iv.     Check “Installed Products” (should see your database) [Next]
v.     Specify Home Details
1.     Default
vi.     Summary
1.     [Install]
vii.     Su root
1.     # cd /oracle/PRD/102_64
2.     # ./root.sh
h.     Oracle Interim Patches installation
i.     Download mopatch (service.sap.com/notes + 1027012)
ii.     $ unzip –d $ORACLE_HOME /tmp/mopatch.zip
iii.     Service.sap.com/swcenter-3pmain
1.     Oracle -> Oracle 64-Bit -> Oracle 10.2.0 64-Bit -> Oracle 10.2.0.2 -> Linux_IA_64
2.     download to /tmp/mopatches ALL file beginning with mask pxxxxxx_10202_Linux-IA64.zip
iv.     Run mopatch in dry mode
1.     $ cd /tmp/mopatches
2.     $ /bin/sh $ORACLE_HOME/MOPatch/mopatch.sh –v –d
v.     If no errors run mopatch
1.     $ /bin/sh $ORACLE_HOME/MOPatch/mopatch.sh –v
i.     Rerun SAP installation (login as root)
i.     Open terminal (as root)
ii.     # cd /oracle/inst/mySAP_master/IM_LINUX_IA64
iii.     # ./sapinst
iv.     Select the service you want to continue installing
1.     SAP ERP 2005 SP2 -> SAP Systems -> Oracle -> Central System -> Central System Installation (Next)
v.     What do you want to do
1.     Continue old installation
vi.     If dialog box will appear asking for Oracle Installation
1.     OK
j.     Finish!
11.     Restart server
a.     Start oracle listener
i.     lsnrctl start
b.     Start SAP instance
i.     Startsap
12.     Login via SAPGUI
This scenario worked for me Will it for you? I doubt, because every installation is different and you should just be patient and do not give up!!
Regs,
Filip Stankowski
http://www.icg.pl/sap

Similar Messages

  • What are the basic steps for creating a content repository?

    I am trying to create a document store on a file system (fsdb) that will hold files that are ftp's to that location. Is this possible using KM? If so, what are the basic steps for creating a file system repository and using it through KM? I have found stuff on help.sap.com but that only tells you what each component does not what actual steps need to be taken to setup KM, such as user rights , creating an entry point, so that all of KM is not visible, etc...
    If anyone knows of any guides that show a step by step process that would be great too.
    Thanks
    Paul

    Hi Paul
    First of all you need to create a new repository
    Suppose you want to add all the documents under folder Paul under C: Drive
    (Even you can put whole documents of C: drive into Paul)
    Navigate to System Admin -> System Configuration -> Knowledge management -> Content Management -> Repository Manager -> File System Repository
    There you can create a new directory by clicking on button New
    Give the parameters as follows :-
    Name               :           Anything you like
    Description       :           Anything you want
    Prefix (must start with /)  :  Probably same as your repository name like \Paul
    Lookup mode : caseless
    Root Directory   :  C:\Paul
    NOTE:  This is the trick. You need to give the proper path means folder path which you want use as repository)
    Repository Services  :  Any services you want
    Property Search : Managercom.sapportals.wcm.repository.manager.generic.search.SimplePropertySearchManager
    Security Manager         :           AclSecurityManager
    ACL Manager Cache   :           ca_cm_rep_acl
    The save it
    Now see whether the same repository is coming under KM Content or not, if not may be after restart it will come.
    I think the above information will help you. If still you have problem, please feel free to contect me.
    Regards,
    Chamkaur

  • What are the basic knowledge needed for swift coding?

    can someone please tell me what are the basic coding languages needed for swift coding .
    Like do we need to know c or c++ ??
    Thanks

    Although C is the default language of Unix, Swift does not require that you know C in order to learn or program in Swift. But knowing a programming language is a helpful step in learning a new programming language.
    If you read the manual's first couple of chapters you will see what the goal of designing the Swift language was. In the manual they even suggest you can learn Swift without knowing C. They have removed the indirection of the C reliance on pointers and other arcane methods in order to make Swift easier and quicker to learn.
    If you have no programming experience then I would suggest you might start with BASIC or Pascal. When you are comfortable with programming then you can take on Swift.

  • What are the basic .jar files to be set in web dynpro project classpath

    Hi,
    I am having a problem while customizing the ESS. I used DTR, DC and imported configuration. After that, I created project from one of the DC(say ess/jp/addr). Later when I open an iView from any Web Dynpro component, I am getting lot of errors without even making any modifications.
    I closed the project and reopened it and reload & rebuilt, but it doesn't solved my problem. In my classpath settings I couldn't find any jar files except the jre_lib. Could you please let me know what are the basic jar files we have to set in classpath and where to get them from. We are using NWDS 7.0.06 version.
    Can you please let me know how to solve this or any other way to work around this.
    It's an urgent to be fixed as early as possible, plz help me out.
    Thanks & Regards,
    Raj

    Hi Julien,
    Thanks for your reply.
    We imported the the specified SCAs in our track.
    we are getting the following errors.
    Kind Status Priority Description Resource In Folder Location
    Error The import com.sap.xss.per cannot be resolved CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 18
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument fpm of the method loadConfiguration CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 113
    Error com.sap.pcuigp cannot be resolved (or is not a valid return type) for the method getNextPerspective CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 127
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument currentPerspective of the method getNextPerspective CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 127
    Error com.sap.pcuigp cannot be resolved (or is not a valid return type) for the method getCAPState CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 137
    Error com.sap.pcuigp cannot be resolved (or is not a valid type) for the argument perspective of the method getCAPState CcPerAddressInterface.java NS1_XSSTR_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc line 137
    we manually set below .jar files in classpath settings.
    pcuixssfpm.jar
    pcuixssutils.jar
    logging.jar
    essper.jar
    Is there any alternative to work around.
    Thanks & Regards,
    Raj

  • What are the major logic steps of WL Portal Server process a portal request

    Hi,
    I comes from IBM and we provided a product to monitor most types of J2EE App Server about transactions and performance.
    we will monitor WebLogic Portal Server in next release.
    So would you please tell me:
    How Weblogic Portal handles a page request from browser, what are the major logic steps that a page requests are fulfilled, which areas in Weblogic Portal are most likely to cause response time problem. For example, We monitor WebSphere Portal Server as the following major steps:
    Portal Page loading, Model building, Page rendering, portlet action, etc....
    we look forward to get your developer helps since we cann't find related documents over your website.
    Thank you very much
    Edited by wutingbin at 12/28/2006 12:35 AM

    WebLogic Portal, if Desktop enabled, it will render from Desktop->Portal->Books->Pages-->Portlets. You can get these information from WebLogic E-Docs.

  • What are the basic difference in the putting a variable in Query

    what are the basic difference in the putting a variable in
    1. Characteristic Restrictions Vs 2. Default Values

    Example - Cost Center Analysis Report - If I have Controlling Area in
    Char Restricitons Only - I have restricted it to say ABC Controlling Area or a Variable- Report will be hardcoded to ABC Controlling Area or the Input Value entered during Runtime - After Execution, The Same cannot be changed in the report.
    Assuming I will not have Controlling Area in the report means not in Rows n Columns.
    You might have seen no change - > Did you place material in Rows or Columns ?

  • HT5295 What are the basics of creating and distributing Podcasts?

    What are the basics of creating and distributing Podcasts?

    Search the web for "creating podcasts" and you'll find a plethora of information.
    Regards.

  • What are the basic element of Base configuration of an oracle Database ?

    What are the basic element of Base configuration of an oracle Database ?

    889543 wrote:
    What are the basic element of Base configuration of an oracle Database ?check this link
    http://www.dbnest.com/entry/194/
    and if you want to configure oracle installation click below link .
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/install002.htm
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • What are the post instalation steps?

    hi,
    i am fresher in SAP.anybody plz send me postinstalation steps.
    regards,
    jana

    Hi All,
    Rewards if useful.
    Post Installation Steps For ECC 5.0
    What are the post installation steps after I have installed the Central Instance and Database instance?
    Initial Consistency Check
    SM28
    1.      Logon to the newly refreshed SAP system and run transaction SM28
    2.      Ensure that no errors are reported.  Otherwise, take the necessary steps to correct the problems.
    Edit Batch Jobs
    1.      Set the fields as follows
    Job name: RDDIMPDP*
    User name: *
    Job Status: Released and Ready checked off, all others unchecked
    Fr:  01/01/0001
    To:  12/31/9999
    Or after event: *
    2.      Press <F8> to execute the query
    3.      Highlight the first job in the list and press the <CTRL>+<F11> to change the job.
    4.      Examine the Exec Target field.
    a.      If the box is empty, press <F3> to exit
    b.      If the box is not empty, then clear out the contents so the field is blank and press <CTRL>+<S> to save
    5.      Repeat Steps 3 and 4 for each additonal job listed.
    Workbench Organizer Reconfiguration
    1.      Logon on to client 000 of the newly refreshed system with DDIC.
    SE06
    1.      Select the Database Copy or migration option
    2.      Press the Post-installation Processing button.
    3.      When prompted Do you want to re-install the CTS?, press the Yes button
    4.      When prompted for the Source System of Database Copy?, make sure that the <SID> of the production system is selected.  Press the checkmark button to continue.
    5.      When prompted Change originals from PRD to QUA?, press the Yes button
    6.      When prompted Delete TMS Configuration?, press the Yes button
    7.      When prompted Delete old TMS configuration?, press the Yes button
    8.      When prompted Delete Old Versions of transport routes?, press the No button
    TMS Configuration
    1.      Logon on to client 000 of the newly refreshed system.
    STMS
    1.      Upon starting STMS, a windows with the title TMS: Include System in Transport Domain should be displayed
    2.      The information on this screen is automatically filled out from information provided during the SAP installation and should be correct.  If it correct, then enter a description for the system and press <CTRL>+S to save.  Otherwise, press the Other configuration button  and manually configure.
    3.      From the Overview menu, select Transport Routes
    4.      From the Configuration menu, select Adjust with Controller
    5.      Press the Yes button when prompted if you want copy the transport routes from the controller.
    Import Printers
    1.      Logon on to the production client of the newly refreshed system. 
    STMS
    2.      Press <F5> to go to the import Overview.
    3.      Double click on the <SID> of the newly refresh system
    4.      From the Extras menu select Other Requests, then Add.
    5.      In the Transp. Request box, enter the transport number containing the printer definitions that was exported.  Press <Enter> to save.
    6.      Select the transport that was just added to the queue and press <CTRL>+<F11> to start the import.
    7.      In the Target client box, enter the productive client of the newly created system.  Press <Enter> to save.
    8.      Press the <Yes> button to start the transport.
    Client Configuration
    SCC4
    1.      From the Table view menu, select Display -> Change
    2.      When warned that the table is cross-client, press the checkmark button.
    3.      Double click on one of the non-system clients (i.e. not client 000, 001 or 066)
    4.      Define client as follows:
    Client role:  Test
    Changes and transports for client-specific object:  Changes without automatic recording
    Client-independent object changes:  Changes to repository and cross-client customizing allowed
    Protection: Client copier and comparison tool:  Protection level 0
    Restrictions when starting CATT and eCATT:  eCATT and CATT allowed
    5.      Press <CTRL>+S to save.
    6.      Repeat steps 4 through 6 for any additional clients
    Set System Change Option
    SE06
    1.      Press the System Change Option button.
    2.      Set the global setting to Modifiable
    3.      From the Edit menu, select Software Components Modifiable
    4.      From the Edit menu, select Namespaces Modifiable
    5.      Press <CTRL>+S to save.
    Import Users
    STMS
    1.      Press <F5> to go to the Import overview
    2.      Double click on the <SID> of the newly refreshed system.
    3.      Press <F5> to refresh the list of transports
    4.      Locate the transport in the list containing the user exports done before the start of the refresh.
    If the transport is NOT in the list, then from the Extras menu, select Other requests then Add.   Enter the transport number and press <Enter>.  Then press the Yes button to add the transport.
    5.      Highlight the transport and press the Import request icon .
    6.      At the client import screen, enter the target client and then press the Import button
    7.      Press <Enter> to confirm that the import will proceed
    SCC7
    1.      Run the Post Client Import Processing
    2.      The transport number should be the same as that of the transport started in STMS
    3.      Schedule the job to run in the background.  Do NOT schedule it to run immediately.  We need to modify the job before it can be released.
    4.      Press <CTRL>+S to save.
    SM37
    1.      Set the fields as follows
    Job name: CLIENTIMPORT*
    User name: *
    Job Status: All options checked
    Fr:  01/01/0001
    To:  12/31/9999
    Or after event: *
    2.      Highlight the job that was created by SCC7 and press <CTRL>+<F11> to modify the job.
    3.      Press the Step button.
    4.      Select the RSCLXCOP line and press <CTRL><SHIFT><F7> to modify that step.
    5.      In the User box, enter the background user for that particular system (i.e BGDUSER, SAPBATCH, BATCHSAP).
    6.      Press <CTRL>+S to save the changes
    7.      Press <F3> to go back to the main job screen.
    8.      Press the Start condition button.
    9.      Press the Immediate button.
    10.     Press <CTRL>+S to save the changes
    11.     Press <CTRL>+S again to save all the changes to the job.
    12.     Job will start immediately once saved.  Press <F8> to refresh the list of jobs
    13.     Continue to press <F8> every once in a while to update the status of the job.  Do not continue until the job is completed sucessfully.
    SCC4
    1.      From the Table view menu, select Display -> Change
    2.      When warned that the table is cross-client, press the checkmark button.
    3.      Double click on one of the non-system clients (i.e. not client 000, 001 or 066)
    4.      Set the Protection to Protection level 1
    5.      Press <CTRL>+S to save.
    6.      Repeat steps 3 through 5 for any additional clients
    Deleting Source System Profiles
    RZ10
    1.      From the Utilities menu, select Import Profiles then Of Active Servers. 
    (Note:  All application servers of the target system must be started)
    2.      If the Display Profile Check Log screen is displayed, press <F3> to leave this screen.
    3.      Select the Profile field and press <F4> to bring up a list of profiles.
    4.      From the list select one of the profiles associated with the source production system.
    5.      From the Profile menu, select Delete, then All versions, then of a profile.
    6.      When prompted, press the Yes button to delete all version of the profile
    7.      When prompted to delete the file at the operating system level, press the No button.
    8.      Repeat steps 3 through 7 for all additional profiles associated with the source system
    Reconfigure Operation Modes
    RZ04
    1.      From the Operation Mode menu, select Timetable
    2.      Select Normal Operation and press the Change button.
    3.      Highlight 00:00 in the left hand column and press the Delete Assignment button
    4.      If all the assignments are not deleted, then highlight the start time of the outstanding assignment and press the Delete Assignment button.
    5.      Once all the assignments are deleted, press <CTRL>+S to save.
    6.      If warned about an empty timetable, press the checkmark button and then press Yes to save the empty timetable.
    7.      Press <F3> to go back to the main RZ04 screen.
    8.      Right click on one of the listed Operation modes and select Delete
    9.      Press the Yes button to confirm the deletion.
    10.     Repeat steps 8 through 9 for any additional operation modes
    11.     Press <F5> to create a new operation mode.
    12.     Enter a name and short description for the operation mode
    13.     Press <CTRL>+S to save.
    14.     Press <F6> to create a new Instance
    15.     From the Settings menu, select Based on current settings, then New Instances, then Set
    16.     Press <F3> to go back to the main RZ04 screen.
    17.     Press the Yes button to save
    18.     From the Operation Mode menu, select Timetable
    19.     Select Normal Operation and press the Change button.
    20.     Highlight the 00:00 at the top and press <F2>
    21.     Highlight the 00:00 at the bottom and press <F2>
    22.     Press the Assign button.
    23.     Press <F4> to select the operation mode created above.
    24.     Press <CTRL>+S to save.
    Delete Update Failures
    SM13
    1.       Set the fields as follows
    Client:  *
    User: *
    From data: 01/01/0001
    From time: 00:00:00
    2.      Press <Enter> to display the list of outstanding update requests
    3.      If ALL the outstanding update requests have a status of ERR, then it is safe to delete these requests by pressing <F5> to select all records, then selecting the Update Records menu, then Delete.
    4.      Press the Continue button to confirm the deletion.
    Delete Batch Input Sessions
    SM35
    1.      From the Edit menu, select Select All
    2.      Press <Shift>+<F2> to delete all the batch input sessions.
    3.      Press the checkmark button to confirm
    4.      Press the Yes button to start the delete.
    Reorganize Spool
    SPAD
    1.      From the Administration menu select Clean-up Spool
    2.      Check all check boxes and enter 0 for minimum age
    3.      Press the Execute button
    4.      Once complete, press <F3> twice to get back to the main SPAD screen
    5.      From the Administration menu select Check Consistency
    6.      Press the Delete All button.
    SP12
    1.      From the TemSe database menu, select Consistency check
    2.      When the check is complete, press the Delete All button. 
    Delete Invalid Background Control Objects
    SM61
    1.      Press <F8> to switch in to change mode
    2.      Press the Cleanup List button.
    Restrict Outgoing Email and Faxes
    SCOT
    1.      Double click on the green Fax entry
    2.      From the Supported Address Types area, press the Set button that is beside Fax
    3.      In the Address area, ADJUST AS NECESSARY
    4.      Double click on the green SMTP entry
    5.      From the Supported Address Types area, press the Set button that is beside Internet
    6.      In the Address area, ADJUST AS NECESSARY
    Adjust RFC connections.
    SM59
    1.      Expand the TCP/IP connections section
    2.      Double click on the first entry listed
    3.      Check the gateway host and gateway server to make sure it points to the appropriate NON-PRODUCTION system.  
    Make changes as necessary.
    4.      Press the Test Connection button to test the connection
    5.      Press Press <CTRL>+S and then <F3> to save and return to the list of RFCs.
    6.      Repeat steps 1 through 5 for each additional RFC connection
    Convert Logical Systems
    Under no circumstances perform this procedure on a Production system
    BDLS
    1.      When warned to read the documentation, press the checkmark button.
    2.      In the Old logical system name box, press <F4>.
    3.      Select one of the production Logical System names that needs be changed (i.e. WIIPRD400)
    4.      In the New logical system name, enter what that logical system name should be called on this newly refreshed system (i.e.WIITRN400)   Note: Ignore Error/Warning about duplicate system by clicking on the check mark.
    5.      De-select the Test Run and Existence check on new names in tables options
    6.      From the Program menu, select Execute in background
    7.      Press the checkmark button when asked to select a spool device
    8.      Press the Immediate button when asked for the schedule
    9.      Press <Ctrl>+S to save
    10.     Use SM37 to monitor the job
    11.     When job is complete, repeat steps 2 through 10 for any additional logical system names that need to be changed.
    Adjust Logical Systems names
    SALE
    1.      Expand Sending and Receiving Systems, then Logical Systems
    2.      Click on the execute icon beside Define Logical System
    3.      Press the checkmark button to confirm that the change is cross client
    4.      …
    Allow Certains Settings to be modifiable
    (Refer to Note 356483 for more Details)
    SM54
    1.      Enter V_T001B in the Table/View box.
    2.      Select the Generated Objects option.
    3.      Press the Create/Change button.
    4.      Enter any access keys if requested
    5.      Change the Recording routine to no, or user, recording routine.
    6.      Press <Ctrl>+S to save
    7.      Press <Enter> if warned that you are changing a function group that doesn't belong to you.
    8.      You are prompted for transport.  Create a new local transport.
    9.      Repeat steps 1 through 8 for the following objects.  You can specify the same transport you created above.
    V_T001B_GL
    V_T093B_01
    V_T093B_02
    BSI Configuration (R3 HR Systems only)
    SM59
    1.      Expand TCP/IP Connections
    2.      Highlight BSI70-US-TAX and press the Change button
    3.      Change the program field to
    <hostname>\sapmnt\<SID>\SYS\EXE\RUN\TF60SERVER.EXE
    4.      Double check the target host and gateway point to the correct server
    5.      Press <CTRL>+S to save
    6.      Press the Test connection button to test.  If the connect is not successful, take the necessary steps to resolve the issue.
    SE38
    1.      In the Program field, enter RPUBTCU0
    2.      Press <F8> to execute
    3.      Select option BSI version 7.0
    4.      Press <F8> to execute
    5.      BSI should return tax calculations.  If there are errors, take the necessary steps to resolve.
    Reconfigure DB13 schedule
    DB13
    1.      Using the print out created before the refresh, recreate the DB13 calendar.
    Client Configuration
    SCC4
    1.      From the Table view menu, select Display -> Change
    2.      When warned that the table is cross-client, press the checkmark button.
    3.      Double click on one of the non-system clients (i.e. not client 000, 001 or 066)
    4.      Define clients as follows depending on client role
    Development
    Client role:  Customizing
    Changes and transports for client-specific object:  Automatic recording of changes
    Client-independent object changes:  Changes to repository and cross-client customizing allowed
    Protection: Client copier and comparison tool:  Protection level 0
    Restrictions when starting CATT and eCATT:  eCATT and CATT allowed
    Quality Assurance
    Client role:  Test
    Changes and transports for client-specific object:  No changes allowed
    Client-independent object changes:  No Changes to repository and cross-client customizing allowed
    Protection: Client copier and comparison tool:  Protection level 0
    Restrictions when starting CATT and eCATT:  eCATT and CATT allowed
    Training
    Client role:  Education
    Changes and transports for client-specific object:  No changes allowed
    Client-independent object changes:  No Changes to repository and cross-client customizing allowed
    Protection: Client copier and comparison tool:  Protection level 0
    Restrictions when starting CATT and eCATT:  eCATT and CATT allowed
    Sandbox
    Client role:  Test
    Changes and transports for client-specific object:  Changes without automatic recording
    Client-independent object changes:  Changes to repository and cross-client customizing allowed
    Protection: Client copier and comparison tool:  Protection level 0
    Restrictions when starting CATT and eCATT:  eCATT and CATT allowed
    5.      Press <CTRL>+S to save.
    6.      Repeat steps 4 through 6 for any additional clients
    Set System Change Option
    Skip this section of the system is a Development or Sandbox System.
    SE06
    1.      Press the System Change Option button.
    2.      Set the global setting to Not Modifiable
    3.      Press <CTRL>+S to save.
    Release Background Jobs
    Currently, all background jobs, except for system standard jobs have been placed on hold (status scheduled).
    Rewards if useful.
    Regards,
    Pherasath

  • What are the post installation steps for sap 4.7ee

    what are the post installation steps for sap 4.7ee

    Hi,
    Post installation steps are as follows.
    1.SICK to be run first to checkt the errors while installation.
    2. Install SAP GUI
    3. Set up the TMS. Configuration the domain controller through SE06 and then set up the transport system through TMS.
    4. Change the default password of SP* and DDIC.
    5. Set up the operations mode using RZ04 and SM63.
    6. Apply patches through SPAM.
    7 Schedule default background jobs through SM36.
    8 Import default profiles through RZ10.
    9. Schedule backup calender through DB13.
    10. Create clients using SSC4
    11. Install lisence
    12. Schedule SGEN

  • What are the important points during a Linux upgrade with Oracle database?

    Is there a specific document or metalink note that I may follow similar to this one during a Linux os upgrade -
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
    Lets talk on an example; we may talk on upgrading details of a RHEL3 RAC system with Oracle options used like ASM,OCFS etc. to RHEL4. What steps are important to take by order and what are the best practices to be careful about during this type of an os upgrade for Oracle?
    Best regards.

    may I need to get support from https://linux.oracle.com/pls/apex/f?p=101 for this kind of a documentation?

  • What are the Basic Features of Enterprise Portal

    What are the default, given or otherwise features of SAP netweaver/enterprise portal. I do not want to redo a function or feature/template of the feature/basic iview (portlet) already exists. And where I can find/get these features.
    Thanks.

    Hi Joshua,
    yes, there is preconfigured content (templates) in the portal.
    Have a look at [SAP Help|http://help.sap.com/saphelp_nw70/helpdata/en/5a/0338f80c0b11d7b84800047582c9f7/frameset.htm].
    You'll find two entries in the left hand navigation: "Pre-configured Roles" and "Standard Portal Content".
    The information is not that detailed but you might get a first impression.
    Besides the standard portal content there are so called Business Packages, which provide pre-configured iViews, pages, worksets and roles for specific business processes / scenarios. You can find them [here in SDN|https://www.sdn.sap.com/irj/sdn/contentportfolio].
    Hth,
    Michael

  • What are the basic components in the library plugins folder.

    What are the standard plugins in the Library/Plugins folder for Snow Leopard? I'm trying to figure out what I can uninstall and I have no clue.

    It probably contains the empty folders Components, HAL, MAS, and VST. (I'm not sure, since my folders do contain stuff.) But none of Apple's standard effects and instruments are sitting there.

  • What are the basic settings required to run webdynpro for abap application?

    Hi,
              i want some information regarding settings(HOST,Port) to run our application through Browser.What are the settings can i give to run my Application.and also i got some problem that when i create a VIEW it didnt shows the Standard Toolbar of Consisting of all UI Elememts.Is this problem is related Installation?
    Thanks & Regards
    Ravi

    Hi Ravi,
    This will be helpful please check.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/e86de5008b4d9ae10000000a155369/content.htm.
    Reward points if useful.
    Regards,
    Muneesh Gitta.

  • What are the basic pre-requisites to Customize API in iSetup?

    Hi,
    Could you please let me know what are all the basic knowledge and pre-requisites needed to customize the API in iSetup?
    Thanks,
    Harish Nunna.

    Please go through the metalink note: 843397.1 (iSetup developer guide). This is the good starting point to know how to go about. If you are working on a specific requirement, please log a SR. I would be able to assist you.
    Thanks
    Mugunthan.

Maybe you are looking for

  • Error message when burning a disc of photos

    I was trying to burn a disc of a large number of photos - around 400, and I got this error message:  "The burn to the HL-DT-ST DVDRW GS23N drive failed. The disc drive didn't respond properly and can't recover or retry."  I did a sample burn of about

  • Is anyone using the Enterprise Manager in the Solaris 10 zones?

    I understand that Enterprise Manager is not certfied and supported in the Solaris 10 zones environment. I am interested in finding out whether it would work in a Solaris 10 zones environment. Thanks in advance. Bhaskar

  • Flash files won't display when using DW CS3

    Anyone else have this problem? The source shows there's a flash file on my html page but it doesn't appear at all. When I made a new page using Dreamweaver MX, I added a flash file, uploaded it, and all was fine (except there was that annoying 'you m

  • Table update from text file on server

    How do I get a table in dreamweaver to update from a text file thats on the server it will be posted on? Do I need to use some sort of weird coldfusion or asp.net, or can i do it in basic html. It would be sweet to make happen for my portfolio news s

  • How to name photos in iphone????

    Quite new to the whole iphone thing so please be kind. I have taken some pictures with the iphone for work which needs to be emailed. i have to rename the file name to a specific name so that the mailbox at work will send it to the correct drive/fold