1832007 Members
3004 Online
110034 Solutions
New Discussion

LinuxAS4 service

 
SOLVED
Go to solution
mark.M
Frequent Advisor

LinuxAS4 service

i'm install Linux AS4up4.
server is normal running,
but telnet,ftp,rcp service not used.
script file not present in /etc/xinetd.d/.
how service enable??
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: LinuxAS4 service

Shalom,

RH does not run ftp in the xinetd daemon. To enable ftp, you need to install vsftpd or configure it for auto start.

ps -ef | grep vsftpd

If its there.

chkconfig vsftpd on

telnet and rcp can be replaced by openssh which is a default component of the install.

If you really want telnet and rcp servers you will need to get your original install disks and install the legacy network servers section.

system-config-packages

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: LinuxAS4 service

Run system-config-packages and install "legacy network servers" package group.

Then run:

chkconfig "servicename" on
service "servicename" start

Or run system-config-services, to enable and start the services.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?