- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: OKI Printer setup on Tru64
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 02:27 AM
07-01-2004 02:27 AM
OKI Printer setup on Tru64
Best regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2004 08:38 AM
07-01-2004 08:38 AM
Re: OKI Printer setup on Tru64
First it is important how the printer is connected (this will decide if a printfilter will be use or not) and second it is important what kind of file from what application or machine will be printed (this decides if the job must be filtered or not).
So why not giving some details? there is also a good documentation out there called "documentation library" delivered with your OS Cd-Rom containing the description of a printing system called "advanced printing"....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 02:36 AM
07-02-2004 02:36 AM
Re: OKI Printer setup on Tru64
please post the /etc/printcap entry for that printer.
thanks,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 02:55 AM
07-02-2004 02:55 AM
Re: OKI Printer setup on Tru64
tyo017m0:\
:lf=/usr/spool/lpd/errors/tyo017m0.err:\
:sd=/usr/spool/lpd/tyo017m0:\
:rm=tyo017m0.tyo.pacific.testdomain.com:\
:rp=raw1:\
:if=/usr/lbin/pcfof +Cescp_a4_12cpi.pcf -Opcode=escp:\
:of=/usr/lbin/pcfof +Cescp_a4_12cpi.pcf -Opcode=escp:\
:mx=0:\
:pl=63:\
:pw=95:\
:xf=/usr/lbin/xf:\
:ya="plocale=ja_JP.eucJP":\
:lp=:ct=remote:sh:mx#0:
and locale values are as follows:
/users/mnin_tst
LANG=ja_JP.SJIS
LC_COLLATE="ja_JP.SJIS"
LC_CTYPE="ja_JP.SJIS"
LC_MONETARY="ja_JP.SJIS"
LC_NUMERIC="ja_JP.SJIS"
LC_TIME="ja_JP.SJIS"
LC_MESSAGES="ja_JP.SJIS"
LC_ALL=
I am able to get prints in English but as and when any japanese characters are there in the file, these are printed as junk.
Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 03:44 AM
07-02-2004 03:44 AM
Re: OKI Printer setup on Tru64
=> lpd printing doesn't support filtering, use tcp/telnetfiltering instead
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 03:48 AM
07-02-2004 03:48 AM
Re: OKI Printer setup on Tru64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 04:18 AM
07-02-2004 04:18 AM
Re: OKI Printer setup on Tru64
sample entry
ham060061m1:\
:lp=@ham060061/lpt1:\
:of=/usr/lbin/myof:\
:sd=/usr/spool/ham060061m1:\
:sh:
lpt1 is a symbol for the port ranging here from 9100 up and is added to /etc/services
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 10:51 AM
07-02-2004 10:51 AM
Re: OKI Printer setup on Tru64
Btw. tcp printing setup can be simple configured by using lprsetup (supported way, editing printcap manually is not supported), please read also the documentation prior posting!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 10:01 PM
07-03-2004 10:01 PM
Re: OKI Printer setup on Tru64
2. How to check whether a filter is working fine for my printer or suitable for my requirements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 11:17 PM
07-03-2004 11:17 PM
Re: OKI Printer setup on Tru64
2. you don't know how to pipe a document through a filter? Maybe time to spent some time to study the basics of unix. A simple cat with pipe through the filter should do the job, after that operation print the converted document and see what is printed out. If it is ok use lprsetup to configure the printcap if not it is time to play around with other compatible pcl or postscript filters which can be found at /usr/lbin/.
Here is a link to the documentation which is also available on your documentation cd-rom delivered with the OS:
http://nf.apac.edu.au/facilities/sc/compaq_mirror/HTML/SUPPDOCS/JAPANDOC/JAPANCH8.HTM
it seems pcl is not supported with japanese characters, only plain text and postscript printfilters supports this features....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 03:17 AM
07-05-2004 03:17 AM
Re: OKI Printer setup on Tru64
Now I have configured my print queue for tcp/telnet filtering as below:
(extracts of /etc/printcap)
------------/etc/printcap----------------------------------------
#Firnin OKI printer (28 Jun 04) . (:tyo017m0:)
tyo017m0:\
:ct=tcp:\
:lp=@tyo017m0/raw1:\
:lf=/usr/spool/lpd/errors/tyo017m0.err:\
:sd=/usr/spool/lpd/tyo017m0:\
:if=/usr/lbin/pcfof +Cescp_a4_12cpi.pcf -Opcode=escp:\
:of=/usr/lbin/pcfof +Cescp_a4_12cpi.pcf -Opcode=escp:\
:mx=0:\
:pl=63:\
:pw=95:\
:xf=/usr/lbin/xf:\
:ya="flocale=ja_JP.SJIS
plocale=ja_JP.SJIS":\
:sh:mx#0:
-----------------------------/etc/services-----------------------------------------
raw1 9120/tcp #Port for OKI Dotmatrix printer
-----------------------------------------------------------------------------------------
sin1002:/ # lpc status tyo017m0
tyo017m0:
printer is on device '/dev/lp' speed -1
queuing is enabled
printing is enabled
no entries
no daemon present
I tried and tested filter also (ESCP), filter is working fine. But now I am not able to get any printouts. My prints are getting stucked in spooling. Can anyone suggest that what is the mistake I have done in /etc/printcap file. I think that it is /etc/printcap file, that is causeing problems.
Please let me know the correction required in /etc/printcap file or /etc/services file which are mandatory for getting my printer in working condition. Please remember that this printer is connected in WAN connection at a remote location using a print server.
Best regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 03:40 AM
07-05-2004 03:40 AM
Re: OKI Printer setup on Tru64
plocale=ja_JP.SJIS":\"
and "device is on /dev/lp" indicates a syntax problem. So why using an unsupported method, making mistakes during typing and asking for help? Use lprsetup as written several time before.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 01:33 AM
07-06-2004 01:33 AM
Re: OKI Printer setup on Tru64
I am using "HP-Jetdirect 3263A" print server. It is having one port. I have configure telnet printing for this print server. What PORT NUMBER is EQUIVALENT to RAW1 port. Some sites says it should be 9100 and some are suggesting 9101. Can anyone confirm the same?
and if I add this port in /etc/services file .... syntax will be ...
raw1 9100/tcp #Port for raw1 for HP Jetdirect printer.
Many thanks,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2004 02:23 AM
07-06-2004 02:23 AM
Re: OKI Printer setup on Tru64
try with 9100 if your doc does not say anything else. You will also have to do a inetd -h or kill -HUP on the inetd.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 12:34 AM
07-08-2004 12:34 AM
Re: OKI Printer setup on Tru64
I configured the printer using LPRSETUP utility and it started priniting. But the original problem of priniting JAPANESE is still remaining the same. I used ESCP filters with my print queue, but the outcome is that if a document containing ENGLISH and JAPANESE is given for printing, it prints ENGLISH but in place of Japanese characters, it prints JUNK characters. The /etc/printcap entry for this printer is as follows:
tyo017m8|lp4|tokyo2:\
:ct=tcp:\
:lf=/var/adm/errors/tyo017m8.err:\
:lp=@tyo017m0.tyo.pacific.firmenich.com/raw1:\
:if=/usr/lbin/pcfof +Cescp_a4_10cpi.pcf -Opcode=escp:\
:of=/usr/lbin/pcfof +Cescp_a4_10cpi.pcf -Opcode=escp:\
:mx#0:\
:of=/usr/lbin/lpf:\
:pl#66:\
:pw#80:\
:rm=@dpa:\
:rp=tyo017m8:\
:sd=/var/spool/lpd/tyo017m8:\
:xf=/usr/lbin/xf:\
:ya="plocale=ja_JP.SJIS":
locale settings are:
/users/mnin_mgr
LANG=ja_JP.SJIS
LC_COLLATE="ja_JP.SJIS"
LC_CTYPE="ja_JP.SJIS"
LC_MONETARY="ja_JP.SJIS"
LC_NUMERIC="ja_JP.SJIS"
LC_TIME="ja_JP.SJIS"
LC_MESSAGES="ja_JP.SJIS"
LC_ALL=
I studied in one Tru64 admin pdf (http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_ACRO_DUX/ARH9FETE.PDF>> Page number 8-47 ) that filters may not work properly over different subnets. Is my problem related to this? Is there any other way to use this printer for Japanese prints?
At the sametime, I am having a Laser printer which is working fine in same setup and with text port settings. Moreover, that printer doesn't use any filter.
Can anyone suggest some wayout of my problem?
Many thanks in advance,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 12:50 AM
07-08-2004 12:50 AM
Re: OKI Printer setup on Tru64
If piping of an sample text thru the filter does not work, so remote filtering does also not work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 01:23 AM
07-08-2004 01:23 AM
Re: OKI Printer setup on Tru64
#cat test_japanese|=/usr/lbin/pcfof +Cescp_a4_10cpi.pcf -Opcode=escp
It give me output. It means filter is working. What can be other possibility?
Regards,
Vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 01:26 AM
07-08-2004 01:26 AM
Re: OKI Printer setup on Tru64
Btw. if it will not work maybe problem is the pcl filter, use postscript or text instead as written within the given link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2004 01:01 PM
11-04-2004 01:01 PM
Re: OKI Printer setup on Tru64
Thanks to all who responded and helped me to configure OKI printer for Tru64 server.