Sponsored Content
Operating Systems AIX Maxuproc parameter and number of processes Post 303033183 by bakunin on Monday 1st of April 2019 07:16:42 AM
Old 04-01-2019
Quote:
Originally Posted by trifo75
Well, my question is: how to monitor if I am reaching maxuproc limit? Or: where are the processes which are not listed by ps command.
I can't tell you where your processes are but i can tell you how to find out all user properties (including, but not limited, to maxuproc):

Code:
root@system # lsuser <username>

The output is in "attribute=value" format, separated by blanks. You can also use the -f switch to get stanza format or -c to get colon-separated format. You need to do it as root to get all attributes, if you do it as user you only get a small subset.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. Solaris

How to find number of processes ?

Hi , I need to count all processes contains the pattren "FND" For Example: I was reteriving the details of all processes related to "FND" by this command $ ps -ef | grep FND but now I just wanna count them . Regards Adel (2 Replies)
Discussion started by: ArabOracle.com
2 Replies

2. UNIX for Dummies Questions & Answers

checking if parameter passed is a number

I have written a function that fills an array and another function where if a parameter is supplied it will jump to that part of the array and cat it to the screen. I need to put in some checks to make sure the parameter supplied is firstly a number and then not a number great than the length of... (2 Replies)
Discussion started by: magnia
2 Replies

3. Programming

How to limit the number of child processes

I need a mechanism to fork child processes and all child processes should connect to a server.but the number of child processes should be limited(for ex:50) Here's my pseudo, but I cant figure out how to limit the child process number. Should I use a semaphore? or what? for(;;)... (3 Replies)
Discussion started by: xyzt
3 Replies

4. Shell Programming and Scripting

Dynamic number of parameter

Hi all Is there away to create a script with dynamic number of parameter.. like the kill command in UNIX kill -9 xxx xxx cheers (4 Replies)
Discussion started by: co0oly
4 Replies

5. Shell Programming and Scripting

How to Control Number of Processes Running

Hi Is there a way to count how many processes a script has started, count how many of these have finished, and make the script wait if their difference goes over a given threshold? I am using a script to repeatedly execute a code (~100x) which converts 2 data files into one .plt which is in... (4 Replies)
Discussion started by: drbones
4 Replies

6. Shell Programming and Scripting

Check parameter is number or string

Hey I'm new in linux, I'm looking for a code to check whether the parameter is a number or a string. I have already tried this code: eerste=$(echo $1 | grep "^*$">aux) if But it doesn't work.:confused: Thanks (2 Replies)
Discussion started by: Eclecticaa
2 Replies

7. AIX

Maximum number of processes kernel parameter

Hi, Is there a maximum number of processes kernel parameter in AIX. Solaris has max_nprocs, HP-UX has nproc, I can only find max user process (maxuproc) for AIX. Thanks, Wilson. (3 Replies)
Discussion started by: wilsonee
3 Replies

8. AIX

Maxuproc vs ulimit -u [processes(per user)]

Morning, Somebody can tell me in AIX 6.1 what is the different between the maxuproc (lsattr -El sys0 | grep max) and the for a user. Example: Oracle is limited by : #ulimit -u processes(per user) unlimited But lsattr -El sys0| grep maxuproc show me : maxuproc 16384 So... (1 Reply)
Discussion started by: bacup540
1 Replies

9. UNIX for Dummies Questions & Answers

Maxuproc and limit

// AIX 6.1 & Power 7 server I have maxuproc set to 16384. lsattr -El sys0 -a maxuproc maxuproc 16384 Maximum number of PROCESSES allowed per user True What is the maximum number of maxuproc we can go for? If I increase maxuproc to the higher number, what would be ramifications? I... (1 Reply)
Discussion started by: Daniel Gate
1 Replies

10. Red Hat

Increase maxuproc value

Hi Guys, I am running RHEL6 and now my processes reach maximum limit. How do I increase the maxuproc value? Can I increase the value without rebooting the server? Thanks in advance... Please Help!!! (5 Replies)
Discussion started by: Phuti
5 Replies
stl_ctrl(4)						     Kernel Interfaces Manual						       stl_ctrl(4)

NAME
stl_ctrl - Software subset control files DESCRIPTION
Each software subset that is distributed for the setld command has an associated control file. This control file is created by the kits(1) utility. The control file's name consists of the subset name with the string .ctrl for a suffix. The control file contains attribute information for the subset. Once the subset has been installed on a system, the control file is placed in the usr/.smdb. directory. The attribute definitions in the file are stored one per line as attribute name/value pairs separated by equals signs (=). The attributes are: NAME The name (text description) of the product of which this subset is a component, as given by the NAME attribute defined in the prod- uct attributes section of the key file. DESC The text description of the subset, as given in the subset descriptor for this subset in the key file. ROOTSIZE The size in bytes that are used on the root file system. USRSIZE The size in bytes that are used on the usr file system. VARSIZE The size in bytes that are used on the ar file system. MTLOC Two integers separated by a colon (:). These integers are used by the setld utility to find the subset on tape media. The first number specifies the volume in the product tape set; the second is the location within that volume. The values established for this attribute by the kits utility are placeholders. The actual values are generated as the subset is being written to tape by the gen- tapes command. DEPS The dependency list for this subset. FLAGS The value specified by the flags field of this subset's record in the key file. EXAMPLES
The following example shows the contents of OATDCB100.ctrl, the control file for a hypothetical subset: NAME='Orpheus Authoring Tools OAT- DCB100' DESC='Document Building Tools' ROOTSIZE=12352 USRSIZE=43941 VARSIZE=8704 NVOLS=1:2 MTLOC=1:1 DEPS="." FLAGS=0 RELATED INFORMATION
gendisk(1), gentapes(1), kits(1), stl_key(4), setld(8) Guide to Preparing Product Kits delim off stl_ctrl(4)
All times are GMT -4. The time now is 10:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy