|
|
|
|
|||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
adding an inetd service?
# Looking for hardware tutorials?
# Visit: # View Group Archive: Hi Dan, You can use /usr/sbin/chsubserver command to add, change or delete entries from /etc/inetd.conf file (AIX NLY), after making changes, simply refresh the inetd daemon by typing 'refresh -s inetd' command. To add an entry to inetd.conf simply enter the following command ( just an example ) chsubserver -a -r inetd -v ftp -p udp -t stream -w nowait -u root -g /usr/sbin/ftp ftpd where -a adds an entry -r server inetd -v service name -p specified protocol -t socket type -w if a single threaded service then the vlue is wait, nowait for multithreaded service -u user -g program, specify any command line arguments as well if you wish Hope this helps. Regards, Shahid Chohan Message From: Dan Stromberg via ibm-aix-l [mailto:ibm-aix-l (AT) Groups (DOT) ITtoolbox.com] Sent: 02 November 2005 20:40 To: shahid.chohan Cc: strombrg (AT) dcs (DOT) nac.uci.edu Subject: [ibm-aix-l] Re: adding an inetd service? # Looking for hardware tutorials? # Visit: # View Group Archive: I'd actually prefer to use inetd, but on AIX, does one just edit /etc/inetd.conf the usual way? I don't want a bunch of services getting puzzled, and sometimes doing things the usual way causes problems on AIX. Tue, 2005-10-25 at 10:18 +0200, nlx6976 via ibm-aix-l wrote: # Wick Hill Selected As Sole UK Hummingbird Distributor # Read News: > # View Group Archive: > If you dont want to use inetd you could always define a new service for the SRC and let that control it. > 10/25/05, Dan Stromberg via ibm-aix-l wrote: # Fast patch remediation solutions from Symantec. # Learn more: > # View Group Archive: > > Hi folks. > How might one go about adding a service to be hung off of inetd on an AIX system? Do you just edit /etc/inetd.conf like usual, or will things go kerflooey if I do that like when someone edited our /etc/resolv.conf the "usual way"? > is there a better daemon to hung such things off of on AIX 5.1? > Thanks! > > > //* RELATED WHITE PAPERS Server Management Best Practices with PATRL(r) > AIX Benefits for System Administrators > IBM AIX 5L Version 5.2 for PWER, the Demand UNIX System > *// > *FAQ: *Archives: *Manage Subscriptions: *Leave Group: mailto:leave-ibm-aix-l (AT) Groups (DOT) ITtoolbox.com *Need Subscription Help? mailto:Listmaster (AT) ITtoolbox (DOT) com *Terms of Use: *Copyright (c) ITtoolbox and message author. No redistribution. > > > //* RELATED WHITE PAPERS Server Management Best Practices with PATRL(r) 0543 > Denial of Service attacks: Understanding network vulnerabilities 3744 > AIX Affinity With Linux 0551 > *// > *FAQ: *Archives: *Manage Subscriptions: *Leave Group: mailto:leave-ibm-aix-l (AT) Groups (DOT) ITtoolbox.com *Need Subscription Help? mailto:Listmaster (AT) ITtoolbox (DOT) com *Terms of Use: *Copyright (c) ITtoolbox and message author. No redistribution. > > //* RELATED WHITE PAPERS Server Management Best Practices with PATRL(r) GPFS Version 1.4 for AIX White Paper C and C++ Application Development on AIX *// Get expert advice on Tiered Storage for FREE. Visit the Seagate Tiered Storage Knowledge Center now! *FAQ: *Archives: *Manage Subscriptions: *Leave Group: mailto:leave-ibm-aix-l (AT) Groups (DOT) ITtoolbox.com *Need Subscription Help? mailto:Listmaster (AT) ITtoolbox (DOT) com *Terms of Use: *Copyright (c) ITtoolbox and message author. No redistribution. //* RELATED WHITE PAPERS Server Management Best Practices with PATRL(r) 4269 AIX Affinity With Linux 0551 GPFS Version 1.4 for AIX White Paper 0561 *// Get expert advice on Tiered Storage for FREE. Visit the Seagate Tiered Storage Knowledge Center now! *FAQ: *Archives: *Manage Subscriptions: *Leave Group: mailto:leave-ibm-aix-l (AT) Groups (DOT) ITtoolbox.com *Need Subscription Help? mailto:Listmaster (AT) ITtoolbox (DOT) com *Terms of Use: *Copyright (c) ITtoolbox and message author. No redistribution. |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Unix > adding an inetd service? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|