This guide describes the SCO UnixWare 7 NonStop Clusters installation procedure. The guide is written for system administrators.
This book is organized into the following chapters:
Understanding Installation Concepts. Describes concepts that you must understand before attempting to install your cluster.
Installing the SCO UnixWare 7 NonStop Clusters Software. Provides installation checklists and instructions for installing the SCO UnixWare 7 NonStop Clusters software.
Adding a Node to a ServerNet SAN-Interconnected Cluster. Provides instructions for adding a new node to a ServerNet SAN cluster and for re-initializing a node that was previously a member of the cluster -- either to change that node's configuration or to replace a node that has failed.
The list below summarizes the general conventions followed in this manual:
Constant width
type indicates:
/usr/lib/uucp/System
. (Because UNIX system
file names and command names are case-sensitive, you must enter them exactly
as shown.)
ls -al | more
.
Please enter your password
.
TERMCAP
,
TZ
).
lpstat [-t]
. Here the -t
argument is optional.
vi
file... is an example. In this example, you can
list multiple files to be edited with the vi
command.
-t
or the
-p
argument, but you cannot use both in a single
invocation of the pmadm
command:
pmadm -l [-t
type
| -p
pmtag
]
. In most actual command lines, the vertical
bar represents the UNIX pipe symbol. For example, the following command line
means the output of the ls
command is piped to
the more
command:
ls -al | more
.