NetApp Notes
From Brandonhutchinson.com
(Difference between revisions)
(New page: === Changing DNS servers from the CLI === * See the [http://ecserv1.uwaterloo.ca/netapp/man/man8/na_dns.8.html na_dns man page]. === Changing ''/etc/exports'' from the CLI === * See [ht...) |
|||
| Line 6: | Line 6: | ||
* 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 == | ||
| + | |||
| + | 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''' | ||
=== Links === | === Links === | ||
Revision as of 13:24, 3 September 2008
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
