XYGATE User Authentication Reference Manual

XYGATE
®
User Authentication
Reference Manual
Chapter 14. Configuring the RADIUS Interface
XYPRO Technology Corporation 113 Proprietary and Confidential
14.3.2 Network Configuration Files That Need Checking
Make sure that the files exist in Guardian, are properly configured, and a symbolic
links (or copies of the files) exist in the /etc directory in the OSS space.
$SYSTEM.ZTCPIP.RESOLVH
Check that RESOLVH file exist.
> FILEINFO $SYSTEM.ZTCPIP.RESOLVH
RESOLVH 101 3592 28JUL2005 21:07 255,255 AAAA 14 28
$SYSTEM.ZTCPIP.RESCONF
Check that RESCONF file exist.
> fileinfo $SYSTEM.ZTCPIP.RESCONF
RESCONF 101 2222 07JUL2006 17:55 255,255 AAAA 14 28
Check the content of the file.
>FUP COPY $SYSTEM.ZTCPIP.RESCONF
#
# Configuration for the resolver part. (used by gethostbyname ())
#
domain mycompany.com
nameserver 10.1.1.92
nameserver 10.1.1.102
In OSS check that a symbolic link to $SYSTEM.ZTCPIP.RESCONF or a duplicate of
this file exists in the /etc directory.
/etc: ls al
...
lrwxrwxrwx 1 SUPER.SUPER SUPER 24 Jul 7 2006 resolv.conf ->
/G/system/ztcpip/resconf
...
Note: The -> in the display indicates that this is a symbolic link.
Check that the content of the file is identical to the one in $SYSTEM.ZTCPIP
subvolume.
/etc: cat resolv.conf
#
# Configuration for the resolver part. (used by gethostbyname ())
#
domain mycompany.com
nameserver 10.1.1.92
nameserver 10.1.1.102
If the symbolic link does not exist, create one using the following command:
ln -s /G/system/ztcpip/resconf resolv.conf
This domain entry must exist.
This domain entry must exist.