Sponsored Content
Full Discussion: System Parameters
Operating Systems AIX System Parameters Post 302380542 by bbbngowc on Tuesday 15th of December 2009 04:39:39 PM
Old 12-15-2009
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';)

 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to Find AIX system parameters

System Parameters: maximum number of processes = 2048 Network parameters: ipqmaxlen - 512 rfc1323 - 1 sb_max - 1310720 (2*655360) tcp_recvspace - 65536 tcp_sendspace - 65536 Udp_recvspace - 655360 Udp_sendspace 65536 (1 Reply)
Discussion started by: R00tSc0rpi0n
1 Replies

2. Programming

c++ : Use of System() to execute .exe with parameters

Hello, I 've trie to execute a a program with parameters unsuccessfully and i take the above message : "The system cannot find the path specified." I used a variaton of the above command : system("\"C:\\xxx\\xxx\\xxx.exe -xxx -xxx xxx.xxx xxx.xxx xxx.xxx\""); Thanks in advance (4 Replies)
Discussion started by: eusta
4 Replies

3. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

4. AIX

tuning network parameters : parameters not persist after reboot

Hello, On Aix 5.2, we changed the parameters tcp_keepinit, tcp_keepintvl and tcp_keepidle with the no command. tunrestore -R is present in inittab in the directory /etc/tunables we can clearly see the inclusion of parameters during reboot, including the file lastboot.log ... (0 Replies)
Discussion started by: dantares
0 Replies

5. Solaris

Which file is read by kernel to set its default system kernel parameters values?

Hi gurus Could anybody tell me which file is read by kernel to set its default system kernal parameters values in solaris. Here I am not taking about /etc/system file which is used to load kernal modules or to change any default system kernal parameter value Is it /dev/kmem file or something... (1 Reply)
Discussion started by: girish.batra
1 Replies

6. Solaris

How to get system parameters / information on Sun Solaris 5.10

Hello to everyone, i am new to Sun Solaris. i have Solaris 5.10 installed on the X86 platform. i am writing a script which gathers some system information. but i can not find some of the parameter from the system can any one please suggest to way to find these params. shell command will be... (1 Reply)
Discussion started by: nikhil.sigpro
1 Replies

7. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

8. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

9. UNIX for Beginners Questions & Answers

Migrating jobs from COBOL Mainframe system to UNIX system

In a nutshell requirement is to migrate the system from mainframe environment to UNIX environment (MF cobol would be used I guess). I have not much of idea in this field. I need to do some investigation on following points - - Ease of conversion - Known Data compatibility issue - Issue in... (9 Replies)
Discussion started by: Tjsureboy4me
9 Replies
msgseg(5)							File Formats Manual							 msgseg(5)

NAME
msgseg - number of System V IPC message segments in the system (OBSOLETE) DESCRIPTION
The tunable is obsolete and has been removed. This tunable specified the total number of "segments" of system-wide shared memory message storage space which is shared among all IPC mes- sage queues. This tunable is replaced by the tunable msgmbs(5) (The maximum (in megabytes) kernel memory to be used for messages waiting to be received.) For more information about System V message queues, refer to the section of the mesg(5) manpage. WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter has been obsoleted for HP-UX 11i Version 3 and forward. AUTHOR
was developed by AT&T. SEE ALSO
msgsnd(2), mesg(5), msgmbs(5), msgmap(5), msgmax(5), msgmnb(5), msgmni(5), msgssz(5), msgtql(5). OBSOLETE
Tunable Kernel Parameters msgseg(5)
All times are GMT -4. The time now is 09:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy