Operating System - HP-UX
1848265 Members
2505 Online
104022 Solutions
New Discussion

Error when trying to print.

 
SOLVED
Go to solution
D. Jackson_1
Honored Contributor

Error when trying to print.

No system default destination.
I am trying to print a test page to queue flq and I get no system default destination.
I do lpadmin -d mcq(it is this on another box). I then get system default destination:mcq NO entries , my test page does not print. This same box is running openspool where as the other is not.. Is there a conflict with openspool and lp???

What am I doing wrong???


Thanks DJ
6 REPLIES 6
D. Jackson_1
Honored Contributor

Re: Error when trying to print.

I checked the man pages on npadmin..
Do I need to turn the lp imulation "on" in order to print test pages from the command line using lp -dprinter????
HPP
Regular Advisor

Re: Error when trying to print.

When you run "lpstat -t", does your printer enabled? If it is not, running, then logon as root and give "enable ". Also check your scheduler is running? If not running then as root and give "lpsched".

Cheers
Be Teachable
D. Jackson_1
Honored Contributor

Re: Error when trying to print.

Yes- I did enable my printer and made sure that the scheduler was running.
I was able to get this to work on a non openspool system..
Can anybody help???
Tom Danzig
Honored Contributor

Re: Error when trying to print.

If the printer is hard wired to another unix box, you need the "-ormmachine" switch to lpadmin. Do a man on lpadmin for further info.

Actually, using SAM would be easier.
John McWilliams
Advisor
Solution

Re: Error when trying to print.

On the box where the printer is type
lpadmin -dflq
This will set printer flq to the default on this box.

** Note there is no space after the -d

Regards John
D. Jackson_1
Honored Contributor

Re: Error when trying to print.

Sorry guys but this didn't help..
I still don't get a test page...