HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Network printer is not printing
Operating System - Linux
        1839842
        Members
    
    
        1667
        Online
    
    
        110156
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              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
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            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
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- 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
06-18-2009 09:15 PM
06-18-2009 09:15 PM
			
				
					
						
							Network printer is not printing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Dear all,
we are using one line printer connected through dlink dp-300 printserver.The details are given below:
ip address of Dp-300 : 21.1.3.100
print server name : PS1
port name : P1
I am trying to configure this printer in RHEL-AS 4 uing cups.But it is not printing. I attached the configuration files here.As per the search I made in google,The rm entry in /etc/printcap should be the remote host name.But here the local host name is getting assigned.
Local host name : web1
Remote host name : PS1
Pls help me to solve this problem as i am struggling for the past 3 days.
Thanks in advance..
Regards,
c.sacthivel
		
		
	
	
	
we are using one line printer connected through dlink dp-300 printserver.The details are given below:
ip address of Dp-300 : 21.1.3.100
print server name : PS1
port name : P1
I am trying to configure this printer in RHEL-AS 4 uing cups.But it is not printing. I attached the configuration files here.As per the search I made in google,The rm entry in /etc/printcap should be the remote host name.But here the local host name is getting assigned.
Local host name : web1
Remote host name : PS1
Pls help me to solve this problem as i am struggling for the past 3 days.
Thanks in advance..
Regards,
c.sacthivel
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2009 10:35 PM
06-18-2009 10:35 PM
			
				
					
						
							Re: Network printer is not printing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						The printcap file is not important for CUPS itself: CUPS auto-generates the printcap file for compatibility with older printing systems.
CUPS is trying to make the legacy printing clients connect to local CUPS lpd compatibility service, so that it can then forward the print jobs to their actual destination.
(Some CUPS printers may not be accessible using the legacy lpd printing protocol, so this allows CUPS to act as a protocol converter when necessary.)
More information is needed to solve the problem.
1.) Can you access the lpd port of the print server from your RHEL machine?
Run "telnet 21.1.3.100 515" on the RHEL machine. If it says "Connection established", the connection is OK. (You will need to break this connection manually: press Ctrl-], type "close" and press Enter)
If it says "Connection refused" or hangs in "Trying 21.1.3.100" until it times out, there is a problem in network connectivity: fix this first before continuing with CUPS.
2.) Can the RHEL machine resolve the name PS1 to IP address 21.1.3.100?
Run "nslookup PS1". Does it respond with the correct IP address? If it doesn't, does the /etc/hosts file have a line that says:
21.1.3.100 PS1
If there is no such line and you cannot easily add PS1 to your local DNS, you might add the above line to /etc/hosts on the RHEL machine. Alternatively you could just specify the CUPS Device URI as "lpd://21.1.3.100/P1".
MK
		
		
	
	
	
CUPS is trying to make the legacy printing clients connect to local CUPS lpd compatibility service, so that it can then forward the print jobs to their actual destination.
(Some CUPS printers may not be accessible using the legacy lpd printing protocol, so this allows CUPS to act as a protocol converter when necessary.)
More information is needed to solve the problem.
1.) Can you access the lpd port of the print server from your RHEL machine?
Run "telnet 21.1.3.100 515" on the RHEL machine. If it says "Connection established", the connection is OK. (You will need to break this connection manually: press Ctrl-], type "close" and press Enter)
If it says "Connection refused" or hangs in "Trying 21.1.3.100" until it times out, there is a problem in network connectivity: fix this first before continuing with CUPS.
2.) Can the RHEL machine resolve the name PS1 to IP address 21.1.3.100?
Run "nslookup PS1". Does it respond with the correct IP address? If it doesn't, does the /etc/hosts file have a line that says:
21.1.3.100 PS1
If there is no such line and you cannot easily add PS1 to your local DNS, you might add the above line to /etc/hosts on the RHEL machine. Alternatively you could just specify the CUPS Device URI as "lpd://21.1.3.100/P1".
MK
	MK
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 01:00 AM
06-23-2009 01:00 AM
			
				
					
						
							Re: Network printer is not printing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hai mk,
Thank you for replying me and sorry for the delay.
The problem was solved after i created empty directories inside /var/spool/lpd.
And i changed the user and group of that folders as "daemon".
Now i am getting printing in both ipp and jetdirect.
Thank you once again
Regards,
C.Sacthivel
		
		
	
	
	
Thank you for replying me and sorry for the delay.
The problem was solved after i created empty directories inside /var/spool/lpd.
And i changed the user and group of that folders as "daemon".
Now i am getting printing in both ipp and jetdirect.
Thank you once again
Regards,
C.Sacthivel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2009 01:01 AM
06-23-2009 01:01 AM
			
				
					
						
							Re: Network printer is not printing
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Once again Thanks a lot.
Regards,
C.Sacthivel
		
		
	
	
	
Regards,
C.Sacthivel
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
