[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 1


binld Daemon

Purpose

Implements a Preboot Execution Environment (PXE) boot server. Serves boot file transfer server addresses and determines the appropriate boot file for PXE clients.

Syntax

To serve boot file information to the PXE clients using the system resource controller:

startsrc -s binld [ -a] ...

To serve boot file information to the PXE clients without using the system resource controller:

binld [ -f] [ -i]

Description

The BINLD server assigns boot files for PXE clients and informs the clients where they should download the boot file. The BINLD daemon runs in the background and maintains a database of boot files that it serves and the client information (client architecture, client machine identifier, major and minor version of the network identifier) that is appropriate for each boot file. The initial boot file database is specified by the configuration file. The configuration file also contains all the data needed to assign PXE clients their boot file information.

On startup, a BINLD server reads the configuration file and sets up its initial database of available boot files. The BINLD server accepts the refresh command or a SIGHUP signal to reread the configuration file.

Flags


-a The argument to be supplied.
-f ConfigurationFile. Specifies the configuration file to be used.
-i IP address. Specifies to which DHCP server IP address the DHCPINFORM should be sent.

Exit Status

This command returns the following exit values:

0 Successful completion.
> An error occurred.

Security

Access Control: You must have root authority to run this command.

Files


/usr/sbin/binld Contains the BINLD daemon.

Related Information

The pxed command, startsrc command, stopsrc command.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]