xref: /illumos-gate/usr/src/man/man8/rpc.bootparamd.8 (revision bbf21555)
te
Copyright 1989 AT&T
Copyright (C) 2004, Sun Microsystems, Inc. All Rights Reserved
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
RPC.BOOTPARAMD 8 "Aug 1, 2004"
NAME
rpc.bootparamd, bootparamd - boot parameter server
SYNOPSIS

/usr/sbin/rpc.bootparamd [-d]
DESCRIPTION

rpc.bootparamd is a server process that provides information from a bootparams database to diskless clients at boot time. See bootparams (5)

The source for the bootparams database is determined by the nsswitch.conf(5) file (on the machine running the rpc.bootparamd process).

OPTIONS

The following options are supported: -d

Display debugging information.

FILES
/etc/bootparams

boot parameter data base

/etc/nsswitch.conf

configuration file for the name-service switch

SEE ALSO

svcs (1), bootparams (5), nsswitch.conf (5), attributes (7), smf (7), svcadm (8)

NOTES

A diskless client requires service from at least one rpc.bootparamd process running on a server that is on the same IP subnetwork as the diskless client.

Some routines that compare hostnames use case-sensitive string comparisons; some do not. If an incoming request fails, verify that the case of the hostname in the file to be parsed matches the case of the hostname called for, and attempt the request again.

The rpc.bootparamd service is managed by the service management facility, smf(7), under the service identifier:

svc:/network/rpc/bootparams

Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(8). The service's status can be queried using the svcs(1) command.