FDVL Issues
From PTAGISWiki
A repository for issues related to the care and feeding of FDVL.
Files in the FDVL queue aren't loading
--Davem 17:36, 17 June 2009 (PDT)
1) Look at contents of ~pittag/etc/FD_LOCK
PID=NULL Wed Jun 17 15:53:06 PST 2009
2) If there is a PID identified, jot down the PID for future reference, then see if it's still active.
ps -ef | grep <[P]ID>
3) If the PID is deceased, then use QBF to see if it is referenced in the ptagis3.fd_control table. If necessary, change the Fdv_State from RUNNING to WAITING and delete the Fdv_Semaphore value.
qbf -upittag ptagis3 -t fd_control
4) Invoke ~pittag/bin/FDVL/fdc_nullLock.sh as pittag on blueback.
/usr/pit/pittag/bin/FDVL/fdc_nullLock.sh
> su - ptagdev > cd /home/pittag/log/FDVL > ls -lt *.A > see_fdl
See also: PTTP Care and Feeding, Monitoring FDVL Operation
