Chapter 7 HPSS User Interface Configuration422 September 2002 HPSS Installation GuideRelease 4.5, Revision 21. Compile the client library with kerberos mode enabled and link with the kerberos libraries.Use the following flags:-lkrb5 -lcrypto -lcom_errMake sure the linker knows where to find these libraries using the -L flag.2. Call hpss_SetAuthType in your client program if other authentication modes have beenenabled in the client3. Run kinit to get the initial credentials for the desired principal4. Make sure you use the fully qualified hostname when specifying the name of the targetNon-DCE Gateway machine. This is usually set in the environment variableHPSS_NDCG_SERVERS.7.3 FTP Daemon ConfigurationThere are four steps that must be performed prior to using the FTP user interface to transfer HPSSdata:1. Verifying the FTP Initial Configuration2. Configuring the FTP Daemon Syslog3. Defining the FTP Access4. Creating FTP UsersThese steps are described in more detail in the paragraphs that follow.Step 1. Verifying the FTP ConfigurationDuring the HPSS infrastructure configuration phase, the following files were modified by themkhpss script to add the required FTP configuration:• /etc/services—Verify that the hpssftp and hpssftp-data entries were added correctly. Ifpossible, consider moving the ftp and ftp-data components to some other ports (4020/4021) and assign the hpssftp and hpssftp-data to ports 20/21. Reinitialize inetd aftermaking these changes:% refresh –s inetd(AIX only)or determine the pid for inetd and perform the following (all platforms):% kill –1 pid• /etc/inetd.conf—Verify that the hpssftp entry was added correctly. The flags describedbelow can be used in modifying this entry. Note that the flags are preceded by a dash (“-”)and that single character flags can be grouped in one argument (e.g., -adhvLSUX). If