SAP ECC 6.0 installed on Solaris Container

hello All,
we want install a production system of SAP ECC 6.0 on a solaris 10 container, the DB is oracle 10.
Have any recommendations, suggestion with this?
Thanks
Hernando

hello
when we were installing the ECC on solaris 10 container the following error
ERROR      2009-08-26 22:14:46.730 [iaxxinscbk.cpp:260]
CJS-00091  Unable to create the tablespaces. DIAGNOSIS: There is not enough free disk space: Mount point | space required | space available | SAPDATA directories
/oracle/CMD/sapdata1   |   281050   |   54186.6   |   1
. SOLUTION: Make more disk space available.
ERROR      2009-08-26 22:14:46.735
           CJSlibModule::writeError_impl()
MUT-03025  Caught ESAPinstException in Modulecall:
/oracle/CMD/sapdata1   |   281050   |   54186.6   |   1
ERROR      2009-08-26 22:14:46.932 [sixxcstepexecute.cpp:951]
FCO-00011  The step checkFreeDiskSpace with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraTablespace2|ind|ind|ind|ind|6|0|checkFreeDiskSpace was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall:
/oracle/CMD/sapdata1   |   281050   |   54186.6   |   1
How we can fix this error?
thanks
Hernando

Similar Messages

  • Disk Access Failed while Installing Solaris Container.

    I have setup 5 guest domains together with the Control Domain.
    $ ldm list
    Name State Flags Cons VCPU Memory Util Uptime
    primary active -t-cv SP 4 4G 0.8% 2d 2h 15m
    secondary active -t--v 5000 4 2G 0.5% 3h 5m
    dmz active -t--- 5001 8 2G 0.0% 46m
    sunray inactive -----
    application inactive -----
    identity active -t--- 5002 4 4G 0.1% 1h 2m
    In each of the guest domain, I plan to install a number of Solaris Containers to run different applications. While installing one Solaris container (zoneadm �z <zone name> install) in dmz domain, I start the installation/configuration (either zoneadm �z <zone name> install or zlogin �C <zone name>) of another Solaris container in identity domain. Everything starts OK until half way I get an error message as follow:
    Jun 13 18:33:16 dmz vdc: NOTICE: [1] disk access failed.
    The installation of the Solaris Container in dmz halts as soon as I see the message above. Nothing will work except a force stop in the Control Domain using ldm stop �f dmz and restart.
    What happen to the Solaris Container installation/configuration in identity domain? It either continues the process without error or fails with the same error message shortly after. For example,
    Jun 13 18:33:24 identity vdc: NOTICE: [1] disk access failed.
    The vdisks for each guest domain are setup by following the steps on section �Using ZFS Over a Virtual Disk� in LDoms 1.0 Administration Guide. Each guest domain is booted from a disk image in the Control Domain and has two 9GB data vdisks (mapped to two physical 9GB disks on A5200 disk array) running ZFS striping. Each guest domain vdisks are serviced by a separate vdisk server.
    Any idea?

    I am not sure if multiple virtual disk servers are officially supported under current LDoms release.
    I had tried using only one virtual disk server. The same problem exhibited. I thought may be the vds was not able to keep up with the virtual disk I/O. That's why I setup multiple vds.

  • SAP ECC 6.0 dummy password lock issue???

    The password for dummy sap ecc 6.0 installed in external hdd gives error "too many failed attempts, login no longer possible". Can anybody tell me how to unlock it???

    Hi Markus,
    Basically I am trying to install sap on a three tier node setup, node1 as Application host and node2 as database node.
    1)     Installed the SCS on node1
    2)     Installed Oracle u201Csapserver.cmdu201D on node two.
    When I continue with the database portion of the sap installation, I am unable to see the database located on node2.
    Do I use sapinst on node2 to complete the database installation?
    Regards,
    Iqbal

  • SAP Install on Solaris 10 Sparse Root Zone ../usr/sap

    Hi All,
    I was wondering if anyone is running SAP on Solaris 10, SAP EHP4 ECC 6.0 Oracle DB version 10. App and Db in a sparse root zone.
    When we initially created our SAP install the Directories containing <SID> and trans_<SID> was give to us as "/usr/sap"
    Since this is a sparse root zone, the /usr directory is read only. To accommodate SAP, a directory was created in the global zone for each of the containers ( we have ECC, PI, BW etc..) and then mounted as a filesystem in each container.   /usr/sap exists in every container, and it was supposed to be nothing more than a mount point for the <SID> and trans_<SID> NFS mounts. This /usr/sap directory exists on the global zone of our M5000 and the additional files and folders are eating up OS space.
    This creates me with two problems.
    1. WHen I take a snapshot, I can't recover the zone in a automatic fashion because the local zone can not see the global /usr directory, so I have to recover that folder/file manually.
    2. I don't know exactly, but files are being created in the usr/sap directory that is causing internal drives to grow quickly.
    To resolve our issues it was determined that the best course of action is to remove the connection to the global zone by creating a /sap directory in each container and linking it as /usr/sap.  The /sap directory will be an NFS/FC mount point and that will fix the issue of disk space usage and backup recovery.
    Does anyone have another way to solve this problem or any suggestions that we should do something different. ?

    I use sparse zones on Solaris with ZFS.
    I delegate filesystems to the zone.
    root@global ~# zonecfg -z zone_name info
    zonename: zone_name
    zonepath: /zfs_zones/zone_name
    brand: native
    autoboot: true
    bootargs:
    pool:
    limitpriv:
    scheduling-class:
    ip-type: shared
    hostid:
    inherit-pkg-dir:
            dir: /lib
    inherit-pkg-dir:
            dir: /platform
    inherit-pkg-dir:
            dir: /sbin
    inherit-pkg-dir:
            dir: /usr
    net:
            address: w.x.y.z/nn
            physical: nxge0
            defrouter: w.x.y.z
    dataset:
            name: zfs_zones/zone_name/oracle
    dataset:
            name: zfs_zones/zone_name/sapmnt
    dataset:
            name: zfs_zones/zone_name/usr_sap
    root@zone_name ~# zfs list -o name,mountpoint
    NAME                                     MOUNTPOINT
    zfs_zones/zone_name/oracle               /oracle
    zfs_zones/zone_name/oracle/SID_mirrlogA  /oracle/SID/mirrlogA
    zfs_zones/zone_name/oracle/SID_mirrlogB  /oracle/SID/mirrlogB
    zfs_zones/zone_name/oracle/SID_oraarch   /oracle/SID/oraarch
    zfs_zones/zone_name/oracle/SID_origlogA  /oracle/SID/origlogA
    zfs_zones/zone_name/oracle/SID_origlogB  /oracle/SID/origlogB
    zfs_zones/zone_name/oracle/SID_sapdata1  /oracle/SID/sapdata1
    zfs_zones/zone_name/oracle/SID_sapdata2  /oracle/SID/sapdata2
    zfs_zones/zone_name/oracle/SID_sapdata3  /oracle/SID/sapdata3
    zfs_zones/zone_name/oracle/SID_sapdata4  /oracle/SID/sapdata4
    zfs_zones/zone_name/sapmnt               /sapmnt
    zfs_zones/zone_name/usr_sap              /usr/sap
    Edited by: RUSS HANSEN on Dec 14, 2011 8:52 PM

  • File system for SAP ECC, EP , BI and CRM installation on Solaris/DB2

    Hello,
    We are going to implement SAP ECC 6.0 with EP 7, BI and CRM on Solaris operating system with IBM DB2 database.
    All these applications are going to be installed on single server, as being a basis person, I know this is not all recommended.
    But due to client's requirement and keeping cost factor in mind I need to install all these application on single box.
    Now here I need your help. as I basis person, I know the required Solaris file system for SAP ECC 6.0 but not having any Idea about other application like EP/ CRM and BI .
    If anyone able to help me with required Solaris file system. it will be great help.
    Please let me know if there is any query.
    Thanks.

    > All these applications are going to be installed on single server, as being a basis person, I know this is not all recommended.
    > But due to client's requirement and keeping cost factor in mind I need to install all these application on single box.
    Why not using Solaris zones/container? This decreases the administrative amount tremendeously since you will deal as with "single machines" but they all run together on one box.
    > Now here I need your help. as I basis person, I know the required Solaris file system for SAP ECC 6.0 but not having any Idea about other application like EP/ CRM and BI .
    So you'd need to read the installation guides
    Markus

  • Error While Installing SAP ECC 6.0 on Oracle DB at 19th Step Import ABAP

    Hey all,
    I am NEw to this Forum..And this is My First Post in this Forum...
    When I Was Installing SAP Ecc 6.0 on My PC.. I got An Error Message at 19th Step at Monitoring the Job 18...The Issue is Below...
    INFO 2013-08-30 06:12:14
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.4.xml'.
    INFO 2013-08-30 06:12:14
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/inifile.5.xml'.
    INFO 2013-08-30 06:12:16
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2013-08-30 06:12:28
    Copied file 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.3.xml'.
    INFO 2013-08-30 06:12:28
    Execute step runMigrationMonitor of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0.
    INFO 2013-08-30 06:12:33
    Switched to user: ramadm.
    INFO 2013-08-30 06:12:33
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS\import_monitor.java.log.
    INFO 2013-08-30 06:12:33
    Switched to user: ramadm.
    INFO 2013-08-30 06:12:33
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS.
    INFO 2013-08-30 06:12:33
    Output of C:\j2sdk1.4.2_13\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "E:\ECC 6.0\ecc6\DB1\EXP1;E:\ECC 6.0\ecc6\DB2\EXP2;E:\ECC 6.0\ecc6\DB3\EXP3;E:\ECC 6.0\ecc6\DB4\EXP4;E:\ECC 6.0\ecc6\DB5\EXP5;E:\ECC 6.0\ecc6\DB6\EXP6;E:\ECC 6.0\ecc6\DB6\EXP7;E:\ECC 6.0\ecc6\DB6\EXP8;E:\ECC 6.0\ecc6\DB6\EXP9;E:\ECC 6.0\ecc6\DB6\EXP10;E:\ECC 6.0\ecc6\DB6\EXP11" -installDir "C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe D:\usr\sap\RAM\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst is written to the logfile import_monitor.java.log.
    WARNING 2013-08-30 06:17:03
    Execution of the command "C:\j2sdk1.4.2_13\bin\java.exe -classpath migmon.jar -showversion com.sap.inst.migmon.imp.ImportMonitor -dbType ORA -importDirs "E:\ECC 6.0\ecc6\DB1\EXP1;E:\ECC 6.0\ecc6\DB2\EXP2;E:\ECC 6.0\ecc6\DB3\EXP3;E:\ECC 6.0\ecc6\DB4\EXP4;E:\ECC 6.0\ecc6\DB5\EXP5;E:\ECC 6.0\ecc6\DB6\EXP6;E:\ECC 6.0\ecc6\DB6\EXP7;E:\ECC 6.0\ecc6\DB6\EXP8;E:\ECC 6.0\ecc6\DB6\EXP9;E:\ECC 6.0\ecc6\DB6\EXP10;E:\ECC 6.0\ecc6\DB6\EXP11" -installDir "C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\CENTRAL\AS" -orderBy "" -r3loadExe D:\usr\sap\RAM\SYS\exe\uc\NTI386\R3load.exe -tskFiles yes -extFiles yes -dbCodepage 4103 -jobNum 3 -monitorTimeout 30 -loadArgs " -stop_on_error" -trace all -sapinst" finished with return code 103. Output:
    java version "1.4.2_13"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_13-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 1, completed 17, failed 0, total 19.
    Loading of 'SAPAPPL2' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 17, failed 1, total 19.
    ERROR 2013-08-30 06:17:03
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2013-08-30 06:17:03
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    This info i found in the log file generated at sapint.log...So I request you all Plz Help me Regard this..and Thanx in Advance..
    Kumar

    Kumar,
    As suggested in this log, please try to see the logs import_monitor.java.log, import_monitor.log
    However above log files might not suggest something specific but as we can see the latest error was w.r.t the package SAPAPPL2.
    Please try to see SAPAPPL2.log and we should get something specific there as why the loading job failed for this package.
    Thanks

  • Install both SAP ECC 6.0 EHP 4 and Solution Manager in C drive

    Hi, SDN fellows.
    I just want to confirm this.
    I am trying to install SAP ECC 6.0 EHP 4 and Solution Manager in C drive. Are these OK, since they both will be installed under the C:\usr folder?
    What precaution we need to install these two SAP components in the same drive (C)?
    I am installing both components in MS Window Server 2008 R2 SP1 with MS SQL Server 2005 SP3.
    Thanks,
    KC

    Hi, Nick.
    Sorry, I missed the "IDES". I am installing SAP ECC6.0 EHP4 IDES system for training purpose within the organization.
    I am referring to the Installation Guide - SAP ERP 6.0 EHP Ready ABAP on Window MS SQL Server (Based on NW 7.0 incl EHP 1). All downloaded installation files are from: EHP4 for SAP ERP 6.0/NW7.01 --> IDES --> --> Widnows Server --> MS SQL Server.
    The OS is installed in C drive.
    I have allocated 250GB in C drive and 200GB in D drive from SAN.
    For IDES system (I know it is similar to the standard ECC), is it also recommended to install in D drive (separate from the OS)?
    In this case, should I install both Solution Manger and IDES in D drive?
    Or what is the best combination where I should install these two systems?
    Thanks,
    KC

  • How to install BI-CONT 7.37 in SAP ECC system EHP 5

    Hi SAP Gurus,
    We recently upgraded BI_CONT in our BW landscape(SAP netweaver 7.3) from 7.36 to 7.37
    What is the strategy to upgrade BI _CONT or corresponding changes in SAP ECC system(EHP 5).
    Currently we don't have BI_CONT installed in our  ECC system.
    KIndly, let me know how to upgarde BI_CONT related objects.
    Earlier we used to use custom extractors and data sources in ECC system for BI_CONT now we business has planned to use all standard data sources.
    Question here is do we need to install BI_CONT in SAP ECC and what is the procedure?
    Thanks,
    Avadhesh
    +91 8095226536

    Hi Avadhesh,
    No need to upgrade or install add-on BI CONTENT in ECC system if you have already BI landscape for doing BI functions.
    BI content includes below functionality which can be installed as an add on in ECC when you dont have BI landscape.
    DataSources
    Process chains
    InfoObjects
    InfoSources
    Transformations
    InfoProvider (InfoCubes and DataStore objects)
    Variables
    Data mining models
    Queries
    Workbooks
    Web templates
    Roles
    Aggregation level
    Planning function
    Planning function type
    SAP Crystal Reports (BI Content Ext.)
    SAP BusinessObjects Dashboards (BI Content Ext.)
    Regards,
    Karthik

  • Need to install SAP ECC 6.0 & NW-04s Components

    Hi Experts,
    I am new to SAP.
    I have to install SAP ECC 6.0 ,NW-04s(PI,BI,MI,.......) , so I need to know whether SAP Software will support the below illustrated Hardware or not.
    1. Intel Processor Core-2-Duo 6650   2.66 Ghz
    2. Mother Board Intel DG33FBC.
    3.RAM 4 GB.
    I appreciate  your answers,and also points will be rewarded.
    regards
    Ken George

    Hi Ken,
    From my experience, I did tried to install ECC6 on a server with RAM 2GB but without Java stack. As for NW04s, if you want to install one nw04s technology it is sufficient for the current hardware specification. If you want to install all those software because of you want to learn, could you advice me which path that you want to go?
    Thanks and Regards

  • How to INSTALL SAP ECC 6 EHP 4 IN SUSE 11

    HELLO EXPERTS
    INITIALLY WE HAVE SAP ECC 6 EHP 4 FOR SUSE 10 SP2. ALL THING ARE GOING WELL.
    BUT NOW WE ARE MOVING TOWARD TO UPGRADE HARDWARE AS WELL AS OPERATING SYSTEM.
    SO  WE ARE GOING TO UPGRADE EXISTING SAP ECC6 EHP4 INSTALLATION IN SUSE 11.
    SUSE 11 HAVE SAPCONF FILE AND SUSE 10 HAVE SAPINIT FILE.
    WHEN I AM TRYING TO INSTALL SAP ECC6 EHP4 IN SUSE 11 SP2, THEN I GOT THE ERROR .
    PATTERN: SAP-SERVER-11- 38.39.11X 86-64 REQUIRE SAPCONF BUT THIS REQUIREMENT CAN NOT BE PROVIDED.
    PLEASE HELP ME IN THIS REGARDS

    thank you for you reply.
    I also read this document but not very helpful to resolve the issue.

  • Hardware Requirements to install SAP ECC 5.0/6.0

    Hey Gurus,
    Could you please tell me that what is the best hardware to go for to install SAP ECC 5.0/6.0 so that we can afford the future changes also without buying the new hardwares.
    Thanks 'n Regards,
    Ashwani

    Dear Ashwani,
    It will solely depend on the number of concurrent users, the implemented Modules (project scope), the data volume, Transaction volume etc.
    have you tried SAP Quicksizer http://service.sap.com/quicksizer ?
    This will give you your requirements in SAPS (CPU power) and RAM. Then you can check that with your H/W vendor and they wil suggest you suitable configuration.
    Cheers !!
    Satya.
    PS: points always encourage me to reply....Thx !

  • SAP ECC 6.0 -- Business Connector / Error:Input values do not contain IDOC

    Hello,
    We have a scenario R/3 4.6C ORDRSP to the SAP business connector which is running fine. When I send the first IDoc the routing roule is created automatically and it can be adapted.
    Now we switched to the ECC 6.0 system but I get the following error message:
    "Input values do not contain IDOC" and no routing roule is created either. The status of the IDoc is 03.
    Do you have any idea what the problem could be? Could it have anything to do with ECC 6.0?
    Thank you for your support.

    Hi,
    I hope you must have added new SAP ECC system under SAP tab on SAP BC page.
    To check exact error information:
    FIrst open SAP BC page in browser (http://localhoet:port)
    Go to transaction tab, and there under TID box, enter transaction id corresponding to SM58. And check what it says.
    About routing rule:
    BC automatically creates routing rule, if not you can edit and direct them to correct process flow, or you can create new routing rule, as BC need routing rule to move IDOC ahead.
    Please let us know further about error information, so that we can help you further.
    Divyesh

  • License Key Request from SOLMAN VS SMP for SAP ECC 6.0 EPH4 IDES install

    Hi, SDN fellows.
    I have some doubt on the right way/options to request License Key for SAP ECC 6.0 EPH4 IDES.
    Previously, I read that the only way to get license key is to generate it through SAP Solution Manager. If this is the only way, we will have to install Solution Manager just to generate the license  key (we are currently don't have SolMan running in our landscape).
    I also read that I can request license key through http://service.sap.com/licensekey. I checked the link and see that we have the 10 digits installation number for Product: SAP ERP.. Currently there is no system defined for this installation number.
    I went through the first two screens, seems like they have options for SAP ERP 6 --> IDES.
    If I can get a license key from http://service.sap.com/licensekey, do I still need to install Sol. Man. to generate the license key?
    What are the difference the license key generated from Sol. Man. VS the one we request from SMP?
    Thanks,
    KC

    Hi, Vishnu.
    So, now I understand I need two keys: Solution Key and also License key.
    I should obtain Solman key before I start installation , as the SAPinst will ask to enter Solman key before it can proceed to install SAP ECC IDES.
    You said I can obtain Solman key through OSS note. I went in to SMP just now. Navigated to Help& Support --> Report a Product Error --> New Problem Solving Request.
    I selected Customer Number, Product, Instillation # , and enter  * for  System ID. The search result returned no system found. The problem here is we don't really have any system ID defined for SAP ERP IDES since we haven't start installing the system.
    Is that true that I will only see the System ID in OSS Message interface when I submit the System ID for the license key?
    I thought this is a post-installation step to apply for a license key. If I can to do it before the installation, how can I get the 11 character hardware key before installation (assuming I cannot run the SLICENSE TCode and saplikey u2013get command)?
    OR how can I create OSS message to request SolMan key when I don't have a system ID (that already registered for license key) in SMP?
    OR I should just go ahead to install Solution Manager to generate Solman key (during pre-installation), and request for license key in SMP in post-installation?
    Thanks for advise,
    KC

  • Operating system VERSION incompatability while installing SAP ECC 6.0 SR3

    <h3>what is the dump of M.S. SQL SERVER  required for installing SAP ECC 6.0 SR3 ABAP system on WINDOWS SERVER 2008 R2 ENTERPRIZE 6.1 VERSION.</h3>
    we installed the MS sql version: 10.50.1702 (dump number 51039339) on our Operating system version was Windows Server 2008 R2 enterprise (version 6.1) and while we are trying to install sap using SAP INST we got one high priority prerequisites analysis message saying
    <h3> MESAGE "The following operating system versions is supported: windows server 2003(i.e version 5.2) and Windows server 2008(ie 6.0). current oprating version: version 6.1 service pack 0.0"
    Can any one help me what is the problem, Is it the operating system or with the MS SQL server and please tell me what we should do in order to rectify this issue</h3>
    Please also tell me how to check COMPATABILITY between OS, DATABASE and SAP. we have gone through PAM but not able to find. Can any one help me.

    mahesh.boby63 wrote:
    > Why we sholud go for modified kernel DVD procedure on windows server operaating system ?
    It's not about 'windows' server, but for 'windows 2008 R2' server.
    Kernel files included in the 'Installation Media' are by default the old/low patch level not released fully compatible with 'new platforms' like 2008 R2 - which may cause some problems 'during' installation as well.
    So, using modified kernel DVD you get two advantages -
    1. You are able to avoid 'those' problems during installation.
    2. You don't have to go for an explicit kernel upgrade just after the installation.
    Thanks

  • Installing SAP ECC 6.0 in Windows Vista

    Hi experts,
    Can anyone say me if i can install SAP ECC 6 in Windows Vista other than Windows 2003/2008.
    Thanks

    Hi,
    Vista its not possible earlier it was possible to install in xp but now in vista not possible.You can install vmware workstation and then the windows 2003 in that and then install sap in it.Dual boot means you will have lot of restrictions using windows 2003 if you install vmware then you can use vista same time ...

Maybe you are looking for

  • /etc/postfix/virtual_users.db is older than source file...

    /etc/postfix/virtual_users.db is older than source file /etc/postfix/virtual_users is the error I am getting. My server is working great, but my mailing lists are not working for my virtual domains. I tried deleting the entire mailing list, re-adding

  • Netbeans and Corba

    Is Corba still around or is Java EE the new standard in distributed apps? I'm wanting to implement Corba in a solution where a web application communicates via Corba with a server application. The server application performs caching and data retrieva

  • Is it possible to download and install CS4 if I have a serial number?

    Is it possible to download and install CS4 if I have a serial number? I have just bought a IMac which doesn't come with a disc drive and I need to use my Photoshop asap but only have the software on disc. Can I download an older version of PS from th

  • Mac Pro kernal panics

    I have a Mac Pro (2.66 Quad Core) with 4 x 2GB here that is intermittently kernal panicing. The kernal panics occur within around 8-12 hours with no applications running, however running the CPU at max. I haven't tested for an extended amount of time

  • [Solved]:No sound after updates!

    My sound works pretty good before the updates,I'm using ALSA,I just can't hear anything when i play music or video now,I can not figure out what breaks my sound,here is my pacman log,please help me,thanks! [2010-01-23 13:03] starting full system upgr