![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 2245838.1 : Service svc:/network/ftp:proftpd failed - the instance is restarting too quickly. SMF-8000-YX
In this Document
Created from <SR 3-14433924689> Applies to:Oracle ZFS Storage ZS5-2 - Version All Versions to All Versions [Release All Releases]Sun Storage 7110 Unified Storage System - Version All Versions to All Versions [Release All Releases] Oracle ZFS Storage ZS4-4 - Version All Versions to All Versions [Release All Releases] Oracle ZFS Storage Appliance Racked System ZS4-4 - Version All Versions to All Versions [Release All Releases] Oracle ZFS Storage ZS3-4 - Version All Versions to All Versions [Release All Releases] 7000 Appliance OS (Fishworks) SymptomsFMA reports: Service svc:/network/ftp:proftpd failed - the instance is restarting too quickly.
Refer to http://support.oracle.com/msg/SMF-8000-YX for more information.
The ftp service status returns to maintenance state after being disabled/enabled :> shszfs10:> configuration services ftp get <status>
<status> = maintenance
debug.sys log reports: svc.startd[3156]: [ID 748625 daemon.error] network/ftp:proftpd failed repeatedly: transitioned to maintenance (see 'svcs -xv' for details)
CauseA proftp process is not stopping when the service is disabled. # svcadm disable svc:/network/ftp:proftpd
# ps -opid,args -p "$(pgrep -x proftpd)" PID COMMAND 5395 /usr/lib/inet/proftpd -p 0
SolutionEither reboot the effected ZFS Storage Appliance node or open a service request to engage oracle support referencing this knowledge document. Disable the ftp service, kill any lingering ftp processes then restart the service. # svcadm disable svc:/network/ftp:proftpd
# ps -opid,args -p "$(pgrep -x proftpd)" PID COMMAND <PID> /usr/lib/inet/proftpd -p 0 # kill <PID> # svcadm enable svc:/network/ftp:proftpd Attachments This solution has no attachment |
||||||||||||||||
|