The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

Sharepoint 2010 Prevent reserving multiple resources in a Calendar list

I need a solution, to prevent booking two or more resources at the same time. (I tried to search for it but the hits only solved the problem of booking one item for the same time.) E.g. There are ...
3
votes
1answer
39 views

What is a good way to determine a server's connection usage?

Trying to figure out where my system's connections are being used (i.e. how many connections belong to what processes - could even be filtered by some expression through grep, if it applies). The ...
1
vote
1answer
70 views

How to monitor server resources? [duplicate]

I would like to monitor the resources of my servers such as CPU, memory, disk space and many other things. I'm using Nagios + Centreon to do this, but I would like to have a historical view of the use ...
3
votes
3answers
88 views

Running a process within a limited amount of resources, in Linux

Is there a way to run a process (e.g. ls, du, find .. etc) within a strictly limited amount of resources (i.e. cpu, memory, I/O) aside from using nice & ionice, as I didn't find them effective ...
-2
votes
2answers
26 views

resource description in a server-cluster [closed]

I am searching for a way to describe resources/services on a server-cluster but couldn't find a proper solution yet although I actually think there should be one. We're running here a bunch of ...
0
votes
1answer
60 views

How to determine what is using all my server resources

I am having issues where my hosting account keep crashing due to running out of memory usage. I have a VPS Linux hosting account with 1Gb RAM. Recently whenever I make any changes to my site and ...
0
votes
2answers
89 views

Resources and guidance for a newbie system administrator? [closed]

A couple of months ago I got a small part-time job at my university to manage and maintain the IT infrastructure of a non-computer science group. Even though I have no experience as a 'system ...
1
vote
1answer
79 views

Setting up proxy to handle subdomain requests

I have setup a proxy for a site which works with the following nginx config: server { listen 80; server_name proxy.example.com; access_log /dev/null; error_log /dev/null; ...
1
vote
1answer
110 views

Monitoring usage resources per user in Linux

I want to get statistic hourly by used averages resources per user such as cpu and memory. How I can get it?
0
votes
2answers
223 views

arrays in puppet

I'm wondering how to solve the following puppet problem: I want to create several files based on an array of strings. The complication is that I want to create multiple directories with the files: ...
1
vote
0answers
208 views

Exchange 2010 Delegate vs Full Access Permissions

I'm wondering if anyone can help clarify how permissions work on rooms in Exchange. Specifically, we've got a room setup in Exchange, I have assigned users under the 'Resource Policy' tab as ...
6
votes
4answers
5k views

Cannot switch, ssh to specific user: su: cannot set user id: Resource temporarily unavailable?

/var/log/secure: su: pam_keyinit(su-l:session): Unable to change UID to 500 temporarily su: pam_keyinit(su-l:session): Unable to change UID to 500 temporarily su: pam_unix(su-l:session): session ...
1
vote
1answer
117 views

Check VPS resource consumption of a website

I've got a website (I'd say poorly optimized as it's my own code and I've never optimized a website before) and now that it's getting more visits the server load increases to up to 4-5 when there are ...
0
votes
2answers
199 views

LSF-Bad resource requirement syntax Error

I am trying to use the memory resource allocation command available in LSF. A normal format of the command is : bsub -R "rusage [mem=1000]" sleep 100s When I launch this command directly from ...
2
votes
1answer
314 views

CPU Resource pool with and without hyperthreading in vmware esx/esxi

VMWare ESX/ESXI running with AMD 12core @2.2GHz. Intel 6core @2.4GHz In resource pool, with amd cpu I should see 26.4GHz available. Now it's interesting what will be shown with Intel CPU? Am I gonna ...
-1
votes
1answer
212 views

Is cpHulk known to exhaust system resources, to the point of oom-killer getting called?

This issue started happening a week after I got a server upgrade, from iWeb. The new IPs that were assigned to me, were on some massive hacker/botnet list; so, for the first while I was getting insane ...
0
votes
1answer
123 views

Accessing network resources via vpn connection failes

