CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author:...

63
IBM Confidential CICS Transaction Server SMSS Region: Service Provider Cloud Provisioning on z/OS © Copyright IBM Corporation 2016 1

Transcript of CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author:...

Page 1: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

CICS Transaction Server SMSS Region:

Service Provider Cloud Provisioning on z/OS

© Copyright IBM Corporation 2016 1

Page 2: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Scenario: Prepare and test a template to provision a CICS SMSS instance as a service provider

© Copyright IBM Corporation 2016

Goal: Demonstrate how a service provider can prepare and test a template that provisions a CICS SMSS instance. The resulting template will be used by a consumer who wants to provision a CICS SMSS instance.

Note: Some values shown in this document will differ from the values you see on your z/OSMF system. For example, your user ID will be different than the user ID that was used to create the examples in this document.

IBM Confidential

2

Page 3: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Log into z/OSMF component of z/OS

© Copyright IBM Corporation 2016

1. Point the browser to the URL provided for use with this system.• If the browser asks to add an exception for the certificate, do so.

2. Click Log in

3. Log in with the service provider credentials that were provided to you.

3

Page 4: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Work with the Cloud Provisioning task

© Copyright IBM Corporation 2016

The main tasks related to Cloud provisioning on z/OS are in the Cloud Provisioning category.• Resource Management lets

you define and manage cloud provisioning resources such as domains and tenants.

• Software Services lets you define and manage software services using templates.

Expand the Cloud Provisioning category, then click Software Services.

You may remember from the consumer scenario that the Resource Management task was not visible when you logged in as a consumer.

4

Page 5: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Software Services: Overview tab

© Copyright IBM Corporation 2016

The Software Services page is displayed. • The Overview tab shows summary

information in graphic form.• The Templates tab shows templates,

which consist of z/OMF workflows and associated actions and variables that can be used to provision middleware.

• The Instances tab shows instances, which represent middleware that has been provisioned using templates.

What you see on the Overview page reflects the templates and instances on your system.

5

Page 6: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template

© Copyright IBM Corporation 2016

The next step in provisioning software is to add a template. You add a template using files and information supplied by the middleware provider.

Click Templates.

Typically you begin by reading the information that was provided by the middleware vendor, which explains the files that they supply for creating a template. For this scenario, we assume that has already happened.

6

Page 7: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

The Templates tab shows a table of software service templates. The template you add will appear in this table.

Click Add Template.

7

Page 8: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

On the Add Template panel, you specify the files and properties for a template. Loading a template source file is a shortcut to supplying those values.

1. Select or type the path for the template source file: /u/zcldpa1/cloudProvision/cics/smss.mf

2. Click Load.

8

Page 9: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

1. Verify that the target domain is set to default. A domain is a set of systems.

Values for the workflow, actions, and workflow variables input files have been populated. Now supply just the template name.

2. Type CICS_SMSS_1 in the Template Name field.

3. Click OK.

The actions file defines actions that you will be able to take against the instance that is created from this template.

9

Page 10: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

As z/OSMF processes the request to create the template, the state of this template begins as Pending Security Update.

Scroll down, then click Refresh to see the updated state.

10

Page 11: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

You may want to modify template properties or the files associated with the template.

1. Select the template. 2. Click Actions to display a menu. 3. Select Modify...

11

Page 12: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

To get familiar with the Workflow Editor, which is a tool for learning about and modifying the workflow, you will use it to change an input variable.

Click Edit to open the workflow file in the Workflow Editor.

12

Page 13: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Evaluate the workflow

© Copyright IBM Corporation 2016

Click Steps.

The Workflow Editor lets you view and edit the workflow definition, without needing to know the syntax of workflow XML.

It organizes information about the workflow on tabs. The Metadata tab contains metadata for the workflow.

13

Page 14: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Evaluate the workflow (continued)

The Steps tab shows the steps of the workflow. A step is a logical unit of work. It describes a specific activity that the workflow performs.

1. Click the radio button next toStep No. 13: validateCICSVariables.

2. Notice the Overview pane that appears to the right(shown on the next slide).

14

Page 15: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Evaluate the workflow (continued)

The Overview pane on the right allows you to evaluate additional properties of the workflow.

Click the Step Type tab.

15

Page 16: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Evaluate the workflow (continued)

This step contains JCL that can be viewed here.

Click Variables.

16

Page 17: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Evaluate the workflow (continued)

Click Input Properties.

17

The Variables tab shows the variables for the workflow. Variables can be referenced by workflow steps for substitution in step instructions and templates, and for calls to REST interfaces.

Page 18: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Evaluate the workflow (continued)

The Input Properties tab shows the input properties file, which supplies default values for input variables that are defined in the workflow definition file. It is a series of name –value pairs. You can change a value by typing over the existing value.

18

