Name

nnmsetofficialfqdn.ovpl — Set the official Fully Qualified Domain Name (FQDN) of the NNMi management server.

SYNOPSIS

nnmsetofficialfqdn.ovpl [-f | -force] <fqdn>

DESCRIPTION

Use the nnmsetofficialfqdn.ovpl script to change the official FQDN for the NNMi management server after installation. If you run this script without any arguments, it sets the official FQDN to the default value. The default value is obtained by performing a hostname lookup. See the reference page for the nnmofficialfqdn.ovpl script using the -m option for more information about the default hostname lookup.

If the FQDN is changed, the user is prompted to generate a new self-signed SSL certificate for the new hostname. If you are instead using CA signed certificates, you may need to obtain a new certificate from your CA with the new hostname.

For more information, please refer to the deployment guide.

Options

There are two optional arguments to nnmsetofficialfqdn.ovpl

<fqdn>

Resets the official FQDN to <fqdn> on confirmation from the user.

If the value of <fqdn> does not have a domain (for example, it is a short hostname, IP address or localhost), SSO is disabled.

-force|-f

This is a force flag that does not prompt the user for confirmation and does not print verbose information. When used alone, the force flag sets the official FQDN to the default. When fqdn is used after this flag, it changes the official FQDN to fqdn.

EXAMPLES

Set the FQDN to the default value:

nnmsetofficialfqdn.ovpl
      

Set the FQDN to the value somehost.somedomain:

nnmsetofficialfqdn.ovpl somehost.somedomain
      

Force the official FQDN to the default value:

nnmsetofficialfqdn.ovpl -f
      

AUTHOR

nnmsetofficialfqdn.ovpl was developed by Hewlett Packard Enterprise.

FILES

nnmsetofficialfqdn.ovpl resides in the %NNM_BIN% (Windows) or $NNM_BIN (UNIX) directory.

SEE ALSO

nnmofficialfqdn.ovpl(1M), nnmsso.ovpl(1M).

Return to Reference Pages Index