[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Commands Reference, Volume 3

mkkeyserv Command

Purpose

Uncomments the entry in the /etc/rc.nfs file for the keyserv daemon and invokes the daemon by using the startsrc command.

Syntax

/usr/sbin/mkkeyserv [ -I | -B | -N ]

Description

The mkkeyserv command uncomments the entry in the /etc/rc.nfs file for the keyserv daemon. The mkkeyserv command starts the daemon by using the startsrc command.

You can use the Web-based System Manager File Systems application (wsm fs fast path) to run this command. You could also use the System Management Interface Tool (SMIT) smit mkkeyserv fast path to run this command.

Flags

-I Uncomments the entry in the /etc/rc.nfs file to start the keyserv daemon on the next system restart.
-B Uncomments the entry in the /etc/rc.nfs file to start the keyserv daemon and uses the startsrc command to start the keyserv daemon. This flag is the default.
-N Uses the startsrc command to start the keyserv daemon. This flag does not change the /etc/rc.nfs file.

Examples

To modify the /etc/rc.nfs file to invoke the keyserv daemon on the next system restart, enter:

mkkeyserv -I

Files

/etc/rc.nfs Contains the startup script for the NFS and NIS daemons.

Related Information

The smit command, startsrc command.

The keyserv daemon.

Network Information Service (NIS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.

System Management Interface Tool (SMIT): Overview in AIX Version 4.3 System Management Guide: Operating System and Devices.

Network File System (NFS) Overview for System Management in AIX Version 4.3 System Management Guide: Communications and Networks.

How to Start and Stop the NIS Daemons and How to Export a File System Using Secure NFS in AIX Version 4.3 System Management Guide: Communications and Networks.

Setting up and running Web-based System Management in AIX Version 4.3 System Management Guide: Operating System and Devices.

NIS Reference.


[ Previous | Next | Contents | Glossary | Home | Search ]