Control the reboot sequence across several servers

(imported topic written by SystemAdmin)

Hi all

I would like to hear if anyone has a good approach for, in a maintenance window, to control a restart sequence across several servers after patching.

My customer has a set of servers that are dependent on each other and the startup sequence is important to have the system working. In short terms this can be illustrated like.

Dependent servers are A, B and C

Dependendt services are L, M and N

Sequence could be like:

  1. Stop service L on server C

1.1) Service has stopped

  1. Restart server A

  2. Verify that service M and N on server A is running

  3. Restart server B and C

Is it possible to control status across servers? I can only think of one way - implementing each line in a separate task and then control the restarts using delays. All tasks should then be gathered in a single baseline.

All servers are windows servers and a single task (executed on a “parent” server) with several commands like “dos shutdown /m \ /r” and "dos sc \ stop " is also an option.

Any best practices and good ideas are welcome, thanks in advance.

/Thomas

(imported comment written by SystemAdmin)

There is currently an Action Sequencer aka “Run Book” that is available. It first requires that the API is installed

Download API here

.

Since this is not an official utility of TEM, send a note to Gerald

ghenson@us.ibm.com

, the tool’s creator, to ask for a copy.

There is also some current active discussions at IBM about how to better handle these types of situations. There may be some forth-coming developments on this front.

(imported comment written by DanWaksman)

I was wondering the same thing myself, since certain servers have dependencies and need to be rebooted and available before others.

I have created a “Restart in 5 Minutes” Task and have tested it as part of a Baseline. The ActionScript is just:

restart 300

You could potentially allow a Task like this within a Baseline to control the reboots rather than restarting as a Post-Action. Either multiple Tasks with different restart times can target machines by relevance, or you could build more logic into your ActionScript.

The one problem is that your Baseline will always be relevant if this Task is relevant. You may need to add this relevance too:

pending restart

Anyone else have thoughts on this???

Thanks,

Dan

(imported comment written by SystemAdmin)

We’re going to be discussing the work we’re doing to address automation/sequencing in a web-conference this Friday at 9am Pacific time. If you’re interested in hearing what we’re working on and giving us early feedback, we’d be happy to have you. You’ll have to sign off on our Beta agreement, after which you’ll be added to a developerworks group in which we discuss our ongoing development work.

Beta Agreement

Thread with a bit more info about the customer program.

(imported comment written by MBARTOSH)

Has there been any more development on this topic?

(imported comment written by Tim.Rice)

You should look into Server Automation.

There are several YouTube videos on it. Search for IBM ENDPOINT MANAGER SERVER AUTOMATION

(imported comment written by gearoid)

@Tim is correct here this is exaclty the type of use case that the Automation Plans in the Server Automation feature deal with.

For videos:

http://ibmtvdemo.edgesuite.net/software/tivoli/demos/Server_Automation_Demo_LP/index.html

Docs:

http://pic.dhe.ibm.com/infocenter/tivihelp/v26r1/topic/com.ibm.tem.doc_9.1/ServerAutomation/com.ibm.tivoli.tpm.wkf.doc/dev/cdev_overview.html

Forum:

https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000002965