WL10.1 domain configuration in silent mode?

Hi,
Our existing domain in production is 8.1 and I use the configuration wizard in silent mode to set up domains. This has been an extremely useful tool because I can version control the silent script and also repeatedly and consistently create domains in multiple environments (prod, dev, test).
We are going to be migrating to 10.1. I have read domain creation strategies in 10.1 documentation and no where is the silent mode domain creation mentioned.
Has silent mode domain creation using configuration wizard been taken out in 10.1?
Thanks!

Hi,
After installing WL 10.1, there should be a sample silent.xml script inside your WL_HOME dir, you can customize it according to your environment needs.
Weblogic Consultant

Similar Messages

  • Silent domain configuration

    Does anyone know the call to make to run the domain configuration wizard in silent
    mode (directly, without using the weblogic installer)?
    Thanks,
    James

    Hello all, I am trying to execute the domain configuration wizard in silent mode,
    but appear to be having some classpath problems. The class that is complains
    about not finding exists in the weblogic.jar of the ebcc and server lib, but I
    have tried several times and different ways (ie. export CLASSPATH, pass -classpath,
    execute set-environment, etc.) to include these classes in the classpath. Any
    help would be greatly appreciated. The wizard still returns that it completed
    successfully, however, all of the files for the domain template have not been
    copied to the new instance. An excerpt from the dmwiz filent log containing the
    error receieved is as follows:
    2002-12-17 22:19:47,198 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=WLS_PASSWORD before=@B
    EA_WEBLOGIC_SERVER_ADMIN_PASSWORD@ after=$C_password$ value=q1w2e3r4
    2002-12-17 22:19:47,199 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=WL_HOME before=@WL_HOM
    E after=$USER_INSTALL_DIR$ value=
    2002-12-17 22:19:47,199 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=BEAHOME before=@BEA_HO
    ME after=$BEAHOME$ value=
    2002-12-17 22:19:47,200 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=JAVA_HOME before=@JAVA
    HOME after=$JAVAHOME$ value=
    2002-12-17 22:19:47,200 INFO [dwstringsubs] com.bea.wizard.domain.tasks.DWStringSubsTask
    - pname=DOMAIN_NAME before=@DO
    MAIN_NAME after=$C_domainName$ value=portalDevDomain
    java.lang.ClassNotFoundException: weblogic.security.internal.InstallProxy
    at com.bea.installer.utils.classloader.GenericClassLoader.reallyLoadClass(GenericClassLoader.java:352)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:165)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:140)
    at com.bea.installer.tasks.SecurityTask.invokeMethod(SecurityTask.java:175)
    at com.bea.installer.tasks.SecurityTask.updateFileRealm(SecurityTask.java:105)
    at com.bea.installer.tasks.SecurityTask.run(SecurityTask.java:75)
    at java.lang.Thread.run(Thread.java:479)
    2002-12-17 22:19:47,912 ERROR [updateSecurity] com.bea.installer.tasks.SecurityTask
    - Error creating ldift file for doma
    in: /home/agrohs/web7.0/portalDevDomain
    java.lang.ClassNotFoundException: weblogic.security.internal.InstallProxy
    at com.bea.installer.utils.classloader.GenericClassLoader.reallyLoadClass(GenericClassLoader.java:352)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:165)
    at com.bea.installer.utils.classloader.GenericClassLoader.loadClass(GenericClassLoader.java:140)
    at com.bea.installer.tasks.SecurityTask.invokeMethod(SecurityTask.java:175)
    at com.bea.installer.tasks.SecurityTask.updateLDAP(SecurityTask.java:150)
    at com.bea.installer.tasks.SecurityTask.run(SecurityTask.java:78)
    at java.lang.Thread.run(Thread.java:479)
    2002-12-17 22:19:48,340 INFO [BEAInstallController] com.bea.installer.BEAInstallController
    - Terminating.
    Thanks,
    Adam S. Grohs
    [email protected]
    Simon Nunn <[email protected]> wrote:
    James,
    Here is how to start in silent mode:
    #!/bin/sh
    # $1 is the xml file for the installer.
    cd /export/home/snunn/cust/bea/weblogic700/common/lib
    echo `date`
    if [ "$1" = "console" ]; then
    /export/home/snunn/cust/bea/jdk131_02/bin/java
    -Dplatform.properties=platform.properties -Dprod.name="WebLogic Platform"
    -Dprod.version=7.0 -Dprod.maintlevel=SP0 -jar dmwiz.jar -mode=console
    else
    /export/home/snunn/cust/bea/jdk131_02/bin/java
    -Dplatform.properties=platform.properties -Dprod.name="WebLogic Platform"
    -Dprod.version=7.0 -Dprod.maintlevel=SP0 -jar dmwiz.jar -mode=silent
    -silent_xml=/export/home/snunn/$1 -log=/export/home/snunn/install.log
    fi
    Thanks,
    Simon
    James Weavers wrote:
    Does anyone know the call to make to run the domain configuration wizardin silent
    mode (directly, without using the weblogic installer)?
    Thanks,
    James

  • Domain configured to SOA Suite (silent mode)

    Hi,
    How can I generate a domain (in Weblogic Server 10.3.3) configured automatically to support products as "Oracle BPM Suite", "Oracle SOA Suite", etc. but in silent mode? And then, how I can assign MDS repositories?
    I have tested with WLST but it hasn't been successful...
    Thanks!

    Hi,
    I also need the exact same requirement, a domain to be created silently for SOA/BPM suite, is there any way of doing it using WLST? We would run this script every night for a continious integration test which would provision the environment also.
    After SOA suite is installed, we need to configure it using ./config.sh following steps:
    1. Supported components
    2. Configure username/passwd
    3. JDBC schema configuration
    4. Test schema
    Is there are any WLST way of doing this?
    Please suggest.
    Thanks in advance,
    Bhaskar

  • Getting Error in creating weblogic domain in silent mode.

    Hi,
    I want to create a weblogic domain in silent mode. When I execute the command  ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml, I am getting the error given below.
    bash-3.00$ cd /apps/Oracle/Middleware/oracle_common/common/bin
    bash-3.00$ ./config.sh -mode=silent -silent_xml=/home/oracle/silent.xml
    ** Could not find default script file under home directory: "/apps/Oracle/Middleware/wlserver_10.3/configscript.txt"
    Please let me know what could be the issue
    Thanks in Advance!
    Regards,
    Roshni Shankar

    Hi Roshni,
    What is the version of wls you are using ?
    There is no silent mode of domain configuration. There is silent mode of wls installation.
    You can refer to :
    Introduction - 11g Release 1 (10.3.6)
    Thanks,
    Sharmela

  • Can't run Domain Configuration Wizard in GUI mode

    I work on a Java development team where each developer has a local WebLogic 10.3.2 server for Windows x86 installed. A small handful of these developers are unable to run the Domain Configuration Wizard (i.e. <WLS_HOME>\common\bin\config.cmd) in GUI mode. When they start it the splash screen will appear briefly and then disappear with nothing more to see. The majority of the developers have no problem with this. Where should I start looking to identify the possible causes for this problem?

    I will suggest following:
    1) instead of clicking on config.cmd in windows browser; run config.cmd at command prompt. You can see error there
    2) check version of java, and if it is certified.
    3) as an alternate you can start the installer in console mode using 'config.cmd -mode=console'

  • How to configure and deploy OAM 11g with DB setup using silent mode

    Hello all,
    I am trying to create automation process to install and configure OAM 11g on WLS. This task involves three stages
    1. Install WLS
    2. Install OAM 11g
    3. Create DB schema using RCU
    4. Configure and deploy OAM 11g
    I have done first 3 stages in silent mode using scripts and response files. I am stuck at 4th stage. I know how to configure and deploy OAM 11g using config.sh via GUI installer as well as console mode. But I would like to run config.sh in silent mode something like
    ./config.sh -mode=silent -silent_script=<script_location>
    I have searched a lot, but could not find any resource on how to do it? I tried passing the parameters via a text file. But that has not worked. I have also explored WLST, but it also does not work. Given that first 3 things are relatively very simple, the 4th step is becoming complex. I would be very thankful if someone can please point me in the right direction.
    Thanks!

    Have a look at your software directory : <sofware directory>/Disk1/stage/Response
    Here you will find 2 rsp files which you can use to install and then configure it all.
    Good luck.
    Filip

  • Configure JTA Via Silent Mode Config Wizard?

    In WebLogic 8.1, can JTA (in particular, TimeoutSeconds) be configured from a silent
    mode configuration wizard script? What expression do you use to get your paws
    on the JTA object? Thanks in advance.

    JTA is currently not a configurable object type in the 8.1 silent mode config wiz. It
    will be in 8.1 SP3.
    Dave Muirhead wrote:
    In WebLogic 8.1, can JTA (in particular, TimeoutSeconds) be configured from a silent
    mode configuration wizard script? What expression do you use to get your paws
    on the JTA object? Thanks in advance.

  • SOA Domain using Silent mode

    Hi
    Can anybody tell me how to create a SOA domain using WLST?
    --Thanks in Advance                                                                                                                                                                               

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • How can I do to install Patch and RDBMS using SILENT mode in a Pentium 4 ?

    I was installing the Oracle 8.1.6.0.0 in remote machines using a SILENT mode normally. But now, I`m having a problem with the Pentium 4. I need to apply a patch because of the bug number 1507768. And, after apply the patch, I don't get to install using the same response file (in a SILENT mode). How can I do to install the patch and the RDBMS using a SILENT mode in a Pentium 4?

    I've created a new domain with this command:
    $ asadmin create-domain adminport 18000 user admin dmRemineTest
    I've installed the serviceWindows with this script:
    SETLOCAL
    SET I=C:\Sun\SDK
    c:\windows\system32\sc.exe create JCAPS6U1_dmRemineTest binPath= "%I%\lib\appservService.exe \"%I%\bin\asadmin.bat start-domain dmRemineTest\" \"%I%\bin\asadmin.bat stop-domain dmRemineTest\"" start= auto DisplayName= "JCAPS6U1_dmRemineTest"
    pause
    ENDLOCAL
    like the one suggest me in this forum, and thanks for it but now i have an other problem. I've started the domain dmRemineTest and it is running:
    asadmin> list-domains
    dmRemineTest running
    domain1 not running
    Command list-domains executed successfully.
    I'm proving to access to eManager at link: http://intaliodevsrv:15000/eManager/Welcome.do
    inserting this informations required:
    Server Type: Sun Java System Application Server Domain (9.1)
    Host Name: localhost
    HTTP Administration Port: 18000
    User Name: admin
    Password: adminadmin
    I insert into HTTP Administration Port 18000 from here:
    <http-listener acceptor-threads="1" address="0.0.0.0" blocking-enabled="false" default-virtual-server="__asadmin" enabled="true" family="inet" id="admin-listener" port="18000" security-enabled="false" server-name="" xpowered-by="true"/>
    When I click on Connect to Server, eManager response with this message:
    Connection Failed. Please check the following:
    - Server Type is correct.
    - Server is running.
    - Hostname and Port number(s) are correct.
    - Server SSL configuration.
    How can I solve the problem?

  • How to automate domain configuration creation for OAM11g

    Hi
    Please let me know is there any way to automate the domain configuration creation for OAM 11g .
    For ex- Using config.sh in silent mode to create the domain.
    Oracle Access Manager - Version 11.1.1.5.0
    Thanks
    Anil

    You probably answered your own question. Yes, you can use silent installation for creation and configuration of OIAM products.
    Ref: Silent Installation
    -Bikash

  • ManagedServer entry using silent mode

              Folks,
              I created a Silent script for WebLogic81sp2 domain creation and everything seems
              to be ok.After creating the domain, I will be in the position to edit the startManagedWebLogic.cmd
              file manually to add the server name(set SERVER_NAME=ManagedServer).
              How can I update this using silent mode?
              See my script below, Thanks, Johnson
              //////Create the Admin Server
              find Server "myserver" as s1;
              set s1.Name "AdminServer";
              set s1.ListenAddress "localhost";
              set s1.ListenPort "10000";
              set s1.SSL.Enabled "false";
              //set s1.SSL.ListenPort "10001";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              //////Create the Managed Server
              create Server "ManagedServer" as s2;
              set s2.ListenAddress "localhost";
              set s2.ListenPort "10010";
              set s2.SSL.Enabled "false";
              //set s2.SSL.ListenPort "10011";
              set JavaHome "C:\beaplatform\jdk141_05";
              set ServerStartMode "dev";
              set CreateStartMenu "false";
              

    Hi
    I am getting the below exception any idea?
    Error: readTemplate() failed. Do dumpStack() to see details.
    Problem invoking WLST – Traceback (innermost last):
    File “c:\oracle\silentdomain.py”, line 3, in ?
    File “C:\Users\test\AppData\Local\Temp\WLSTOfflineIni1709266438475496258.py
    “, line 17, in readTemplate
    The template to read must be a jar file containing a valid domain configuration
    at com.oracle.cie.domain.script.jython.CommandExceptionHandler.handleExc
    eption(CommandExceptionHandler.java:51)
    at com.oracle.cie.domain.script.jython.WLScriptContext.handleException(W
    LScriptContext.java:1538)
    at com.oracle.cie.domain.script.jython.WLScriptContext.readTemplate(WLSc
    riptContext.java:340)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    com.oracle.cie.domain.script.jython.WLSTException: com.oracle.cie.domain.script.
    jython.WLSTException: com.oracle.cie.domain.script.ScriptException: unable to pa
    rse “template-info.xml” from template jar “C:\oracle\wlserver_10.3\common\templates\domains\wls.jar
    The template to read must be a jar file containing a valid domain configuration

  • Error when running netca in silent mode

    I found a type-o in Oracle's documentation for running netca in silent mode. See link:
    http://download-west.oracle.com/docs/html/B10811_05/app_nonint.htm#BABJFJID
    There is a line that reads:
    $ORACLE_HOME/bin/netca /silent /responsefile=/local_dir/netca.rsp
    However, it should read:
    $ORACLE_HOME/bin/netca /silent /responsefile /local_dir/netca.rsp
    Hope this saves you all lots of headaches!
    --Julie Johnson

    user8909477 wrote:
    i am running netca command in linuxGreat. But WHICH Linux???? Surprisingly it makes a difference. Just like asking to talk to a person, and specifying by family name, you might get the mother, the father, the son - and each might give a different response.
    >
    in /u01/oracle/TEST/db/tech_st/11.1.0/network/admin
    i am going to TCPs litener with port 2484.
    following error is appeared
    so please Guide me to solve this problem.
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Are you logging on as root? Are you SU'ing to Oracle or trying to run as riit?
    Try logging out - all the way out. Don't stop there, you need to log ALL the way out.
    And then log in as user Oracle.
    Logging in as root causes all sorts of headaches. Only SU to root, and then only when you absolutely need it.
    Now that you have logged out of root, and logged in (not just su'd) to oracle, what happens??

  • Pagp and silent mode

    Hello,
    I am confused with the "silent" mode when used with PAGP "auto" and "desirable" modes.
    "CCNP BCMSN exam certification guide" book, says that "silent" is used when peer is not capable of sending Pagp frames (does not participate in pagp), so that an etherchannel is built in our side anyway.
    But everywhere(cisco's site,book), is reffered that if one peer is in "auto" mode and other in "on" mode OR one peer is in "desirable" and other in "on" mode, a channel is not formed.
    Since the default submode for both - "desirable" and "auto" - is "silent"( meaning that our side does not expect any pagp frames) why a channel can not been established?
    Thanks.

    Hello Bob Grante,
    I agree with you that the documentation is very confusing and vague about PaGP negotiation.
    From what I understand an EtherChannel will form only if one side is configured to be non-silent. I cannot confirm this because I do not have access to a etherchannel capable switch at this time.
    I quote the 3550 Software Configuration Guide 12.2(25)SE.
    "Silent Mode" (Page 31-5)
    "The silent mode is used when the switch is connected to a device that is not PAgP-capable and seldom,
    if ever, sends packets. An example of a silent partner is a file server or a packet analyzer that is not
    generating traffic. In this case, running PAgP on a physical port connected to a silent partner prevents
    that switch port from ever becoming operational; however, the silent setting allows PAgP to operate, to
    attach the interface to a channel group, and to use the interface for transmission."
    The configuration examples te
    "Configuring EtherChannels (Page 31-10)
    "non-silent -- If your switch is connected to a partner that is
    PAgP-capable, you can configure the switch interface for
    nonsilent operation. You can configure an interface with the
    non-silent keyword for use with the auto or desirable mode.
    If you do not specify non-silent with the auto or desirable
    mode, silent is assumed. The silent setting is for connections
    to file servers or packet analyzers. This setting allows PAgP
    to operate, to attach the interface to a channel group, and to
    use the interface for transmission."
    I also would like to quote Brian McGahan, CCIE #8593
    "The description of silent and non-silent is hard to extrapolate from the brief description on CCO, but this is what it means. When in "silent" mode, the switch will generate (if in "desirable" mode) PAgP and respond to PAgP (if in "auto" mode) regardless of whether the link is "silent", meaning whether or not you are recieving traffic from your neighbor.
    When in "non-silent" mode, the switch will only initiate or respond to a PAgP request if the link is "non-silent", meaning that you are receiving traffic in the interface.
    Why this is even an option I'm not really sure, but by default the switch will run PAgP regardless of whether or not traffic is being received in the interface." -- http://forum.internetworkexpert.com/ubbthreads/showflat.php?Cat=&Number=3346&Main=3256
    I think the only way to find out is to test it yourself in a lab environment. I will keep this in mind for future testing.
    Best regards,
    Leon

  • Add a machine to Managed Server using silent mode script in wls12c (x64)

    Hi,
    I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
    I need to add followings to the domain.
    1. Data source
    2. JMSServer
    3. ConnectionFactory
    4. JMSModule
    5. Queue
    6. Machine which can be assigned to Managed Server.
    7. subdeployment
    I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
    when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
    Can anybody please help me creating the script to add these?
    Following is my Silent mode script
    read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
    set CreateStartMenu "false";
    set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
    set ServerStartMode "prod";
    find Server "AdminServer" as AdminServer;
    set AdminServer.ListenAddress "";
    set AdminServer.ListenPort "7003";
    set AdminServer.SSL.Enabled "true";
    set AdminServer.SSL.ListenPort "7002";
    //We can directly create a new managed server.
    create Server "ManagedServer_1" as ManagedServer_1;
    set ManagedServer_1.ListenAddress "";
    set ManagedServer_1.ListenPort "7001";
    set ManagedServer_1.SSL.Enabled "true";
    set ManagedServer_1.SSL.ListenPort "7002";
    //Create JDBC datasource and targeting it to cluster
    create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
    set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
    set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
    set MVestDSName.Password "xxxxxxx";
    set MVestDSName.Properties "user=xxxxxxx_user";
    assign JDBCConnectionPool "*" to target "ManagedServer_1";
    //create JMS server
    create JMSServer "MVestJMSServer" as jmsserver;
    assign JMSServer "*" to target "ManagedServer_1";
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
    set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
    assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    //create JMSQueue "PfPerformanceProfileQueue" as queue;
    //set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
    //set queue.StoreEnabled "false";
    //set queue.JMSServer "JMSServer"; //Target queue to JMS server
    //use templates default weblogic user
    find User "weblogic" as u1;
    set u1.password "weblogic1";
    //create a new user
    create User "Admin" as u2;
    set u2.password "weblogic1";
    //assign User "Admin" to Group "Administators";
    write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
    close template;
    Edited by: 998028 on 4 Apr, 2013 5:35 AM
    Edited by: 998028 on 9 Apr, 2013 6:28 AM

    Hi,
    I am Kanakaraju. I am new to this silent installation of weblogic server and domain creation. my requirement while creating domain with production mode is,
    I need to add followings to the domain.
    1. Data source
    2. JMSServer
    3. ConnectionFactory
    4. JMSModule
    5. Queue
    6. Machine which can be assigned to Managed Server.
    7. subdeployment
    I can add only first 3 (Data source, JMSManager, Connection factory), but can't add remaining.
    when i use "+create JMSQueue "PfPerformanceProfileQueue" as queue;+", it is throwing exception like JMSQueue is not found.
    Can anybody please help me creating the script to add these?
    Following is my Silent mode script
    read template from "C:\Oracle\Weblogic12\wlserver_12.1\common\templates\domains\wls.jar";
    set CreateStartMenu "false";
    set JavaHome "C:\bea10_3_3\jrockit_160_17_R28.0.0-679";
    set ServerStartMode "prod";
    find Server "AdminServer" as AdminServer;
    set AdminServer.ListenAddress "";
    set AdminServer.ListenPort "7003";
    set AdminServer.SSL.Enabled "true";
    set AdminServer.SSL.ListenPort "7002";
    //We can directly create a new managed server.
    create Server "ManagedServer_1" as ManagedServer_1;
    set ManagedServer_1.ListenAddress "";
    set ManagedServer_1.ListenPort "7001";
    set ManagedServer_1.SSL.Enabled "true";
    set ManagedServer_1.SSL.ListenPort "7002";
    //Create JDBC datasource and targeting it to cluster
    create JDBCConnectionPool "xxxxDSName" as xxxxxDSName;
    set MVestDSName.DriverName "oracle.jdbc.OracleDriver";
    set MVestDSName.URL "jdbc:oracle:thin:@(xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)";
    set MVestDSName.Password "xxxxxxx";
    set MVestDSName.Properties "user=xxxxxxx_user";
    assign JDBCConnectionPool "*" to target "ManagedServer_1";
    //create JMS server
    create JMSServer "MVestJMSServer" as jmsserver;
    assign JMSServer "*" to target "ManagedServer_1";
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    create JMSConnectionFactory "xxxxxConnectionFactory" as connectionFactory;
    set connectionFactory.JNDIName "jms/xxxxxConnectionFactory"; //JNDI name for Queue
    assign JMSConnectionFactory "*" to Target "ManagedServer_1"; //Target queue to JMS server
    //create JMS queue, default subdeployment will be created and targeted. Not sure
    //create JMSQueue "PfPerformanceProfileQueue" as queue;
    //set queue.JNDIName "jms/PfPerformanceProfileQueue"; //JNDI name for Queue
    //set queue.StoreEnabled "false";
    //set queue.JMSServer "JMSServer"; //Target queue to JMS server
    //use templates default weblogic user
    find User "weblogic" as u1;
    set u1.password "weblogic1";
    //create a new user
    create User "Admin" as u2;
    set u2.password "weblogic1";
    //assign User "Admin" to Group "Administators";
    write domain to "C:\Oracle\Weblogic12\user_projects\domains\silent-domain"; // The domain name will be "silent-domain"
    close template;
    Edited by: 998028 on 4 Apr, 2013 5:35 AM
    Edited by: 998028 on 9 Apr, 2013 6:28 AM

  • NetCA failed to install in silent mode

    1. My system - without X
    2. I am run runinstaller in silent mode and get error:
    INFO: Starting to execute configuration assistants
    INFO: Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java -Duser.dir=/u01/app/oracle/product/10.2.0/db_1/network/jlib -classpath /u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/i18n.jar:/u01/app/oracle/product/10.2.0/db_1/jdk/jre//lib/rt.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewt3.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ewtcompat-3_3_15.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/netcfg.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netcam.jar:/u01/app/oracle/product/10.2.0/db_1/network/jlib/netca.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/help4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/jewt4.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/oracle_ice.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/share.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/swingall-1_1_1.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvmhas.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/srvm.jar:/u01/app/oracle/product/10.2.0/db_1/network/tools:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt9.jar:/u01/app/oracle/product/10.2.0/db_1/jlib/ldapjclnt10.jar:/u01/app/oracle/product/10.2.0/db_1/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/10.2.0/db_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /u01/app/oracle/product/10.2.0/db_1 /orahnam OraDbHome1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /u01/app/oracle/product/10.2.0/db_1/network/install/netca_typ.rsp /silent
    Command = /u01/app/oracle/product/10.2.0/db_1/jdk/jre//bin/java ... has failed
    Execution Error : Exception in thread "main" java.lang.UnsatisfiedLinkError: /u01/app/oracle/product/10.2.0/db_1/jdk/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
         at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
         at java.awt.Component.<clinit>(Component.java:506)
    Configuration assistant "Oracle Net Configuration Assistant" failed
    3. I am found libXp.so.6 in /u01/app/oracle/product/10.2.0/db_1/lib/stubs
    4. How to point java to libXp.so.6 ?

    ldd libawt.so
         libmlib_image.so => not found
         libjvm.so => not found
         libXp.so.6 => not found
         libXt.so.6 => not found
         libXext.so.6 => not found
         libXtst.so.6 => not found
         libX11.so.6 => not found
         libm.so.6 => /lib/tls/libm.so.6 (0x40312000)
         libdl.so.2 => /lib/tls/libdl.so.2 (0x40334000)
         libjava.so => not found
         libc.so.6 => /lib/tls/libc.so.6 (0x40337000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
    Looking as oracle's bug for installation in silent mode.

Maybe you are looking for