HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - HP-UX 11.11 using hppi to print to color Tektronix...
 
Operating System - HP-UX
        1840212
        Members
    
    
        2964
        Online
    
    
        110162
        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
	
		
			
            
                
            Go to solution
        
            
		
		
			
            	
	
		
        
		
	
	
		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-30-2003 11:42 AM
06-30-2003 11:42 AM
			
				
					
					
						Is it possible using JetAdmin/hppi on 11.11 to print in color to a Tektronix Phaser 780 networked printer. I've tried using various built-in model scripts for deskjets/color laserjets to no avail. Ultimately I'd like to print PerfView's color graphs to the 780. Any help would be great. thanks.
-- UNIX newbie
	
			
				
		
			
			
			
			
			
			
		
		
		
	
	
	
-- UNIX newbie
Solved! Go to Solution.
		1 REPLY 1
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-30-2003 06:45 PM
06-30-2003 06:45 PM
Solution
			
				
					
					
						HPPI is designed to work with HP JetDirect cards and LAN adapters. The LAN protocol is proprietary and uses ports 9100 through 9103. Unless the Tektronix Phaser is connected to an HP JetDirect adapter, it will never communicate with HPPI. This is a case of networked printer and remote printer being VERY different. The Tektronix printer (as are all other non-HP LAN adapters for printers) uses the RFC 1179 protocol, the remote printing standard. 
So delete the printer from the spooling system and re-add it as a remote printer and be sure to check the BSD option. NOTE: you'll need the internal printer's name. It might be called PRN or TEXT or RAW or something similar. This will establish a useable connection to the Tektronix.
Now comes the next big incompatibility: Postscript versus plain ASCII. Most non-HP laser printers do not have an ASCII mode so sending "ABC" to the printer produces nothing or produces errors in the printer's log. HP printers all (a couple of PC-only exceptions) use PCL which is ASCII with enhancements. To print to a Postscript printer, you'll have to format the data into Postscript. There is a postscript model script but it's sole job is to take ASCII and format it into a simple Postscript job.
For data that is already in Poscript format, you can send the data as is and it should print OK. However, the PerfView graphs will be a problem. Xwindows provides truly archaic printing facilities so you'll need utilities to capture the image (such as xwd), then convert these files into a more useable format such as JPEG or GIF. There tools like xv (http://www.trilon.com/xv/xv.html) and ImageMagick (http://www.imagemagick.org) as well as do-it-yourself filters like PBM (Portable Bit Map - http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/netpbm-10.6/).
You may find it easier to get the free PBM package, convert the images to JPEG or GIF and then ftp them to a PC to be imported into Word or PowerPoint files.
	
Bill Hassell, sysadmin
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
So delete the printer from the spooling system and re-add it as a remote printer and be sure to check the BSD option. NOTE: you'll need the internal printer's name. It might be called PRN or TEXT or RAW or something similar. This will establish a useable connection to the Tektronix.
Now comes the next big incompatibility: Postscript versus plain ASCII. Most non-HP laser printers do not have an ASCII mode so sending "ABC" to the printer produces nothing or produces errors in the printer's log. HP printers all (a couple of PC-only exceptions) use PCL which is ASCII with enhancements. To print to a Postscript printer, you'll have to format the data into Postscript. There is a postscript model script but it's sole job is to take ASCII and format it into a simple Postscript job.
For data that is already in Poscript format, you can send the data as is and it should print OK. However, the PerfView graphs will be a problem. Xwindows provides truly archaic printing facilities so you'll need utilities to capture the image (such as xwd), then convert these files into a more useable format such as JPEG or GIF. There tools like xv (http://www.trilon.com/xv/xv.html) and ImageMagick (http://www.imagemagick.org) as well as do-it-yourself filters like PBM (Portable Bit Map - http://hpux.connect.org.uk/hppd/hpux/X11/Graphics/netpbm-10.6/).
You may find it easier to get the free PBM package, convert the images to JPEG or GIF and then ftp them to a PC to be imported into Word or PowerPoint files.
Bill Hassell, sysadmin
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