|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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
|
||||
|
||||
|
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
|
|||
|
|||
|
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 | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 |