Active IQ Unified Manager Discussions

Host IP Change not been picked up by Ops Manager

DarrenSmith
3,067 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
3,067 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
3,068 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
3,067 Views

Very good thanks

Public