On Friday, 08/25/2006 at 05:59 MST, william JANULIN <[EMAIL PROTECTED]> wrote: > We just implemented RACF/VM for a client and am > attempting to set up IS and password validation for > VM/FTP.
Yee haw! (Sorry - I let my emotions get away from me!) > My DTCPARMS for FTP are set up as follows: > > :nick.FTPSERVE :type.server > :class.ftp > :nick.ftp :type.class > :name.System C FTP daemon > :command.SRVRFTP > :runtime.PASCAL > :diskwarn.YES > :Anonymous.NO > :ESM_ENABLE.YES > :ESM_VALIDATE.RPIVAL > :ESM_RACROUTE.RPIDUMY INIT Bill, a small detour, if I may...with RACF your SYSTEM DTCPARMS entry should like this: :nick.FTPSERVE :type.server :class.ftp :name.System C FTP daemon :ESM_Enable.YES Get rid of the :nick.FTP :type.class entry. The :ESM_RACROUTE. tag will interfere with your ability to control minidisk access when you eventually activate the VMMDISK class. IBM DTCPARMS is shipped with :ESM_RACROUTE.RPIUCMS in it. > FTP is attempting to load RPIVAL but I an getting an > error. I logged on to MAINT and did a FILEL RPI* * * > bet there were no modules listed on the 'Y' disk. > In zVM 4.3 there were on the 'Y' disk. Have they been > moved somewhere and if so, where can I find them. > > I tried copying an RPIVAL module from an olded zVM > system (release 4.3) but am getting a load error. As a guess, you didn't perform the Copy To Production step (p.94) in the RACF Program Directory by issuing put2prod as shown. That copies all the needed files to the Y disk. Then re-IPL the FTP server. You'll want to re-save CMS at your earliest convenience. Alan Altmark z/VM Development IBM Endicott
