HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: Help needed with DPS
 
Operating System - HP-UX
        1840206
        Members
    
    
        3025
        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
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
 
07-06-2000 05:06 AM
07-06-2000 05:06 AM
			
				
					
						
							Help needed with DPS
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						hi,
i've hp-dps running on a 735 with hpux 10.20 patched with PHCO_18779 and
PHCO_21204.
the problem is an old one: a user needs to print on a certain kind of
paper which now it's not mounted; his job should be queued until the
appropriate paper is made available.
via sam, i've:
.configured a physical printer and set "media-supported=folio,invoice", "media-ready=folio"
.assigned such printer to a queue
.created a logical-printer and assigned it to the queue
then, from shell, i've tried:
ls | pdpr -p lprinter -x "default-medium=folio"
and the answer was:
pdpr: 5010-092 The attribute default-medium is not supported by the
requested server or printer.
can you help me ?
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
i've hp-dps running on a 735 with hpux 10.20 patched with PHCO_18779 and
PHCO_21204.
the problem is an old one: a user needs to print on a certain kind of
paper which now it's not mounted; his job should be queued until the
appropriate paper is made available.
via sam, i've:
.configured a physical printer and set "media-supported=folio,invoice", "media-ready=folio"
.assigned such printer to a queue
.created a logical-printer and assigned it to the queue
then, from shell, i've tried:
ls | pdpr -p lprinter -x "default-medium=folio"
and the answer was:
pdpr: 5010-092 The attribute default-medium is not supported by the
requested server or printer.
can you help me ?
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-06-2000 11:06 AM
07-06-2000 11:06 AM
			
				
					
						
							Re: Help needed with DPS
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I don't have a guaranteed answer for you but maybe some slight variation to your command string might do the trick.  
Instead of using -x "default-medium=folio" in your pdpr command string try -x "media=folio" or maybe -x "medium=folio". The default-medium attributute that you are trying to use sort of suggests that you want to change the default for the printer instead just what you want for the job.
Unfortunately, the HPDPS manuals don't give you clear guidance on this nor does the pdpr man page. If you end up having to submit a support call for this, expect a bit of a delay. My previous dealings with DPS support shows that not enough people are using the product for the Atlanta Response Center to know much. In every case that I've experienced required the Response Center to push the issue up to a support contact in the Lab. The Lab is on west coast time and I'm in the east, so it becomes a game of voice mail tag.
		
		
	
	
	
Instead of using -x "default-medium=folio" in your pdpr command string try -x "media=folio" or maybe -x "medium=folio". The default-medium attributute that you are trying to use sort of suggests that you want to change the default for the printer instead just what you want for the job.
Unfortunately, the HPDPS manuals don't give you clear guidance on this nor does the pdpr man page. If you end up having to submit a support call for this, expect a bit of a delay. My previous dealings with DPS support shows that not enough people are using the product for the Atlanta Response Center to know much. In every case that I've experienced required the Response Center to push the issue up to a support contact in the Lab. The Lab is on west coast time and I'm in the east, so it becomes a game of voice mail tag.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
07-07-2000 03:38 AM
07-07-2000 03:38 AM
			
				
					
						
							Re: Help needed with DPS
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						solved !
hp's doc (B2355-90678 E0300) does NOT mention that the user MUST issue a:
pdset "physical_printer" -x "document-attributes-supported=default-medium"
otherwise the "default-medium" to "media-ready" mapping does NOT work.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
hp's doc (B2355-90678 E0300) does NOT mention that the user MUST issue a:
pdset "physical_printer" -x "document-attributes-supported=default-medium"
otherwise the "default-medium" to "media-ready" mapping does NOT work.
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