LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   How to check if FTP service was not working in betwwen on Solaris 10 (https://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-check-if-ftp-service-was-not-working-in-betwwen-on-solaris-10-a-4175484160/)

manalisharmabe 11-10-2013 11:40 PM

How to check if FTP service was not working in betwwen 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.

TB0ne 11-12-2013 01:07 PM

Quote:

Originally Posted by manalisharmabe (Post 5062247)
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$


Again, as with several of your other threads, did you try to read the documentation, man pages, or look up the command??? There are MANY examples of what the svcs command outputs, with explanations. These would include Oracles own pages on it:
http://docs.oracle.com/cd/E23824_01/...61/svcs-1.html
Quote:

Originally Posted by Solaris Documentation
STIME

If the service instance entered the current state within the last 24 hours, this column indicates the time that it did so. Otherwise, this column indicates the date on which it did so, printed with underscores (_) in place of blanks.

Quote:

How to check if it was not working during specific period? Please advise.
You check the log files, as you would for ANY service, on ANY version of *nix. Did you?


All times are GMT -5. The time now is 02:33 AM.