1834462 Members
3313 Online
110067 Solutions
New Discussion

SLP problem

 
Raju Mahendran
Occasional Contributor

SLP problem

I am facing a problem with "slp"command in hpux 10.20
running on HP 9000 D230 server.
When I issue the command
slp -c80 -i0 -n >/dev/c2t0d0_lp
it gives an error
"slp: error -- stdout is not a printer!"
with the same os In G30 server this command
works fine.
Does anyone know the solution for this problem.
1 REPLY 1
Melvyn Burnard_1
Regular Advisor

Re: SLP problem

The slp commmand was designed for use with the lpr2 driver only. This driver is
not used on the D-class as it is for a parallel driver and card, that is not
supported in a D-class. The parallel interface driver on the D-class uses the
CentIf driver.

I believe you can achieve the same result by editing the printer interface
script and add in the line:
lmargin=0

HTH