- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - command querry
 
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
 
04-09-2009 06:15 AM
04-09-2009 06:15 AM
			
				
					
						
							command querry
						
					
					
				
			
		
	
			
	
	
	
	
	
I am not a newbie to hp-ux but just want to know that after we have run a specific command how does the commad internally works to get us the desired output? like what system call it internall calls, how may process it spawns and what is the command execution flow? etc
Thx for the answers.
Regards
Dev
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-09-2009 06:22 AM
04-09-2009 06:22 AM
			
				
					
						
							Re: command querry
						
					
					
				
			
		
	
			
	
	
	
	
	
As a general answer, it would be helpful to run 'tusc' against an actual command (process):
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.9/
Regards!
...JRF...
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-09-2009 06:23 AM
04-09-2009 06:23 AM
			
				
					
						
							Re: command querry
						
					
					
				
			
		
	
			
	
	
	
	
	
Pete
Pete
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-09-2009 07:16 AM
04-09-2009 07:16 AM
			
				
					
						
							Re: command querry
						
					
					
				
			
		
	
			
	
	
	
	
	
http://www.amazon.com/HP-UX-Internals-Hewlett-Packard-Professional-Books/dp/product-description/0130328618
UNIX because I majored in cryptology...
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-09-2009 07:17 AM
04-09-2009 07:17 AM
			
				
					
						
							Re: command querry
						
					
					
				
			
		
	
			
	
	
	
	
	
really good tool.
But indeed it is usefulness when you can compare a good and bad process increases,
because it is easier to compare the differences.
Another good one is 'lsof'
You can get lsof from the HP porting and archive centre at http://hpux.cae.wisc.edu/
have fun ...
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
04-09-2009 07:17 AM
04-09-2009 07:17 AM
			
				
					
						
							Re: command querry
						
					
					
				
			
		
	
			
	
	
	
	
	
tusc is the tool which trace unix system calls.
Read the man page here to know more about it.
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.9/man.html
Ganesh.