Log In to Edit
Unform Commands
- ufc -v
- Print version and licensing info
- ufd -start
- ufd -stop
- ufd -restart
- Stops then Starts Unform Daemon
- uflog
- tails the Unform daemon log file
- Command: tail -f /uf71/uf71d.log
- ufstat
- Displays Unform client processes and count of client processes
- Command (list processes): ps -aef | grep uf1c | grep -v grep
- Then (count processes): ps -aef | grep uf71c | wc -l
- Note: There can be up to 3 processes per print job at any one time
- /uf71/jobs.dat
- Can become corrupted on unexpected system shutdown/crash.
- Stop Unform, move or remove jobs.dat, then start Unform to resolve.
|