- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote printing between 10.20 and HPUX 11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 02:12 AM
03-08-2003 02:12 AM
Remote printing between 10.20 and HPUX 11
But from HPUX 11 to 10.20, when I print it gives waiting for printserver to come up. Have any one faced this problem and any solutions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 05:48 AM
03-08-2003 05:48 AM
Re: Remote printing between 10.20 and HPUX 11
Do you have a line in your /etc/inetd.conf config file for the 'rlpdaemon'? If so, check your /var/adm/inetd.sec file, which is where other systems are allowed or denied the ability to print to your 10.20 system.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 06:12 AM
03-08-2003 06:12 AM
Re: Remote printing between 10.20 and HPUX 11
the /etc/services
/etc/inetd.conf
/var/adm/inetd.sec
All these files are O.K and still I face the problem. From another 10.20 server I am able to remotely print on through the same server. Is there any other clue? How to assign points? as I am new user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 06:34 AM
03-08-2003 06:34 AM
Re: Remote printing between 10.20 and HPUX 11
It looks like you figured out the points. Welcome to the forum!
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 06:58 AM
03-08-2003 06:58 AM
Re: Remote printing between 10.20 and HPUX 11
From client:
a) ps -ef | grep rlp
b) rlpdaemon running?
c) kill PID rlpdaemon
d) vi /etc/inetd.conf
e) printer stream tcp nowait root /usr/lib/rlpdaemon rlpdaemon -i -l (* THIS SYNTAX IS CORRECT*)
f) inetd -c
From both server and client:
a) vi /etc/hosts
b) add client/server ip
c) ping client/server ip
d) verify printer works for local print jobs on server
From server:
a) lpstat -t (* printer exists *)
b) /usr/lib/lpadmin -x printer (* NOW DELETE *)
c) /usr/lib/lpshut (* stop lpsched *)
d) /usr/lbin/lpadmin -p local_printer_name -mrmode1 -v/dev/null -ocmrcmode1 -osmrsmode1 -orm
e) /usr/bin/enable local_printer_name
f) /usr/bin/accept local_printer_name
g) /usr/lib/lpsched
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 06:59 AM
03-08-2003 06:59 AM
Re: Remote printing between 10.20 and HPUX 11
The problem is job never is routed to the remote 10.20 server. The job stays at the 11 server itself. In solairs I use snoop command to see what really happens on the target...Dont we have a equivalent command in HP?
jobs printed
From 10.20 to 10.20 no problem
From 11 to 11 no problem
From 10.20 to 11 no problem
Job is not routed when print job is fired from hpux 11 to 10.20...
Any further clues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 07:10 AM
03-08-2003 07:10 AM
Re: Remote printing between 10.20 and HPUX 11
Can your 11.0 box resolve the hostname and IP address of the 10.20 box? I've also seen similar problems when a box has had an IP address change. On your 11.0 box, try deleting the print queue that points to the remote printer and then recreating it.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 07:37 AM
03-08-2003 07:37 AM
Re: Remote printing between 10.20 and HPUX 11
The hosts file has the remote server name and name resolution is not the problem. Could it be a downward compatibility problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 07:44 AM
03-08-2003 07:44 AM
Re: Remote printing between 10.20 and HPUX 11
I wouldn't think it would be a compatibility problem. All the printing software is pretty ancient so I would think the different flavors of HP-UX wouldn't matter. It might be a patch problem. Do you have all the latest lp patches on the boxes? What kind of printer are your printing to on the 10.20 box?
I have some 10.20 boxes. I can try setting up a print queue from an 11.0 box here and see if it goes to one of them.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 08:01 AM
03-08-2003 08:01 AM
Re: Remote printing between 10.20 and HPUX 11
thanks a lot....
10.20 server has a alis line printers connected to the serial ports. I am able to print very fine from other HPUX 10.20 servers.
Can you simulate the same and see if you also face the same problem?
Patch wise I have the latest installed on both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 08:38 AM
03-08-2003 08:38 AM
Re: Remote printing between 10.20 and HPUX 11
jetadmin
diagnostics #2
examin spooler operations #2
enter name of printer
yes to everything
view /tmp/hpnpflog file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2003 09:26 PM
03-08-2003 09:26 PM
Re: Remote printing between 10.20 and HPUX 11
I am not using Jetdirect card. The printer is connected to seril port of a HPUX 10.20 server. Another HPUX 11 server configured as a remote printer pointing to this printer is not spooling the job to the HPUX10.20 server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 04:59 AM
03-09-2003 04:59 AM
Re: Remote printing between 10.20 and HPUX 11
a)cd /var/spool/lp
b)ls FIF, SCHEDLOCK (* Present?*)
c)lpstat -r (* running? *)
d)lpshut
e)rm FIFO, SCHEDLOCK, outputq, *lock.
f)>outputq
g)>log
h)ps -ef | grep -i lp
i)kill any jobs found in h)
i)lpsched -v
j)more log file
k)lp -d printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 05:16 AM
03-09-2003 05:16 AM
Re: Remote printing between 10.20 and HPUX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 06:58 AM
03-09-2003 06:58 AM
Re: Remote printing between 10.20 and HPUX 11
I found the problem,
The target host which I am remote printing to should have the source hostname's IP Address on its /etc/hosts entry.
Good exercise.....Thanks a lot every one....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2003 07:10 AM
03-09-2003 07:10 AM