5.INSTALLING PRINTER DRIVERS FOR UNIX/Linux
Setting Up the UNIX/Linux Filters 123
5 INSTALLING PRINTER DRIVERS FOR UNIX/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 3, 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/HS_Series/tap/filter/<queue name>
3
Enter the following command:
rm /opt/HS_Series/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>
Deleting a print queue manually on Linux
1
Log on to the root account.
2
Enter the following command:
rm /opt/HS_Series/tap/interface/<queue name>
3
Enter the following command:
rm /opt/HS_Series/tap/interface/<queue name>.conf
4
Enter the following command:
/opt/HS_Series/tap/bin/modPrintcap -d <queue name>
5
Enter the following command:
ls /opt/HS_Series/tap/bin/flag_<queue name>