filer*> ifconfig e1b alias 192.168.101.4
Will add the address 192.168.101.4 to my NIC e1b, which already contained the IP 192.168.100.4
filer*> ifconfig e1b
e1b: flags=0x3d48867 mtu 9000
inet 192.168.100.4 netmask 0xffffff00 broadcast 192.168.100.255
inet 192.168.101.4 netmask 0xffffff00 broadcast 192.168.101.255
...
Read more »
Posts Tagged ‘ filer ’
Adding a second IP address to a NIC in data ONTAP
Converting a flexible volume to a traditional volume.
A simple way to convert a flexible volume to a traditional volume is to use ndmp, within the same filer.
Firstly enable ndmp and turn it on.
filer> options ndmpd.enable on
filer> ndmpd on
Next create the volume that you want to migrate the data to. In this case, I create a traditional volume with 5 disks,...
Read more »
Change disks used by an aggregate
Recently we needed to transfer an aggregate that was hosted on an external shelf to disks housed internally in our test FAS2020 and the same trick can be used to move an aggregate from one shelf to another.
The trick uses the disk-replace command. It works serially, and so it is a little time...
Read more »
Analysing NetApp sysstat PT1: The CP columns
The CP type is displayed in the CP/ty column in the output of sysstat. The CP type column contains two pieces of data. The cause of the CP (the CP type) – the first character, and the ‘phase’. The second character. In the output below, the first row shows a...
Read more »