Operating System - HP-UX
1846694 Members
3003 Online
110256 Solutions
New Discussion

Re: Adding network printers in SAM

 
SOLVED
Go to solution
Ian Warner
Trusted Contributor

Adding network printers in SAM

I have added a network printer using SAM. I now need to print to that device using the device name, but SAM has set it it be /dev/null. How can I set the device so I can access it via a device name?
Why did anyone invent unix?
4 REPLIES 4
G. Vrijhoeven
Honored Contributor

Re: Adding network printers in SAM

Hi,

Network printers have /dev/null as device.
You can check out all your configured printers using:
lpstat -t

Use the name of the spooler to print to.

Gideon
Ian Warner
Trusted Contributor

Re: Adding network printers in SAM

I would normally, however, the compiler I am using needs the device name if I am sending a print that displays a forms message. Does this mean I cannot do this to a network printer?
Why did anyone invent unix?
John Palmer
Honored Contributor
Solution

Re: Adding network printers in SAM

Hi Ian,

DDFA allows you to configure this.

man ddfa

Regards,
John