unix system v release 3.2 (sco-unix?)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers unix system v release 3.2 (sco-unix?)
# 1  
Old 08-19-2009
unix system v release 3.2 (sco-unix?)

another unix printing issue.

our client based pc's used to print some form's to our hp printer. as of the moment they can not print.

i have checked & did the ff:
#lpstat -r (scheduler is running)

i dunno if i need to restart the whole unix box via shutdown or just checking at lpadmin

last resort of mine is to do a reboot of the system....then see if it works.

welcome any inputs/suggestions from everyone. thanks.Smilie
# 2  
Old 08-20-2009
Sometime you get issues because of an unkown reason (to me) more than one scheduler might be running:
do a ps to check, another way would be to use lpshut and check if you have a scheduler STILL running (bad...) try again with lpshut but most probably you would have to kill the process....
After start the scheduler again with lpsched, check the activity of the process in its log file (/var/adm/lp/log?)

Good luck
# 3  
Old 08-20-2009
I tried running lpshut as root......all I got was this:

# su root
# pwd
/
# lpshut
lpshut: not found
#

any tips? Thanks again.
# 4  
Old 08-20-2009
have you tried the man pages for lpsched, lpadmin? Im sure there is a command but ist long ago...
# 5  
Old 08-20-2009
Man pages are responding with some examples of the commands lpsched & lpadmin...but when I try to do it....saying not found??
# 6  
Old 08-20-2009
There should be an lpshut somewhere on the system. Usually at /usr/lib/lpshut if I remember correctly. Is there a man page for lpshut?
# 7  
Old 08-20-2009
yes there is....see partial screenshot



lpsched(ADM) 4 December 1992 lpsched(ADM)

Name

lpsched, lpshut - start/stop the print service

Syntax

/usr/lib/lpsched [-d] [-f int] [-n int] [-r int] [-s]

/usr/lib/lpshut

Description

lpsched starts the LP print service; this can be done only by root or lp.

lpsched takes the following options:

-d Debug mode; this flag tells lpsched to log all messages between
lp and lpsched, all requests submitted, and all commands executed
by lpsched. The log files written to are messages, requests, and
exec in the /usr/spool/lp/logs directory.
:

also tried to run it on its full path...see below:

# pwd
/usr/lib
# ls -lt *lps*
---x--s--- 1 root lp 192646 Dec 29 1999 lpsched
---x--s--x 1 bin lp 26706 Mar 15 1993 lpshut
# lpshut
lpshut: not found
#

---------- Post updated at 10:34 AM ---------- Previous update was at 10:27 AM ----------

my bad......i think i now know where I went wrong......

looking at the full path......it's a script. ran it this way.

# cd /usr/lib
# ./lpshut
Print services stopped.
# ./lpsched
Print services started.

---------- Post updated at 10:45 AM ---------- Previous update was at 10:34 AM ----------

i have already did a lpshut & a lpsched.....still won't print to the HP laserjet?? am stuck...any more tips??
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (5 Replies)
Discussion started by: Joaoalpande
5 Replies

2. SCO

UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot: cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/boot what to do? (1 Reply)
Discussion started by: Joaoalpande
1 Replies

3. UNIX for Dummies Questions & Answers

Error UNIX: UNIX SCO release 5.05 system does not boot

UNIX sco release 5.05 system does not boot:cannot open device hd(40)/boot stage 1 boot failure: error loading hd(40)/bootWhat to do? (2 Replies)
Discussion started by: Joaoalpande
2 Replies

4. SCO

Sco Unix HFS file system error

HI, I have sco unix server currently i am trying to boot its not booting and giving error as HTFS error message contains - Warning : can not identify block 496 for i number 438 on HTFS dev hd (1/42). Warning : exit - /etc/init (PID 1) died, status 0x0000008B server is not getting boot... (0 Replies)
Discussion started by: islamsk
0 Replies

5. UNIX for Advanced & Expert Users

Netscape - What version will run on SCO Unix v3.2 2 Release 5

This question has been resolved. (0 Replies)
Discussion started by: system77
0 Replies

6. SCO

UNIX SCO based Healthcare system

Hi Guys I have got a problem and I would really be grateful if some1 could sort out the problem. I have got a healthcare system named MEDISCAN, its SCO Unix based system, I need to convert the data files into ORACLE data. The problem is that I have been unable to open the files, whatever... (1 Reply)
Discussion started by: Faysal_Mazhar
1 Replies

7. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies

8. UNIX for Dummies Questions & Answers

Books for administration in Unix SCO OpenServer Release 5

Hi, I am a new user to the Server SCO OpenServer(TM) Release 5. Could you please advise any books for me to have a comprehensive view of how to administrate this Unix server. Thanks (1 Reply)
Discussion started by: rogercko
1 Replies

9. UNIX for Advanced & Expert Users

Sco Unix OpenServer Release 3.0

hi everybody I have got a set of sco unix open server release 3.0 flopyy disks series N1, N2, M1, P1...P43, Release notes.. ý did a fresh installation. but ý cant install ethernet card. when ý use netconfig-ad a chain -tcpip... there is a messge : the sco contain TCP/IP driver. and ý... (2 Replies)
Discussion started by: kaygusuz
2 Replies

10. UNIX for Dummies Questions & Answers

SCO UNIX System V/386, Release 3.2

I was just wondering if there is a way to recursive grep for something in this version of UNIX... so that I don't have to do it a directory at a time? (1 Reply)
Discussion started by: PBNOSGT
1 Replies
Login or Register to Ask a Question