I already found some information on this problem here, but I still can't get it to work. Im trying to access some network resources on my server via vpn over the net. Im using a win7 home pc here and ...
1
vote
1answer
629 views

MySQL file limit. Error Out of resources

I was benchmarking my database the other day using mysqlslap, and I ran into a "Out of resources when opening file '/tmp/somefile' (Errcode: 24)" error. I with a few click on google, I found a ...
7
votes
3answers
171 views

How to safeguard a shell script against running out of control?

I've recently had an experience of writing a shell script which crashed a server (and damaged a partition) by consuming all resources. It was hooked up to a cron job, and it seems it took longer to ...
0
votes
1answer
335 views

Dovecot 2.x unix_listners

Could somebody be able to explain to me what the various unix_listners do in the Dovecot 2.x configuration (specifically 10-master.conf). Currently, for postfix to use to deliver mail, I have: ...
1
vote
1answer
51 views

Measure impact of new software on Windows Server

I'm an admin for a small business. I've been asked to give another company my opinion on whether or not our servers have enough available resources to handle the addition of their software. I've had ...
1
vote
2answers
137 views

Linux resource monitoring per user

I am looking for a daemon that logs, the amount of resource, utilized by every user. For every user, I would like to record the cpu-time and memory used over the lifetime of his/her processes. If ...
0
votes
1answer
584 views

Setting MaxWorkItems Has No Effect (Windows Server 2003)

We have an application that monitors remote directories for change notifications using ReadDirectoryChangesW() . According to Microsoft documentation, each outstanding change notification request ...
2
votes
5answers
340 views

Track resource usage on Ubuntu server while I'm sleeping?

I've got a pretty typical LAMP server running a web site but sometimes, during the night, resource usage skyrockets and the site becomes unresponsive. There are a lot of logged errors about being ...
0
votes
2answers
167 views

How do you size a server for PHP?

Can someone provide references / guidelines on how much server (memory/CPU) an installation of vanilla PHP would require for a given workload ? I've been looking at the Amazon EC2 instance sizes ...
1
vote
1answer
78 views

Where can I find detailed documentation for IIS server event id's with their description?

I have been googling for hours now and cant find a thing. I'm looking for more information on IIS Server event IDs. There are plenty of articles/blogposts/forum_articles (from MSDN) on some specific ...
1
vote
1answer
194 views

Exchange 2010 Resources auto-accept

In my Exchange 2010 set up I have all my conference rooms configured as resources and to auto accept non-conflicting requests. All the resources have been scheduling correctly until Monday. The only ...
0
votes
1answer
111 views

Managed switch - learning by messing around?

I have just got a really cheap managed switch from eBay. It's a D-Link DES-3550. It has a console port for managing it, but I was wondering if it's possible to access the management features via one ...
6
votes
3answers
10k views

Something eats all memory (I suspect memory leak on some app). How to detect what?

I have server which runs liquidsoap+icecast bundle and simple website (httpd+mysqld). Nothing special. Visitors around 2000+ per day, with around 50 being online simultaneously on average. Server has ...
2
votes
1answer
173 views

VPS etiquette, and how server resources are meant to be used

I'm renting a tiny Linode to mess around with, host my site and learn more about Linux. It's a VPS with 512MB of RAM and 16GB of storage. I've never owned a computer that wasn't sitting in front of ...
2
votes
2answers
1k views

top: What does cpu usage mean?

I have several processes right now running at 100%. Is it 100% of the alloted resources to the process? UPDATE Take a look at this for example: top - 06:01:13 up 5 days, 22:19, 2 users, load ...
0
votes
1answer
589 views

Offloading Magento admin panel

I'm hoping that there's a way to host the Magento admin panel on a different box than I host the rest of my Magento install on. I'm not so worried about URLs - I can reverse proxy /admin in my web ...
0
votes
2answers
754 views

Can access website but images, css stylesheets and javascript files do not download

i have this problem, not sure about the source of it, Basically the title describes the issue, I can access the webpage and see the html structure, but no resources are being donwloaded nor I have ...
0
votes
2answers
56 views

how can i instal video survillance [closed]

