Monday, 13 April 2015

Start and Stop printing Command in AIX

To Start Service :
        # smit qstart
        # qadm -U QueueName

To Stop Service
        # smit qstop
        # qadm -D QueueName

To Kill Related Process
        # echo $PRINTER
        # cancel <jobid>
        # cancel 705 707 505

No comments:

Post a Comment