IBM Books

Administration Guide


Chapter 6. Controlling remote execution by using Sysctl

Sysctl is an authenticated client-server system for running commands remotely and in parallel. It provides:

For example, consider a systems management script that contains commands that are only executable by root. If implemented as a Sysctl application, its security, usability, and performance are enhanced. Least privilege capability lets a member of a select group of administrators run the script on each node in the SP system without having access to the root password on any node in the system. With distributed execution, the administrator does not have to log in to each node to run the script. With parallel execution, the script can be run on all the nodes simultaneously with one command invocation. With programmability, the task can be automated or simplified with scripting.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]