5.INSTALLING PRINTER DRIVERS FOR UNIX/Linux
108 Configuring UNIX/Linux printing using UNIX/Linux filters
Deleting a Print Queue Manually
You can also configure the print queue by deleting a print queue manually.
The procedure varies depending on the operating systems.
P.108 “Deleting a print queue manually on Solaris”
P.108 “Deleting a print queue manually on HP-UX”
P.108 “Deleting a print queue manually on IBM AIX”
P.109 “Deleting a print queue manually on Linux”
Deleting a print queue manually on Solaris
1
Log on to the root account.
2
Enter the following command:
lpadmin -x <queue name>
3
Enter the following command:
rm /etc/lp/interfaces/<queue name>.conf
Deleting a print queue manually on HP-UX
1
Log on to the root account.
2
Enter the following command:
ps -ef | grep lpsched | grep -iv grep > /dev/null 2>&1
3
Enter the following command:
echo $?
4
If “0” outputted on the screen, turn the scheduler OFF. Enter the following command:
/usr/sbin/lpshut > /dev/null 2>&1
5
Enter the following command:
/usr/sbin/lpadmin -x<queue name>
6
Enter the following command:
rm /etc/lp/interface/<queue name>.conf
7
If “0” was outputted on the screen in step 4, turn the scheduler ON. Enter the following
command:
/usr/sbin/lpsched > /dev/null 2>&1
Deleting a print queue manually on IBM AIX
1
Log on to the root account.
2
Enter the following command:
rm /opt/toshiba/tap/filter/<queue name>
3
Enter the following command:
rm /opt/toshiba/tap/filter/<queue name>.conf
4
Enter the following command:
rmquedev -q<queue name> -ddev_<queue name>
5
Enter the following command:
rmque -q<queue name>