- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - HP-UX
 - >
 - Re: shared memory
 
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
 
10-16-2001 06:11 AM
10-16-2001 06:11 AM
			
				
					
						
							shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
cheers.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 06:16 AM
10-16-2001 06:16 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
for share memory info it is
ipcs -ma
Regards
rainer
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 06:33 AM
10-16-2001 06:33 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
you can use sar -m aswell.
Gideon
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 06:34 AM
10-16-2001 06:34 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 06:41 AM
10-16-2001 06:41 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
ipcs -moba will give details of used shared memeory.
If you find any application with 0 NATTACH you can remove this and release shared memonry by
ipcrm -m followed by id #
Good luck
-USA..
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 07:32 AM
10-16-2001 07:32 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
sar Can't open /var/admsa/sa16
please help, whats going on?
mark.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 07:37 AM
10-16-2001 07:37 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
if you read the man-pages for the "Memory Windows" there should be a reference to a tool named like "memwin_stat"...
Try this.
It could be available on the HP RC ftp server:
ftp://contrib:9unsupp8@hprc.external.hp.com
HTH,
Wodisch
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 07:38 AM
10-16-2001 07:38 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
sar -m 10 5 works.
cheers,
mark.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
10-16-2001 07:44 AM
10-16-2001 07:44 AM
			
				
					
						
							Re: shared memory
						
					
					
				
			
		
	
			
	
	
	
	
	
You are missing the data collector files because you are not running sadc. However, you can simply invoke sar with a sampling interval and number of samples: e.g. sar -m 2 4 (sample every 2 seconds 4 times).
I doubt however that this metric is useful as it shows transactions/s.
Clay