Sun Microsystems Logo
Products and Services
 
Support and Training
 
 

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
 
File Formatsinstall-server.conf(4)


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

DESCRIPTION

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.

PARAMETERS

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.

EXAMPLE

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

ATTRIBUTES

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPEATTRIBUTE VALUE
ArchitectureSPARC
AvailabilitySUNWnhsmc
Interface StabilityEvolving

SEE ALSO

flcreate(1M), fldeploy(1M), flinstall(1M), master-system.conf(4)


Netra HAS FS 2.1Go To TopLast Changed September 2004