ICE

TCP/IP Products => TCP-PLUS => Topic started by: jcampbell on March 21, 2004, 06:17:18 pm

Title: New Server Installed
Post by: jcampbell on March 21, 2004, 06:17:18 pm
I just finshed installing a new server with SCO Unix 5.0.7, and need to know what I have to install/move from old server (Sco Unix 5.0.5) to get icelp to work. I copied the script file over and have setup printers as icelp types, but when connecting I get the error 2346 wrong socket. What am i missing?

Thanks
Title: New Server Installed
Post by: Bob on March 22, 2004, 09:03:23 am
You need the daemon, icelpd.
You also need to set that up in /etc/inetd.conf and /etc/services.
Look at those files on the old machine and you'll be be able to see what to do.
Title: New Server Installed
Post by: jcampbell on March 22, 2004, 03:40:25 pm
I have completed the steps above, but the /usr/tmp/printer/icelp_jobs directory is not creating itself. Do I have to do that manually?

I thought that once I created the printer and sent a job to it, that it would auto create those directories.... ???
Title: New Server Installed
Post by: Bob on March 22, 2004, 04:09:32 pm
You do NOT have to create that directory. If you have the script file setup properly on the sco box you will get that directory created automatically.

Be sure the script is executable (i.e chmod 755 icelp1.scr) and make sure there is a

#!/bin/sh

line at the top of the script.

Do a search on icelp to see more info on this and how to use alternate scripts.