Profile Max CPU Setting


 
Thread Tools Search this Thread
Operating Systems AIX Profile Max CPU Setting
# 1  
Old 12-13-2012
Profile Max CPU Setting

I have a system with the following settings:
min:0.10
Assigned: 2.0
Max: 6.0

Partition is uncapped weight is 128.
I would like to know if even if this is uncapped, is the max it can use 6?
The actual pool has 16.
I remember reading about this somewhere but I don't remember can anyone clearify if I am actually allowing the system to use the 16 processors available?
If someone has a link to some kind of document to explain this a bit better would be great!
# 2  
Old 12-13-2012
The "Max" you are referring to is the maximum amount of CPU the LPAR can be entitled to. Since your LPAR is uncapped, the maximum amount of CPU the LPAR can consume is the number of virtual processors x 10. If you have 10 virtual CPUs, the most it can consume is 10 CPUs. If you want to limit the CPU usage, you can do that by limiting the number of VCPUs or capping the LPAR. If you tell us what you are trying to achieve, maybe we can give you some options.
This User Gave Thanks to kah00na For This Post:
# 3  
Old 12-14-2012
thanks! it wasn't for anything i was doing, This was more or less for personal knowledge to clear up a few things I've been wondering.
# 4  
Old 01-04-2013
max cpu is the number of entitled (guaranteed) cpus (or cpu time) you can allocate to your lpar dynamically - without a reboot. Currently you have your lpar entitled to use guaranteed 2 cpus worth of cpu time - which you probably can exceed depending on your virtual cpu configuration and how busy your frame is.

Regards
zxmaus
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Nmon max and avg for cpu and memory

Hi All, Anyone know how to capture the nmon avg and max cpu and memory for one of the AIX server for Monthly Utilization Report purposes ? Thanks. ---------- Post updated at 05:18 AM ---------- Previous update was at 05:07 AM ---------- if possible use shell script to count or sum... (6 Replies)
Discussion started by: ckwan
6 Replies

2. Hardware

Max CPU temperature?

What is the max operating temperature for 'UltraSPARC IIIi 1 GHz' ? thanks. (1 Reply)
Discussion started by: orange47
1 Replies

3. UNIX for Dummies Questions & Answers

setting the profile

What's the purpose of setting the profile in side the script? however the user when logins, the profile wil be set. Then why we need to use that explicitly inside the script? Thanks (1 Reply)
Discussion started by: pandeesh
1 Replies

4. HP-UX

max limit in in setting array

hi, iam getting error when i assign a variable to an array of more that 315 character in length set -A array <variable> <variable> value is 000001 000002 and up to 000045 it is giving error as "The specified subscript cannot be greater than 1024." can any one help me to solve this (2 Replies)
Discussion started by: gomathi
2 Replies

5. Shell Programming and Scripting

Sysdate setting in .profile

Hi, I need to append the current system date and time in my file which are being taken a backup by my shell script .so i added the following line in by .profile SYSDATE="$( date '+%d/%B/%Y/%S' )" export SYSDATE But it's a constant one rather then a sync with my system date ,so how can i do... (10 Replies)
Discussion started by: malickhat
10 Replies

6. SuSE

Setting the max open files value

I'm trying to set the open files value to 4000 on a SLES 9 system. Current values:ulimit -n 1024 I can set it using this:ulimit -n 4000 ulimit -n 4000 But this obviously sets it only for the shell session where I run the command to set it. I want to set this to 4000 for all time. ... (3 Replies)
Discussion started by: blowtorch
3 Replies

7. Shell Programming and Scripting

NLS_LANG setting in .profile

Hi In my .Profile file initially I had given export NLS_LANG="BRAZILIAN PORTUGUESE_BRAZIL.WE8ISO8859P1" and later I commented it. When I connect to sqlplus from shell prompt and query "select * from nls_session_parameters" it gives PARAMETER VALUE... (1 Reply)
Discussion started by: arksjd
1 Replies

8. Solaris

Scripts - Processes, CPU, Max. Connections

Hi all, Can any one please tell me how to find these in Unix (Commands) 1. Too many processes connected to the server. 2. High Utilization of CPU. 3. Maximum Number of connections with the database. OS: Sun Solaris 5.8 DB : Oracle 10g Thanks and Regards, Prashanth (1 Reply)
Discussion started by: prashanth_gs
1 Replies

9. UNIX for Dummies Questions & Answers

[help]FreeBSD could use how many cpu(x86) max?

As Subject. thanks. (3 Replies)
Discussion started by: beggar_hong
3 Replies

10. UNIX for Dummies Questions & Answers

Setting LIBPATH in profile

Hi there, I wonder if anyone can help me. I run an application on an AIX 4.3.3 machine, for which I need to set up the LIBPATH environment variable for a specific user. I need this to be set up automatically when the user logs in (via Exceed), so I tried setting this in the .profile file. ... (7 Replies)
Discussion started by: durnelln
7 Replies
Login or Register to Ask a Question