Re: xinetd daemon - Red Hat Linux

2002-05-28 Thread Marty Frasier

Hello Graham,

Here's one of my xinetd entries, from /etc/xinetd.d.  I just copied the
telnet one and edited it so log_on_failure might not be the correct value
but I just left it.  Of course. add the protocol name (e.g. mqseries) as
usual in /etc/services.

# default: on
# description: listens for MQSeries connections from clients and servers
service mqseries
{
flags   = REUSE
socket_type = stream
wait= no
user= mqm
server  = /opt/mqm/bin/amqcrsta
server_args = -m PETERPAN
log_on_failure  += USERID
disable = no
}

Regards,

Marty Frasier
Middleware Architect  - GWA Project Office
home office: t/l 470.9828
voice mail: tie-line 722.4775; external 804.327.4775
e-mail: [EMAIL PROTECTED]





Graham French <[EMAIL PROTECTED]>
Sent by: MQSeries List <[EMAIL PROTECTED]>
05/28/2002 05:26 AM
Please respond to MQSeries List


To: [EMAIL PROTECTED]
cc:
    Subject:    xinetd daemon - Red Hat Linux



Anyone have a sample of the MQSeries configuration file for the xinetd
daemon in Red Hat Linux ?

Graham French
MQSolutions
+44 (0)7973 821288

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: xinetd daemon - Red Hat Linux

2002-05-28 Thread Karthik P Hariharan

On Linux, if  xinetd service is enabled in place of inetd service, we must
configure /etc/xinetd.conf file.
  Eg:  xinetd.conf configuration for Qmgr PHK is


  service PHK
  {
   flags   = REUSE
   socket_type = stream
   wait    = no
   user    = mqm
   server  = /opt/mqm/bin/amqcrsta
   server_args = -m PHK
   log_on_failure  += USERID
   disable = no
  }

Karthik
- "Minds are like parachutes, they function best when open"


   
   
  Graham French
   
 cc:
   
  Sent by: MQSeries ListSubject:  xinetd daemon - Red Hat 
Linux   
  <[EMAIL PROTECTED]   
   
  AT>  
   
   
   
   
   
  05/28/2002 02:56 PM  
   
  Please respond to
   
  MQSeries List
   
   
   
   
   



Anyone have a sample of the MQSeries configuration file for the xinetd
daemon in Red Hat Linux ?

Graham French
MQSolutions
+44 (0)7973 821288

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



xinetd daemon - Red Hat Linux

2002-05-28 Thread Graham French

Anyone have a sample of the MQSeries configuration file for the xinetd
daemon in Red Hat Linux ?

Graham French
MQSolutions
+44 (0)7973 821288

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive