> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Ron Wells > Sent: Friday, August 03, 2007 3:39 PM > To: [email protected] > Subject: Re: OMVS > > > John... > Below conflicts with something else that is there ..?? > 2023 stream tcp nowait BPXROOT /usr/sbin/otelnetd otelnetd -l -D > login > > Below is what is currently in etc/inetd.conf > > otelnet stream tcp nowait OMVSKERN /usr/sbin/otelnetd otelnetd -l > shell stream tcp nowait OMVSKERN /usr/sbin/orshd orshd -LV > login stream tcp nowait OMVSKERN /usr/sbin/rlogind rlogind -m > exec stream tcp nowait OMVSKERN /usr/sbin/orexecd orexecd -LV > rse stream tcp nowait OMVSKERN > /usr/lpp/wd4z/rse/lib/fekfrsed rsed >
Well, it looks like you need to use OMVSKERN where I used BPXROOT. What you need is the RACF id which is defined in the BPXPRMnn member as the SUPERUSER(....). What message did you get? Also the line that says: otelnet stream tcp nowait OMVSKERN /usr/sbin/otelnetd otelnetd -l tell INETD to listen on port 23. This will fail if you use port 23 for something else, as many do. If you are already using port 23, you can comment this out by making the first character and octothrope (#). #otelnet stream tcp nowait OMVSKERN /usr/sbin/otelnetd otelnetd -l -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

