Creating an Oracle 11g on RHEL 5.9 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 could 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.
To create a service
- From the BMC Cloud Lifecycle Management Administration Console, click the vertical Workspaces menu on the left side of the window, and click Service Catalog.
- In the Service Catalog, click Create a New Service
. - Enter the service name.
- For Type, select a service type.
- Business service — Services that customers use and that show the customer view of services, such as email or an online store.
Technical service — Supporting IT and infrastructure resources required to support business services that are not visible to customers, such as servers, applications, and network CIs.
- Enter a description of the service.
- Do one of the following actions:
- To create the service offering, click Apply.
- To create the service offering later, click Save to save your selections and close the window.
To create a service offering
- From the BMC Cloud Lifecycle Management Administration Console, click the vertical Workspaces menu on the left side of the window, and click Service Catalog.
- From the Service Catalog, edit or create a service.
In the Service Offering tab, a default service offering is available, which you can edit. - Click Create a New Service Offering.
In the General Information tab, define the options described in the following table.
Option
Description
Default Service Offering
Enable this option to make the selected service offering the default for the service. Unless users select a different service offering, the default service offering is used.
Name
A short, descriptive name for the service offering.
Description
A more detailed description of the service offering.
Service Blueprint
Specify the software and hardware to associate with the service offering by selecting one of the available blueprints.
Service Deployment Definition
Specify how to deploy the selected service blueprint. From the list, select a service deployment definition that is available for the chosen service blueprint.
- Add a Base Customer Price to define the amount charged to the customer for the service offering.
- Add a Base Deployment Cost to define the amount that it costs to provide the service offering.
- Click Apply.
This action activates the Options tab. You now also can create a requestable offering (for example, a request definition or a post-deploy action). For additional information, see Creating-a-requestable-offering in the BMC Cloud Lifecycle Management online technical documentation.
To create options and option choices for the service offering
In the BMC Cloud Lifecycle Management Administrator console, you can add options and option choices for the service offering.
For the Oracle 11g on RHEL 5.9 service blueprint, you need to create a post-installation option to configure Oracle 11g.
Create option for Oracle 11g installation and configuration
To create Oracle 11g post-installation option:
- Launch BMC Cloud Lifecycle Management Administration console and click Service Catalog from workspace.
- Click Option Editor. This displays Option Editor window.
- Click Add
to add a New Option.
Enter the Option Name, Option Type and Option Description.
- Click OK to create this option.
Once you have created the option, you need to create an option choice.
Create option choice for Oracle 11g post-installation option
To create option choice:
- Navigate to the Option Editor and select the created option name to create option choice.

- Click Add
to add a new option choice.
- Enter Option Choice and Description.
- Click OK.
This creates the option choices for Oracle 11g post-installation option.
Configure option choice for Oracle 11g
- Open Option Editor.
- Select the option created for the Oracle 11g post-installation.
- Select the option choice for Oracle 11g post-installation and click Option Choice Blueprint Configuration Editor
.
- Click Add
to add new blueprint configuration for the selected option choice.
- Select Parameter from the blueprint configuration list.
Enter the Parameter name along with Label and Description.
- Click OK.
- Once you created the parameter, Click Add
to add new blueprint configuration for the selected option choice.
- Select Custom Action from the blueprint configuration list.
- Select Action Type as Script.

Enter NSH script name Oracle11gPostInstallation in Action.
- Click OK to complete the process for Oracle 11g option choice blueprint configuration.
To make the provisioning request
- Access Workspaces > Service Instances to display the Service Instances workspace, and click the New Service Request icon to display the New Service Request dialog box.

- In the New Service Request dialog box, click the server provisioning service you want to request to display the Submit Request dialog box.
To complete the Oracle 11g Service Request, You need to specify the following Parameters:

Parameter
Description
Char Set
CharSet value to configure Oracle database
DB Type
Oracle database type
Global DB Name
Global database name for Oracle database
Oracle DB Password
Oracle user password for database
Confirm
Confirm Oracle user password for database
Oracle User Password
Operating system level password for Oracle user
Confirm
Confirm operating system level password for Oracle user
RAM For Oracle (MB)
RAM for Oracle database
Root User Password
VM root user password
Confirm
Confirm VM root user password
SID
Oracle database SID
- Click Next.

- 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.
- 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
Component Name | How to verify | Results |
|---|---|---|
Verify Oracle instance | To verify Oracle instance, run the following command: ps -ef | grep smon | This command will display ora_smon_orcl process to ensure that Oracle instance is up and running. |
To access SQL prompt without user login | To access SQL prompt, run the following command: $ORACLE_HOME/bin/sqlplus /nolog | This command will allow you to start SQL prompt without providing Oracle credentials. |
To verify database connection | To verify database connection, run the following command: conn / as sysdba | This command will give connected message. |
Where to go next
Once 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 the cloud end user can perform to manage your cloud services, see Managing-cloud-services.