Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
278 views

FlexRaid - how to auto start a storage pool on boot?

When I reboot my windows machine my FlexRaid storage pool drive letter does not automatically appear. I have to open FlexRaid, open the pool and click the Publish / Re-Start button then it appears. ...
1
vote
1answer
141 views

Worker process taking high CPU%

All of my websites are hosted in IIS and configured with one application pool. This application pool consists 10 websites running. It is working fine till today, but all of sudden I am observing that ...
1
vote
1answer
278 views

Websphere 7.0 Work Manager Max Threads Ignored?

I'm trying to chase down a bug in an internal application and as part of this work I noticed an apparent discrepancy between the "Maximum number of threads" setting in WAS (BASE 7.0.0.0 r0835.03) and ...
1
vote
2answers
431 views

Which version of ZFS allows shrinking of a pool?

I found a list of versions and their Solaris release numbers http://download.oracle.com/docs/cd/E19253-01/819-5461/appendixa-1/index.html I know that you can grow a pool by replacing drives with ...
0
votes
1answer
87 views

what are the implications of setting an IIS app pool to recycle 24 hours instead of 20 minutes

What are the implications of setting the recyle after xx minutes of inactivity from the default of 20 minutes to 24 hours? The website has a very low activity level. We have a vendor component that ...
0
votes
4answers
353 views

ZFS pool config - advice required

We have 20 2TB SATA drives to be used in a ZFS pool. I am after some advice on the best way to achieve good I/O performance, whilst being able to offer some redundancy (3 disk failures before data ...
0
votes
1answer
89 views

Problem identifying which page/page/function locks whole IIS server

I have problem identifying which page/page/function locks whole IIS server. Out of the blue whole w3wp.exe jumps to CPU 90-98% usage. I have created 3 different application pools to see which ...
0
votes
1answer
183 views

IIS + Plesk queue problem

I have a dedicated server running on Plesk Panel for Windows. The server has 8GB ram and seems to be getting slower due to high connection queue I think. I'm running 8GB RAM on Quad-Core AMD ...
0
votes
1answer
239 views
3
votes
1answer
181 views

Run a pool of processes in shell

I'm looking for an easy method to run N selected processes at the same time with one command. It should put all the output on my terminal and shut down all of them when I exit with ctrl+c. Is there ...