#!/bin/bash
# Usage: shutdown_cluster

# Shut down all the nodes in the cluster, except the master.

rsh zinc2 /sbin/shutdown -h now
rsh zinc3 /sbin/shutdown -h now
rsh zinc4 /sbin/shutdown -h now
