Problem defining remote printers on solaris 10

Good morning,

I have a server with solaris 10 that I want to intall remote printers.
I started lpsched deamon without problems with command:

svcadm enable application/print/server

I want to install printers that are defined locally on print server, so:

lpadmin -p <device> -s <print server>
lpadmin -p <device> -T unknown -I any

I have always used this metod that has ever run correctly.

Now with solaris 10, after the printer was defined, if I want to see my device with command:

lpstat -t

The output is:

root@rubik # lpstat -t
scheduler is running
no system default destination
Segmentation Fault - core dumped

Anyone can help me please?

Thanks a lot

Whats the kernel patch level for your Solaris 10 system ? And what printer model are you configuring?
Not sure if you were aware of this :
Solution Type: Sun Alert
Solution 241426 : Multiple Printing Regressions in Solaris 10
Kernel patch 127127-11 and 127128-11
Bug ID: 6699689, 6740381, 6715450, 6699255, 6718897, 6720586, 6724904,
6724477, 6729885, 6735837, 6737146, 6694850, 6698648, 6698649, 6698650,
6704910, 6180823, 6667354, 6689188, 6699182, 6708442, 6707986

Product
Solaris 10 Operating System
OpenSolaris

Is there any stopped queues in /var/spool/lp/request/printer_name ?

Solaris 10 - 11/06
Patch level 137111-03

Printers that I need to install are laser / inkjet vendor HP; impact printers vendor OKI and termic printers vendor Intermec.

I already defined all printers (like 300) on server with solaris 9 and also solaris 10. On August sistems was patched but I didn't had necessity of configure remote printers. Only now a user asked me to configure a printer on my quality sistem and I've found the problem.
I think that a patch could correct the problem.