NetApp Notes
From Brandonhutchinson.com
(Difference between revisions)
| Line 7: | Line 7: | ||
* See [http://unixfoo.blogspot.com/2007/12/netapp-tips-changing-exports.html Netapp Tips : Changing exports]. | * See [http://unixfoo.blogspot.com/2007/12/netapp-tips-changing-exports.html Netapp Tips : Changing exports]. | ||
| - | === Modifying ''/etc'' files == | + | === 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. | 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. | ||
Current revision
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
