Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ris(8) [ultrix man page]

ris(8)							      System Manager's Manual							    ris(8)

Name
       ris - remote installation services utility

Syntax
       /etc/ris

Description
       The  utility performs remote installation services which install system software to a client machine through the TCP/IP local network.  The
       client machine can be a VAX or a RISC machine.

       The server on which the remote installation services area is located can be either a VAX or a RISC machine.

       The remote installation services utility uses the directory as a base.  When you install the first product to the utility creates a  remote
       installation services area.  The area is called either or

       The  area contains one or more ULTRIX software products.  Each product contains the subsets of the kits that can be installed to clients on
       a network.  Clients registered for an area install software over the network to their processor.

       The utility performs the following functions:

       a -  Add client

       r -  Remove client

       s -  Show products in remote installation environments

       m -  Modify client

       i -  Install software

       You must use the utility interactively to set up a remote installation services area.  After you have set up a remote installation services
       area on the server, you can use the utility either interactively or from the command line to manage clients.

       The directory also holds a subdirectory, This directory contains a database file, that you can use to manage multiple clients.

Examples
       The example that follows invokes the utility interactively:
       # /etc/ris

       A menu appears from which you can select options to perform functions.

       The examples that follow manage the client using the command line.

       The syntax of the command to add a client follows:
       /etc/ris -a <clientname> -h <Ethernet_address> -p path,product[,product]

       The following command adds client and allows that client to install a product over the network:
       # /etc/ris -a bergal -h 08-00-2B-03-05-8B -p ris0.mips,product_1

       The syntax of the command to modify a client follows:
       /etc/ris -a <clientname> [-h <Ethernet_address>] [-p <path,product,product>]

       The following command modifies client and allows that client to install a product over the network:
       # /etc/ris -m bergal -p ris0.mips,product_2

       The syntax of the command to remove a client follows:
       /etc/ris -r <clientname>

       The following command removes client
       # /etc/ris -r bergal

Files
See Also
       setld(8)
       Guide to the Remote Installation Services
       Guide to Server Setup

																	    ris(8)

Check Out this Related Man Page

dms(8)							      System Manager's Manual							    dms(8)

Name
       dms - diskless management services utility

Syntax
       /etc/dms

Description
       The  utility  performs  diskless  management services.  You can use to install products into diskless management services areas on a server
       machine and register diskless clients so that they can access those products on the server machine, rather than having each client  install
       the  products  to a disk on its local machine.  The server machine can be either a VAX or a RISC machine and it can serve both VAX and RISC
       clients.

       Before you set up a diskless management services area on a server, the following software should be installed: Local  Area  Network  (LAN);
       Network File System (NFS); and Maintenance Operations Protocol (MOP).

       The utility performs the following functions:

       a - Add Client Processor

       m - Modify Client Parameters

       r - Remove Client Processor

       l - List Registered Clients

       s - Show Products in Diskless Environments

       i - Install Software

       c - Create Diskless Area on Disk

       k - Kernel Rebuild or Copy

       To set up a diskless management services area on a server, select functions in the following order:

       1.   Create Diskless Area on Disk (c)

	      This sets up the disk partitions needed for the two diskless management services file systems, and (The question mark (?) represents
	      a unique number assigned by The file system contains a common root area that is copied to each client when it is registered,  and  a
	      area  that  is  shared  by  all  the  clients.  The file system contains a copy of the common root area for each registered diskless
	      client.

       2.   Install Software (i)

	      This installs the products from the distribution media to the file system.  If the product will be  accessed  by	VAX  clients,  the
	      images  from the media are put under a directory under the file system.  If the product will be accessed by RISC clients, the images
	      from the media will be put under a directory under the file system.  The question mark (?) represents a unique number assigned by

       To register a diskless client, select the Add Client Processor option (a).  This copies the common root area in the file system, for  exam-
       ple,  to  the  diskless	client's directory in the file system, for example, The server's file is updated to allow the client to access its
       individual root and the shared area.

       Each diskless client's area also contains a client parameter file,

       You must use interactively to set up a diskless environment or to modify client parameters.

       There are several functions you can use either interactively or from the command line:

       - Add Client Processor

       - Show Products in Diskless Environments

       - Remove Client Processor

       - Kernel Rebuild

       When the first diskless client is registered for a diskless management services area, a database file, is created on  the  server  machine.
       You can use this file and the command line to manage groups of diskless clients.

Files
See Also
       exports(5nfs), addnode(8), setld(8)
       Guide to Diskless Management Services
       Guide to Server Setup

																	    dms(8)
Man Page