How to check FTP service failed in between on Solaris 10?


 
Thread Tools Search this Thread
Operating Systems Solaris How to check FTP service failed in between on Solaris 10?
# 1  
Old 11-11-2013
How to check FTP service failed in between on Solaris 10?

Hi Guys,

I need to check why FTP service on Solaris 10 machine did not work in between.

What does Jun-29 means here? Does it mean that it has been RUNNING/UP since Jun 29th ?

Code:
-bash-3.2$ sudo /usr/bin/svcs |grep -i ftp
legacy_run     Jun_29   lrc:/etc/rc3_d/S90proftpd
online         Jun_29   svc:/network/ftp:default
-bash-3.2$

How to check if it was not working during specific period?

Please advise.

Thanks.
# 2  
Old 11-11-2013
The STIME field indicates the date or time, when the service entered the current state.

The strange thing here is, that you seem to have two FTP daemons running, the one which comes with Solaris, and ProFTP. Disable the one, you don't want to run.
This User Gave Thanks to hergp For This Post:
# 3  
Old 11-11-2013
List conflicting FTP packages with
Code:
pkginfo | grep -i ftp

One of them should be disabled.
The Solaris ftp (also a proftp) is started on demand by inetd, and is listed by both svcs and inetadm.
This User Gave Thanks to MadeInGermany For This Post:
# 4  
Old 11-26-2013
Solved.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Snmpd service failed to start on Red Hat 6

Dear community, I got the following error when I try to start the snmpd service: # service snmpd start Starting snmpd: Log say: Could someone help please? Thank you Lucas ---------- Post updated at 08:07 AM ---------- Previous update was at 07:50 AM ---------- DAMN!!!!... (2 Replies)
Discussion started by: Lord Spectre
2 Replies

2. UNIX for Dummies Questions & Answers

FTP failed

Hi All, We are using the following step to place a file in server using FTP STEP_EXECUTE STEP090 /usr/pjc/bin/FTP -i DATASET FTPIN $sic/ctl/ftpsic.ctl DISP=OLD,KEEP,KEEP STEP_END If we run this step we are getting the error. ftp> open arg.mnd.appsc.com Connected to arg.mnd.appsc.com.... (4 Replies)
Discussion started by: ajaykumarkona
4 Replies

3. Red Hat

VSFTPD Service Failed to Start

Today I have installed VSFTPD but service is failing to start. We have been using standard FTP successful but need to introduce an FTPS option. I have run YUM install VSFTPD and everything appeared to load ok. (If I run rpm - qa | grep vsftpd I get vsftpd-2.0.5-16.el5_4.1 which I... (4 Replies)
Discussion started by: PaulComins
4 Replies

4. Red Hat

vsftpd service failed to start

hi, i am using RHEL 5 and i am not able to on the vsftp i have tried to on the vsftp service using command service vsftpd start Starting vsftpd for vsftpd: i am posting the content of my /etc/xinetd.d/vsftpd file # description: The vsftpd FTP... (2 Replies)
Discussion started by: u.n.i.x
2 Replies

5. Solaris

Solaris Zone : Non global Zone check failed

Hi All , I try to install some packages in my global zone... On the execution of the installion of the script it quits by saying the error "Non global zone check failed" Kindly help me in this regard Thanks in advance, jeganr (7 Replies)
Discussion started by: jegaraman
7 Replies

6. UNIX for Advanced & Expert Users

Using FTP to check whether file is completely FTP... plz find the description below

Hi, We have some clients who will place huge files in to one of the remote server. And the shell script written in our local server to retrieve client files (using FTP) placed on one of the remote server of ours by clients. My question Is there any FTP command/script to check from my local... (1 Reply)
Discussion started by: nmsrao
1 Replies

7. Solaris

How to check FTP Log in Solaris

How to trace FTP activity / event in both servers? Please advise. Thank you. (3 Replies)
Discussion started by: KhawHL
3 Replies

8. AIX

ftp check for failed attempts

Hi, I have created the below ftp script to put files over to our capacity server, the check at the end works if ftp fails to run however if the script cannot login or the transfer itself failed there is no warnings. Does anyone know the syntax to trap the erorr codes or to put a check within... (3 Replies)
Discussion started by: chlawren
3 Replies

9. Solaris

tmchild exec service failed erron = 2

I have a Solaris-9 box. When I log into it I get the following error message tmchild exec service failed erron = 2 . Any ideas !! Thanks Mike (2 Replies)
Discussion started by: mbjyork
2 Replies

10. UNIX for Dummies Questions & Answers

ftp: ftp/tcp: unknown service

Hello, when I type ftp on the server (Sco Unix 5.0.4) it gives an error messages which is "ftp: ftp/tcp: unknown service" but I have this service in '/etc/services' file. Also when I want to telnet from another machine to this machine is gives also 'telnet: tcp/telnet: unknown service' this... (2 Replies)
Discussion started by: alisevA3
2 Replies
Login or Register to Ask a Question