Manages the network caching (netcd) daemon caches.
| Item | Description |
|---|---|
| -a file | Specifies ASCII dumping of the specified caches. |
| -b file | Specifies binary dumping of the specified caches (local caches are not dumped). |
| -e type | Specifies the map. The type parameter can be one of
the following values:
|
| -f | Flushes the specified caches. |
| -h | Displays help information. |
| -l level | Changes the logging level of the netcd daemon. The level value must be an integer of 0 through 7. |
| -s file | Provides statistics on caches use. |
| -t type | Specifies the resolution. The type parameter can be
one of the following values:
|
netcdctrl -t all -e all -f
netcdctrl -t nis -e all -b /tmp/netcd_nis_binary_dump
netcdctrl -t local -e hosts -a /tmp/netcd_dns_hosts
netcdctrl -l 7