1835564 Members
2843 Online
110078 Solutions
New Discussion

Printer problem in HPUX

 
prassath
Occasional Advisor

Printer problem in HPUX

hi all,

Have always used SAM/LP spooler to add network printers to system. Get this error now:
error :
Attempted to determine if the fileset "LP-SPOOL" from the product "PrinterMgmt" exists on your system , Configuration script has not been run suucessfully

i have tried viewing also
swlist -l fileset | grep SPOOL


repsond with something like:

DistributedPrint.PD-SPOOLER B.11.31 PD-SPOOLER
PrinterMgmt.LP-SPOOL B.11.31 LP-SPOOL
2 REPLIES 2
paolo barila
Valued Contributor

Re: Printer problem in HPUX

try

# /sbin/init.d/lp stop

# /sbin/init.d/lp start
share share share
Jon M Zellhoefer
Valued Contributor

Re: Printer problem in HPUX

Please post output of:

swlist -l fileset -a state | grep installed

Best guess is you'll have to run an swconfig for a few things ....

If you don't want to configure each required fileset you can run:

swconfig \* @ hostname, but it's not recommended...

you can check man swconfig for exact syntaxes