UNIT 4 Hardware Capacity Verification Flashcards

1
Q

What could you do if you saw a CPU bottleneck? How might you fix it?

A

1) Check top 40 CPU processes

2) Check if our cpu load can be distributed to other servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What would you do if you saw a memory bottleneck? How might you fix it?

A

1) Check for users or programs using high amounts of memory
2) optimize SQL statements
3) You will also distribute process to other servers if possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Where can I check the network ping in a sap system?

A

The Lan checked by ping in ST06

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What can we do if we see a process with very high CPU utilization in the Top 40 CPU?

A

1) If it’s a database process check ST04

2) If its work process check SM50

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the KPIs for memory bottlenecks on Unix? on Windows?

A

UNIX: we have memory bottleneck when more then 20% of ram is swapped out per hour

WINDOWS: 25% of ram is swapped in per hour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What indicates a CPU bottleneck is occurring?

A

When processing time is more than twice CPU time indicates CPU bottle neck

How well did you know this?
1
Not at all
2
3
4
5
Perfectly