- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- serve sizing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 10:03 PM
12-14-2009 10:03 PM
serve sizing
i want to prepare for running them on single node as failover simulation.
can you please tell me what factors i need to look into performance wise to estimate if they can run together on single server.
like cpu/mem/swap utilization? run_queue_length? Any other factors i need to sum up for 2 nodes to get cumulative figure ?
Eg:-if both server have 4 cores each. and each of them 30% utilizaed..so when run parallel it might be 60% utilized on average. same for memory/swap. Is it a good way to get rough estimates ?
Please let me know what else i need to check for performance capacity check.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 10:14 PM
12-14-2009 10:14 PM
Re: serve sizing
mcsg -> main concept not for load balancing its kind cluster setup to failover the nodes and applicatio to adoptive if in case of any "SOP"
Single point failure - like
patching,HW replacement, planned manintance
application failover testing. etc.
If both node are setup in same capacity or strong enough to handle each other d'not see much performance thing here.
as mentioned above post of your "Node 1 -> serves -> application and the other Node 2 runs as database. both have different purpose
Hope this Helps.
Regards,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 10:21 PM
12-14-2009 10:21 PM
Re: serve sizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 10:28 PM
12-14-2009 10:28 PM
Re: serve sizing
Are you looking for load balancing some thing like that ?
>>suppose i have 2 servers and want to consolidate into 1<<
Consolidate into 1>> in what ways ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 10:37 PM
12-14-2009 10:37 PM
Re: serve sizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 10:52 PM
12-14-2009 10:52 PM
Re: serve sizing
>>New Server<< Do you have new server already installed ? are you planning to buy ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:27 PM
12-14-2009 11:27 PM
Re: serve sizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:36 PM
12-14-2009 11:36 PM
Re: serve sizing
let them know what "Application" Database" you are using on "old 2 decommission" servers.
They can do technical review of your "Set-up" advice accordingly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:43 PM
12-14-2009 11:43 PM
Re: serve sizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2009 11:54 PM
12-14-2009 11:54 PM
Re: serve sizing
than what's value for people who do "System Architect" -> Just thought,
?>even when i have running example of servers?<< ?
how about any New feature, will much benfiet or boost your system performance of the Servers /applications/ Database.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 12:00 AM
12-15-2009 12:00 AM
Re: serve sizing
This is going to be a consumed resources issue. Run this command on both boxes to isolate your biggest cpu and virtual memory consumers:
UNIX96=1 ps -e -o vsz,pid,ppid,state,args | sort -rn | head -16
UNIX96=1 ps -e -o pcpu,pid,ppid,state,args | sort -rn | head -16
Combine the top resource consumers. Use your own judgment about how many to add together since each box will be different. If the top 20 are all grouped together then take the top 20.
Run this command on both to isolate your shared memory consumption:
ipcs -moba
Add up the SEGSZ column. Combine the total from both nodes.
Get your physical constraints: # of cpus. SGA. Physical memory.
Disk I/O use sar -d 5 5 and look at the %busy, avwait and avserv columns, avque, rw/sec, queue length. Question: Are any of the disks shared between both applications on both nodes? I would think not since one is an application server and other a database server. The database is probably hit its own disks, as is the application. If mutually exclusive then I would surmise that a disk I/O problem is unlikely. However, if you are combining disks, then you can add the rw/sec, queue length and $busy columns.
Approach this like any other performance trouble shooting problem, and determine how to combine the results for a projection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 12:03 AM
12-15-2009 12:03 AM
Re: serve sizing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 01:47 AM
12-15-2009 01:47 AM
Re: serve sizing
i get this error
$ ps -e -o vsz,pid,ppid,state,args | sort -rn | head -16
ps: illegal option -- o
usage: ps [-edaxzflP] [-u ulist] [-g glist] [-p plist] [-t tlist] [-R prmgroup] [-Z psetidlist]
$ UNIX96=1 ps -e -o vsz,pid,ppid,state,args | sort -rn | head -16
ps: illegal option -- o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2009 02:57 AM
12-15-2009 02:57 AM
Re: serve sizing
UNIX95=1 ps -ef -o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2009 11:04 PM
12-20-2009 11:04 PM
Re: serve sizing
I already have OV perf mgr installation. and i used GBL_CPU, GBL_MEM, GBL_SWAP, RUN_QUEUE_LENGTH for sum up. Can you pls tell me which other params of Perf mgr i need to addup..because it is easy to get historic data from it..like 1 yr old.
For virtual memory Swapinfo output is ok ?
# swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
memory 5953088 1110452 4842636 19%
How do the relate adding SEGSZ value to kernel param SHm_segsz..are they is same format..like adding all SEGSZ together should be less that kernel value ?
. Combine the total from both nodes.
Get your physical constraints: # of cpus. SGA. Physical memory.
>> what is SGA ?
Disks are seperate in app and DB servers. so should not be a problem. Can i use any OV Perf param for checking disk util ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2009 05:09 AM
12-21-2009 05:09 AM
Re: serve sizing
You add the shared memory up on both nodes and sum them together. Shared memory is another constraint.
If you have a year of historical data then you're in good shape, but you'll have to get the MeasureWare dictionary out to id what your metrics are. I don't know them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2009 08:17 AM
12-21-2009 08:17 AM
Re: serve sizing
# swapinfo
Please provide the "swapinfo -tam" output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2009 12:22 AM
12-23-2009 12:22 AM