Go Back   The UNIX and Linux Forums > Operating Systems > AIX
google site



AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace.

Closed Thread
English Japanese Spanish French German Portuguese Italian Powered by Powered by Google
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-15-2009
Registered User
 

Join Date: Jul 2007
Posts: 251
Thanks: 0
Thanked 0 Times in 0 Posts
System Parameters

Hi,

Does anyone know what the System Parameter 'SHMSZ' is and how do I find it? I'm looking for the shared memory size of this particular parameter.

Thanks.

---------- Post updated at 11:35 AM ---------- Previous update was at 11:31 AM ----------

Does SHMSZ mean 'Shared Memory SiZe?
Sponsored Links
  #2  
Old 12-15-2009
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
code tag tagger
 

Join Date: Sep 2007
Location: Germany
Posts: 3,502
Thanks: 14
Thanked 76 Times in 74 Posts
I am 99,9% sure it stands for Shared Memory Size, but on AIX I never had any issue for it so far. Found this one:
How to check AIX 5.2 Shared memory size ? - Unix Linux Forum - Fixunix.com

For what particular thing do you have to check SHMSZ (I think it is not available that way in AIX)?
  #3  
Old 12-15-2009
Registered User
 

Join Date: Jul 2007
Posts: 251
Thanks: 0
Thanked 0 Times in 0 Posts
We have someone troubleshooting a timesten error and they believe the issue has to do with the shared memory size on the system. They want to know what the value of it is. So, I'm hunting.

I found this command: ipcs -b - That shows the shared memory for system, who owns it, segment size and some other information.

Thanks for the link. I'll have a look and see what it offers.

---------- Post updated at 12:41 PM ---------- Previous update was at 12:20 PM ----------

I looked at the link and it showed information that I had already seen. I'm looking specifically for a value of the Shared Memory on AIX 5.3.

---------- Post updated at 04:39 PM ---------- Previous update was at 12:41 PM ----------

After more research, I found this is a parameter in the oracle db. Using the below command against the DB I was able to get the info.


Code:
(select * from SYSTEM_PARAMETERS where PARAM_CODE = 'SHMSZ';)

Sponsored Links
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
tuning network parameters : parameters not persist after reboot dantares AIX 0 12-08-2009 12:35 PM
c++ : Use of System() to execute .exe with parameters eusta Programming 4 12-02-2008 02:25 PM
How to Find AIX system parameters R00tSc0rpi0n UNIX for Advanced & Expert Users 1 01-25-2007 12:56 AM
Need Parameters Help. james2006 Shell Programming and Scripting 3 06-08-2006 10:46 AM
tar parameters kmar UNIX for Advanced & Expert Users 4 10-23-2001 03:03 AM



All times are GMT -4. The time now is 02:44 AM.