1. Find the DFH_ENABLE_DVIPA property .2. Type true where it now says false.

3. Scroll to the bottom of the page and click SAVE.

Page 19: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

Scroll to the bottom of the page and click OK.

Now that you have experienced the workflow editor, you can return to the Templates tab.

19

Page 20: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Before you use the template to provision a CICS SMSS instance, you must connect it to cloud provisioning resources using the Resource Management task.

Click Resource Management.

Connect the template to resources

20

Page 21: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Connect the template to resources (continued)

The Resources page shows:• Domains (set of systems).• Tenants (groups of users for a selected

domain).

A default domain is always available. You may recall selecting the default domain when you added the template.

You need to connect the templateto a tenant for the default domain.

Select the default domain, which is the domain that you specified when adding the template.

21

Page 22: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Connect the template to resources (continued)

© Copyright IBM Corporation 2016

There is a default tenant for the default domain.

Scroll down the page to view the tenants that are associated with this domain.

22

Page 23: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Connect the template to resources (continued)

© Copyright IBM Corporation 2016

To associate the template to thetenant, you modify the tenant.

1. In the Tenants table, select the default tenant. 2. Click Actions to display a menu. 3. Select Modify...

23

Page 24: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Connect the template to resources (continued)

© Copyright IBM Corporation 2016

The Modify Tenant window lets you change the properties of a tenant.

The Templates table shows the templates for this tenant. You need to add your template.

1. In the Templates table, click Actions to display a menu. 2. Select Add….

24

Page 25: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Connect the template to resources (continued)

© Copyright IBM Corporation 2016

On the Add Template and Resource Pool page, you first identify the template. Then you provide the remainder of the required fields.

1. Supply values for the required fields, as follows:• Select Template: Click the arrow to show the list, then select

the template that you added. Software service instance name prefix: Use SNA APPLID.

• Number of software services instances limit: 1.

2. Scroll down the page and click Ok.

25

Page 26: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 26

Connect the template to resources (continued)

The network administrator whose z/OSMF user ID is zcldpa4 must complete the network pool definition. Click OK to proceed.

Page 27: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Connect the template to resources (continued)

© Copyright IBM Corporation 2016

Click OK.

You have now associated the template that you created with a tenant.

27

Page 28: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Connect the template to resources (continued)

© Copyright IBM Corporation 201628

You are returned to the Resources page. You will now log in as the network administrator to complete the setup of the network resource pool.

Page 29: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

1. Click the arrow next to the current user ID to display a menu.

2. Select Switch User.

29

Connect the template to resources (continued)

Page 30: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

1. Type zcldpa4 for the User ID.2. Type the password that was provided to

for that user ID.3. Click Log in.

30

Connect the template to resources (continued)

Page 31: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 31

Connect the template to resources (continued)

Before you use the template to provision a CICS SMSS region, you must connect it to a network resource pool using the Configuration Assistant task.

Expand the Configuration category, then select Configuration Assistant.

Page 32: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 32

Connect the template to resources (continued)

1. Select Manage z/OS Cloud configuration.2. Click Proceed.

Page 33: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 33

Connect the template to resources (continued)

The domain that the network resource pool was created in, default, is selected. Click Proceed.

Page 34: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 34

Connect the template to resources (continued)

Note the network resource pool created in the Resource Management task default.default.CICS_SMSS_1, and that the completion status is Incomplete.

1. Select default.default.CICS_SMSS_1.2. Click Actions.3. Select Modify...

Page 35: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 35

Connect the template to resources (continued)

1. Select Is Complete.2. Click the IP Allocation Range tab.

Page 36: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 36

Connect the template to resources (continued)

1. Select the IP Allocation Range LabIPRange.2. Click the Port Allocation tab

Page 37: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 37

Connect the template to resources (continued)

1. Select Server_Specific_Ports.

2. Click the SNA Application Name Range tab.

Page 38: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 38

Connect the template to resources (continued)

1. Select CICSAPPL.

2. Scroll down and click Save.

Page 39: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016 39

Connect the template to resources (continued)

The network resource pool completion status is now complete, and the network resources have been connected to the CICS_SMSS_1 template thatyou are in the process of creating.

You will now resume the creation of the template in Software Services.

Page 40: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

1. Click the arrow next to the current user ID to display a menu.

2. Select Switch User.

Add a template (continued)

40

The state of the template you are adding is Draft Pending Approvals. The approver must approve before you can use the template to provision an instance.

This means that you need to log in to z/OSMF using the approver’s user ID. (You’re filling this role as well today.)

1. Type zcldpa5 for the user ID.2. Type the password that was

provided to for that user ID.3. Click Log in.

Page 41: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

Add a template (continued)

You are now logged in as the domain approver.

You want to return to the templates table.

41

Page 42: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

