HPE GreenLake Administration
- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: UNIX Printer/LP Logging
 
Operating System - HP-UX
        1840180
        Members
    
    
        3876
        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
 
06-28-2006 06:13 AM
06-28-2006 06:13 AM
			
				
					
						
							UNIX Printer/LP  Logging
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						There is a clamour to log print jobs... using the current LP system configs and tools, is this possible?  rlpdaemon and lp only provides very basic "logging" i.e. what client machine is printing, lpstat queries, etc.
Any ideas? I am thinking of simply using a wrapper script.
					
				
			
			
				
		
		
	
	
	
Any ideas? I am thinking of simply using a wrapper script.
	Hakuna Matata.
			
			
				
			
			
			
			
			
			
		
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-28-2006 06:33 AM
06-28-2006 06:33 AM
			
				
					
						
							Re: UNIX Printer/LP  Logging
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Shalom,
if this is for SOX compliance, a wrapper script will probably due. There are records you can tap, but better to accept the print job and make your own log.
Print spoolers are expensive, and not necessary for SOX compliance in my non-legal, non-binding, not-liable for anything opinion.
SEP
		
		
	
	
	
if this is for SOX compliance, a wrapper script will probably due. There are records you can tap, but better to accept the print job and make your own log.
Print spoolers are expensive, and not necessary for SOX compliance in my non-legal, non-binding, not-liable for anything opinion.
SEP
	Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
			
			
				
			
			
			
			
			
			
		Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-28-2006 06:33 AM
06-28-2006 06:33 AM
			
				
					
						
							Re: UNIX Printer/LP  Logging
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Not the answer you're looking for, but just a question...
Knowing that you're an Oracle shop...
Aren't the overwhelming majority of printouts that anyone would be worried about being run from your applications? And, would they not be keeping a log of those print job request from your request queues (concurrent managers) or similar?
If the commands are coming from outside of an application the ones that they are worried about (like a programmer running a report by hand instead of through the app) then using the audit feature of the trusted server can tell you every command anyone runs, so would that cover it too?
					
				
			
			
				
		
		
	
	
	
Knowing that you're an Oracle shop...
Aren't the overwhelming majority of printouts that anyone would be worried about being run from your applications? And, would they not be keeping a log of those print job request from your request queues (concurrent managers) or similar?
If the commands are coming from outside of an application the ones that they are worried about (like a programmer running a report by hand instead of through the app) then using the audit feature of the trusted server can tell you every command anyone runs, so would that cover it too?
	We are the people our parents warned us about --Jimmy Buffett
			
			
				
			
			
			
			
			
			
		- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
06-28-2006 07:19 AM
06-28-2006 07:19 AM
			
				
					
						
							Re: UNIX Printer/LP  Logging
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						I am amiss as to how much logging you need. I say this because the /var/spool/lp/log has all the info I can see being needed. Even for SOX compliance.
Has the user who initiated the print, the time/date, the job number, the printer, the file printed, etc.
The warning I would give is that when you stop/restart the scheduler the log file is overwritten and new entries are generated.
Keeping much info than this I see as becoming a storage nightmare.
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
Has the user who initiated the print, the time/date, the job number, the printer, the file printed, etc.
The warning I would give is that when you stop/restart the scheduler the log file is overwritten and new entries are generated.
Keeping much info than this I see as becoming a storage nightmare.
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