What DVD Require for AIX IBM

Dear All,
Please Suggest me We want install SAP 2005 On AIX IBM
What DVD Change for AIX IBM Os.
We want to install SAP on AIX IBM Operating System so We have all sap DVD for windows
IS any difference for AIX IBM Os.
Thanks
Kumar

"SAP 2005" is not a product. Contact you SAP Sales Representative to help you define which SAP product is best suited for your business needs

Similar Messages

  • List of DVD require for Upgrade

    Hi Techies
    What are the list of software required for the upgarde from 4.7 to ECC 6 ,can u guide me the exact path from the SMP where i can download the software .
    Thank You
    Haroon

    Hi,
    Browse to http://service.sap.com/swdc --> Entry By Application Group --> SAP Application components
    --> SAP ERP --> SAP ERP 6.0 --> Installation and Upgrade --> Select your Database
    1. Upgrade Master
    2. Upgrade Kernel
    3. Upgrade Export
    4. Database DVD
    5. SAP Kernel Unicode - If planned for UnicodeConversion
    6. Java components - If needed
    Hope it helps
    Regards
    KT

  • Questions on SETSPN syntax and what is required for MANUAL AD auth

    I'll preface this by stating that I don't need to do all the extra stuff for Vintela SSO, SSO to database, etc.  I just need to know precisely what is necessary to do to get AD authentication working.  I managed to get it working in XIr2 previously but it's been so long and I'm not 100% sure that everything I wound up doing was absolutely necessary that I wanted to sort it out for good as we look at going to XI 3.1 SP3.
    In the XI 3.1 SP3 admin guide, page 503, the SETSPN command which is
    used as part of the setup process to establish a service account to
    enable AD authentication is outlined as follows:
    SETSPN.exe -A <ServiceClass>/<DomainName> <Serviceaccount>
    The guide suggests that the <ServiceClass> can be anything you want to
    arbitrarily assign. If I choose something other than the
    suggested "BOBJCentralMS" value, is there anywhere else I have to
    specify this value to allow the service account to function properly?
    The guide suggests that the <DomainName> should be the domain name on
    which the service account exists however I've seen many posts online which seem to
    indicate this <DomainName> should actually be the FQDN of the server
    running the CMS service instead of the general domain name.
    Clarification there would be very helpful if anyone has some insight.

    The CMS account can have an SPN of spaghetti/meatballs, there are no requirements (cept 2 characters on each side of the / I believe). The SPN created should be the value entered in the CMC > Authentication > Windows AD
    The account must run the SIA and it therefore must have AD permissions. Now if you are using IIs or client tools you don't even need an SPN. The SPN is for kerberos only which is required for java app servers.
    The vintela SSO white paper in the this forums sticky post explains the roles of a service account.
    Regards,
    Tim

  • SAP DVD Required for ECC Installation

    Dear Team,
    I am using OS HPUX and Oracle 10  for ECC 6.0.
    Witch -2 SAP DVD we required for ECC 6.0 Installation.
    I Have all DVD .Witch-2 DVD i must copy in my Server.
    I think
    (1)  Export  2 DVD
    (2) Oracle   2 DVD
    (3) Instance IMaster 1 DVD.
    (4)  Kernal    1DVD
    (5) Java_Comp  1 DVD
    is Any DVD  we required for ECC 6.0 Installation.?
    OR
    Any DVD I am missing??????
    Thanks
    Manu

    I suggest you read
    - the installation Master Guide - which will tell you which DVDs you need for which scenario
    - the Installation Guide to find out, which DVDs must be available in parallel
    http://service.sap.com/instguides
    Markus

  • What legal requirements for releasing an Microsoft Excel add-in?

    Hello,
    We developed an application to be released as a Microsoft Excel add-in. What are the legal requirements for releasing an add-in? We are located in Manitoba, Canada.
    Kurt Jakob,
    C.E.T.
    Certified Engineering Technologist
    Horizon Innovations

    You are free to release the add-in any way you want - for free or commercially. There are no legal requirements.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • What is Required for Distribution of Desktop App

    Hi,
    I'm trying to figure out what is required to distribute JMF. I don't want to make users install an executable, I just want to include required JARS/data files/libraries for a streaming webcam (no audio). (I have read the README and searched all over online, but I'm still not sure)
    I create my app, and I have customizer.jar, jmf.jar, jmf.properties, mediaplayer.jar, multiplayer.jar, sound.jar in the lib folder. Although I only need the jmf.jar, and possibly the jmf.properties? I am using NetBeans.
    Anyways, I still can't get it to work on another WinXP computer. If I disconnect my camera on my computer, the app still knows what type of device camera it is looking for (vfw:Microsoft WDM Image Capture (Win32):0), but when I trying to run it on another computer with or without the camera connected , it doesn't seem to know because no devices print out when I print the list.
    Thanks for your time, I am out of ideas.
    J

    806359 wrote:
    Captfoss,
    Do you know where I can find a programmer's guide that explains the Dll's that I need to include for JMF distribution without the installer? I can't find documentation anywhere. The Windows delivery doesn't seem to include any, so I guess they are only installed with the executable installer?AFAIK, there isn't one...
    Or better yet, do you know much about DirectShow? or can you point me to a nice replacement to JMF, possibly one that has some JNI included? I just want a lightweight simple video framecapture support on Windows 7. ( I have read that JMF might not work on Windows 7 anyways) I can't believe I haven't found anything good online yet, maybe I am looking in all the wrong places.Adobe Flex and Silverlight 4 are probably the most commonly used "new" technologies for dealing with AV data... You can use C/C++/C# to use some native AV libraries, but as far as using Java, there really isn't much support for video because you really need lower-level access than Java provides to take advantage of things like hardware acceleration and such...
    So all of the Java APIs (JMF, FMJ, Quicktime for Java, etc) are essentially Java wrappers for native code... so those are the 3 things I'm aware of that do AV in Java...

  • What is required for CF COM Support?

    Hi,
    I am using a CF9 trial and am trying to instatiate a COM Server that I wrote. I can get some servers to work, while others will not. What does CF require of a COM Server? Does CF require any Implemented Categories be set when the server is registered (DLLRegisterServer)? If so what categories does it require? I cannot find this documented anywhere?
    Thank you.
    Steve

    Hi,
    Thank you for the suggestions.
    I can see my DLL listed in dcomcnfg, but how do I register a DLL in dcomcnfg?
    I have Admin Rights on my system. This is a developer licencse of CF on a single system.
    I know this is not a data type issue as I have only one method in my server that has no parameters or a return value. I can also see that CF does not call QI in the server.
    There is something I missing in registering the DLL and am just not sure what CF wants. Does CF require that it be a control? Does it have to support a container?
    Thanks,
    Steve

  • Looking for what software required for Enterprise Manager Installation

    Hi All,
      I am fairly new in working with Enterprise Manager, Previously used 11g Database Control, but never install Enterprise Manager (OEM). Now due to the increase in databases, I am considering to install OEM (Oracle Enterprise Manager) to list all database (from over 20 Linux severs) to one location.
    I have read documentation and still confused on what should be installed for OEM. I am planning to use OEM 12c Release (12.1.0.4), my current databases are 11gR2 (11.2.0.4 ).
    Could you tell what I need from below list?
    OEM (12.1.0.4)
    Web Logic server (Do I need that separately, or will this be installed with OEM?)
    OEM Agent on all other 20 servers (do I need to install separate software on them? Please guide)
    Any specific version of Java.
    Please guide me if I need any other software or plugin.
    I have already installed oracle software and have created a database by using “Custom” option in DBCA. My server OS is Linux 64 Bit for Enterprise Manager.
    Thanks in Advance.

    Hi,
    You would need 12c OEM cloud control software , Database software(For creating repository) and agent software (For monitoring targets on other hosts)
    Java Development Kit (JDK) 1.6.0.43.0 and Oracle WebLogic Server 11g Release 1 (10.3.6) are installed by default with the 12c OMS installation although you do have a option of installing it separately if you want but Oracle strongly recommends using the 12c installation process to install the JDK and Oracle WebLogic Server for use with Enterprise Manager 12c.
    Below is the link for Enterprise Manager Cloud Control 12c Architecture
    http://docs.oracle.com/cd/E24628_01/doc.121/e25353/overview.htm#EMCON112
    For 12c OMS installation steps refer to
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/toc.htm
    EM 12c R2: How to Install Enterprise Manager Cloud Control 12.1.0.2 using GUI Mode (Doc ID 1488154.1)
    For agent installation refer to
    Installing Management Agents Using Add Host Targets Wizard or EM CLI
    http://docs.oracle.com/cd/E24628_01/install.121/e22624/install_agent.htm#EMBSC181
    Installing agents using other methods
    http://docs.oracle.com/cd/E24628_01/install.121/e24089/part_installing_agent.htm#sthref323
    To download 12c software
    http://www.oracle.com/technetwork/oem/enterprise-manager/downloads/index.html
    Regards,
    Rahul

  • What is required for Cisco WSA SensorBase network to work ?

    Hello !
    I would like to know if the Web Security Appliance has to have a public address to receive the data collected by SensorBase network.
    Is there any additional requirements ?
    Thank you for your answers.
    Stephane Walker

    Hi Stephane,
    The WSA will somehow connected to the Internet directly or via a firewall with your external IP address in the egress point.
    SensorBase participation is working via URL via wbnp.ironport.com:443
    Depending on your routing, you can test if your WSA can reach this URL from its interface.
    I hope this helps.
    thanks,
    Donny
    (*If you have received the answer to your original question, and found this helpful/correct - please mark the question as answered, and be sure to leave a rating to reflect!)

  • What are requirements for Installation of Wireless Broadband

    I am getting wireless broadband installed next week and wanted to know what network card I should purchase and how to install? Where can I go to find the info. Also do most towers already ahve a version installed?
    Thanks

    First, welcome to the discussions.
    You are getting Broadband Installed.
    Wireless is determined by having a Wireless Router.
    Most Internet Service Provider don't furnish a Wireless Router you will have to go out and purchase it seperatly.
    Your Tower does have an Ethernet Card and will allow for direct plug in that will enable you to have the faster speed that you are after.
    Normally Wireless connections are used for portables like laptops that are mobile and can be readly moved from one location to another with a minimum of problems.
    It is not really necessary for you if you are working from a tower. You will not be moving your computer from room to room like with a LapTop.
    If you decide however to make your system Wireless you only need purchase a Wireless Router to Ethernet Cable to your Internet Service Providers Modem.
    Don

  • What are requirements for Final Cut Express HD 1.2.1 ?

    OS X 10.4.11 okay?

       [Thank you]
    Apple can you hear me? I am very, very sorry about this. Why did I update from 10.4.10..... ? What is the big different for FCE?

  • What is required for FM 9.0 to support WebDAV-enabled server functionality?

    I've read the FM 9.0 Help about WebDAV (Web-based Distributed Authoring and Versioning) but when I asked some of our IT folks about it, no one knew the answer or even what WebDAV is.
    We tried using a WSS server for some of our FM 7.2 files but it was not a successful experiment, as some of our files disappeared. We've just begun using a MOSS server, although to me it seems that is probably more friendly to Microsoft Office docs than to Adobe products. After the problems on the WSS server, we reverted to our previous version-control method using VSS -- however, with FM 9.0 having check-in/check-out options, I'm hopeful we can yet use a SharePoint server and HTTP protocol to access and maintain version control of our FM files.
    I posted a question about FM on SharePoint last year and response seemed to indicate others had experienced problems using SharePoint for version control of FM files (someone told me to think in terms of "SharePain", which made me smile through my tears). With FM 9.0, have things improved? Am I mixing apples and oranges by using SharePoint and WebDAV in the same sentence? How can I find out if our SharePoint servers are (or can be) "Web-DAV enabled"?
    As always, your expertise is greatly appreciated.
    Cheers,
    Gay

    Hi Arnis,
    Thanks for the links -- I had seen a couple of them but was put off by the references to CMS since we don't use a "real" CMS like Documentum.
    I read lots of the FAQs at www.webdav.org and also found a couple of excellent sources:
    For IIS 6 on Windows Server 2003: Mitch Tulloch's tutorial at http://www.windowsnetworking.com/articles_tutorials/WebDAV-IIS.html
    For IIS 7 on Windows Server 2008: http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-7
    We won't be upgrading to the latter till later this year so will first go with IIS 6 on Server 2003 and see how we fare. Apparently we *should* be able to check out, open, edit and save a file on the server, but although SharePoint also offered that functionality, it apparently was limited to Microsoft products. So I won't celebrate prematurely -- but as always, my fingers are crossed!
    ~~Gay

  • What action required for Cisco Unity 8 if i am migrating Active Directory Forest

    HI
    Currently we have running cisco unity 8.0 in our environment. Now we are planing to change our domain name ( i.e from abc.com to xyz.com ) for that change what is the procedure to change the Cisco Unity Server domain name. We need to do anything on cisco unity software or just we neeed to change the domain name of the appliance.
    Please share your ideas.
    Thanks

    Renaming a Cisco Unity 8.x Server or  Moving a Cisco Unity 8.x Server to Another Domain
    http://www.cisco.com/en/US/docs/voice_ip_comm/unity/8x/upgrade/guide/8xcurug080.html
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • What is required for me to send my iPod Touch back to Apple within the warranty?

    I want to send back my 4th generation iPod Touch and I want to know what I need to send it back.
    Original packaging, accessories, etc.
    Thanks

    Start here, https://selfsolve.apple.com/agreementWarrantyDynamic.do where you are taken through a set of steps to confirm warranty, determine your location (approximately) and so on.

  • What is required for acquisition of firewire digital video on a Mac?

    I'd like to use the Macintosh firewire support for video capture and bring it into LabView. Is there any support or 3rd party software for this?

    In article <[email protected]>,
    TGB wrote:
    > I'd like to use the Macintosh firewire support for video capture and
    > bring it into LabView. Is there any support or 3rd party software for
    > this?
    Chis Salzmann
    http://labview.epfl.ch/Vis.html
    It supports everything quicktime does. Good stuff. Check out his other
    great software!
    -Scott

Maybe you are looking for