Learning Library

← Back to Library

Efficient IT Operations via Runbooks

Key Points

  • Aneta, an IT operator, spends a lot of time manually checking event consoles, searching manuals, logging into remote systems, and executing commands, which is time‑consuming and prone to errors.
  • She looks for a way to make incident handling faster, less skill‑dependent, and more reliable.
  • IBM Runbook Automation integrates with the event console, letting her launch a pre‑defined runbook directly from an event to automate tasks such as checking server status and restarting services.
  • The runbook combines automated and manual steps, provides immediate feedback, removes the need to remember host names, credentials, or commands, and lets all operators share consistent, vetted procedures, leading to more efficient and reliable problem resolution.

Full Transcript

# Efficient IT Operations via Runbooks **Source:** [https://www.youtube.com/watch?v=NjBYeiUhi38](https://www.youtube.com/watch?v=NjBYeiUhi38) **Duration:** 00:03:16 ## Summary - Aneta, an IT operator, spends a lot of time manually checking event consoles, searching manuals, logging into remote systems, and executing commands, which is time‑consuming and prone to errors. - She looks for a way to make incident handling faster, less skill‑dependent, and more reliable. - IBM Runbook Automation integrates with the event console, letting her launch a pre‑defined runbook directly from an event to automate tasks such as checking server status and restarting services. - The runbook combines automated and manual steps, provides immediate feedback, removes the need to remember host names, credentials, or commands, and lets all operators share consistent, vetted procedures, leading to more efficient and reliable problem resolution. ## Sections - [00:00:00](https://www.youtube.com/watch?v=NjBYeiUhi38&t=0s) **Automating Web Server Incident Handling** - An IT operator explains the tedious, error‑prone manual steps for fixing a down web server and demonstrates how IBM Runbook Automation streamlines the process into a guided, reliable workflow. ## Full Transcript
0:08hi I'm aneta and I am an IT operator on 0:12my daily shift I carefully monitor the 0:15event console displaying all events that 0:17pop in for example an event indicating 0:21that the web server is down now I take 0:24the following steps based on the event 0:27ID I check in our wikis manuals or I 0:31search in the web to find out which 0:33steps I have to take to solve the 0:35problem I log into the remote system 0:38using my credentials for this specific 0:40system I manually execute the required 0:43commands on the command console I lock 0:46out I manually remove the event from my 0:49to-do list the problem is that all of 0:53these steps require a lot of time and 0:55they are failure prone I can type in the 0:58wrong credentials or I can use the wrong 1:01commands besides that I need to be 1:03highly skilled to be able to work with a 1:05lot of different machines and a huge 1:08infrastructure isn't there anything out 1:11there that makes my work more efficient 1:14effective and 1:17reliable IBM runbook seems to have a 1:20solution for my problem so let's check 1:22it out what changes running my daily 1:25working task if I use IBM runbook 1:28automation 1:30in my event console I can directly see 1:33that a runbook is available for an event 1:36I can launch the Run book using the 1:39event menu and then I can run the 1:42Automation and what happens 1:45now let's look at a very simple example 1:49start and restart a web 1:51server the runbook guides me through the 1:54steps that I have to take to solve the 1:56problem of the event so here are my 1:59steps 2:01check status of the web server start the 2:04web server in case the status check 2:06failed check again the status of the web 2:09server if everything is up and 2:12running in this example my steps are 2:15automated actions a a run book can also 2:19be a combination of manual and automated 2:23steps I can click run to start the first 2:27automated step I get immediately 2:29feedback within the Run book I get 2:33guided through all steps that I have to 2:35take and the actions are automated I do 2:38not need to remember the host name the 2:41user credentials or the 2:43command because every operator can write 2:46his tasks in a run book everybody can 2:49exploit the experience of other 2:51operators in a consistent way so what do 2:55you think does this sound like your 2:58working day is more effective 3:00efficient and reliable using run books 3:04solving problems requires less time 3:07because I can automate complex and 3:09repetitive 3:11tasks many thanks for listening