How can I install video surveillance at the office and keep it on the server. I'm new to this business. So what can explain in detail what's what. And are there any good resources on this topic?
1
vote
1answer
126 views

Linode (or any other VPS really): Choosing a hosting package for a Django webapp

I have a Django app that is regionally focused on NYC and am looking at hosting solutions. I see Linode has a Newark location; going with the assumption I could chose the location. There's a few ...
-1
votes
3answers
337 views

How do cron scripts effect web server performance?

I was just interested how a cron script will effect users of a website? (If at all) I want to execute a script that takes about a minute to execute on a regular basis. Will a dip in performance be ...
1
vote
4answers
192 views

whats the best way to find out how much traffic you have?

Sorry I'm a newbie to this. I'm using a Linux server with Plesk. I just wanted to find out what is the best way to find out how much traffic there is to a website, when resources are running out, and ...
0
votes
4answers
65 views

Multiple Windows PCs respecting each other's accounts

I've run to this problem several times before and it is really bothering me. Is there a way to tell windows to respect another comupter accounts? I have let's say 2 computers and each has some user ...
2
votes
2answers
902 views

MS SQL Server: multiple databases on one or more VMs?

We are planning to deploy an eCommerce Solution using three distinct databases, all to be hosted in MS SQL Server 2008 R2. The whole stack will be hosted in a VMWare environment (two physical machines ...
1
vote
2answers
679 views

Resource usage of mapped drives versus network location shortcuts?

One group within our IT department wants to eliminate all drive mappings from our network and replace them with simple Network Location (UNC) shortcuts. The group claims the drive mappings consume ...
0
votes
1answer
60 views

How many server side resoures I’d need to build an e-commerce website of over 200 million per day? [closed]

How many server side resoures I’d need to build a website of over 200 million pageviews per day, each page has a size of around 400kb, could anybody help me to figure it out or estimate it? How many ...
1
vote
3answers
947 views

System monitoring tool via command line in Windows

Is there a command line tool for Windows XP to display system resources, like available memory usage, cpu, diskspace etc... Small and requires a non-install. Best Regards, Anders
0
votes
1answer
246 views

Limit a process's relative (not absolute) processor consumption in Linux

What is the standard way in Linux to enforce a system policy to limit the relative CPU use of a single process? That is, on a quad-core machine, I never want a process to use more than 2 CPUs at once, ...
1
vote
1answer
284 views

windows service access network resources as well as local usb drives

The Windows Service application I deploy on Windows Server 2003 needs to access network resources as well as the usb tokens I plug in. When I use local system account I can access the usb but not the ...
3
votes
1answer
97 views

How do I find out which websites are slowing down my server?

Are there any good tools out there that I can use to find out which websites are the biggest drain on my Windows 2003 web server's resources? The server has been steadily slowing to a crawl and I want ...
0
votes
1answer
243 views

How much resources to allocate for a VM running a selenium remote control

Not sure if this belongs here or on stackoverflow... When I run my selenium tests, the cpu usage on the (windows) VM running the selenium RC goes up to 100% cpu usage for about a third of the time. I ...
1
vote
1answer
139 views

What is your public repository/directory site for sysadmin scripts?

Please write the languages/platforms supported if the site doesn't allow every kind of scripts. Why you use it? Why is it a good source? Talk about the major weakness of the site.
2
votes
2answers
6k views

Can I limit user bandwidth/ram usage/CPU usage in Windows 2003/2008/2008 R2?

I would like to limit the resource usage on a per user basis on a Windows Server 2003, 2008, or 2008 R2 machine. Suppose I have four users logged into one machine using TS and they are all using ...
3
votes
1answer
350 views

Spec for a Terminal Services box?

Currently, we have a test TS machine at work, which has a dual core Pentium 4 3GHz CPU, and 1.5GB of RAM, running 32bit server2003 (I didn't built it, not my choices). My boss wants to get this using ...
3
votes
4answers
930 views

How can I find exactly which PHP scripts are taking up all server resources?

If the web server is running slow, is there a way to see which files are responsible? Edited: Debian OS with Apache2 web server

1 2