 |
|
|
NAME
install-server.conf - SMCT configuration
file to configure the network for the installation server
SYNOPSIS
SMCT_DEFAULT_CONFIG_DIR/models/install-server.conf
config-dir/models/install-server.conf
Do not use the SMCT tool with the current patch level of the Foundation Services
product.
The install-server.conf configuration file enables
network configuration between the prototype machine and the installation server.
The prototype machine and the installation server must be on the same subnet.
The following are the parameters in the install-server.conf file:
# install-server network configuration file
name install-server-name
ip install-server-IP
netmask netmask
nic nic-name
router y/n
-
install-server-name
Host name of the installation server.
-
install-server-IP
IP address of the installation server.
-
netmask
Netmask of the private network between the installation server and the
prototype machine.
-
nic-name
Interface name of the installation server's private network.
-
y/n
By default, SMCT verifies that the installation server does not act
as a router, that is, the file /etc/notrouter exists.
This avoids the broadcasting of routing information from the private network
over the public network. To enable routing, set the parameter to y. The default value is n.
The name, ip, netmask, and nic parameters are mandatory and must be
configured. The router parameter is optional.
The following is an example of an install-server.conf
file:
# install-server network configuration file
name installserv1
ip 10.100.1.1
netmask 255.255.255.0
nic hme1
router n
See attributes(5)
for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Architecture | SPARC |
Availability | SUNWnhsmc |
Interface Stability | Evolving |
flcreate(1M), fldeploy(1M), flinstall(1M), master-system.conf(4)
Netra HAS FS 2.1 | Go To Top | Last Changed September 2004 |
Company Info
|
Contact
|
Copyright 2004 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
|