NetApp Notes
From Brandonhutchinson.com
Contents |
Changing DNS servers from the CLI
- See the na_dns man page.
Changing /etc/exports from the CLI
= Modifying /etc files
An easy way to modify files within /etc on a NetApp is to mount the root volume (vol0) via CIFS or NFS and make your modifications.
Example:
# showmount -e filer | grep vol0 /vol/vol0 host # mkdir /tmp/mnt # mount filer:/vol/vol0 /tmp/mnt # cd /tmp/mnt/etc
