Questions tagged [resource-management]

82 questions
2
votes
0 answers

Can I limit wall clock time available for process on Solaris?

I would like (many) processes to be killed if still running after certain amount of time after execution. First I have thought that Solaris’ resource management is perfect tool for the job, as it seems to be natural for enforcing limits on groups of…
2
votes
1 answer

Memory Utilization Best Practices

I'm running several Linux-based VMs (vApps, actually) that have varying amounts of memory assigned to them. Some have databases, some web servers, etc. While some are using less than 40% of their assigned memory, a few are consistently using over…
2
votes
1 answer

Azure - Is it possible for global administrators to enforce per-subscription resource limits?

My company is moving all its internal production and development servers to Azure, and needs a way to delegate administration while at the same time keeping track of resource usage; thus, we are going to create multiple subscriptions, one for core…
Massimo
  • 70,200
  • 57
  • 200
  • 323
2
votes
1 answer

How to manage users and resources in a multiple server environment?

Possible Duplicate: A system for distributing SSH public keys Need help managing developer authentication on our system. We have multiple CentOS servers (database, Web, Redis, etc.), and it is important to be able to control access to them in a…
2
votes
3 answers

Read-Only EAS access to an Exchange Room Mailbox?

We have conference rooms set up in Exchange to automatically accept meeting requests. However, our users have iPhones, and there is not apparently any way for them to see whether a room is available before they request the room. Is there any…
tcv
  • 651
  • 8
  • 21
2
votes
1 answer

How can one run a prologue script as root in gridengine?

In one of our compute clusters, we have systems with unique hardware resources to which access is controlled by device-file permissions. Each node has two or four of these, and multiple CPU cores. We'd like to be able to schedule different users'…
mattdm
  • 6,600
  • 1
  • 26
  • 48
2
votes
1 answer

Is it better to generate "UUID" and "TIMESTAMP" within the NodeJS application or using the database built-in functions?

I am writing a TypeScript-NodeJS application and want to handle object ids and created_at TIMESTAMP within the NodeJS application, instead of using MySQL or Cassandra built-in UUID or TIMESTAMP generator. 1- First of all I like to know is this a…
best_of_man
  • 367
  • 1
  • 3
  • 12
2
votes
2 answers

ESX 3.5 Resource Groups

I'm a DBA and manage a vmware ESX 3.5 cluster that predominently hosts SQL Servers and a few application servers and I have a question about how to setup the resource groups, but I'm in conflict with one of the ESX system admins about how to manage…
Guy
  • 2,668
  • 2
  • 20
  • 24
1
vote
1 answer

Understanding docker resource limitations

I got the following ressource limits in my docker engine: 4 CPUs 4096 MB Memory 2048 MB Swap 64 GB Disk size The docker container are running with default resource distribution. Now I was investigating the container ressource usage using docker…
elp
  • 167
  • 1
  • 1
  • 11
1
vote
0 answers

How do you decouple storage and compute resources without losing the benefits of locally attached storage?

Services like DynamoDB (not specifically, but it was the first that came to mind) provide dynamic scaling on write/read capacity (i.e. compute) as well as storage capacity. This means that you can have a DynamoDB table terabytes in size, with 0…
1
vote
2 answers

Correctly implement and test resource limitations for Apache/NGINX

I am assigned the task to limit the resources (Maximum memory usage and CPU weight) for Apache2 and nginx according to usage statistics, and test that limitation. For resource limitations, I've chosen the easy way -- to implement it via systemd's…
Fanatique
  • 61
  • 6
1
vote
1 answer

Virtual Machine Isolation

I am not a sysadmin, but I'm curious about what goes on behind the scenes. We have a virtual machine at work which my group logs into to do secure data processing. The OS is Windows Server 2008 R2; I don't know what hypervisor is used. …
Lorem Ipsum
  • 111
  • 4
1
vote
1 answer

Best VMWare Esxi CPU Resource Allocation Policy

We have a machine with an 88-core CPU in our department. Imagine there are 11 researchers who want to use the machine whenever they have to test a new approach. We've made 11 VMs on VMWare ESXI host, one for each researcher. The question is how to…
Ali Hashemi
  • 288
  • 1
  • 5
  • 15
1
vote
0 answers

Slurm not filtering sacct results by date

We're using Slurm as a resource manager on our Beowulf cluster, so I installed Slurm on my workstation to test out my scripts before I submit them to the cluster. When I try to list old jobs on my workstation, sacct won't filter them by date. $…
Don Kirkby
  • 1,354
  • 3
  • 11
  • 23
1
vote
0 answers

Resource Monitor Showing Incorrect (?) CPU Usage for Services

Resource Monitor on my Windows Server 2012 R2 is showing high CPU usage for process oracle.exe (~75%). However, it also shows that CPU usage is divided among totally unrelated services. Namely the services Windows Firewall, Shell Hardware…