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.

ONTAP Discussions

Change intefarces configurations on vfilers

DLAC1985
3,584 Views

I have two vfilers on my Netapp.

I need change the interfaces configurations of boths vfilers.

Basically, is send the two interfaces in red of vfiler0 to vfiler 1.

vfiler0 running

ipspace: default-ipspace

IP address: 172.16.10.248 [e0e]

IP address: 172.16.10.1 [e9-500]

IP address: 172.16.10.1 [e9-502]

IP address: 172.16.10.1 [e9-503]

IP address: 192.168.0.129 [ifdmzc1-504]

IP address: 192.168.0.193 [ifdmzc1-505]

Path: / [/etc]

UUID: 00000000-0000-0000-0000-000000000000

Protocols allowed: 7

Allowed: proto=rsh

Allowed: proto=ssh

Allowed: proto=nfs

Allowed: proto=cifs

Allowed: proto=iscsi

Allowed: proto=ftp

Allowed: proto=http

Protocols disallowed: 0

vfiler1 running

ipspace: default-ipspace

IP address: 192.168.0.65 [ifdmzc1-501]

Path: /vol/vol0_dmzc1 [/etc]

Path: /vol/vol_teste_vm

UUID: 4b902c40-1108-11e3-801f-00a0980856e6

Protocols allowed: 5

Allowed: proto=rsh

Allowed: proto=ssh

Allowed: proto=nfs

Allowed: proto=ftp

Allowed: proto=http

Protocols disallowed: 2

Disallowed: proto=cifs

Disallowed: proto=iscsi

Thanks for help.

2 REPLIES 2

JGPSHNTAP
3,584 Views

Since they are already defined in your rc file it should be pretty straightforwrad

vfiler remove vfiler0 -i ip address

vfiler  add vfiler1 -i ip address


Now, if there is something using or mounted those volumes you will have issues.. Is anything exported to those

DLAC1985
3,584 Views

I have mounted volumes using others interfaces, no these intefaces.

This operations do not affect others volumes mounted in others interfaces?

Public