P.171 "creating a print queue manually on hp-ux, P.171 "creating a print queue manually on ibx aix – Toshiba E-STUDIO 351C User Manual
Page 171

2. Installing Client Software
Printing Guide — Installing Client Software for UNIX
171
Creating a print queue manually on HP-UX
1.
Log on to the root account.
2.
Open your Linux/UNIX editor.
3.
Create the following file.
/etc/lp/interfaces/
4.
Add a line as below in the
dest=
5.
Save the file.
6.
Enter the following command:
chmod +x
7.
Enter the following command:
chown lp:lp
8.
Enter the following command:
ps -ef | grep lpsched | grep -iv grep > /dev/null 2>&1
9.
Enter the following command:
Echo $?
10.
If “0” is outputted on the screen, turn the scheduler OFF.
Enter the following command:
/usr/sbin/lpshut > /dev/null 2>&1
11.
Enter the following command:
/usr/sbin/lpadmin -p
-m net_est451c -o rm
12.
Enter the following command:
accept
13.
Enter the following command:
enable
14.
If you turn OFF the scheduler in step 10, turn the scheduler
ON. Enter the following command:
/usr/lpsched > /dev/null 2>&1
Creating a print queue manually on IBX AIX
1.
Enter the following command:
ls /opt/toshiba/tap/filter
2.
If the above directory does not exist, enter the following
command:
mkdir /opt/toshiba/tap/filter
3.
Log on to the root account.