Hi Christopher,
Here the listing from my 11.0 /var/spool/lp dir
$ cd /var/spool/lp
$ ll
total 0
lrwxrwxrwt 1 root sys 14 Mar 9 2002 Tclass -> /etc/lp/Tclass
lrwxrwxrwt 1 root sys 15 Mar 9 2002 Tmember -> /etc/lp/Tmember
lrwxrwxrwt 1 root sys 18 Mar 9 2002 cinterface -> /etc/lp/cinterface
lrwxrwxrwt 1 root sys 13 Mar 9 2002 class -> /etc/lp/class
lr-xr-xr-t 1 root sys 18 Mar 9 2002 cmodel -> /usr/lib/lp/cmodel
lr-xr-xr-t 1 root sys 17 Mar 9 2002 fonts -> /usr/lib/lp/fonts
lrwxrwxrwt 1 root sys 12 Mar 9 2002 info -> /etc/lp/info
lrwxrwxrwt 1 root sys 17 Mar 9 2002 interface -> /etc/lp/interface
lrwxrwxrwt 1 root sys 15 Mar 9 2002 log -> /var/adm/lp/log
lrwxrwxrwt 1 root sys 21 Mar 9 2002 lpana.log -> /var/adm/lp/lpana.log
lrwxrwxrwt 1 root sys 19 Mar 9 2002 lpd.log -> /var/adm/lp/lpd.log
lrwxrwxrwt 1 root sys 14 Mar 9 2002 member -> /etc/lp/member
lr-xr-xr-t 1 root sys 17 Mar 9 2002 model -> /usr/lib/lp/model
-rw-r--r-- 1 lp 1000 0 May 21 2002 outputq
-rw-r--r-- 1 lp lp 0 Mar 9 2002 pstatus
-rw-r--r-- 1 lp lp 0 Mar 9 2002 qstatus
drwxr-xr-x 2 lp bin 96 Mar 9 2002 receive
drwxr-xr-x 3 lp bin 96 Mar 9 2002 request
lrwxrwxrwt 1 root sys 18 Mar 9 2002 sinterface -> /etc/lp/sinterface
lr-xr-xr-t 1 root sys 18 Mar 9 2002 smodel -> /usr/lib/lp/smodel
$
As you can see it has a lot on links that can easily be recreated, the q & status files can be recreated with a touch command. But the request dir has to have entries for each defined printer.
If you have a make_recovery tape - that would make life easier. Can get this back using the following
1) Insert tape
2) #mt rew #rewind the tape
3) #mt fsf 1 #move a file space forward
4) tar xvf /dev/rmt/0mn var/spool/lp/* #extract that dir from the tape.
Good Luck,
Jeff
Good Luck
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!