Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
linux:print [2017/11/24 16:18] – created tmadelinux:print [2018/05/16 12:20] – [SAP] tmade
Line 21: Line 21:
 Start/ stop spooler: Start/ stop spooler:
   /usr/sap/lprng/bin/lprng.sh start | stop   /usr/sap/lprng/bin/lprng.sh start | stop
 +  /usr/sap/lprng/bin/lprng.sh stop && /usr/sap/lprng/bin/lprng.sh start
      
 +Status/ display current printer queue:
 +  /usr/sap/lprng/bin/lpq -PPrintername
 +  
 +Disable queue-entry:
 +  ./lpc disable <queuename>
 +  
 +Enable queue-entry:
 +  ./lpc enable <queuename>
 +  
 +Disable exit:
 +  ./lpc stop <queuename>
 +Enable exit:
 +  ./lpc start <queuename>
 +  
 +Switch off entry and exit:
 +  ./lpc down <queuename>
 +  
 +Switch on entry and exit:
 +  ./lpc up <queuename>
  
 +Kill printqueue: 
 +  ./lpc kill <queuename> 
 +   
 +Delete one job: 
 +  /usr/sap/lprng/bin/lprm -PPrintername <job-nr> 
 +Delete all jobs: 
 +  /usr/sap/lprng/bin/lprm -PPrintername all 
  
      
  
linux/print.txt · Last modified: 2018/05/28 10:30 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki