User`s guide

Miscellaneous Procedures 507
OTP Configuration
T To Specify the Location for the OTP
Databases
1. Log in to the OnSites console as root.
2. Change to the /etc directory and use a text editor to open the
otp.conf file for editing.
3. Set ENABLE=YES.
4. Specify the device where the OTP databases are to be stored.
See Table 8-2 for the accepted values for DEVICE. The following screen
example shows specifying an NFS server named
[root@OnSite /]# cd /etc
[root@OnSite /]# vi otp.conf
#
# ENABLE can be 'YES' or 'NO'
#
ENABLE=NO
#
# Where to mount the otp database
#
MOUNT_POINT=/mnt/opie
#
# Device specify where otp database will be. it can be:
#
# LOCAL - should be used only if FS is in the builtin
IDE/CF
# PCMCIA - PCMCIA/CF, FSTYPE and MOUNTPT from ide.opts
will be used
# host:path - NFS
#
DEVICE=PCMCIA
# ENABLE can be 'YES' or 'NO'
#
ENABLE=YES