Sponsored Content
Full Discussion: Sizing p7 systems
Operating Systems AIX Sizing p7 systems Post 302468812 by zxmaus on Wednesday 3rd of November 2010 10:22:27 PM
Old 11-03-2010
Hi Zaxxon,

what kind of apps are you running (DBs, Websphere ...) and are your p5 virtualized or capped Smilie And will your cpu pool be generous or rather low.

I am doing the a lot of sizing for my company - at the moment we are consolidating 38 small p5 frames (550/570ies) into 4 780ies ... what I find is that from a pure performance perspective a few rules of thumb still work perfectly fine - we have generous pools so I do not really care about cpu entitlements when I do the initial setup. If I have a sybase DB, I use one virtual per engine (backup server and repserver count as engines) + 1 as count for virtual cpus, on Oracle I am checking how many parallel processes (not connections) I have running on the server I want to migrate - that will be the amount of parallel threads I want to allow on the new box too - 1 virtual = 4 threads + 1 virtual for the OS. My virtuals are generally worth 0.1 physical cpu - as they can grow to a physical cpu during peaks that is just fine - what is not needed goes back into the pool. Monitor about 4 weeks after go live closely and than amend the amount of entitled cpu to what you usually need (so in average, NOT during peaks) and that is what they get permanently. Regarding memory - well its pretty much the same.
For websphere boxes we usually go with half as many virtuals as we were using on p5. Again - monitor closely and amend if required.
In my experience you have usually a lot of cpus in the pool and most frames do not have the peak times of all their lpars same time so you should usually be good.

For DBs you can go if you like as well another way: p5 to p6 = 3:2, p5 to p7 = 7:4 - that is what our engineering came up with - they assume high frame usage and small pool Smilie

I have the official IBM numbers in the office - can post tomorrow ...

Hope that helps
regards
zxmaus
This User Gave Thanks to zxmaus For This Post:
 

7 More Discussions You Might Find Interesting

1. Gentoo

Properly Sizing an x86 Server for Internet DNS?

Where I work, we have to very old Alpha boxes running OpenVMS 7. They also have Multinet and are using the BIND component for DNS services. We are planning on retiring those boxes and replacing them with x86 servers running Linux. I've decided to go with Gentoo Linux for this and I've inherited... (3 Replies)
Discussion started by: deckard
3 Replies

2. AIX

Sizing Mouse Pointer

On AIX machines 4.3, 5.1, 5.2 and 5.3 am having trouble seeing the mouse pointer in CDE. Found this on web To change the cursor to a large red X, run the following command . #xsetroot -cursor_name X-cursor -bg red Could someone kindly give me the command line wording to undo the above... (2 Replies)
Discussion started by: farl
2 Replies

3. Shell Programming and Scripting

Kinda a noob: Automatic window sizing and placement

I am attempting to create a script that runs automatically upon logging in and opens and places windows in appropriate places. I have the script running such that it starts during login, but I cannot get things how and where I want them. This should be relatively simple, I just can't figure it out... (7 Replies)
Discussion started by: wydileie
7 Replies

4. Linux

System sizing for X sessions

Hello all. I've been tasked with building a system that will have up to 50 concurrent users connected and using an X session running firefox. Is there some kind of standard sizing model available that will tell me what kind of network/CPU utilization I will be looking at? Or even better some... (1 Reply)
Discussion started by: ZekesGarage
1 Replies

5. Solaris

Sun hardware sizing

Hi, Never worked with Sun, but I have been presented to make a decision about Sun server hardware, since the application which we'll be running is not so popular and you guys might not have idea, for reference I can tell you our competitor is running same application (business volume 10 times... (1 Reply)
Discussion started by: tayyabq8
1 Replies

6. What is on Your Mind?

From Systems Admin to Systems Eng.

I have been wondering how do Systems Administrators do the jump into Systems Engineering? Is it only a matter of time and experience or could I actually help myself get there? Opinions? Books I could read? Thanks a lot for your help! (0 Replies)
Discussion started by: svalenciatech
0 Replies

7. UNIX for Dummies Questions & Answers

Using symbolic link for database MySQL in CentOS, not update sizing

I have no idea what I should set the topic here ==' This is my story, please you there kindly help me I'm quite newbie for this. ================================== My host server is CentOS, I spared 9.9GB for /var path that used by MySQL and...It's full because of heavy load traffic, then... (1 Reply)
Discussion started by: Kapom
1 Replies
CHCPU(8)						       System Administration							  CHCPU(8)

NAME
chcpu - configure CPUs SYNOPSIS
chcpu -c|-d|-e|-g cpu-list chcpu -p mode chcpu -r|-h|-V DESCRIPTION
chcpu can modify the state of CPUs. It can enable or disable CPUs, scan for new CPUs, change the CPU dispatching mode of the underlying hypervisor, and request CPUs from the hypervisor (configure) or return CPUs to the hypervisor (deconfigure). Some options have a cpu-list argument. Use this argument to specify a comma-separated list of CPUs. The list can contain individual CPU addresses or ranges of addresses. For example, 0,5,7,9-11 makes the command applicable to the CPUs with the addresses 0, 5, 7, 9, 10, and 11. OPTIONS
-c, --configure cpu-list Configure the specified CPUs. Configuring a CPU means that the hypervisor takes a CPU from the CPU pool and assigns it to the vir- tual hardware on which your kernel runs. -d, --disable cpu-list Disable the specified CPUs. Disabling a CPU means that the kernel sets it offline. -e, --enable cpu-list Enable the specified CPUs. Enabling a CPU means that the kernel sets it online. A CPU must be configured, see -c, before it can be enabled. -g, --deconfigure cpu-list Deconfigure the specified CPUs. Deconfiguring a CPU means that the hypervisor removes the CPU from the virtual hardware on which the Linux instance runs and returns it to the CPU pool. A CPU must be offline, see -d, before it can be deconfigured. -p, --dispatch mode Set the CPU dispatching mode (polarization). This option has an effect only if your hardware architecture and hypervisor support CPU polarization. Available modes are: horizontal The workload is spread across all available CPUs. vertical The workload is concentrated on few CPUs. -r, --rescan Trigger a rescan of CPUs. After a rescan, the Linux kernel recognizes the new CPUs. Use this option on systems that do not auto- matically detect newly attached CPUs. -V, --version Display version information and exit. -h, --help Display help text and exit. RETURN CODES
chcpu has the following return codes: 0 success 1 failure 64 partial success AUTHOR
Heiko Carstens <heiko.carstens@de.ibm.com> COPYRIGHT
Copyright IBM Corp. 2011 SEE ALSO
lscpu(1) AVAILABILITY
The chcpu command is part of the util-linux package and is available from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils /util-linux/>. util-linux July 2014 CHCPU(8)
All times are GMT -4. The time now is 11:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy