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(5)							File Formats Manual						       stl_ctrl(5)

Name
       stl_ctrl - software subset control files

Description
       Each  software  subset  that is distributed on media used with the command has an associated control file.  This control file is created by
       the utility. It contains the attribute information for the subset. Once the subset has been installed on a  system,  the  control  file	is
       placed in the directory. The control file for each subset has a name formed by appending the extension to the end of the subset name.

       The attribute definitions in the file are stored as attribute name and value pairs separated by an equal sign (=). The attributes are:

       NAME
	      The  name  of  the product of which this subset is a member. This attribute has the same value as the NAME attribute defined for the
	      product in the product 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.

       NVOLS
	      Obsolete.

       MTLOC
	      A pair of integers separated by a colon (:).  These integers are used by the utility to find the subset on  tape	media.	The  first
	      number  is  the  volume  in  the	product  tape  set;  the second is the location within the volume. The values established for this
	      attribute by the utility are place holders. The values are later updated as the subset is being written to tape by the command.

       DEPS
	      The dependency list for this subset. The information for this list is taken from the subset descriptor in the key file.

       FLAGS
	      The flags value from the key file.

Examples
       Here are the contents of the control file for the subset:
	   NAME='ULTRIX/UWS T4.0 (RISC)'
	   DESC='Base System'
	   NVOLS=1:112
	   MTLOC=1:1
	   DEPS="."
	   FLAGS=1

See Also
       genra(1), gentapes(1), kits(1), stl_key(5), stl_tape(5), setld(8)
       Guide to Preparing Software for Distribution on ULTRIX Systems

																       stl_ctrl(5)
All times are GMT -4. The time now is 06:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy