CPU and RAM comparison on suse vs solaris

 
Thread Tools Search this Thread
Operating Systems Linux SuSE CPU and RAM comparison on suse vs solaris
# 1  
Old 01-29-2011
CPU and RAM comparison on suse vs solaris

hi,

currently we have SAP application running on a solaris machine that has 8 dual core CPUs @ 2.4 GHZ and the performance of the system is perfectly normal. We plan to migrate the app to a suse linux VM image on a vmware box now. So my questions are:

1) Should i size the linux image to also have the same number of cores or some number of CPUs ? Or should it be more/less considering the fact that it is suse and its a VM?

2) Since this linux is a VM image, it will get VCPUs allocated to it. So lets assume that there are 2 CPUs on the physical host and these CPUs are dual core, so does that means 4 cores are shared by all the VMs on this physical host ?

3) How about memory ? any memory requirement conversion matrix on solaris vs suse & any conversion matrix of a Suse on physical vs Suse on VM.

I know i am asking too many questions. Please answer as per your knowledge and experience. thanks.
# 2  
Old 01-29-2011
Hiya....there are some very general statements there, and we probably need to delve a bit more deeply. Can you first post the exact spec of the solaris machine you have ?
What version of Solaris? Is it Sparc/intel ? 32/64 bit ? how much memory, how many physical CPU's, what model and speed CPU's, how much disk and of what speed, and whether there is hardware or software raid ?

Then I think you need to qualify the statement that the performance is "perfectly normal". SAP may be running normally on 1 CPU, or it might be using all of them. We need to get some proper measurements of the performance of the machine over an extended timespan. This article shows you how to measure such things, especially tools like "sar" that can collect data, historically over time.

Once you have that data you can then start making decisions about what new hardware you can run it on.

I hope this helps...
# 3  
Old 01-31-2011
Also, you cannot allocate more CPUs than you have. In a VM, with VMware you are not allocating real CPUs, you are allocating access to the CPUs as time/considerations permit. Your application may run like a dog, or it may not notice at all.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. SuSE

Suse 10 shows only 1 cpu

Hi im using vmware esxi 5.1 and my guest is suse 10SP3 64bit at start it was configured with only 1 cpu. i added 1 more cpu. when i run this command: lscpu, it shows only 1 cpu installed how can i fix that? thanks! (4 Replies)
Discussion started by: guy3145
4 Replies

2. Linux Benchmarks

Amd a10 with 2 quadcore cpu and 8 gig ram

my portal lab is an HP Pavallion 15 laptop, amd A10 2 x quadcore with 8 gig ram and 1 TB disk on windows 8, running VMware workstation 10, RHEL6 , 6.4, Santiago release, 1 vcpu and 1 core , 2 gig of RAM allocated to this vm guest BYTE UNIX Benchmarks (Version 3.11) System -- Linux... (0 Replies)
Discussion started by: ppchu99
0 Replies

3. UNIX for Dummies Questions & Answers

Average CPU and RAM usage for a process

Hi, I will be creating a process myself and I want to know the average CPU and RAM used by the process over the lifetime of the process. I see that there are various tools available(pidstat) for doing , I was wondering if it possible to do it in a single command while creation. Thanks in... (3 Replies)
Discussion started by: koustubh
3 Replies

4. Cybersecurity

Limit CPU and RAM utilization for new user in RedHat

We have a system with 4 Xeon Processors each with 10 cores, total 512 GB RAM and 10 TB Hard Drive. we want to create multiple user accounts with different resource limitations as : User 1: RAM : 50GB, PROCESSOR: 10 Cores , User folder in home directory of 10GB space. User 2: RAM :... (5 Replies)
Discussion started by: vaibhavvsk
5 Replies

5. Solaris

cpu-shares vs cpu-cap in solaris

Can anyone tell me difference between cpu-shares vs cpu-cap in solaris & how FSS will work with cpu-caps ? (9 Replies)
Discussion started by: fugitive
9 Replies

6. Solaris

Multi CPU Solaris system shows 100% CPU usage.

Hello Friends, On one of my Solaris 10 box, CPU usage shows 100% using "sar", "vmstat". However, it has 4 CPUs and prstat and glance are not showing enough processes to justify high CPU utilization. ========================================================================= $ prstat -a ... (4 Replies)
Discussion started by: mahive
4 Replies

7. Linux

Shared web server resources (CPU&RAM)

Hello, guys ! Long time no seen. I have a question about Linux web servers. I guess it is a more general question, but in my case it is a Linux web server. I want to know how much RAM memory should I put on my servers. Do you have some formula or guidelines on how should I calculate the amount... (1 Reply)
Discussion started by: Sergiu-IT
1 Replies

8. Solaris

Minimum RAM for solaris 10 installation

Hello, This is my first post to this forum. Recently I tried to install sun solaris 10 on my home pc. But the installation failed due to not enough RAM. I'm quite familiar with linux installation but this was my first with solaris. Usually in these cases I would just install the bare... (9 Replies)
Discussion started by: ravinandan
9 Replies

9. AIX

Know RAM and CPU

Dear How i can know the ( RAM and CPU ) on unix. we use AIX operating system. This is for security purposes. (10 Replies)
Discussion started by: abu_hassan
10 Replies

10. UNIX for Dummies Questions & Answers

How to find RAM size in my Solaris 8

Hello there, I have a very basic question. It is so simple to find out all the information about system in windows environment. But I do not see any easy way to find it out in my Unix (Solaris 8) box. All I want to find out how much RAM I have in my solaris 8 box. Is there any command? ... (3 Replies)
Discussion started by: malikabid
3 Replies
Login or Register to Ask a Question