Installing HBR for UNIX

I am trying to upgrade my Hyperion Business Rules application from 3.5 to 4.0.1 but unfortunately I cannot find an installation guide for UNIX anywhere. Has anyone successfully installed HBR 4.0.1 for UNIX?<img src="i/expressions/face-icon-small-blush.gif" border="0"><img src="i/expressions/face-icon-small-disgusted.gif" border="0">

Toadsteraz,
Can you please check and print the contents of your /etc/hosts file here?
It should have an entry like,
[(Your_IP_Address) (Host_Name) (Alias)]
For eg.,
127.0.0.1 MyPC localhost
HTH

Similar Messages

  • Unix Command install updates for 10.9 Mavericks does not work

    Unix Command install updates for 10.9 Mavericks does not work
    These commands no longer work with 10.9
    softwareupdate -i -a
    softwareupdate -d
    Are there new unix commands for 10.9 to install updates?

    Now that Safari 7.0.3 is out there is actually something to update, here is the results:
    SYSTEM2 (192.168.1.6)
    Software Update Tool
    Copyright 2002-2012 Apple Inc.
    Finding available software
    Downloading Safari
    Downloaded Safari
    Installing Safari
    Done with Safari
    Done.
    Get Info on the system shows:
    Modified: Today 10:15
    Version: 7.0.3, Copyright © 2003-2014 Apple Inc.
    Regards,
    Shawn

  • How do I install the Calendar Server for UNIX?

    In order to install the Netscape Calendar Server for UNIX, please
    follow these exact instructions:
    o Login as "root".
    o Create the group "dxoffice"
    o Create the user "unison".
    - Please make sure this user has a UID less than 60000.
    - Please make it's primary group "dxoffice".
    o Edit the /etc/services file and add the entries:
    unieng 5730/tcp # Cal Server DB Daemon
    unisnc 5731/tcp # Cal Server Real-Time Daemon
    o Untar the calendar archive. It should install extract itself to
    /users/unison/.
    o Change directories to /users/unison/bin.
    o Run ncsconfig.
    After answering the questions to configure your server you can start
    your server by running the command: "unistart".

    Hi,
      This is from the documentation -
    Database: Third Party JDBC Drivers
    The Third Party JDBC Drivers pane specifies drivers to be used for connections to third-party (non-Oracle) databases, such as IBM DB2, MySQL, Microsoft SQL Server, or Sybase Adaptive Server. (You do not need to add a driver for connections to Microsoft Access databases.) To add a driver, click Add Entry and select the path for the driver:
    For Microsoft SQL Server or Sybase Adaptive Server: jtds-1.2.jar, which is included in the jtds-1.2-dist.zip download
    To find a specific third-party JDBC driver, see the appropriate website (for example, http://www.mysql.com for the MySQL Connector/J JDBC driver for MySQL, http://jtds.sourceforge.net/ for the jTDS driver for Microsoft SQL Server and Sybase Adaptive Server, or search at http://www.teradata.com/ for the JDBC driver for Teradata). For MySQL, use the MySQL 5.0 driver, not 5.1 or later, with SQL Developer release 1.5.
    You must specify a third-party JDBC driver or install a driver using the Check for Updates feature before you can create a database connection to a third-party database of that associated type. (See the tabs for creating connections to third-party databases in the Create/Edit/Select Database Connection dialog box.)
    Alternative:
    As an alternative to using this preference, you can click Help, then Check for Updates to install the JTDS JDBC Driver for Microsoft SQL Server and the MySQL JDBE Driver as extensions.
    Regards,
    Mike

  • Install fails for java_ee_sdk-6-unix.sh

    OS: RHEL 5.4 64-bit
    JDK: jdk1.6.0_20
    JAVA_HOME set in the path
    Install fails for both java_ee_sdk-6-unix.sh and java_ee_sdk-6u1-unix.sh with the same error:
    The error output is as follows:
    login as: root
    [email protected]'s password:
    Last login: Wed Jul 7 16:02:53 2010 from 10.11.0.81
    [root@edeut002 ~]# cd /var/tmp
    [root@edeut002 tmp]# cd sdk
    [root@edeut002 sdk]# ls
    java_ee_sdk-6u1-unix.sh
    [root@edeut002 sdk]# export DISPLAY=10.11.0.57:0.0
    [root@edeut002 sdk]# ./java_ee_sdk-6u1-unix.sh
    Extracting archive, please wait...
    created: META-INF/
    inflated: META-INF/MANIFEST.MF
    created: Product/
    created: Product/Packages/
    created: install/
    created: install/metadata/
    created: install/metadata/dependency/
    created: install/metadata/model/
    created: install/metadata/templates/
    created: install/metadata/view/
    java.util.zip.ZipException: invalid entry size (expected 3718673 but got 66965 bytes)
    at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:386)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:156)
    at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:100)
    at sun.tools.jar.Main.extractFile(Main.java:936)
    at sun.tools.jar.Main.extract(Main.java:852)
    at sun.tools.jar.Main.run(Main.java:242)
    at sun.tools.jar.Main.main(Main.java:1149)
    created: install/
    created: install/bin/
    created: install/lib/
    created: install/lib/external/
    created: install/lib/external/apache/
    created: install/lib/external/beanshell/
    created: install/lib/external/charva/
    created: install/lib/external/chaxml/
    created: install/lib/external/freemarker/
    created: install/lib/external/jaxb/
    created: install/lib/external/jdom/
    created: install/lib/external/swixml/
    created: install/lib/platforms/
    created: install/lib/providers/
    created: install/lib/resources/
    created: install/lib/resources/org/
    created: install/lib/resources/org/openinstaller/
    created: install/lib/resources/org/openinstaller/resources/
    created: install/lib/sims/
    inflated: install/LICENSE.txt
    inflated: install/LICENSE_3rd_PARTY.txt
    inflated: install/bin/Engine-Wrapper.vbs
    inflated: install/bin/engine-wrapper
    inflated: install/bin/uninstaller
    inflated: install/bin/uninstaller.vbs
    inflated: install/install-config.properties
    java.io.EOFException: Unexpected end of ZLIB input stream
    at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223)
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
    at java.util.zip.ZipInputStream.read(ZipInputStream.java:154)
    at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:100)
    at sun.tools.jar.Main.extractFile(Main.java:936)
    at sun.tools.jar.Main.extract(Main.java:852)
    at sun.tools.jar.Main.run(Main.java:242)
    at sun.tools.jar.Main.main(Main.java:1149)
    java.io.FileNotFoundException: ./Product/Packages/Resources.zip (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.tools.jar.Main.run(Main.java:238)
    at sun.tools.jar.Main.main(Main.java:1149)
    java.io.FileNotFoundException: ./Product/Packages/metadata.zip (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.tools.jar.Main.run(Main.java:238)
    at sun.tools.jar.Main.main(Main.java:1149)
    chmod: cannot access `product-installer.sh': No such file or directory
    sh: product-installer.sh: No such file or directory
    [root@edeut002 sdk]#
    Any ideas?
    --Bob C.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Download again java_ee_sdk-6u1-unix.sh. Also, download the new JDK the was on the site and deploy.
    Same errors. Still fails.
    In the installer script, inserted set -x
    Creates more debug information. Here it is...
    [root@edeut002 ~]# java -version
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b16, mixed mode)
    [root@edeut002 sdk]# ls
    java_ee_sdk-6u1-unix.sh
    [root@edeut002 sdk]# export DISPLAY=10.11.0.57:0.0
    [root@edeut002 sdk]# ls
    java_ee_sdk-6u1-unix.sh
    [root@edeut002 sdk]# ./java_ee_sdk-6u1-unix.sh
    + ARGS=
    + export ARGS
    + POSIX2VERSION=199209
    + export POSIX2VERSION
    ++ locate_jar
    ++ jar_locs=/bin:/bin:/usr/bin:/usr/java/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/opt/jdk1.6.0_21/bin
    +++ echo /bin:/bin:/usr/bin:/usr/java/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/opt/jdk1.6.0_21/bin
    +++ tr : ' '
    ++ jar_locs='/bin /bin /usr/bin /usr/java/bin /usr/kerberos/sbin /usr/kerberos/bin /usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin /root/bin /opt/jdk1.6.0_21/bin'
    ++ for j in '$jar_locs'
    ++ '[' -x /bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/java/bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/kerberos/sbin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/kerberos/bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/local/sbin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/local/bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /sbin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/sbin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /usr/bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /root/bin/jar ']'
    ++ for j in '$jar_locs'
    ++ '[' -x /opt/jdk1.6.0_21/bin/jar ']'
    ++ echo /opt/jdk1.6.0_21/bin/jar
    ++ return
    + my_jar=/opt/jdk1.6.0_21/bin/jar
    + '[' -z /opt/jdk1.6.0_21/bin/jar ']'
    + CHECK_FOR_DISPLAY=1
    + '[' 0 -gt 0 ']'
    + '[' 1 -eq 1 ']'
    + '[' -z 10.11.0.57:0.0 ']'
    ++ date +%m%d%y%H%M%S
    + tmpdir_name=070810143312
    + tmpdir_path=/tmp/install.070810143312
    + mkdir /tmp/install.070810143312
    + '[' 0 -ne 0 ']'
    + echo 'Extracting archive, please wait...'
    Extracting archive, please wait...
    + tail +207l ./java_ee_sdk-6u1-unix.sh
    + cd /tmp/install.070810143312
    + /opt/jdk1.6.0_21/bin/jar xvf tmp.jar
    ++ locate_java
    ++ java_locs=/bin:/bin:/usr/bin:/usr/java/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/opt/jdk1.6.0_21/bin
    +++ echo /bin:/bin:/usr/bin:/usr/java/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/opt/jdk1.6.0_21/bin
    +++ tr : ' '
    ++ java_locs='/bin /bin /usr/bin /usr/java/bin /usr/kerberos/sbin /usr/kerberos/bin /usr/local/sbin /usr/local/bin /sbin /bin /usr/sbin /usr/bin /root/bin /opt/jdk1.6.0_21/bin'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/java/bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/kerberos/sbin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/kerberos/bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/local/sbin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/local/bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /sbin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/sbin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /usr/bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /root/bin/java ']'
    ++ '[' 0 -eq 1 -a 0 -ge 6 ']'
    ++ '[' 0 -gt 1 ']'
    ++ for j in '$java_locs'
    ++ major=0
    ++ minor=0
    ++ '[' -x /opt/jdk1.6.0_21/bin/java ']'
    +++ /opt/jdk1.6.0_21/bin/java -version
    +++ grep version
    +++ cut '-d"' -f2
    ++ version=1.6.0_21
    +++ echo 1.6.0_21
    +++ cut -d. -f1
    ++ major=1
    +++ echo 1.6.0_21
    +++ cut -d. -f2
    ++ minor=6
    ++ '[' 1 -eq 1 -a 6 -ge 6 ']'
    ++ echo /opt/jdk1.6.0_21/bin/java
    ++ return
    + my_java=/opt/jdk1.6.0_21/bin/java
    + '[' -z /opt/jdk1.6.0_21/bin/java ']'
    ++ dirname /opt/jdk1.6.0_21/bin/java
    + my_java_bin=/opt/jdk1.6.0_21/bin
    ++ dirname /opt/jdk1.6.0_21/bin
    + JAVA_HOME=/opt/jdk1.6.0_21
    + export JAVA_HOME
    + /opt/jdk1.6.0_21/bin/jar xvf ./Product/Packages/Engine.zip
    java.io.FileNotFoundException: ./Product/Packages/Engine.zip (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.tools.jar.Main.run(Main.java:238)
    at sun.tools.jar.Main.main(Main.java:1149)
    + /opt/jdk1.6.0_21/bin/jar xvf ./Product/Packages/Resources.zip
    java.io.FileNotFoundException: ./Product/Packages/Resources.zip (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.tools.jar.Main.run(Main.java:238)
    at sun.tools.jar.Main.main(Main.java:1149)
    + /opt/jdk1.6.0_21/bin/jar xvf ./Product/Packages/metadata.zip
    java.io.FileNotFoundException: ./Product/Packages/metadata.zip (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at sun.tools.jar.Main.run(Main.java:238)
    at sun.tools.jar.Main.main(Main.java:1149)
    + rm tmp.jar
    + chmod ugo+x product-installer.sh
    chmod: cannot access `product-installer.sh': No such file or directory
    + chmod ugo+x install/bin/engine-wrapper
    chmod: cannot access `install/bin/engine-wrapper': No such file or directory
    + echo InstallHome.directory.INSTALL_HOME=/root/glassfishv3
    + sh product-installer.sh
    sh: product-installer.sh: No such file or directory
    + rm -rf /tmp/install.070810143312/install.properties
    + exit 0
    [root@edeut002 sdk]#
    ***********************

  • Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8 doesn't install

    Trying to install the package and well into the process I get an error message saying that my processor isn't supported and to contact my vendor..  I have a Lenovo U 410 LT with Win 8 Pro.  It has an Intel Core i7 processor.   I also tried the AMD version thinking they may have been swapped but it also does not install.  How to get it installed?  I really need the NFS in it.

    Hi stewartmcadoo,
    Welcome back to Lenovo Community Forums!
    I’m sorry to hear that there is an error message displayed in your U410 Laptop while installing “Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8”, make sure you are installing this application as an Administrator User, if the issue is same even in this user account, I suggest you to download the package again and right click in the downloaded file select “Run as administrator” to get it installed in administrator mode, below is the link to download the SDK package:
    Utilities and SDK for Subsystem for UNIX-based Applications in Windows 8
    Hope this helps!!!
    Do post us back if the issue still persists.
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Need install Instructions for installing Hyperion planning on UNIX

    Hi All,
    Can anybody provide install instructions, tips and tricks for installing Hyperion Planning 9.3.1 on UNIX.
    Thanks in anticipation
    AR

    Hi,
    Try the Planning installation guide for unix at http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/hp_unix_install.pdf
    Cheers
    John

  • Installing a generic unix webclient on my MacBook Pro

    Hello,
    I have a small question. I'm trying to install a webclient on my new Intel based MacBook Pro 2.16 Ghz under X11. When I use :source setupunix_3.0.74.bin.sh
    the script starts, but at a certain point it says :
    This application requires a Java Run Time Environment (JRE)
    to run. Searching for one on your computer was not successful.
    Please use the command line switch -is:javahome to specify
    a valid JRE. For more help use the option -is:help.
    Then when I give the instruction: Java -version : it shows
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-112)
    Java HotSpot(TM) Client VM (build 1.5.0_06-64, mixed mode, sharing)
    Am I doing something wrong, is JRE not running or is the generic script not valid for my Mac?
    Maybe I can send an email with the script attached to it to an Unix Guru?
    Thanks for any help
    Jack
    MacBook Pro   Mac OS X (10.4.7)   15", 2.16Ghz Intel Core Duo

    You might want to post your query in the forum for Unix questions:
    http://discussions.apple.com/forum.jspa?forumID=735

  • Error in "Checking Availabe Space for the DB2 UDB for Unix..." phase

    Hello,
    We are in the middle of an Upgrade proyect from R/3 4.6C (kernet 4.6D EXT) to ECC 6.0.
    As a first step we are doing an Heterogenous System Copy to migrate from servers with HP-UX B11.11/Informix 9.4 to servers with AIX 5.3/DB2 UDB 8.
    We already did the database import with no errors. When we are installing R3 4.6C in the target server we are getting u201CMemory Fault (coredump)u201D error in the u201CChecking Availabe Space for the DB2 UDB for Unix, Windows Tablespacesu201D phase.
    Any advice will be appreciated.
    Best Regards
    Francisco

    Hello Paul,
    There is no db2diag.log. We are in the first steps of the installation.
    Operating System logs just shows an ABNORMALY TERMINATION OF SOTWARE error.
    This is the CEDBMIG.log
    INFO 2010-08-04 10:12:00 CommandFileController SyFileCopy:150
        Copying source file CEDBMIG.R3S to target file CEDBMIG.R3S.30 ...
    INFO 2010-08-04 10:12:01 Main
        Preparation successfully completed.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:434
        checking host name lookup for 'sapqas'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:473
        offical host name for 'sapqas' is 'sapqas'.
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:541
        host 'sapqas' has ip address '172.26.26.64'
    INFO 2010-08-04 10:12:02 CENTRDBINSTANCE_IND_DB6 SyCheckHostnameLookup:581
        offical host name for '172.26.26.64' is 'sapqas'.
    INFO 2010-08-04 10:12:23 CDSERVERMIG_IND_DB6 InternalColdKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2010-08-04 10:12:23 CDSERVERMIG_IND_DB6 InternalColdKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2010-08-04 10:12:23 CDSERVERMIG_IND_DB6 InternalColdKeyCheck:0
        The CD EXPORT1 will not be copied.
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyCoprocessCreate:300
        Creating coprocess /usr/sbin/lsattr -El sys0 -a realmem  ...
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyRamSizeGet:100
        The process lsattr puts out:
         realmem 8388608 Amount of usable physical memory in Kbytes False
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyRamSizeGet:700
        Physical RAM size is 8192 MB.
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:100
        Retrieving swap space size ...
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SyCoprocessCreate:300
        Creating coprocess /usr/sbin/lsps -s  ...
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:150
        The process lsps puts out:
         Total Paging Space   Percent Used
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:150
        The process lsps puts out:
               8192MB               1%
    INFO 2010-08-04 10:12:23 CALCRAM_IND_DB6 SySwapGetSize:500
        Currently activated swap space is 8192 MB.
    INFO 2010-08-04 10:12:31 CENTRDBINSTANCE_IND_DB6 InternalWarmKeyCheck:0
        The installation phase is starting now. Please look in the log
        file for further information about current actions.
    INFO 2010-08-04 10:12:31
        Requesting Installation Details
    INFO 2010-08-04 10:12:31
        Reading and Checking DB2 UDB for UNIX, Windows Specific Keys
    INFO 2010-08-04 10:12:31
        Select the DB2 Storage Management.
    INFO 2010-08-04 10:12:31
        Choose the number of storage paths for DB2's Automatic Storage
        Management.
    INFO 2010-08-04 10:12:31 CDSERVERMIG_IND_DB6 InternalWarmKeyCheck:0
        The CD KERNEL will not be copied.
    INFO 2010-08-04 10:12:31 CDSERVERMIG_IND_DB6 InternalWarmKeyCheck:0
        The CD RDBMS will not be copied.
    INFO 2010-08-04 10:12:31 CDSERVERMIG_IND_DB6 InternalWarmKeyCheck:0
        The CD EXPORT1 will not be copied.
    INFO 2010-08-04 10:12:31
        Requesting Information on CD-ROMs
    INFO 2010-08-04 10:12:31
        Calculating RAM Distribution
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Dispatcher
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Gateway Service
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Secure Gateway Service
    INFO 2010-08-04 10:12:31
        Creating the Service Entry for the Message Server
    INFO 2010-08-04 10:12:31
        Creating the SAP Administration Group sapsys
    INFO 2010-08-04 10:12:32
        Creating the Database Administration Group db<dbsid>adm
    INFO 2010-08-04 10:12:32
        Creating the Group db<dbsid>ctl
    INFO 2010-08-04 10:12:32
        Creating the Group db<dbsid>mnt
    INFO 2010-08-04 10:12:32
        Creating the SAP connect user
    INFO 2010-08-04 10:12:32
        Setting Password of the SAP connect user
    INFO 2010-08-04 10:12:32
        Creating the db2<sapsid> User
    INFO 2010-08-04 10:12:32
        Setting the User Password
    INFO 2010-08-04 10:12:32
        Creating the SAP System Administrator
    INFO 2010-08-04 10:12:32
        Setting Password for for the SAP System Administrator
    INFO 2010-08-04 10:12:32
        Creating Directories
    INFO 2010-08-04 10:12:32
        Creating Symbolic Links
    INFO 2010-08-04 10:12:32
        Getting Minimal Size of the Database
    INFO 2010-08-04 10:12:32
        Changing DB2 UDB for UNIX, Windows Tablespace Data
    INFO 2010-08-04 10:12:32
        Checking if Required Directories Exist
    INFO 2010-08-04 10:12:32
        Checking Available Space for the SAP Instance
    INFO 2010-08-04 10:12:32
        Checking Available Space for the DB2 UDB for UNIX, Windows
        Tablespaces
    This is the CEDBMIG.R3S log
    120_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.CSH
    130_SOURCE=@DB_HOME@/.cshrc
    130_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.CSH
    200_SOURCE=@DB_HOME@/.profile
    200_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.SH
    210_SOURCE=@DB_HOME@/.profile
    210_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.SH
    [Z_OSUSERSIDADMENVIRONMENT_IND_DB6]
    100_GROUP=sapsys
    100_OWNER=@LOWER_SAPSYSTEMNAME@adm
    100_PERMISSION=0644
    100_SOURCE=@HOME@/.login
    100_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.CSH
    110_SOURCE=@HOME@/.login
    110_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.CSH
    120_GROUP=sapsys
    120_OWNER=@LOWER_SAPSYSTEMNAME@adm
    120_PERMISSION=0644
    120_SOURCE=@HOME@/.cshrc
    120_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.CSH
    130_SOURCE=@HOME@/.cshrc
    130_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.CSH
    200_SOURCE=@HOME@/.profile
    200_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/SAPSRC.SH
    210_SOURCE=@HOME@/.profile
    210_TEMPLATE=@CDMOUNTPATH@/@OS@/COMMON/INSTALL/DBSRC.SH
    [Z_R3DIRECTORIES_IND_IND]
    101_PATH=@SAPDIR@
    101_PERMISSION=0775
    101_SET_FILE_ATTRIBUTES=YES
    101_USERGROUP=sapsys
    101_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    102_PATH=@SAPDIR@/tmp
    103_PATH=@SAPDIR@/trans
    104_PATH=@SAPDIR@/trans/tmp
    104_SET_FILE_ATTRIBUTES=NO
    105_PATH=@SAPDIR@/trans/EPS
    106_PATH=@SAPDIR@/trans/EPS/in
    107_PATH=@SAPDIR@/trans/EPS/out
    108_PATH=@SAPDIR@/trans/EPS/log
    109_PATH=@SAPDIR@/trans/bin
    110_PATH=@SAPDIR@/trans/buffer
    111_PATH=@SAPDIR@/trans/cofiles
    112_PATH=@SAPDIR@/trans/data
    113_PATH=@SAPDIR@/trans/etc
    114_PATH=@SAPDIR@/trans/log
    115_PATH=@SAPDIR@/trans/sapnames
    120_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    120_PERMISSION=0751
    120_SET_FILE_ATTRIBUTES=YES
    121_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS
    121_PERMISSION=0755
    122_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe
    123_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe/opt
    124_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/gen
    125_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/gen/opt
    126_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/gen/dbg
    127_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS/src
    128_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@
    129_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/data
    130_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/log
    131_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/work
    131_PERMISSION=0775
    132_PATH=@SAPMOUNT@
    140_PATH=@SAPMOUNTEXE@
    141_PATH=@SAPMOUNTPROFILE@
    141_PERMISSION=0755
    142_PATH=@SAPMOUNTGLOBAL@
    142_PERMISSION=0700
    150_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/sec
    160_PATH=@STARTDIRECTORY@
    160_PERMISSION=0777
    [Z_R3DIRPERMISSIONS_IND_IND]
    101_CHANGE_ON_NFS=NO
    101_PATH=@SAPMOUNT@
    101_PERMISSION=0755
    101_TRAVERSE=
    101_USERGROUP=sapsys
    101_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    102_CHANGE_ON_NFS=NO
    102_PATH=@SAPMOUNTEXE@
    102_PERMISSION=0755
    102_TRAVERSE=
    102_USERGROUP=sapsys
    102_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    103_CHANGE_ON_NFS=NO
    103_PATH=@SAPMOUNTGLOBAL@
    103_PERMISSION=0710
    103_TRAVERSE=
    103_USERGROUP=db@LOWER_DB_SID@adm
    103_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    104_CHANGE_ON_NFS=NO
    104_PATH=@SAPMOUNTPROFILE@
    104_PERMISSION=0755
    104_TRAVERSE=
    104_USERGROUP=sapsys
    104_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    105_CHANGE_ON_NFS=NO
    105_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    105_PERMISSION=0755
    105_TRAVERSE=
    105_USERGROUP=sapsys
    105_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    120_CHANGE_ON_NFS=NO
    120_PATH=@HOME@
    120_PERMISSION=0700
    120_TRAVERSE=
    120_USERGROUP=sapsys
    120_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    121_CHANGE_ON_NFS=NO
    121_PATH=@HOME@
    121_PERMISSION=0777
    121_TRAVERSE=FILES
    121_USERGROUP=sapsys
    121_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    130_CHANGE_ON_NFS=NO
    130_PATH=@STARTDIRECTORY@
    130_PERMISSION=0777
    130_TRAVERSE=
    130_USERGROUP=sapsys
    130_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    140_CHANGE_ON_NFS=YES
    140_PATH=@SAPDIR@/trans
    140_PERMISSION=0775
    140_TRAVERSE=
    140_USERGROUP=sapsys
    140_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    141_CHANGE_ON_NFS=YES
    141_PATH=@SAPDIR@/trans/bin
    141_PERMISSION=0775
    141_TRAVERSE=
    141_USERGROUP=sapsys
    141_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    [Z_R3FILEPERMISSIONS_IND_IND]
    101_CHANGE_ON_NFS=NO
    101_PATH=@SAPMOUNTEXE@
    101_PERMISSION=0755
    101_TRAVERSE=SUBDIRECTORIES
    101_USERGROUP=sapsys
    101_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    102_CHANGE_ON_NFS=NO
    102_PATH=@SAPMOUNTEXE@
    102_PERMISSION=0755
    102_TRAVERSE=FILES
    102_USERGROUP=sapsys
    102_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    103_CHANGE_ON_NFS=NO
    103_PATH=@SAPMOUNTGLOBAL@
    103_PERMISSION=0700
    103_USERGROUP=sapsys
    103_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    104_CHANGE_ON_NFS=NO
    104_PATH=@SAPMOUNTPROFILE@
    104_PERMISSION=0755
    104_TRAVERSE=SUBDIRECTORIES
    104_USERGROUP=sapsys
    104_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    105_CHANGE_ON_NFS=NO
    105_PATH=@SAPMOUNTPROFILE@
    105_PERMISSION=0755
    105_TRAVERSE=FILES
    105_USERGROUP=sapsys
    105_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    106_CHANGE_ON_NFS=NO
    106_PATH=@SAPMOUNTEXE@/saposcol
    106_PERMISSION=04755
    106_USERGROUP=sapsys
    106_USERNAME=root
    112_CHANGE_ON_NFS=NO
    112_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    112_PERMISSION=0751
    112_TRAVERSE=SUBDIRECTORIES
    112_USERGROUP=sapsys
    112_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    113_CHANGE_ON_NFS=NO
    113_PATH=@SAPDIR@/@SAPSYSTEMNAME@
    113_PERMISSION=0751
    113_TRAVERSE=FILES
    113_USERGROUP=sapsys
    113_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    114_CHANGE_ON_NFS=NO
    114_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS
    114_PERMISSION=0755
    114_TRAVERSE=SUBDIRECTORIES
    114_USERGROUP=sapsys
    114_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    115_CHANGE_ON_NFS=NO
    115_PATH=@SAPDIR@/@SAPSYSTEMNAME@/SYS
    115_PERMISSION=0755
    115_TRAVERSE=FILES
    115_USERGROUP=sapsys
    115_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    116_CHANGE_ON_NFS=NO
    116_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@
    116_PERMISSION=0755
    116_TRAVERSE=SUBDIRECTORIES
    116_USERGROUP=sapsys
    116_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    117_CHANGE_ON_NFS=NO
    117_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@
    117_PERMISSION=0755
    117_TRAVERSE=FILES
    117_USERGROUP=sapsys
    117_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    118_CHANGE_ON_NFS=NO
    118_PATH=@SAPDIR@/@SAPSYSTEMNAME@/@INSTANCENAME@/work
    118_PERMISSION=0775
    118_USERGROUP=sapsys
    118_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    120_CHANGE_ON_NFS=NO
    120_PATH=@HOME@
    120_PERMISSION=0700
    120_USERGROUP=sapsys
    120_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    121_CHANGE_ON_NFS=NO
    121_PATH=@HOME@
    121_PERMISSION=0700
    121_TRAVERSE=FILES
    121_USERGROUP=sapsys
    121_USERNAME=@LOWER_SAPSYSTEMNAME@adm
    [Z_R3LINKS_IND_IND]
    101_LINKCONTENT=@SAPMOUNTEXE@
    101_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe/dbg
    102_LINKCONTENT=dbg
    102_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/exe/run
    103_LINKCONTENT=@SAPMOUNTGLOBAL@
    103_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/global
    104_LINKCONTENT=@SAPMOUNTPROFILE@
    104_LINKNAME=@SAPDIR@/@SAPSYSTEMNAME@/SYS/profile
    [Z_SAPDATAPATH]
    S1=/db2/@SAPSYSTEMNAME@/sapdata1
    S2=/db2/@SAPSYSTEMNAME@/sapdata2
    S3=/db2/@SAPSYSTEMNAME@/sapdata3
    S4=/db2/@SAPSYSTEMNAME@/sapdata4
    S5=/db2/@SAPSYSTEMNAME@/sapdata5
    S6=/db2/@SAPSYSTEMNAME@/sapdata6
    SAPDATAT=/db2/@SAPSYSTEMNAME@/sapdatat
    As you can see there is not an error message, the installation simply stops when the try to check the space available for tablespaces.
    Regards

  • Migrating Database from Oracle 8.0.5 for NT to Oracle 8.1.7 for Unix.

    Hello!
    Please help me in Migrating Database(Including Data,Stored
    Procdures, Views, Indexes,Forms, Triggers etc.) from Oracle 8.0.5 for NT to Oracle 8.1.7 for Unix.

    Check the installation option that you chose.
    Not all of the options will install a database.
    P.S.
    I have a similar problem on NT.
    Where I am able to access the database after the 8i Enterprise
    Install. I can not access the database from a Developer or
    Designer Installation. I am trying to run these tools locally.
    How do I configure NET8 to access the local 8i Database?
    Any ideas??
    Regards, Jim
    Emeka (guest) wrote:
    : I just installed the Oracle 8 Enterprise Edition for windows NT
    : and i can't find the Oracle database to support the tables.
    Also
    : the username and password of scott and tiger didn't work for
    the
    : SQL Plus.ERROR' ORA-12203: TNS: unable to connect to
    destination'
    : was the message when i try getting into SQL. Could someone
    please
    : tell me how to install the database and how to get the user
    name
    : and password for the SQL Plus.
    null

  • Is there a SCOM install agent for SLES on PPC64?

    Is there a SCOM install agent for SLES on PPC64?
    Trying to install an agent for SCOM on Suse VM units that are hosted on IBM's power 7 hardware.
    While i do see .ppc AIX agent installers I do not see one for SLES on ppc64.
    Has anyone installed SCOM on SLES ppc64 or know of a viable agent for the install?

    To elaborate a bit, Microsoft definitely does not offer an agent for SLES on PowerPC.  Linux has been ported to a lot of different processor chip architectures, which is great.  But Intel x86/x64 is by far the most popular, and it's the only
    chip architecture for which Microsoft supplies an agent for monitoring Linux.  As you noted, there is an agent for AIX on PowerPC, but AIX is a very different operating system from Linux, and the agent for AIX on PPC will not work on Linux on PowerPC.
    I don't see Microsoft doing an agent for Linux on PowerPC.  We would need to see a significant business opportunity for that to change.
    I would note that the source code for the OpsMgr agent for Linux/UNIX is available at
    http://scx.codeplex.com, along with instructions on how to compile and build the agent.  Someone with developer skills in C++, compilers, makefiles, etc. could definitely build an agent for SLES on PowerPC.  For
    example, I'm aware of someone who has built an agent for Linux running on the IBM S/390 (z-Series) chip architecture running as a guest under zOS and has it working with SC 2012 OpsMgr.   But you would be on your own,
    perhaps with help from the community, to make that happen.
    Michael Kelley, Lead Program Manager, Open Source Technology Center

  • Identity Management for UNIX (aka Windows Services for Unix) Adding 2012 DC to a prep'd 2003 domain.

    We have been successfully using Windows Services for Unix on a 2003 domain for passwd and group maps.
    I prep'd the domain to allow a 2012 R2 server to be added and then added the IdMU role/feature on this new 2012R2 DC. Now the passwd map is still OK but the group map now shows full usernames rather than short names.
    i.e. what DID show with "ypcat group" as ...
    "infra-shared::65550:gfer,jhug,shig", now shows as
    "infra-shared::65550:Garry Ferguson,Jason Hughes,Steve Higgins"
    and so is not usable. I have had to revert to local /etc/group files on all our unix machines!!
    Help/comments would be really appreciated!
    Garry Ferguson

    Hi Gaz Ferg,
    SFU 3.5 is used to installed on windows 2003 and windows XP. SFU 3.5 cannot used on Windows 2012, that makes customer cannot user NFS and user name Mapping services on Windows
    2012.  From windows 2003 R2, NFS is a build-in component in OS, we need to add Roles/Features to use NFS.
    1. What is change in 2012R2
    IDMU component, which was used to authenticate Linux users has been removed. Now a Windows server cannot play role of NIS Master server. 
    Passwords cannot sync to the Unix Machines. Maps can not sync between Windows and Unix computers.
    2. What has not change in 2012R2
    Following methods to authenticate and map a Unix user to Window user are available:-
    Active Directory
    Active Directory Lightweight Directory Services (AD LDS)
    Username Mapping Protocol store (MS-UNMP
    Local passwd and group files
    Unmapped UNIX Username Access (UUUA) (applies to Server for NFS using AUTH_SYS only)
    You can find more information about this here –
    http://blogs.technet.com/b/filecab/archive/2012/10/09/nfs-identity-mapping-in-windows-server-2012.aspx
    http://blogs.msdn.com/b/shan/archive/2006/12/13/sfu-sua-idmu-fun-with-names.aspx
    More information:
    Install Identity Management for UNIX Components
    http://technet.microsoft.com/en-us/library/cc731178.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Install scripts for Oracle

    Hello,
    I'm having trouble getting the mybuybeans example to work with WLCS
    2.0.1 and my Oracle 8.1.6 database. I created a user and then ran the
    script to create the tables. The install documentation said to have the
    server down while running DataLoader.bat. The first part (Loading Rules)
    ran fine, but the next two (Loading Shipping Methods and Items) didn't
    work because the server wasn't running. So I started the server and then
    Shipping Methods worked but Items failed loading HJJ-001.
    I can't come up with a username/password combination that gets me in to
    the demo, but I can see three users in the Oracle WLCS_USER table (demo,
    acme, visitor).
    What am I missing?
    How can I hand off my portal and portlet definitions to a separate QA
    group if they are stored in Oracle tables? Is there a handy utility to
    save them in a format that is easy to reload?
    Thanks,
    Leila

    You were using an older version of the documentation with a typo. The
    latest WLCS 2.0.1 documentation is at
    http://e-docs.bea.com/wlcs/install/config.htm#1027241
    In this section, you will see that the server is supposed to be running when
    you run DataLoader.bat:
    6.Populate the remainder of the tables by performing the following steps:
    a.Start WebLogic Server.
    b.Run DataLoader.bat (<install-dir>\bin\win32 for NT) or DataLoader.sh (<install-dir>/bin/solaris2 for UNIX systems) from the
    appropriate directory to populate the tables.
    c.Restart WebLogic Server.
    Ture Hoefner
    BEA Systems, Inc.
    2590 Pearl St.
    Suite 110
    Boulder, CO 80302
    www.bea.com
    [att1.html]

  • How do i see the current version of compiler installed in the unix machine

    how do i see the current version of compiler installed in the unix machine

    Hi
    For the compiler
    $ CC -V
    CC: Sun C++ 5.7 Patch 117830-02 2005/03/30
    or
    $ cc -C
    cc: Sun C 5.7 Patch 117836-03 2005/05/11
    For full details,
    $ version
    Machine hardware: sun4u
    OS version: 5.8
    Processor type: sparc
    Hardware: SUNW,Sun-Blade-1500
    The following components are installed on your system:
    Sun Studio 10
    Sun Studio 10 C Compiler
    Sun Studio 10 C++ Compiler
    Sun Studio 10 Tools.h++ 7.1
    Sun Studio 10 C++ Standard 64-bit Class Library
    Sun Studio 10 Garbage Collector
    Sun Studio 10 Fortran 95
    Sun Studio 10 Debugging Tools (including dbx)
    Sun Studio 10 Debugger GUI
    Sun Studio 10 Performance Analyzer (including collect, ...)
    Sun Studio 10 X-Designer
    Sun Studio 10 VIM editor
    Sun Studio 10 XEmacs editor
    Sun Studio 10 Native Connector Tool
    Sun Studio 10 LockLint
    Sun Studio 10 Building Software (including dmake)
    Sun Studio 10 Documentation Set
    version of "/nobackup/pfloyd/opt/SUNWspro/bin/../prod/bin/../../bin/cc": Sun C 5.7 Patch 117836-03 2005/05/11
    version of "/nobackup/pfloyd/opt/SUNWspro/bin/../prod/bin/../../bin/CC": Sun C++ 5.7 Patch 117830-02 2005/03/30
    version of "/nobackup/pfloyd/opt/SUNWspro/bin/../prod/bin/../../bin/f90": Sun Fortran 95 8.1 Patch 117834-02 2005/03/30
    version of "/nobackup/pfloyd/opt/SUNWspro/bin/../prod/bin/../../bin/dbx": Sun Dbx Debugger 7.4 117844-01 2005/03/05
    version of "/nobackup/pfloyd/opt/SUNWspro/bin/../prod/bin/../../bin/analyzer": Sun Performance Analyzer 7.4 2005/01/07
    version of "/nobackup/pfloyd/opt/SUNWspro/bin/../prod/bin/../../bin/dmake": Sun Distributed Make 7.6 117838-01 2005/03/04
    Paul

  • Where I find the connector for UNIX Telnet 9.0.4.4...?

    I am configuring the connector for UNIX Telnet 9.0.4.4 and in the documentation I requested this connector.
    On the home page of the Oracle connector exists only for UNIX Telnet 9.0.4.2.0
    Any suggestions

    - login to metalink
    - go to patches and updates
    - search for a patch for your connector
    - download and install the patch

  • Do you plan support SAP BO XI Mobile for Unix!?

    Hello!
    Could you help to know answers to following questions please?
    1. Does  SAP plan support SAP BO XI Mobile for Unix!?
    2. Can I install SAP BO XI Enterprise server on Unix machine and  SAP BO XI Mobile install Windows machine?
    Is it correct configuration for SAP BO XI system?
    Best regards
    Andrey

    Thank you very much. But, Iu2019m interesting in the Business Object and SAP Integration KIT.
    The Link only has the next software available.
    Crystal Reports 2008
    Crystal Reports XI
    Crystal Reports for Eclipse
    Crystal Reports Server 2008
    Crystal Reports Server XI
    Crystal Reports 2008 Visual Advantage
    Xcelsius Engage 2008
    Xcelsius Engage Server 2008
    Xcelsius Present 2008
    crystalreports.com
    Nsite Business Applications
    BusinessObjects Edge Series 3.0
    Is there any other place where I can Find the Integration KIT? I mean, a free trial version of the integration Kit?

Maybe you are looking for