Information
Unsupported content This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

Creating a Weblogic with Oracle11g service offering


This topic describes the tasks that you must perform in BMC Cloud Lifecycle Management to create the service offering that the end user can then use to provision the application infrastructure (for example, an OS and an application package). It includes the following topics:

To create the service and the service offering

In the BMC Cloud Lifecycle Management Administrator console, you must add a service and a service offering.

For Weblogic with Oracle11g service blueprint, create a service and service offering based on the available deployment model. The Weblogic with Oracle11g service blueprint supports the following service deployment models:

Deployment model

Description

Multi-tier

In the multi-tier deployment model, WebLogic is installed on one instance of a server and Oracle is installed on a separate instance of a server. 

To create a service

Error

Excerpt named creatingservice was not found in document xwiki:Automation-DevSecOps.Client-Management.BMC-Cloud-Lifecycle-Management.clm31._CSMinclusionsLib._inclusionsLibZipKits._createServiceOfferings.WebHome.

To create a service offering

Error

Excerpt named creatingserviceoffering was not found in document xwiki:Automation-DevSecOps.Client-Management.BMC-Cloud-Lifecycle-Management.clm31._CSMinclusionsLib._inclusionsLibZipKits._createServiceOfferings.WebHome.

To make the provisioning request

  1. Access Workspaces > Service Instances to display the Service Instances workspace, and click New Service Request.

    serviceinstances_request1.png
  2. In the New Service Request dialog box, click the server provisioning service you want to display the Submit Request dialog box.To complete the Service Request, specify the following Parameters:

    LAMPVariant.png

    Parameter

    Description

    Oracle: CharSet

    CharSet value to configure Oracle database

    Oracle: DB Password

    Oracle user password for database

    Confirm

    Confirm Oracle user password for database

    Oracle: DB Type

    Oracle database type

    Oracle: Global DB Name

    Global database name for Oracle database

    Oracle: RAM(MB)

    RAM for Oracle database

    Oracle: SID

    Oracle database SID

    Oracle: User Password

    Operating system level password for Oracle user

    Confirm

    Confirm operating system level password for Oracle user

    Root User Password

    Linux VM root user password

    Confirm

    Confirm Linux VM root user password

  3. Enter the data in the required fields to complete the request for an instance of the service request. You can click Next to review the details.
  4. Click Submit. The request is added to the Pending Activity list in the Service Instances window.

The request status is displayed in the Pending Activity list of the Service Instances window. You can double-click on the service request to see its detailed information.

For more detailed procedures, see Requesting cloud services.

 

To validate the provisioned components

After provisioning the blueprint, you can validate the Weblogic with Oracle11g components setup in your environment.

Component name

How to verify

Results

Verify WebLogic java process

To verify WebLogic java process, run the following command:

ps -ef | grep java

This command will display the complete details about the java process is running for WebLogic. Default WebLogic user id and password is : Weblogic/Weblogic.

Check running process on port 7001

To check which process is running on port 7001, run the following command:

lsof -i:7001

This command will display following:

COMMAND  PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
java    4386 root  435u  IPv4  34650 0t0  TCP rhel62-weblogic.bmc.com:afs3-callback (LISTEN)
java    4386 root  436u  IPv4  34651 0t0  TCP localhost:afs3-callback (LISTEN)

Verify connection to port 7001

To verify open connection to port 7001, run the following command:

netstat -tnlp  | grep 7001

This command will display following:

tcp        0      0 127.0.0.1:7001              0.0.0.0:*                   LISTEN      4386/java
tcp        0      0 10.129.59.219:7001          0.0.0.0:*                   LISTEN      4386/java

Verify Oracle installation

To verify Oracle installation, run the following command:

ps -ef |grep smon

This command will display following:

root      5352  4065  0 18:40 pts/0    00:00:00 grep smon
oracle    6369     1  0 01:36 ?        00:00:05 ora_smon_orcl

 

Where to go next

After you have created the service offering, the cloud end user can request a service offering from the My Cloud Services console. To view a list of tasks that the cloud end user can perform to manage your cloud services, see Managing cloud services.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Cloud Lifecycle Management 3.1