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/interfaces/<queue name>.conf

7.If “0” was outputted on the screen in step 3, turn the sched- uler 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/oshiba/tap/filter/<queue name>.conf

4.Enter the following command:

rmquedev -q <queue name> -d dev_<queue name>

194

Printing Guide — Installing Client Software for UNIX

Page 194
Image 194
Toshiba 280, 200L, 230L, 3511, e-Studio 350 manual Enter the following command lpadmin -x queue name