I am basically a configuration management and automation expert . I have got a task to create weblogic domains for SOA silently . The document that I have to follow is
http://docs.oracle.com/cd/E23943_01/core.1111/e12036/create_domain.htm#SOEDG532
I created the domain silently using a response file however oracle confirmed that JDBC cannot be configured this way and only wlst scripts can be used.
This is what I need to get using wlst script
products
- Basic WebLogic Server Domain
- Oracle Enterprise Manager
- Oracle WSM Policy Manager
- Oracle JRF
Component schema
- component schema - OWSM MDS Schema
- schema owner - DEV_MDS
- username - abc
- password - xyz
- service listener - XXYYZZ
- port - 1554
Admin Server
- Name: AdminServer
- Listen Address: enter ADMINVHN.
- Listen Port: 7001
- SSL listen port: N/A
Managed Servers
- WLS_WSM1 xx.xx.xx.xx 7010
- WLS_WSM2 xx.xx.xx.xx 7010
Cluster
WSM-PM_Cluster
Assign WLS_WSM and WLS_WSM2 to WSM-PM_Cluster
Node MAnagers machines
- SOAHOST1 xx.xx.xx.xx
- SOAHOST2 xx.xx.xx.xx
- ADMINHOST xx.xx.xx.xx
Assign Servers to machines
- SOAHOST1: WLS_WSM1
- SOAHOST2: WLS_WSM2
- ADMINHOST: AdminServer
Target Deployments to Clusters or Servers, the wsm-pm application is targeted to the WSM-PM_Cluster only. All other deployments are targeted to the AdminServer. All JDBC system resources should be targeted to both the Admin Server and WSM-PM_Cluster.
Can some one help me with a sample script? I can build upon that . I have no experience of wlst.
I found quite reasonable set of Chef cookbooks for WLS in this GitHub repository.
Perhaps you will find it useful.
Best regards, Jarek