PROCEDURE
The activity or action to be completed. May include topics such as installs, configurations, and infrastructure set-up.
REQUIREMENTS
- N-Central > Adstra > CL-DC01
- Password State > Domain\Service Accounts
- Password State > Servers > BBJ Root
STEPS
- Remote into Adstra DC, reference Requirements Section.
- Open Putty and connect to 172.25.1.75 using SSH
- You will need the BBJ Root credentials (reference Requirements Section)
- Run Command
- cd /usr/local/alc/bin
- Run Command:
- ./checkprintjobs.sh
- Read output of printers
- Run command:
- lpstat -o
- Review example below:
- Found the ny9130ps-15532 printer looked to be hung.
- Ran following command:
- cancel -a ny9130ps-15532 [EXAMPLE ONLY]
- Based on the output from 5.a, use the template below by inserting the hung printer’s name.
- cancel -a AFFECTED_PRINTER_NAME_HERE
- Run command:
- lpstat -o
- Verify there are no printer jobs stuck in the queue.
REFERENCES