Good Practice Guides


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Good Practice Guides
# 1  
Old 04-27-2010
Good Practice Guides

A recent post where someone suggested redirecting with a clobber ">" to a file the same command was reading from prompted me to post this sysad good practice list. Some items are from times where I have learned things the hard way. I think this would be helpful so we can learn from each others mistakes.

1. Test thy backups
2. pwd before rm
3. hostname before reboot
4. Executing a command with a recursive option on .* can be unpredictable
5. One word. Clustering
6. Test patches on a staging machine
7. If you are going to do it frequently, script it
8. Don't redirect to a file you are reading from
9. Copy a file before editing it
10. Document your systems' configuration and topology
# 2  
Old 04-28-2010
backup , backup and good ducumentation Smilie
# 3  
Old 05-10-2010
This may be obvious but sometimes it does not get done.
11. Keep your documentation up to date. (The only time you realize that it is out of date is when you really need it. A bit like 1. Test thy backups. The only time you realize that the backups are wrong is when you really need them.)
# 4  
Old 05-10-2010
This goes aong with backing up a file before you change it, but since I'm in CM, Use source control. That way you can recover from that last "update".

And documentation isn't something you do once and then forget. I can't count the number of times that I've used documentation (in house written) and it was a few releases behind or for hardware that had been replaced.
# 5  
Old 05-27-2010
Quote:
Originally Posted by ilikecows
9. Copy a file before editing it
We are all using (distributed) version control systems these days, aren't we? Point taken though, not all files are versioned.
# 6  
Old 05-27-2010
my number one rule:

don't "believe or guess"... know!
# 7  
Old 05-28-2010
It is crucial to write up how you configured your OS. Get a journal and start documenting every step.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. High Performance Computing

Guides for new HPC admins

In my company, it's fallen on me to serve as the admin of our new HPC cluster, a task that's very new to me. It's very important to me to lay a solid foundation and avoid any unnecessary pitfalls. So, can anyone recommend a succinct guide or list of do's-and-don'ts for adiminstering an HPC cluster?... (0 Replies)
Discussion started by: DBryan
0 Replies

2. AIX

AIX study Guides

Please help me in getting some fine docs ( other than redbooks)to learn AIX. My mail ID: qsecofr400@gmail.com Thanks in advance. (3 Replies)
Discussion started by: secofr
3 Replies

3. UNIX for Dummies Questions & Answers

Oracle guides for exams

hi people, I am very much interested to Oracle. I decided to write one exam soon and I am refering guides from certmagic.com. It seems good. Any of you know any good books than this ?! (0 Replies)
Discussion started by: developer_me
0 Replies

4. Solaris

Mail server guides/tutorials?

solved issue (0 Replies)
Discussion started by: n0rus
0 Replies

5. Solaris

Good (cheap) System for practice?

Hi! I am currently an M$ engineer who wants to move my career towards UNIX. My datacenter has about 300 Sun servers but not enough SA's (we also have 1800 Windows Servers). My manager is supportive of my moving toward UNIX, and I know it won't be an overnight move, but I am willing to put in the... (1 Reply)
Discussion started by: dabobbo
1 Replies

6. Solaris

Solaris 9 Exam 310-014 & 310-015 Can anyone recommend some good study guides?

Hello, I'm going to be studying for my Solaris 9 System Administrator Certification and wondered if anyone had taken the exams and could recommend some good study guides / crams / books. Cheers, (8 Replies)
Discussion started by: unrealuk
8 Replies

7. UNIX for Dummies Questions & Answers

Solaris Study Guides

I am currently working on my Solaris 8.0 Certification ,and I've been working primarily with the Solaris Study Guide produced by Syngress & Osborne. It's a good study guide ,but I think that it does lack some clarity and detail! My question is ,are there any other Solaris Study Guides that could... (1 Reply)
Discussion started by: bilal_aa
1 Replies
Login or Register to Ask a Question