logo
Manual Pages
Table of Contents

NAME

na_setup - update filer configuration

SYNOPSIS

setup

DESCRIPTION

setup queries the user for the filer configuration parameters such as hostname, IP address, and timezone. It installs new versions of /etc/rc, /etc/hosts, /etc/exports, /etc/resolv.conf, /etc/hosts.equiv, and /etc/dgateways to reflect the new configuration. When setup completes, the configuration files have been been updated, but their new contents do not take effect until the filer is rebooted (see na_reboot(1)). The old contents of the configuration files are saved in rc.bak, exports.bak, resolv.conf.bak, hosts.bak, hosts.equiv.bak, and dgateways.bak. One piece of information that setup requests is the name and IP address for adminhost. In /etc/exports, adminhost is granted root access to / so that it can access and modify the configuration files in /etc. All other NFS clients are granted access only to /home. If no adminhost is specified, then all clients are granted root access to /. This is not recommended for sites where security is a concern. If an adminhost is specified, then an additional line is added to the /etc/hosts file to point the default mailhost to the adminhost. This is used by the autosupport daemon (see na_autosupport(8)) to send email notification. If a default gateway is provided to setup, it will be used in /etc/rc to specify a default route (see na_route(1)), and will also be used as the first entry in /etc/dgateways. The hostname that is provided to setup is used to construct default names for all of the configured network interfaces. Ethernet interfaces are given names host_name-0, hostname-1, and so on.

FILES

/etc
directory of filer configuration and administration files
/etc/rc
system initialization command script
/etc/exports
directories exported by the server
/etc/hosts
host name data base
/etc/hosts.equiv
list of hosts and users with rsh permission
/etc/resolv.conf
list of DNS name servers
/etc/dgateways
list of preferred default gateways for routed /etc/nsswitch.conf list of preferred name services

CLUSTER CONSIDERATIONS

After a takeover, you can enter the setup command in partner mode to configure the failed filer. However, only the network interfaces on the failed filer that were taken over appear in the prompts displayed by setup. For example, if the e1 interface on the failed filer was not configured and taken over by the live filer, the setup command does not prompt you for the IP address of the e1 interface.

VFILER CONSIDERATIONS

When run from a vfiler context, (e.g. via the vfiler run command), setup operates on the concerned vfiler. If the vfiler is not vfiler0, setup only allows the configuration of a subset of parameters that are meaningful for a vfiler. Specifically, the operator is prompted for the IP address bindings of the vfiler, the name and IP address of the vfiler's adminhost, the vfiler's DNS configuration and its NIS configuration. The command allows the configuration of the password of the root user of the vfiler. Running this command also sets up default versions of the /etc/exports, /etc/hosts and /etc/hosts.equiv files. A command line version of setup can also be used in the context of a vfiler. This version has the form: setup [-e <ifname>:<ipv4 address | [ipv6 address]>:<netmask | prefixlen>,...] [-d <DNS domain name>:<DNSserver ipv4 address | [DNSserver ipv6 address]>:...] [-n <NIS domain name>:<NISserver ipv4 address | [NISserver ipv6 address]>:...] [-a <ipv4 address | [ipv6 address]> <name>:<ipv4 address | [ipv6 address]>] [-p <root password>] The -e option allows the bindings of the IP addresses of the vfiler to be created. Put IPv6 address in square brackets for example [ef::81]. With -e option, provide netmask with ipv4 address and prefixlen with ipv6 address. netmask is of the form a.b.c.d where all of a,b,c,d should be in the range 0-255. prefixlen provided with ipv6 while using -e option is an integer in the range 0-128. The -d option allows the specification of a DNS domain name and the IP addresses of one or more DNS servers. The -n option allows the specification of an NIS domain name and the IP addresses of one or more NIS servers (or the use of broadcast discovery by using * as the NIS server name). The -a option allows the admin hosts name and IP address to be specified. Finally, the -p option allows the password of the root user of this vfiler to be set.

SEE ALSO

na_ifconfig(1), na_partner(1), na_reboot(1), na_vfiler(1), na_dgateways(5), na_exports(5), na_hosts(5), na_hosts.equiv(5), na_resolv.conf(5), na_rc(5), na_autosupport(8)

NOTES

Some Ethernet boards determine the media type automatically. It is not necessary to specify the media type for them, but it is best to do so anyway in case the board is replaced with one that does not determine media type automatically. As the /etc/rc file is rewritten after running the setup command in vfiler0, all aliases, mtu and vlans configured earlier in the /etc/rc file will be lost. If these settings are required, they will have to be added to the /etc/rc file again before reboot. It is recommended to verify the /etc/rc file for these configurations, after running the setup command.
Table of Contents