Standalone FTPD within SMF


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Standalone FTPD within SMF
# 1  
Old 01-13-2006
Standalone FTPD within SMF

Hello
We are trying to run the WU_FTPD demon in standalone mode (-S argument) via an SMF service. Prior to SMF, this was achieved by simply commenting out the FTP line within the inetd.conf file. However, within SMF, I believe we need to carry out the following activities:

i) Remove the FTP service from INETD SMF service control (which should prevent INETD from monitoring the FTP port);
ii) Import the FTP service as a standalone service into SMF (so that the FTP demon then monitors the FTP port).

We carried out the following activities:
i) Disabled and deleted the current FTP service as follows:
inetadm -d network/ftp
svccfg delete network/ftp

ii) Imported a customised FTP manifest file that starts the FTP demon as standalone.

The FTP service is now running fine as a standalone service, but inetd is no longer fine. It continually fails. The following is found within the log files:

svc:/network/inetd:default: Method "/usr/lib/inet/inetd start" failed with exit status 1

Does anyone know how we can successfully run the FTPD service within SMF as a standalone demon without upsetting the INETD service? Simply disabling the FTP service using INETADM and importing our customised FTP service seems to cause problems.

Thanks in advance for your help.

Cheers
Dave
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Using Firefox/Chatzilla on standalone

Hello! I am trying to perform a test using chatzilla, the problem is my machine is not on a network so I am trying to prove I can communicate through local host. This way it will hit the nic go through and come back on the other side. All the configurations I have tried irc.local.host:6667... (12 Replies)
Discussion started by: cybersecEG
12 Replies

2. Solaris

Ftpd alarms

Hi, I am facing following alarms in var/adm/messages after an interval of 10 mins. I dont know what the impact is and how can i fix it. Can anyone help please? Dec 4 07:50:03 hxcsvc-a01 ftpd: open_module: stat(/usr/lib/security/pam_unix_session.so.1) failed: No such file or directory Dec ... (4 Replies)
Discussion started by: sni_engineer
4 Replies

3. Linux

wu-ftpd

Hello everyone! I looking for wu-ftpd latest rpm or sorce package. Anyone have idea where i can find? I need to install on Centos 5. please help. -thanks, :) (4 Replies)
Discussion started by: email-lalit
4 Replies

4. UNIX Desktop Questions & Answers

how to check if a file ftpd to mainframe was actually ftpd

Hi All, I am ftping a file from unix to mainframe. Now the problem arises that i want to check if the file was ftpd or not. Is there any way i could do this? (4 Replies)
Discussion started by: vikas.rao11
4 Replies

5. Solaris

Turning in.ftpd on and off

For two straight days someone was running in.ftpd in my server (apparently looking to break in) and when I would do "top" almost every line would read "in.ftpd". I had a unix sysadmin friend of mine shut it down and then start it back up in a day and a half and all seems OK for now. Here's what I... (1 Reply)
Discussion started by: thomi39
1 Replies

6. UNIX for Dummies Questions & Answers

How to configure a network workstation to a standalone?

Hi, I have a networked ultra 5 workstation(using NIS) that I would like to be able to : 1. Reconfigure to standalone workstation, 2. and be able to switch back to a network workstation when the needs required. Please advise. Ryan (5 Replies)
Discussion started by: ryantk
5 Replies

7. UNIX for Dummies Questions & Answers

Installation Procedure of UNIX on a standalone pc

Hi, I am nil about UNIX and i want to learn about. For this i want to install UNIX 5.0 on my home pc. Anyone please tell me the procedure to install it. The partition and all etc. etc.. My pc configuration is P-IV, 1.7GHz 40 GB HDD With regards, Phani (1 Reply)
Discussion started by: phanikmv
1 Replies

8. UNIX for Dummies Questions & Answers

FTPD, CHROOT, SMF and non-root user

Hello I am trying to configure WU-FTPD on Solaris 10 to do the following: Using the -r parameter to in.ftpd, I am running the FTP demon within a CHROOT jail (/export/ftp). The FTP service is also being controlled by SMF. This seems to work fine. However, one of the requirements I have is to... (2 Replies)
Discussion started by: CowsUdders
2 Replies

9. UNIX for Advanced & Expert Users

ftpd message

hello, On my AIX server 4.3.3.0 the following message appears on the screen: ftpd :Failed dlopen :/usr/lib/libpag.a(shr.o):a file or directory in the path name does not exist. Please help, Thanks . (1 Reply)
Discussion started by: eyounes
1 Replies

10. UNIX for Dummies Questions & Answers

wu-ftpd question

ya i was wondering if there was anyone out there who could show me a good how to page on wu-ftpd ...im running RH 7.1 and i have the update of wu i just need to know how to use it and configure it so the users are limited to their dir and not the whole system .....any help will do ..thx (2 Replies)
Discussion started by: mista_king
2 Replies
Login or Register to Ask a Question
dscfgadm(1M)						  System Administration Commands					      dscfgadm(1M)

NAME
dscfgadm - administration command for the Availability Suite configuration location and services SYNOPSIS
dscfgadm -i dscfgadm -e [-r] [-p] dscfgadm -d [-r] dscfgadm -s DESCRIPTION
The dscfgadm command controls the Availability Suite configuration location and services by providing facilities to set the configuration location, and to enable and disable the Availability Suite services. OPTIONS
If you do not specify any arguments to a dscfgadm command, the utility interactively steps you through setting the configuration location and starting the services. The configuration location is validated to ensure it meets criteria such as size and file type before it is ini- tialized for use. The dscfgadm command supports the following options. -d [-r ] Disables the Availability Suite SMF services. This includes stopping daemons and suspending any Point-in-Time Copy or Remote Mirror sets that are currently enabled under the Availability Suite software. When executed with no additional options, the -d option disables all Availability Suite services. This setting is persistent across system boots. -r When passed to the -d or -e option, acts only on the Remote Mirror services. -e [-r ] [-p] Enables the Availability Suite SMF services. This includes starting daemons and resuming any Point-in-Time Copy or Remote Mirror sets that have been previously configured under the Availability Suite software. When executed with no additional options, the -e option enables all Availability Suite services. This setting is persistent across system boots. -r When passed to the -d or -e option, acts only on the Remote Mirror services. -p When passed to the -e option, enables only the Point-in-Time Copy service. -i Displays information on the Availability Suite SMF services. -s Allows you to set the location of the configuration database containing information specific to Sun Cluster configurations. -x Displays verbose debugging information as the program is executing. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscmr, SUNWscmu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
dscfg(1M), iiadm(1M), scmadm(1M), sndradm(1M), svadm(1M), attributes(5) SunOS 5.11 2 Oct 2007 dscfgadm(1M)