NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

Host IP Change not been picked up by Ops Manager

DarrenSmith
4,283 Views

Hi

We mvoed one of our filers from one DC to another all went well and is serving data fine. How ever Ops manager doesn't seem to have picked u the net IP. You can ping the filer and get the right ok correctly from the server.

I've tried deleting it and readding it.

Any other ideas on how to change it ?

Thanks

1 ACCEPTED SOLUTION

adaikkap
4,283 Views

If you change the filer IP you will have to set it using the following cli.

dfm host set <filerid-or-name> hostPrimaryAddress=<new-ip-address>

If you have changed the host name also use the following cli.

dfm host rename <oldname> <new name>

To check if connectivity from DFM server to filer is working fine use the dfm host diag < filer id>

Regards

adai

View solution in original post

2 REPLIES 2

adaikkap
4,284 Views

If you change the filer IP you will have to set it using the following cli.

dfm host set <filerid-or-name> hostPrimaryAddress=<new-ip-address>

If you have changed the host name also use the following cli.

dfm host rename <oldname> <new name>

To check if connectivity from DFM server to filer is working fine use the dfm host diag < filer id>

Regards

adai

DarrenSmith
4,283 Views

Very good thanks

Public