Sponsored Content
Operating Systems Solaris Solaris 11 performance optimization tips Post 302989178 by rbatte1 on Monday 9th of January 2017 12:24:38 PM
Old 01-09-2017
Wow, where to start! Smilie What hardware are you thinking of for your server - physical or virtual?

You need to know what your server will be doing and size it appropriately, so without over-purchasing (can be very expensive) you need to for on memory, CPUs and disk.

Memory
You are looking for a score-draw here, i.e. just enough without spending too much. Too much is a waste. Too little physical memory can leave your server needing to use virtual memory (aka paging or swap space) where memory addresses not currently needed are written to disk until they are needed again. This is a relatively slow process, so you have to justify on a business case how much to buy.

CPU
You are again looking for a score-draw here so that you have a chunk (not a very technical description) more than enough so that during peaks of processing, you don't plateau your CPU at 100%. You need to consider CPU speeds, quantity and number of cores per CPU. Again, it depends on what budget you have and justifying the cost against business need.

Disk
A controversial one this, disk can be considered in several ways.
  • Space - Is it relatively trivial amounts of data (say less than 300G total) or medium, large, huge or massive (typically over 5Tb) It depends on your definition as to what category you fit into.
  • Type - Solid state can be very fast, but is expensive
  • Disk - i.e. spinning media much cheaper, but slower. Mean time between disk failures is often over 10 years
  • Local JBOD - the server owns the disks and is directly responsible for everything they do. Can be slow, but cheap for smaller installations. You need to consider how to protect yourself from a disk failure.
  • Local RAID - the server owns the disks, but some responsibility is passed to a hardware controller so it can be configured to be fault tolerant. See Standard RAID levels - Wikipedia for information about RAID configurations.
  • SAN LUNs - Storage Area Network Logical UNits. For larger installations, this is much more usual. The SAN is usually multi-path fibre connected for resilience and the SAN contains a large amount of cache so that writes to disk appear to be very fast and the SAN completes the real write in it's own time. More expensive and more to manage, the disk can be shared between servers and can be replicated across sites, cities, countries or even continents if required (given enough network resource) This can give excellent fault tolerance, but is not a substitute for backups (errors will be replicated too)
  • Real disks or a volume manager? Real disks are arguably slightly faster but volume managers allow flexibility in disk layout, mirroring (if you are on Local JBOD) and the ability to copy data, make snapshots for backups and move data between disks/arrays/SANs
  • Disk layout
    • Generally you should look to separate /, /home (OS home area), /usr, /var, /tmp & swap space. Try to keep the boot disk used as little as possible. Just include the bare minimum to get the server running with the backup agent (if you have one)
    • Data, applications and user data (including their home area) is best kept away from the boot disk entirely. If you are using a volume manager, keep the OS in a separate volume group to everything else.

These are the main building blocks of your server. Way down on the list you should consider disabling unused services, however this is more of a hardening process to reduce your exposure to Denial of Service attacks or hacking attempts (even internal)


I hope that this gives you food for thought. I'm sure it's not an exhaustive list.


Kind regards,
Robin
 

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

oracle performance on solaris 8

Good evening all, I have a very interesting issue. I have an oracle database on unix and nt. The dba says that his delete process runs in 22 mins on nt. When I run the same delete process on unix, it run in an hour. I downloaded sarcheck to see what was going on. It told me abpout the autoup... (3 Replies)
Discussion started by: niasdad
3 Replies

2. Solaris

Help! Performance Threshold for Solaris 8,9,10

hi, I am trying to determine a 'rule of thumb' threshold for memory usage on different Solaris versions. I know that prior to Solaris 8, "page scan rate > 300" can be used as a general rule of thumb to determine any memory shortages. Since Solaris 9 and 10 have a different memory handling... (2 Replies)
Discussion started by: bwclu
2 Replies

3. Solaris

tips Solaris

hi all... I need to know, how I can create a log when the user loggin and logout...day and hour....any person help me..... thank you (7 Replies)
Discussion started by: chanfle
7 Replies

4. Solaris

How I can get System Performance on Solaris

Hi All, Can someone help me out knowing all commands for getting system performance on Solaris machines. Thanks in advance, Yagami Light. (5 Replies)
Discussion started by: Yagami
5 Replies

5. Post Here to Contact Site Administrators and Moderators

Solaris tips and tricks

What do you think could we open new top topic with tips and tricks and to show to other users some tricks what do we know like dtrace , new virtual server , how to add new users etc. This is only suggestion (1 Reply)
Discussion started by: solaris_user
1 Replies

6. Solaris

solaris performance

Dear all, I have a solaris 10 server , which is running web applications and webspere also is available. All the parameters like Virtual memory , swap , hard disk space and Cpu utilisation and I/o statistics are good , but still the server is slow. It has 2 processores and 128 VPs. ... (3 Replies)
Discussion started by: jegaraman
3 Replies

7. Solaris

Solaris Performance tuning

Dear all, I have a Local zone , where users feel that performance is not good. Is it wise to collect the inputs from the local zone rather than taking from the global zone. And also Can I tune from Global zone , so that it will reflect in local zone. Rgds rj (2 Replies)
Discussion started by: jegaraman
2 Replies

8. Solaris

Solaris Performance

Dear All, I have Sun OS 5.10 Solaris OS running. SunOS **** 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200 ++There is a process named nscd utilizing high cpu not 100 though. Due to this the printer are delayed in printing and retreving information from this server last pid: 21848; ... (4 Replies)
Discussion started by: Sunil Koya
4 Replies
All times are GMT -4. The time now is 04:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy