Automating controller shutdown

This example shuts down the cluster object CLUSTER1 to disable its child controller CONT1 using the configuration file myCncFile.cfg. See the e-Biz Command Line Tools Guide, Chapter 2, “Using Command and Control Requests,” for more information.

Syntax

ims cnc –file shutdown.cfg

Configuration file

myCncFile.cfg contains:

cluster 
     name=CLUSTER1
     server=HOST1
cnc
     user=JOHN
     password=PWD
     subject=CLUSTER1
     type=mgr
     command=shutdown
     object=CONT1
domain
     type=PROD1
     name=DOMAIN1