nnmsetofficialfqdn.ovpl — Set the official Fully Qualified Domain Name (FQDN) of the NNMi management server.
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.
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
.