Jre-1_5_0_09 silent installation on SunOS 5.8, Solaris 8

HI
I tried to preform a silent installation of jre-1_5_0_09 on SunOS 5.8 machine with Solaris 8, in several ways and I ran into the following problems:
1.)Creating the Installation Configuration File:
./jre-1_5_0_09-solaris-sparc.sh -savestate installLog
Using the Installation Configuration File to Install in Silent Mode:
./jre-1_5_0_09-solaris-sparc.sh -silent installLog
the configuration file doesn't seems to be created, and even after creating it manually it does'nt triggers the silent mode.
2.)./jre-1_5_0_09-solaris-sparc.sh -silent -is:log installLog
same as above.
If anyone has any suggestion it will be very helpfully
thanks

Hi,
I might be 2 years too late but it's more for anyone else who bumps into this forum on their search for this answer (like I did).
Just create a file containing the word "yes" and then run directing the file to stdin and then stdout to a file.
Or simply:
$ echo "yes" >install.script
$./jdk-1_5_0_09-solaris-sparc.sh <install.script >/tmp/install.log
Regards,
Joshua

Similar Messages

  • Silent installation JRE over a intranet without admin privileges

    HI,
    I do know how to perform a silent installation of JRE.
    The problem i am facing is the users present in my intranet are not normal users and dun have Administrative Rights.
    So i am facing a problem when installing JRE...
    Is there any work around to install without administrative privileges?
    My network has 500 systems and its either Win 2000 or XP systems.
    I need to do this in a week to get my product running in all the user's machines!!
    Help out guys!!
    Anand

    Sun has answered this very clearly in the JRE INstallation Instructions:
    "Note - you must have administrative permissions in order to install the Java 2 Runtime Environment on Microsoft Windows 2000 and XP. "

  • Silent Installation with JRE 1.6_04

    Hi All,
    We are creating a batch file silent installation of Sun JRE. I am able to uninstall JRE and Install JRE. However I have issue while setting the parameters such as AUTOUPDATECHECK=0 SSL_V2_COMPATIBLE_HELLO=1 while installing.
    Has anyone tried this ?
    I use below batch file to install JRE
    jre-6u4-windows-i586-p.exe /s ADDLOCAL=jrecore IEXPLORER=0 MOZILLA=0 JAVAUPDATE=0 AUTOUPDATECHECK=0 SSL_V2_COMPATIBLE_HELLO=1
    Has anyone succesful with all the parameters?
    Rajesh Alex

    After long time I found solution to this issue.... I want to share to all
    (Silent installation wont work with JRE 1.604 and I had to set the SSLV2 client to true for SSL)
    There is 2 levels of settings for JRE 1.6 either at user level (Policy) or at System level
    User Level
    C:\Documents and Settings\ralex\<User Application Data Folder>\Sun\Java\Deployment\deployment.properties
    deployment.security.SSLv2Hello=true
    System Level
    <Windows Directory>\Sun\Java\Deployment\deployment.config
    To set this at System level , we have to create 2 files under
    1 C:<Windows Directory>\Sun\Java\Deployment\deployment.config
    a) deployment.config
    deployment.system.config=file:///C:/WINDOWS/Sun/Java/Deployment/deployment.properties
    deployment.system.config.mandatory=true
    b) deployment.properties file
    2 Delete the deployment.properties file under C:\Documents and Settings
    We have repackaged JRE Install .exe and after installation the script will do the above changes...
    Rajesh Alex
    Message was edited by:
    Alex(AlexysCorp)
    Message was edited by:
    Alex(AlexysCorp)

  • Silent installation of JRE with server JVM?

    Is it possible to deploy the JRE with the server HotSpot JVM included? So far, we deployed the JRE silently (http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/silent.html) and copied the "server/" subdirectory (with the server HotSpot JVM) of the relating JDK separately to each server. Is there a way to include this Server JVM in the silent installation so that Java apps can use the "-server" option on each JRE host?

    How do you do the silent install currently? (this will give a clue on how to make it more silent).
    Peter

  • NM7.1: Regarding Software Package Silent Installation Issue

    Dear Experts,
    I am working on NM7.1, & I tried of creating a Software Package which will include MI client installation, JRE, MaxDB, MCD all in one. For this I zipped MaxDB folder which I downloaded from SMP & uploaded it to NWA, created a software package from NWA 7.1, downloaded it & tried installing it. It executed properly.
    Now I wish to create a Software Package which can be installed in Silent mode.
    For this, I went through NM71 help documentation & maintained JRE components  Silent Command Line Parameter field value as - /qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=<Drive:>\java\jre.
    Other components like MaxDB doesn't allow to maintain this parameter field value in NWA, neither MCD nor SETUP_WIN32.
    So I downloaded this Software package & clicked on MassDeviceSetup_Silent.bat file for silent installation.
    It started of & installed JRE but later it didn't proceeded further. I kept it running for almost 2 days, but then too nothing happened further.
    I have attached the StandardMDSLog file at below link for your reference, please analyze it.
    http://www.4shared.com/file/258992320/317aef7c/StandardMDSLog.html
    I feel that I am missing something.
    Please guide me further....
    Thanks in advance.
    Regards,
    Saptak

    Hi Stephan,
    Thank you very much for your notes.
    This issue has already been fixed in AccAD 2.2.
    Best regards,
    Yael

  • Urgent: How to do the Silent Installation for J2RE v1.4.1

    Hi guyz,
    Can anyone tell me How to perform Silent Installation of J2RE v 1.4.1.
    I checked out with J2RE V 1.4.2 which supports Silent mode installation but not JRE 1.4.1
    thanks in advance,
    Saurabh Bhatnagar

    Hi People,
    Just found out a site which has information on Silent Installation of JRE 1.4.1 ... but its not a straight fwd one. You need to run the installer atleat once to create a response file which will ecord your actions and you can use it in later installs for a silent installation.
    The article says about Slent installation in JRE 1.3 but I just check it ... and it works perfectly with JRE 1.4.1 also.
    Here's the link
    http://java.sun.com/products/plugin/1.3/docs/silent.html
    Hope it might of help to some of you ......
    regards,
    Saurabh Bhatnagar
    Sasken

  • Silent installation for FMW products command prompt stuck!!

    Hi All,
    I am working on silent installation of Oracle FMW components, I am using the response file approach and Oracle Universal Installer. The aim is to integrate these installation commands to continuous integration tools like Jenkins/ControlTier.
    When the installation finishes, the current shell still holds the prompt. I need to press ENTER to get out. The problem If I integrate them with this tools their flow does not end up, as command prompt does not return. In addition to that I need the returned execution status (echo $?) for evaluating the process.
    I have tried launching it in background but did not work, any ideas ?
    They say, silent does not require user interaction still we have to press ENTER to exit the console (silent + GUI).
    Please suggest.
    Thanks in advance,
    Bhaskar
    I am posting one of the application installation output to give a better idea(Oracle Webtier Utilities):
    =========================================================
    bash-3.2$ ./runInstaller -silent -responseFile /sarbackups1/infra_build/response/WebtierSOA_InstallOnly_11.1.1.4.rsp &
    [1] 17055
    -bash-3.2$ Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 3578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 28991 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-21_04-40-33PM. Please wait ..../runInstaller: syntax error at line 299: `count1=$' unexpected
    Log: /u01/app/oracle/oraInventory/logs/install2012-02-21_04-40-33PM.log
    Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Expected result: One of 5.9,5.10
    Actual Result: 5.10
    Check complete. The overall result of this check is: Passed
    CertifiedVersions Check: Success.
    Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
    Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
    Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
    Checking for SUNWlibC; found Sun Workshop Compilers Bundled libC(SUNWlibC). Passed
    Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
    Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
    Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
    Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
    Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
    Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
    Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
    Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
    Check complete. The overall result of this check is: Passed
    Packages Check: Success.
    Checking for 127111-02; found 127127-11. Passed
    Checking for 137111-04; found 137137-09. Passed
    Check complete. The overall result of this check is: Passed
    Patches Check: Success.
    Expected result: 1024MB
    Actual Result: 16384MB
    Check complete. The overall result of this check is: Passed
    TotalMemory Check: Success.
    Verifying data......
    Copying Files...
    -----------20%----------40%----------60%----------80%--------100%
    Applying Oneoff Patch...
    [CONFIG] Launching Config Actions....
    Started Configuration:Web Tier Configuration
    [CONFIG]:Create and Start AS Instance (Web_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Creating Oracle Instance directories...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Recording OPMN ports reservations...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Bootstrapping OPMN configuration files...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Instantiating opmnctl for direct usage...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Skipping instance registration
    [CONFIG] SUCCESS:Create and Start AS Instance (Web_PIT3)
    [CONFIG]:Create and Start OHS Component (ohs_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Provisioning OHS files for ohs_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Customizing httpd.conf
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Skipping ohs_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start OHS Component (ohs_PIT3)
    [CONFIG]:Create and Start Web Cache Component (webcache_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Provisioning WebCache files for webcache_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Copying WebCache files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Customizing webcache.xml
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Skipping webcache_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start Web Cache Component (webcache_PIT3)
    Configuration:Web Tier Configuration completed successfully
    The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD completed successfully.
    Prompt holds here I have to press ENTER to come out
    =========================================================

    Hi All,
    I am working on silent installation of Oracle FMW components, I am using the response file approach and Oracle Universal Installer. The aim is to integrate these installation commands to continuous integration tools like Jenkins/ControlTier.
    When the installation finishes, the current shell still holds the prompt. I need to press ENTER to get out. The problem If I integrate them with this tools their flow does not end up, as command prompt does not return. In addition to that I need the returned execution status (echo $?) for evaluating the process.
    I have tried launching it in background but did not work, any ideas ?
    They say, silent does not require user interaction still we have to press ENTER to exit the console (silent + GUI).
    Please suggest.
    Thanks in advance,
    Bhaskar
    I am posting one of the application installation output to give a better idea(Oracle Webtier Utilities):
    =========================================================
    bash-3.2$ ./runInstaller -silent -responseFile /sarbackups1/infra_build/response/WebtierSOA_InstallOnly_11.1.1.4.rsp &
    [1] 17055
    -bash-3.2$ Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 3578 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 28991 MB Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-02-21_04-40-33PM. Please wait ..../runInstaller: syntax error at line 299: `count1=$' unexpected
    Log: /u01/app/oracle/oraInventory/logs/install2012-02-21_04-40-33PM.log
    Copyright (c) 1999, 2009, Oracle and/or its affiliates. All rights reserved.
    Reading response file..
    Expected result: One of 5.9,5.10
    Actual Result: 5.10
    Check complete. The overall result of this check is: Passed
    CertifiedVersions Check: Success.
    Checking for SUNWarc; found Lint Libraries (usr)(SUNWarc). Passed
    Checking for SUNWbtool; found CCS tools bundled with SunOS(SUNWbtool). Passed
    Checking for SUNWhea; found SunOS Header Files(SUNWhea). Passed
    Checking for SUNWlibC; found Sun Workshop Compilers Bundled libC(SUNWlibC). Passed
    Checking for SUNWlibm; found Math & Microtasking Library Headers & Lint Files (Usr)(SUNWlibm). Passed
    Checking for SUNWlibms; found Math & Microtasking Libraries (Usr)(SUNWlibms). Passed
    Checking for SUNWsprot; found Solaris Bundled tools(SUNWsprot). Passed
    Checking for SUNWtoo; found Programming Tools(SUNWtoo). Passed
    Checking for SUNWi1of; found ISO-8859-1 (Latin-1) Optional Fonts(SUNWi1of). Passed
    Checking for SUNWi1cs; found X11 ISO8859-1 Codeset Support(SUNWi1cs). Passed
    Checking for SUNWi15cs; found X11 ISO8859-15 Codeset Support(SUNWi15cs). Passed
    Checking for SUNWxwfnt; found X Window System platform required fonts(SUNWxwfnt). Passed
    Check complete. The overall result of this check is: Passed
    Packages Check: Success.
    Checking for 127111-02; found 127127-11. Passed
    Checking for 137111-04; found 137137-09. Passed
    Check complete. The overall result of this check is: Passed
    Patches Check: Success.
    Expected result: 1024MB
    Actual Result: 16384MB
    Check complete. The overall result of this check is: Passed
    TotalMemory Check: Success.
    Verifying data......
    Copying Files...
    -----------20%----------40%----------60%----------80%--------100%
    Applying Oneoff Patch...
    [CONFIG] Launching Config Actions....
    Started Configuration:Web Tier Configuration
    [CONFIG]:Create and Start AS Instance (Web_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Creating Oracle Instance directories...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Recording OPMN ports reservations...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Bootstrapping OPMN configuration files...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Instantiating opmnctl for direct usage...
    [CONFIG] [Web Tier Configuration] [Create and Start AS Instance (Web_PIT3)]:Skipping instance registration
    [CONFIG] SUCCESS:Create and Start AS Instance (Web_PIT3)
    [CONFIG]:Create and Start OHS Component (ohs_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Provisioning OHS files for ohs_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Copying OHS files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Customizing httpd.conf
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Skipping ohs_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start OHS Component (ohs_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start OHS Component (ohs_PIT3)
    [CONFIG]:Create and Start Web Cache Component (webcache_PIT3)
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Creating empty component directories...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Provisioning WebCache files for webcache_PIT3
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Copying WebCache files from ORACLE_HOME to ORACLE_INSTANCE locations
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Customizing webcache.xml
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Adding component's process control to OPMN...
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Skipping webcache_PIT3 component registration.
    [CONFIG] [Web Tier Configuration] [Create and Start Web Cache Component (webcache_PIT3)]:Invoking opmn reload...
    [CONFIG] SUCCESS:Create and Start Web Cache Component (webcache_PIT3)
    Configuration:Web Tier Configuration completed successfully
    The installation of Oracle AS Common Toplevel Component, Oracle WebTier and Utilities CD completed successfully.
    Prompt holds here I have to press ENTER to come out
    =========================================================

  • SIlent Installation (1.5) just copies files

    I tried the silent installation as described in Silent Installation. But even after rebooting the client, it still shows and uses the old version. "java -version", Java control panel all, Windows installed software, ... all show just the old version, but the files of the new version are properly installed.
    I noticed that a Java application was running on the client. So I retried by deleting the new JRE files, rebooting the client (still no sign of installation of the new version). And tried to rinstall the new version via remote silent installation. This time it canceled installation saying that it is already installed, but the client does not have anything of the new version - even not in the registry. ?

    I saw that the installation was not done on the
    client but on the server!!! When I think about it,
    stating the client via setting the client network
    path at INSTALLDIR= just copied the files on the
    client, but the rest of the installation was done on
    the server. I thougth this "silent installation" also
    works for remote installations, like sayd in the same
    doc:
    It is intended for:
    system administrators who want to deploy Java Plug-in
    and the JRE on multiple PCs in the Intranet
    environment without user interaction
    LOL. I can see how someone could misunderstand. When a "system administrators" installs applications he uses specialized tools that allows him/her to remotely run those install program on those clients. It wouldn't do him much good if 1000 or so remotely run installs all had GUI interfaces. He just wants something that just runs without a GUI, installs and then quits. That is what "silent installation" does for a "system administrator".

  • Silent Installation on remote client computer?

    The SIlent Installation description writes:
    It is intended for:
    system administrators who want to deploy Java Plug-in and the JRE on multiple PCs in the Intranet environment without user interaction
    That sounds exactly what I need. But when I do such a silent installation, there are no options for the remote computer (like 'destination client='). First I just set the network path for the INSTALLDIR and found that just the files were copied to the network computer but the installation was done locally. So, how can I tell the silent installation that I want to install on a remote computer?

    MDN,
    Thank you for your
    continued investment in Lookout.  Lookout
    6 includes many improvements over earlier versions including enhanced data
    reliability and the ability to interface Lookout databases with other National
    Instruments software products, such as the LabVIEW Datalogging and Supervisory
    Control Module and DIAdem.   
    After our recent
    release some users reported the CPU performance issues that you mentioned in
    this thread.  This issue should not
    affect all users.  We are aware of the
    issue and are working to resolve it. 
    Please check back frequently at ni.com/downloads for information
    regarding Lookout fixes and patches.
    Thank you for
    your feedback. 
    Regards,
    Nick F
    Product Support Engineer
    National Instruments
    ~~

  • Installing JRE in silent mode

    Need to install JRE in Linux in silent mode (have to give yes to license agreement with no user intervention). I tried the following ways
    1. In Shell Script : expect -re "Do you agree to License"
    Send - yes/r
    2.. Ran from command line: /jre.bin -acceptlicense=yes
    3. Ran from command line : ./jre.bin -silent
    Above options did not work, let me know whether we have any other option ?

    On your oracle installation CD , there will be directory disk1/stage/response .. In this directory you can find the response file that can be used for installation. Just edit the file to provide the values for ORACLE_HOME , ORACLE_SID , Type of Installation into it. Setup the env for ORalce installation . After creating the necessary directories and preparing the operating system for installation , You can use the following command to install Oracle in Silent mode.
    ./runInstaller -silent -responseFile /disk1/media/response/10gR2.rsp

  • Error with Silent installation

    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.

    Hi,
    Seems to be okay at a quick glance, but would like to know if you have logged in
    as Administrator and installed. This seems to be like the directory server doesn't
    starts up. Have you checked if other type of installation, typical/custom to see if
    they make this working ?
    Regards
    Raj
    Fernando Lafora wrote:
    When I am doing the Solaris SP3 silent installation,
    I got the following error:
    "AdmInit: Failed to create psetHandle for cn=slapd-dali9,
    cn=iPlanet Dire ctory Server, cn=Server Group,
    cn=dali9.sunformacion.com, ou=sunformacion.com,
    o =NetscapeRoot (error code = 2)"
    (this is only 1 line).
    Anyway, everithing seems to work right, but I would like to
    know what is goint on.
    The install.inf and userinput.log are attached.
    Thanks.
    g_install_type 2
    NAS_backup_dir /train/iplanet/ias6/ias/backup
    POST_configure_LDAP Y
    FLAG_webconn 1
    FLAG_webless 1
    FLAG_nasa 1
    FLAG_deploy 1
    FLAG_newdeploy 1
    FLAG_nas 0
    LDAP_ServerRoot /train/iplanet/ias6
    LDAP_Hostname dali9.sunformacion.com
    LDAP_ServerIdentifier dali9.sunformacion.com
    LDAP_ServerPort 389
    LDAP_RootDN cn=Directory Manager
    LDAP_RootDNPwd dirmanager
    LDAP_AdminDomain sunformacion.com
    AdminServer_Port 5000
    LDAP_UserDirectoryAdminID admin
    LDAP_UserDirectoryAdminPwd admin
    LDAP_UserDirectoryLdapURL ldap://dali9.sunformacion.com:389/o=sunformacion.com
    LDAP_UseExistingUG N
    Flag_UpgradeFromSP1 N
    NAS_home /train/iplanet/ias6/ias
    NAS_userinputlog /train/iplanet/ias6/ias/userinput.log
    choice 1
    NAS_choice 1
    NAS_webserver 1
    NAS_CopyHTML 1
    NAS_extract_Orbix 1
    BASEDIR /train/iplanet/ias6/ias
    LocalHostName dali9.sunformacion.com
    LocalIPAddress 192.168.217.9
    FLAG_upgrade 0
    LDAP_nasconfig iasconfig
    POST_update_KIVAwebcgi_and_KIVAwebdocs Y
    KIVAwebdocs /train/iplanet/iws6/docs
    KIVAKey 2874059511-1648566893
    NSRootDir /train/iplanet/iws6/https-dali9.sunformacion.com
    CLUSTERNAME dali9.sunformacion.com
    POST_chmod_660_reg_dat N
    POST_chmod_777_gxlib_etc Y
    POST_configure_webserver Y
    d_str
    i_str
    CURPWD
    res
    nsinst /train/iplanet/iws6/https-dali9.sunformacion.com
    webserver_version 6.0 B05
    USER root
    WEBUSER iasuser
    WEBUSERGRP 101
    CURRENTUSERGRP 1
    MODE 777
    AdminPort 10817
    KIVAadmport 10817
    GXPort 10818
    KIVAkxsport 10818
    CGIPort 10819
    KIVAcgiport 10819
    KIVAjs 1
    KIVAkjsport_1 10820
    KIVAcs 1
    KIVAkcsport_1 10821
    NASA_ADMIN_USER admin
    PASSWORD admin
    IS3PJDBC 0
    ORACLEDIR
    ORCLVER
    ORCLSID
    ORCLLibrary
    SYBSDIR
    DSQUERY
    SYBSLibrary
    SYBSLibraryPath
    IFMXDIR
    IFMXSVR
    IFMXLibrary
    DB2DIR
    DB2INST
    DB2Library
    PRIOR 99
    PREFER_DB
    ORCLPriority 25
    SYBSPriority 20
    IFMXPriority 15
    DB2Priority 10
    TXN_DirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR
    TXN_MirrorDirectoryRoot /train/iplanet/ias6/ias/CCS0/TXNMGR_MIRROR
    TXN_IsEnabled 1
    TXN_InstallDefaults 0
    RES_Number 0
    TXN_DirectoryRoot_logVol_1 /train/iplanet/ias6/ias/CCS0/TXNMGR/ENG1/logVol
    TXN_IsRaw_1 0
    TXN_Offset_1 -1
    TXN_Size_1 1000
    RES_InstallResourceManager 0
    i18nFlag N
    currentUser root
    currentGroup other
    SuiteSpotUserID iasuser
    SuitespotGroup iasgroup
    chownNASfiles 1
    [General]
    FullMachineName= dali9.sunformacion.com
    SuiteSpotUserID= iasuser
    SuitespotGroup= iasgroup
    ServerRoot= /train/iplanet/ias6
    AdminDomain= sunformacion.com
    ConfigDirectoryAdminID= admin
    ConfigDirectoryAdminPwd= admin
    ConfigDirectoryLdapURL= ldap://dali9.sunformacion.com:389/
    UserDirectoryAdminID= admin
    UserDirectoryAdminPwd= admin
    UserDirectoryLdapURL= ldap://dali9.sunformacion.com:389/o=sunformacion.com
    Components= svrcore,base,slapd,admin,nas,nascore
    [slapd]
    SlapdConfigForMC= Yes
    SecurityOn= No
    UseExistingMC= No
    UseExistingUG= No
    ServerPort= 389
    ServerIdentifier= dali9.sunformacion.com
    Suffix= o=sunformacion.com
    RootDN= cn=Directory Manager
    UseReplication= No
    SetupSupplier= No
    SetupConsumer= No
    AddSampleEntries= No
    InstallLdifFile= suggest
    AddOrgEntries= Yes
    DisableSchemaChecking= No
    RootDNPwd= dirmanager
    Components= slapd,slapd-client
    [admin]
    SysUser= root
    Port= 5000
    ServerIpAddress= 192.168.217.9
    ServerAdminID= admin
    ServerAdminPwd= admin
    Components= admin,admin-client
    [msg]
    [base]
    Components= base,base-client,base-jre
    [nas]
    Components= WEBCONNECTOR,WEBLESS,iAS-AT,iAS-DT,pointbase,iAS_BASE

  • Error in Silent Installation of Oracle Database 10g R2

    Hi All,
    I want to install oracle DB10gR2 through silent installation(through command) and got the following error druing the prerequesties checks...
    Anyone can pl. let me know how to ignore tis error or continue with this installation as we normally do in GUI instllation.
    chk d below log for silent installation ...
    =================================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=32. Failed <<<<
    Checking for semmni=128; found semmni=128. Passed
    Checking for shmmax=536870912; found shmmax=33554432. Failed <<<<
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=52371. Failed <<<<
    Checking for VERSION=2.4.21; found VERSION=2.4.21-4.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=32768 - 61000. Failed <<<<
    Checking for rmem_default=262144; found rmem_default=65535. Failed <<<<
    Checking for rmem_max=262144; found rmem_max=65535. Failed <<<<
    Checking for wmem_default=262144; found wmem_default=65535. Failed <<<<
    Checking for wmem_max=262144; found wmem_max=65535. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The kernel parameters do not meet the minimum requirements (see above).
    Recommendation: Perform operating system specific instructions to update the kernel parameters.
    =======================================================================
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.2-95.3
    Check complete. The overall result of this check is: Failed <<<<
    Performing check for TotalMemory
    ===============================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 496MB
    Check complete. The overall result of this check is: Failed <<<<
    Check complete: Failed <<<<
    Problem: The system does not have sufficient physical memory to perform the install.
    Recommendation: Increase the amount of physical memory available to your system before continuing with the installation.
    ===============================================================

    Hi Pierre,
    thats fine that I should nt contuinue the installation if the prerequisties isnt match
    but my question is "if we are doing the same installation in GUI based then we have to select that failed components and verify it again, i.e. I select that failed component and retry it (that the same thing done by me) and its working perfectly..." and my installation is successfully completed with any errors.
    So, how can I do the same thing through command line, IF I want to retry for the failed components?
    FYI ...Log for kernel parameters, RPM and Memory...
    ==========================================================
    Performing check for Kernel
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250. Passed
    Checking for semmns=32000; found semmns=32000. Passed
    Checking for semopm=100; found semopm=100. Passed
    Checking for semmni=128; found semmni=128. Passed
    Checking for shmmax=536870912; found shmmax=536870912. Passed
    Checking for shmmni=4096; found shmmni=4096. Passed
    Checking for shmall=2097152; found shmall=2097152. Passed
    Checking for file-max=65536; found file-max=65536. Passed
    Checking for VERSION=2.4.21; found VERSION=2.4.21-4.ELsmp. Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000. Passed
    Checking for rmem_default=262144; found rmem_default=262144. Passed
    Checking for rmem_max=262144; found rmem_max=262144. Passed
    Checking for wmem_default=262144; found wmem_default=262144. Passed
    Checking for wmem_max=262144; found wmem_max=262144. Passed
    Check complete. The overall result of this check is: Passed
    Check complete: Passed
    =====================================================
    2) also the GLIBC is already higher version with me..then why it shown me as fail
    Performing check for GLIBC
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.2-95.27
    Actual Result: 2.3.2-95.3
    Check complete. The overall result of this check is: Failed <<<<
    =====================================================
    3) Memory error
    Performing check for TotalMemory
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 496MB
    Check complete. The overall result of this check is: Failed <<<<

  • Silent Installation of Additional OMS 10.2.0.4 with 11.1.0.7 repo fails...

    Followed instructions from the OEM Installation and Basic Configuration guide E10953-04 - Software Only Installation...
    In the section 'Temporary update of the Repository Core Version' I changed the version to 10.2.0.1.0
    When trying to install additional OMS on Linux x86-64 using silent installation... The installer fails with the below message...
    connectString = xxxxx:xxxx:emdb1
    INFO: 1/17/09 1:09:42 AM EST: Query Returned: 11.1.0.7.0
    1/17/09 1:09:43 AM EST: User Selected: S&top installation of this component only.
    1/17/09 1:09:43 AM EST: Invalid version: To be used for the Management Repository, the database must be version 9.2.0.6.0, or version 10.1.0.3.0 or higher.
    1/17/09 1:09:43 AM EST: This silent installation was unsuccessful.
    Any Ideas...

    Directly pointy to 11G database is not supported, you have to go by note 467677.1

  • Issue with oracle11g weblogic server(10.3.6) silent installation

    Hello Everyone,
    I am trying to install WL server through silent mode.
    The silent.xml that i am using is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Silent installer option -mode=silent -silent_xml="/u01/app/wlogic/sil/silent.xml" -->
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/u01/app/wlogic/sil" />
    <data-value name="WLS_INSTALL_DIR" value="/u01/app/wlogic/sil/wlserver_10.3" />
    <data-value name="COMPONENT_PATHS"
    value="WebLogic Server/Core Application Server|WebLogic Server
    /Administration Console|WebLogic Server/Configuration Wizard and Upgrade
    Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic
    JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server
    /WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
    |WebLogic Server/UDDI and Xquery Support|WebLogic Server/Server Examples" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="yes"/>
         <!--
                   <data-value name="LOCAL_JVMS" value="/usr/java/jdk1.7.0_07" />
              -->
    </input-fields>
    </bea-installer>
    The installation returns a failure code "null".
    I am using the generic installer and have successfully installed through the GUI and console mode.
    The OS is Red Hat Enterprise Linux 5.4(32bit on VWare machine).
    I have also tried it on Windows 7.
    I am at my wits end and any help would be appreciated.
    thanks in advance
    Jitendra
    PS:- i am new here and hence any forum policies that may have been violated by me is un-intentional.

    Thanks Fabian for taking out your time for helping me.
    This solution is not working completely though.
    The log has more information now but still does not make much sense.
    Hope it does for you.
    Here is a part of log for your perusal
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Evaluation Database=false
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Workshop Code Completion Support=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - Oracle Configuration Manager=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Data Collector=true
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - Oracle Coherence=false
    2012-10-19 16:00:54,605 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Coherence Product Files=false
    2012-10-19 16:00:54,606 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl -      Coherence Examples=false
    2012-10-19 16:00:54,606 DEBUG [home] com.bea.cie.gpr.internal.model.HomeTargetImpl - -----------COMPONENT SELECTIONS DUMP END-----------
    2012-10-19 16:00:54,606 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "WebLogic Web Server Plugins "
         at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:347)
         at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
         at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:722)
    2012-10-19 16:00:54,607 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.CleanupTaskManager - Preparing cleanup task: com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.tasks.AbstractCleanupTask - com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask.doBefore()
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.common.cleanup.CleanupTaskManager - Executing cleanup task: com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask
    2012-10-19 16:00:54,607 DEBUG [WizardController] com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask - Deleting file/directory '/tmp/bea2028415609744706723.tmp'
    2012-10-19 16:00:54,618 DEBUG [WizardController] com.bea.plateng.wizard.installer.cleanup.tasks.CleanupTempTask - command=/usr/java/jdk1.7.0_07/bin/java -cp . com.bea.plateng.common.util.Delete /tmp/bea2028415609744706723.tmp 30
    2012-10-19 16:00:54,641 DEBUG [WizardController] com.bea.plateng.wizard.WizardController - Terminating..
    Hope it helps.
    regards,
    Jitendra

  • Photoshop Elements 13 Silent Installation

    Hi.
    I am trying to do a silent installation of Photoshop Elements 13.
    We can rollout single installations to specific computers with Enteo DSM (Client Management System).
    When i assign an installation to a client, i have the possibility to give the serialnumber with the installationpackage as an variable.
    This worked well with PSE10, PSE11 and PSE12.
    But with Version 13 the installation routine changed completly. Are there any instructions to do an silent installation with PSE 13 ?
    Cheers
    Tobi

    Shikha,
    Silent install worked great but I cant get the adobeID to serialize. I used this for PSE 12 but it's not working on 13.
    adobe_prtk --tool=Serialize --leid=V7{}PhotoshopElements-EMT13-Win-GM  --serial="xxxx-xx...." --adobeid="[email protected]"
    Do I have the right leid? I couldn't find any information on how to get the Adobe ID working.

Maybe you are looking for

  • INTERCOMPANY BILLING AND STO

    Hi! i wan som info regardin INTERCOMPANY BILLING AND STO. Thank u Bye

  • Third party tool link for EDI 810

    Hi,   What is the third party tool for mapping EDI 810 and link. Thanks avi

  • Oracle connectivity to Database:

    We have successfully install Oracle 11g Client R2 x64 on Windowos Server 2008 EE R2 X64. we did not face any hurdle during installation and also made service. But the problem is, PL/SQL Developer 7.0, 8.0 and 9.0 does not show database in the list. P

  • Output device - POSTSCPT

    Dear Experts, We are getting the following error when printing the remittance advice we are getting the error "output device is not type POSTSCPT" Please advice. Thanks Balu

  • Modified date

    Hi I just want to know if we can get the last modified date of an image in a windows file system via plsql ; the images stored in file server ,and if so, how? Thanks Bara' Edited by: user818016 on 22/10/2008 04:10 ص