Questions tagged [best-practices]

Questions asking for best practices in a given field. Be aware, that sometimes there might be no generally accepted best practices, in which case the question is likely to be closed for being subjective.

351 questions
6
votes
4 answers

Docker: Run Cronjob for different Container

I am looking for best practices about running cronjobs for my php fpm container. Right now running: NGINX Container PHP FPM Container MySQL Container I now would love to have another Container running called "Cronjob Container" who exec`s a script…
6
votes
4 answers

powershell vs GPO for installation, configuration, maintenance

My question is about using powershell scripts to install, configure, update and maintain Windows 7 Pro/Ent workstations in a 2008R2 domain, versus using GPO/ADMX/msi. Here's the situation: Because of a comedy of cumulative corporate bumpfuggery we…
6
votes
1 answer

When should an org invest in a private infrastructure as opposed to a partially or fully hosted solution?

Not referring to militaries or governments, but for other organizations or shops that needs an IT infrastructure (who doesn't nowadays). Similar to this question, but purely in regard to hardware and/or services, such as servers, storage, email…
MDMoore313
  • 5,581
  • 6
  • 36
  • 75
6
votes
2 answers

Tool(s) for labeling cables with unique ID numbers

We are looking to (finally) implement a cable labeling procedure. We already have a labler. Now we need a system to maintain unique IDs not related to anything. I thought of getting a tally counter but perhaps there's another solution that does not…
Belmin Fernandez
  • 10,799
  • 27
  • 84
  • 148
6
votes
2 answers

Best practice advise asked when users want to work on their workstation and from remote (but on their desktop), on Windows

I've got a work-group of 5 people. All of them have their dedicated machine with Windows 7. They are all connected to a central server running Windows Server 2008 R2, currently mainly offering the file-server role, one shared data directory for…
isync
  • 703
  • 2
  • 8
  • 20
6
votes
2 answers

best practice for fixing mysql slow query log error 13

CentOS 5.5 MySQL 5.5 installed via a yum repository [ERROR] Could not use /var/log/mysqld.slow.log for logging (error 13). Turning logging off for the whole duration of the MySQL server process. To turn it on again: fix the cause, shutdown the…
comb
  • 143
  • 1
  • 6
6
votes
4 answers

Is it better to map drives and printers to users or computers?

I've posted a few "best practices" questions like this. Question says it all. Current practice is to map the drives and install the printers on the computer for each user/computer combination. I'd like to automate this process using GPO. Small…
gtaylor85
  • 199
  • 2
  • 3
  • 14
6
votes
7 answers

Network Drive Letter Assignment Best Practices

We are working on migrating from Novell to Active Directory. During the transition, We are going to evaluate our drive mappings in light of current standards to see if what we have been doing still fits, is in alignment with best practices,…
John
  • 2,276
  • 7
  • 44
  • 60
6
votes
8 answers

System administration standard

I have been given the responsibility to manage a team of 4 system admins. They are managing 70+ servers. They don't yet have written processes/procedures/practices. I don't much about system administration. Is there a standard which we can follow to…
newbie
  • 93
  • 4
6
votes
4 answers

dead man's switch for remote networking interventions on Linux

As I'm going to change the network configuration of a remote server, I was thinking of some security mechanisms to protect me from accidentally losing control on the server. The level-0 protection I'm using is a scheduled system reboot: # at now+x…
6
votes
3 answers

Management Network Best Practices

I am looking at setting up a Management vlan, on which I will put all the Management interfaces for my various networkable devices (Firewall Mgmt Interfaces, Server RAC, WAP Mgmt Interfaces, etc). What are best practices when it comes to accessing…
Josh Brower
  • 1,669
  • 3
  • 18
  • 29
5
votes
1 answer

What are the pros/cons of running Chef/Puppet at regular intervals?

I always worked where they used to run Puppet at regular intervals. So, distributing changes was easy and on the fly. In the new team, they frown upon running the Chef agent at regular intervals. They only use it to bootstrap the OS and then kill…
deppfx
  • 429
  • 3
  • 13
5
votes
2 answers

Best practices for an in-place upgrade from Server 2008r2 to 2016/2019?

I've got several web servers running Server 2008r2 SP2 Standard with SQL Server 2014. What is the best practice / easiest in-place upgrade path to get to Windows Server 2016? In testing, I'm only able to upgrade from 2008r2 to 2012 and then upgrade…
5
votes
2 answers

Best Practices for AD DS Backup and Recovery?

So Microsoft claims that "you cannot use a network shared folder as a backup target for a system state backup", but I've seen plenty of posts where people indicate that they are able to do this from a command prompt using wbadmin. My end goal: I am…
5
votes
1 answer

Managing puppet modules with git

I have a puppet/foreman server running on Debian 7 for managing my systems. I use the community version 3.7 of puppet and foreman 1.6.0. I use directory environments. At the moment I use a rather complicated workflow for my self written modules of…
Christoph
  • 107
  • 9