HCL Workload Automation, Version 9.4

Starting a resource group

You can start a resource group that has the nominal state of Offline.

About this task

As the HCL Workload Automation instance user, issue the TWAHome/TWS/TSAMP/startResourceGroup.sh script. The nominal state of the resource group changes to Online, but the operational state changes to Pending Online first, then to Online.

For example:
$ lssam | grep broker
Offline IBM.ResourceGroup:broker-rg Nominal=Offline
        |- Offline IBM.Application:broker-rs
                |- Offline IBM.Application:broker-rs:tws1
                '- Offline IBM.Application:broker-rs:tws2
$ startResourceGroup.sh broker-rg
RC = 0
$ lssam | grep broker
Pending online IBM.ResourceGroup:broker-rg Nominal=Online
        '- Pending online IBM.Application:broker-rs
                |- Offline IBM.Application:broker-rs:tws1
                '- Pending online IBM.Application:broker-rs:tws2
$ lssam | grep broker
Online IBM.ResourceGroup:broker-rg Nominal=Online
        '- Online IBM.Application:broker-rs
                |- Offline IBM.Application:broker-rs:tws1
                '- Online IBM.Application:broker-rs:tws2