changeIPFQDN command

Last Updated : Jul 28, 2021 |

Use the changeIPFQDN command to change the Management IP address when Out of Band Management is enabled. With this command, you can change the IP address, FQDN, DNS address, Gateway, Netmask address for Management network configuration of System Manager, and the search list for the DNS address. You can also use this command to enable or configure to IPv4 or IPv6 network details.

Note:

On the System Manager Release 7.1 and later, if you change the IP Address of System Manager using the changeIPFQDN command, the system changes the host ID of System Manager and invalidates the existing installed license file. Therefore, you must reinstall the license file on System Manager after changing the IP Address of System Manager.

To change the Public IP address when Out of Band Management is enabled, use the changePublicIPFQDN command.

Syntax

changeIPFQDN -IP < >  –FQDN < > -GATEWAY < >-NETMASK < > -DNS < > -SEARCH < >-IPV6 < > -IPV6GW < >-IPV6PREFIX < >

#

Option

Description

Usage

1

IP

The new Management IPv4 address of System Manager.

changeIPFQDN -IP 10.11.12.13

2

FQDN

The new Management FQDN of System Manager.

changeIPFQDN -FQDN a.mydomain.smgr.com

3

GATEWAY

The new Management Gateway IPv4 address of System Manager.

changeIPFQDN -GATEWAY 10.11.1.1

4

NETMASK

The new Management netmask address of System Manager.

changeIPFQDN -NETMASK 255.255.203.0

5

DNS

The new Management DNS address of System Manager.

You can provide multiple DNS addresses. Separate each address by a comma.

changeIPFQDN -DNS 10.11.1.2

changeIPFQDN -DNS 10.11.12.5,10.11.12.3

6

SEARCH

The new search list of domain names.

changeIPFQDN -SEARCH smgr.com

7

IPV6

The new Management IPv6 address of System Manager.

changeIPFQDN -IPV6 2001:b00d:dead:1111:1111:1111:1234:8080

8

IPV6GW

The new Management Gateway IPv6 address of System Manager.

changeIPFQDN -IPV6GW 2001:b00d::1

9

IPV6PREFIX

The new Management netmask prefix of System Manager. The default value is 64.

changeIPFQDN -IPV6PREFIX 64

Example

You can provide options in any combination that the system supports:

changeIPFQDN -IP 10.11.y.z -FQDN a.domain.weblm.com -GATEWAY 10.11.1.1 -NETMASK 255.255.255.0 -DNS 10.11.1.2 -SEARCH platform.avaya.com 
changeIPFQDN -FQDN a.domain.weblm.com -GATEWAY 10.11.1.1 
changeIPFQDN -IP 10.11.y.z
changeIPFQDN -IPV6 2001:b00d:dead:1111:1111:1111:1234:8080 -IPV6GW 2001:b00d::1 -IPV6PREFIX 64