Hello,
We are using WFA to create vFilers. It does roughly everything we need. However, it does update /etc/rc files (which is very good) but we'd like to have it updated a bit differently.
It adds the following lines into /etc/rc:
vlan add vif0 XXXX
vlan add vif0 XXXX
vlan add vif0 XXXX
ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up
ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up
ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up
Can WFA update it in a way like this?
# vFiler 01
vlan add vif0 XXXX
ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up
# vFiler 02
vlan add vif0 XXXX
ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up
# vFiler 03
vlan add vif0 XXXX
ifconfig vif0-XXXX `hostname`-vifX-XXX netmask 255.255.255.224 broadcast xx.xxx.xxx.xx partner vif0-XXXX up
Even the comments are important.
Have you had a need for this, or could you please point me the right direction?
Thank you!
Lukas