1. Expand the Cloud Provisioning category, then click Software Services.

Add a template (continued)

2. Click the Templates tab.

42

Page 43: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

The state of the template is still Draft Pending Approvals. Now that you are logged in as domain approver, you can perform the approval.

1. In the software service templates table, select the template.

2. Click Actions to display a menu. 3. Select Approvals.

43

Page 44: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

The Approvals page shows the approvals that are required. You should see the domain approver user ID, zcldpa5, in the first column of the Approvers table.

1. In the Approvers table, select the user ID zcldpa5.

2. Click Actions to display a menu. 3. Select Approve.

Add a template (continued)

44

Page 45: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

Click OK.

A confirmation dialog is displayed. Note that In this case, the approval is for the domain approver. In other cases, approvals might be required for individual workflow steps or for actions.

45

Page 46: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

Click Close to Return to Templates.

The approval is complete, and the status has been updated to Approved.

46

Page 47: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Add a template (continued)

© Copyright IBM Corporation 2016

The state of the template is now Draft Approved.

You are done with your job as an approver and can login with your service provider user ID again.

Scroll to the upper right corner of the page.

47

Page 48: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

© Copyright IBM Corporation 2016

1. Click the arrow next to the current user ID to display a menu.

2. Select Switch User.

Add a template (continued)

3. Type your original user ID zcldpa1 and password.

4. Click Log in.

48

Page 49: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Test run a template

© Copyright IBM Corporation 2016

Your template is ready to use!

From the templates table, you can do a test run of your template to confirm that it provisions a CICS SMSS instance instance as expected. This test run is an important step before you make the template available to consumers.

1. Select your template.2. Click Actions to display a menu.3. Select Test Run….

49

Page 50: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Test run a template (continued)

© Copyright IBM Corporation 2016

2. Click OK to run the template. This tells z/OSMF to provision the software.

The Test Run window is displayed, and shows the properties of the template.

1. Verify that the Associated Tenant is set to default.

50

Page 51: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Test run a template (continued)

© Copyright IBM Corporation 2016

The software services instance that was created is shown in the table. The state begins as Being-Provisioned. When provisioning is successful, the state will change to Provisioned. This will take approximately 3 minutes.

A message indicates the name of the software services instance that was created, which varies.

Scroll down the page and click Refresh.

51

Click on Instances.

Page 52: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Test run a template (continued)

© Copyright IBM Corporation 2016

The state of the software services instance is now Provisioned.

52

Page 53: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Verify CICS SMSS instance

© Copyright IBM Corporation 2016

To verify that the template successfully provisioned the CICS SMSS instance, view the properties of the instance.

Click the instance name to display properties.

53

Page 54: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Verify CICS SMSS instance (continued)

© Copyright IBM Corporation 2016

On the View page, you can review the properties of the software services instance, including variables and actions.

54

Page 55: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Deprovision the instance

© Copyright IBM Corporation 2016

Now that you have confirmed that the template is ready for use, you can deprovision the test instance to free up system resources.

The actions that are available with Perform are defined in the actions definition file that is associated with the template. These typically include deprovision.

1. Select the instance. 2. Click Actions to display a menu. 3. Select Perform, then deprovision...

55

Page 56: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Deprovision the instance (continued)

© Copyright IBM Corporation 2016

1. Click OK to deprovision the instance.

The Perform page shows information about the action that is being performed.

56

2. Click Return to instances.

Page 57: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Deprovision the instance (continued)

© Copyright IBM Corporation 2016

1. Scroll to the bottom of the page. 2. Click Refresh until the status changes to

Deprovisioned.

The current status of the software service instance is deprovision-in-Progress.

57

Page 58: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Remove the software instance

© Copyright IBM Corporation 2016

1. Select the instance.2. Click Actions to display a menu.3. Select Remove.

To complete your cleanup, you can remove the instance.

58

Page 59: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Remove the software instance (continued)

© Copyright IBM Corporation 2016

Click OK.

59

Page 60: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Publish a template

© Copyright IBM Corporation 2016

Now you can make the template available to consumers.

Click Templates.

The software services instance has been successfully removed.

60

Page 61: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Publish a template (continued)

© Copyright IBM Corporation 2016

1. Select the template that you created from the software service templates table.

2. Click Actions to display a menu. 3. Select Publish.

61

Page 62: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

Template Successfully Published!

© Copyright IBM Corporation 2016

The state changes to Published. This means that the template is available to consumers. The template is also locked. No further changes can be made.

You are done with this scenario!

62

Page 63: CICS Transaction Server SMSS Region: Service Provider · Title: Cloud on z/OS Hands-on Beta Author: ADMINIBM Created Date: 4/11/2017 8:49:20 PM

IBM Confidential

What's next?

You can try any of the other scenarios next.

© Copyright IBM Corporation 2016 63