active questions tagged system-administration - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T02:08:00Zhttp://stackoverflow.com/feeds/tag/system-administrationhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1918866/options-of-the-ps-utility0Options of the 'ps' utility. [closed]Sawan2009-12-17T01:07:06Z2009-12-17T01:09:48Z
<p>Hi,</p>
<p>Can someone please enlighten on what the difference is when passing the 'j' and '-l -y' options to the 'ps' utility.</p>
<p>An other good 'ps' resource is welcome too.</p>
<p>Thanks</p>
<p>Sawan</p>
http://stackoverflow.com/questions/61661/windows-server-2003-default-administrator-password2Windows server 2003 default administrator passwordJason Baker2008-09-14T21:20:05Z2009-12-16T14:37:23Z
<p>Sorry if this is an overly simplistic question, but I'm a bit stuck here. :)</p>
<p>I need a windows machine for me to do some programming for class. Since I have my Macbook with me everywhere I go, I figured that it would be easiest to install a vm. And since I can get a copy of Windows server 2k3 for free via dreamspark, I thought I'd try to do that.</p>
<p>Here's what happened though: I installed windows server (disk one). When the system booted up, vmware automatically installed VMWare tools and prompted me to restart. There was also a prompt to start the installation of disc 2, but I figured it would be better to restart before doing that.</p>
<p>When the machine came back up, I was prompted to log in as the administrator. The problem is that I wasn't prompted to make an administrator account or password. Is there a default password I can use? I've tried all the obvious ones (blank, password, etc) and googling, but I didn't come up with anything.</p>
http://stackoverflow.com/questions/143184/which-book-would-you-recommend-for-a-linux-sysadmin5Which book would you recommend for a Linux Sysadmin?Sharjeel Sayed2008-09-27T07:27:58Z2009-12-04T14:59:07Z
<p><a href="http://rads.stackoverflow.com/amzn/click/0131480049" rel="nofollow">Linux Administration Handbook</a> by Evi Nemeth, Garth Snyder and Trent R. Hein is the defacto for sysadmins.Any other favorites besides this one.</p>
http://stackoverflow.com/questions/171835/which-python-book-would-you-recommend-for-a-linux-sysadmin1Which Python book would you recommend for a Linux Sysadmin?Sharjeel Sayed2008-10-05T11:28:15Z2009-12-03T18:00:36Z
<p><a href="http://oreilly.com/catalog/9780596515829/" rel="nofollow">Python for Unix and Linux System Administration</a> is aimed at sysadmins.
Any other favorites besides this.</p>
http://stackoverflow.com/questions/68006/simple-free-or-cheap-tool-for-rolling-out-windows-xp-standardized-apps-to-a-sma2Simple free-or-cheap tool for rolling out Windows XP + standardized apps to a small computer lab?John Lubotsky2008-09-15T23:43:09Z2009-12-01T18:29:57Z
<p>I manage a high-school computer lab with ~40 machines, have old PCs with varying hardware. I need to roll out Windows XP + a standard set of apps and settings for new machines, and to re-format older machines. </p>
<p>What tool is available to help with this? It doesn't have to be perfect, but if it minimizes the time I set in front of machines installing programs and tweaking settings, it's a win.</p>
http://stackoverflow.com/questions/1067159/deleted-user-postgres-oops0Deleted user 'postgres' - oopsresopollution2009-07-01T03:35:56Z2009-11-29T15:34:33Z
<p>I accidentally deleted the user 'postgres' user the #userdel command and no longer have access to the database.</p>
<p>What can I do to create a new postgres user and how can I start postgresql again?</p>
<p>If I have to re-install postgresql, do I just delete my current postgres setup by removing the /usr/local/postgresql-8.3.6/ directory?</p>
<p>NOTE: I have no idea how to start postgresql. I basically downloaded a gzip file and unloaded it into a directory /usr/local/postgresql-8.3.6</p>
http://stackoverflow.com/questions/1800273/what-among-bash-python-perl-ruby-sed-awk-for-system-administration-coding-acces2What among Bash/Python/Perl/Ruby/Sed/Awk for System administration , coding accessories.ajay2009-11-25T22:08:39Z2009-11-26T00:37:38Z
<p><strong><em>I know the question is very subjective. But I cannot form the question in a much more better manner. I would appreciate some guidance.</em></strong></p>
<p>I often as a developer feel how easier it would have been for me if I could have some tools for doing some reasonably complex task on a log file , or a set of source files, or some data set etc.</p>
<p>Clearly, when the same type of task needs to be done repetitively and when speed is critical, I can think of writing it in C++/Java. </p>
<p>But most of the times, it is some kind of text processing or file searching activity that I want to do only once just to perform a quick check or to do some preliminary analysis etc. In such cases, I would be better off doing the task manually rather than writing in C++/Java. But I could surely doing it in seconds if I knew some language like Bash/Python/Perl/Ruby/Sed/Awk.</p>
<p>I know this whole question is subjective and there is no objective definite answer, but in general what does the developer community feel as a whole? What subset of these languages should I know so that I can do all these kinds of tasks easily and improve my productivity.</p>
<p><strong><em>Would Perl be a good choice?</em></strong><br>
It is a super set of Sed/Awk, plus it allows to write terse code. I can get done with fewer lines of code. It is neither readable nor easily maintainable, but I never wanted those features anyway.
The only thing that bothers me is the negative publiciity that Perl has got lately and it has been criticized by the Ruby/Python community a lot. Also, I am not sure if it can replace bash scripting totally.
If not, then is Perl+Bash a good combination for these kind of tasks?</p>
<p>Thanks,
Ajay G</p>
http://stackoverflow.com/questions/1751602/how-to-better-study-linux2How to better study Linux? luca2009-11-17T20:38:23Z2009-11-23T15:21:11Z
<p>I'm taking a very basic university course on OS kernels and related stuff (process management, virtual memory, file systems, drivers..)<br>
I wanted to deepen my understanding of Linux in these fields, but also get to know it from a more practical point of view (important directories, the shell, important logs and files, hacking in general)</p>
<p>I'd love some argumented book suggestions for both fields of study..</p>
<p>I'd like to make it clear that I've been a regular linux user for years, I'm comfortable with it and I do know how to use the shell and program in C. Here I was asking about something more advanced. </p>
http://stackoverflow.com/questions/1739374/does-c-have-standard-libraries-for-common-file-utilities1Does C++ have standard libraries for common File Utilitiesajay2009-11-16T00:00:55Z2009-11-16T00:03:57Z
<p>Hi all,</p>
<p>I am looking for standard libraries in C++ that would allow me to do things like:</p>
<ol>
<li>Traverse a directory recursively</li>
<li>search for files within a directory</li>
<li>Check if file exists, folder exists or not and create it if not present.</li>
<li>Check a folder hierarchy exists or create it if not found. Equivalent of mkdir -p</li>
<li>Uncompressing / Compressing a file</li>
<li>Checking the CRC / Hash of the file</li>
<li>copy file, delete file, delete folder, copy folder recursively</li>
<li>running a system command and reading its console output within the program.</li>
</ol>
<p>It seems that scripting languages and Java have good support for these kind of problems.
But, I am not able to find out there are standard ways of doing this in C++.</p>
<p>Thanks!<br>
Ajay</p>
http://stackoverflow.com/questions/1678277/linux-multiple-users-permission-read-write0Linux Multiple Users Permission Read / Write [closed]Kyle Hayes2009-11-05T04:05:39Z2009-11-08T04:06:28Z
<p>I host my websites on my Linux server each out of their own accounts (e.g. /home/siteA-com/http, /home/siteB-com/http etc.). I chown www-data on the inner files for the http folders so that the server can make changes where needed (namely for Wordpress). How can I also allow these users to SFTP into these directories and be able to change files?</p>
http://stackoverflow.com/questions/1666288/how-to-find-the-cause-for-growing-server-load1How to find the cause for growing server load [closed]Andreas Gohr2009-11-03T09:43:57Z2009-11-03T11:41:39Z
<p>I'm having load problems with my server and even though I'm a somewhat experienced Linux admin I'm out of ideas now.</p>
<p>The problem is a slowly but steadily increasing load on the server without any apparent cause.</p>
<p>The Server is a AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ with 6GB RAM. It is running Debian Stable with Linux gir 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux.</p>
<p>The server basically runs Lighttpd, several FastCGI PHP processes and a MySQL database. Typical webserver tasks.</p>
<p>The CPU is never really fully used up and memory is mainly used for buffers and cache which is fine. I tried to restart the various services to see if one of them would decrease the load again, but without luck.</p>
<p>Here are graphics showing load, CPU and IOStat:</p>
<p><img src="http://img688.imageshack.us/img688/647/localhostlocaldomaincpu.png" alt="CPU" />
<img src="http://img9.imageshack.us/img9/5011/localhostlocaldomainloa.png" alt="Load" />
<img src="http://img40.imageshack.us/img40/6691/localhostlocaldomainios.png" alt="Monthly IO" />
<img src="http://img35.imageshack.us/img35/6691/localhostlocaldomainios.png" alt="Daily IO" /></p>
<p>So, question is: What could cause a slowly but ever increasing load? And how do I find out what's responsible?</p>
http://stackoverflow.com/questions/350492/as-a-developer-what-changes-or-installs-do-you-make-on-a-vanilla-os-x-system9As a developer, what changes or installs, do you make on a vanilla OS X system?defmeta2008-12-08T19:01:29Z2009-10-30T14:12:33Z
<p>As an example these are some of the things I always do when starting a new machine:</p>
<ol>
<li>Install 'Visor' - gives you an always available HUD style terminal window via F1. </li>
<li>Install 'Clix' - run a million system customization command line instructions. </li>
<li>Install 'Default App' - self explanatory. </li>
<li>Set 'Terminal.app' to open and be hidden automatically on login.</li>
<li>Install 'Inconsolata' font and set it as default font for Terminal and Text Edit.</li>
</ol>
<p>Only after those basic steps are taken can I start in on the more personal stuff.</p>
<p><strong>So, what are the essential steps you take when faced with a blank macSlate?</strong></p>
<p><em>NB: Yes, this question is inspired by <a href="http://stackoverflow.com/questions/344468/as-a-developer-what-changes-do-you-make-to-a-vanilla-windows-install">@Roddy's question</a> targeting the Windows platform.</em></p>
<p><strong>UPDATE:</strong> This is great, thank you! Some very interesting answers so far.</p>
<p><strong><em>Concrete Results:</em></strong> I am now a MacPorts convert, and my Terminal uses standard word left, word right, key command behavior...</p>
<p><strong>UPDATE 2:</strong> I forgot to mention <a href="http://www.charlesproxy.com/" rel="nofollow">Charles</a>, the greatest debugging http proxy app in the world (IMHO). It's shareware and 100% worthy of the name.</p>
http://stackoverflow.com/questions/1547666/how-do-i-get-a-list-of-locked-users-in-an-oracle-database0How do I get a list of locked users in an Oracle database? ninesided2009-10-10T11:05:57Z2009-10-10T11:22:10Z
<p>I want to be able to list all of the users in a given database along with an icon that determines whether they are locked or not. The problem I'm having is querying the "locked" status for a given user, I though it might have been on <code>all_users</code> but it isn't. Can anyone point me in the right direction?</p>
http://stackoverflow.com/questions/97188/is-there-a-monitoring-tool-like-xentop-that-will-track-historical-data0Is there a monitoring tool like xentop that will track historical data?Otto2008-09-18T21:29:05Z2009-10-06T18:07:11Z
<p>I'd like to view historical data for guest cpu/memory/IO usage, rather than just current usage.</p>
http://stackoverflow.com/questions/592596/can-anyone-recommend-a-linux-utility-to-monitor-logs-in-realtime3Can anyone recommend a (linux) utility to monitor logs in realtime?Steve B.2009-02-26T21:47:49Z2009-09-30T21:39:06Z
<p>Is anyone aware of any linux utility that can monitor logs in realtime and trigger events based on specific log content?
Thanks.</p>
http://stackoverflow.com/questions/1366949/using-schtasks-to-create-a-task-with-multiple-schedules0Using schtasks to create a task with multiple schedules SteveC2009-09-02T10:38:58Z2009-09-02T10:59:19Z
<p>Is there some way to use schtasks to create a task with multiple schedules ?</p>
http://stackoverflow.com/questions/1301439/how-do-i-generate-a-list-of-windows-patches-and-the-date-they-were-installed-on-a1How do I generate a list of windows patches and the date they were installed on a windows 2000 server? [closed]rphilli52009-08-19T17:26:49Z2009-08-19T17:55:45Z
<p>How do I generate a list of windows patches and the date they were installed on a windows 2000 server? This is for compliance reports for auditors.</p>
http://stackoverflow.com/questions/703163/formatting-shell-output-into-structured-data0formatting shell output into structured data?Robert2009-03-31T21:36:57Z2009-08-03T05:00:03Z
<p>Are there any libraries (perl, python, ruby, etc) or other means of formatting the output of shell commands to a structured data format like JSON or XML to be processed by another application?</p>
<p>Use case: Bunch of CentOS servers on a network. I'd like to programatically login to them via SSH, run commands to obtain system stats and eventually run basic maintenance commands. Instead of parsing all the text output myself I'm wondering if there is anything out there will help me return the data in a structured format? Even if only some shell commands were supported that would be a head start.</p>
http://stackoverflow.com/questions/1081541/how-much-a-programmer-should-know-about-system-admin5How much a Programmer should Know about System Admin?Ngu Soon Hui2009-07-04T05:02:40Z2009-07-04T12:21:21Z
<p>How much should a programmer should know about system admin? I mean, obviously the more the better. But for the sake of argument, what is the average a programmer should know?</p>
<p>I have seen my friend ( a programmer) does database schema design, database backup, database tuning, data migration etc. Sometimes I wonder whether he is a programmer or a system admin.</p>
http://stackoverflow.com/questions/295861/how-much-of-linux-should-i-learn-in-order-to-deploy-web-sites-using-lamp13How much of Linux should I learn in order to deploy web sites using LAMP?sneg2008-11-17T15:25:54Z2009-07-01T17:06:27Z
<p>Being a Windows developer I'm currently working on my own project using LAMP. I understand what I need to know of PHP and MySQL, but Linux looks huge and it's not clear where to start and what is enough given my goals.<br />
And my goals are to grasp general concepts, being able to deploy the project to a hosting provider and to be able to monitor the site's performance in order to spot problems, load issues, etc.<br />
I know, the best solution is to get a Linux admin to do that but before I can do that I need to do it myself.</p>
<p><h3>Tell me how!</h3>It would be great if people expand their answers about <em>what</em> to learn with <em>how</em> to learn it (should I buy a particular book, or is there a good online tutorial or ...?).</p>
http://stackoverflow.com/questions/1045041/usefulness-of-separating-database-files-and-trans-logs-among-partitions0Usefulness of separating database files and trans logs among partitionsSurroundedByFish2009-06-25T16:59:30Z2009-06-25T17:06:49Z
<p>Some guys where I work are setting up a new database server for SQL Server. The server has a system drive that also stores backups and a single RAID 5 array for the database files. The RAID 5 array is logically partitioned into 2 drives. One is for the actual database files (MDF) and the other is for the transaction logs (LDF). The quoted reason is best practices.</p>
<p>My question is whether this extra partitioning is pointless. Is there any purpose to having the database and trans logs on different logical partitions if they are still sharing the same physical resources? I understand there are some great reasons for separating the database and trans log files on to two physically separate disks. For instance, speed and disaster recovery should be improved. However, I can't think of any benefits that aren't negated by the lack of physical separation. I don't know enough about RAID to know for sure.</p>
http://stackoverflow.com/questions/971820/content-server-backups-1Content server backups [closed]Dan Sosedoff2009-06-09T18:48:26Z2009-06-09T18:51:17Z
<p>What is the best way to backup data on content servers? For example, i have 15 servers that just have content, no apps running on it. Each server have 250 GB hard drive. So, its pretty big amount of data. All the data have external access (via http).
So, the question is: what methodology is best in my case?</p>
<p>The most useful method i know is cross-backup: when each server contains its own data and backup of one other server. But, there is significant reduction in total capacity.</p>
<p>RAID ?</p>
http://stackoverflow.com/questions/950284/how-to-gain-system-adminstration-skills0How to gain system adminstration skills [closed]Jaison2009-06-04T12:38:12Z2009-06-04T12:39:59Z
<p>In my work i dont have much work issues , so i decided to build a vmware infrastructure in my laptop and start learning system adminstration.</p>
<p>Could you please give some thoughts about how i can gain experience in that way?</p>
http://stackoverflow.com/questions/526925/how-do-i-pursue-a-better-career9How Do I Pursue A Better Career? [closed]Name Withheld2009-02-09T01:55:55Z2009-06-01T17:28:35Z
<p>Greetings, Stack Overflow. My question today is, "How do I get from where I am at in my career and life to where I want to be?" Being unable to wander through every path in life, I seek heuristics (advice) from those who have or are travelling different paths.</p>
<h1>The Initial Condition</h1>
<p>I went to a technical school to become a video-game programmer, and did so professionally for three years. My wife and I felt strongly that we needed to move to a rural area where family is, and I am now employed as a system administrator in a school division; we have also recently purchased our first house and are not keen on moving. I am 28-years old, have two sons, and have payed off my student loans.</p>
<h1>The Goal Condition</h1>
<p>I would like to work at something meaningful and interesting<sup>1</sup> where I am respected and able to maintain a good work/life balance<sup>2</sup>. My wife and I have a dream of living on a farm as self-sufficiently as possible<sup>3</sup>. The optimal situation would involved working nearby as a programmer, or, next up, would be to telecommute<sup>4</sup>.</p>
<p><sup>1</sup>Meaningful/Interesting work. What makes working for this school division egregious is that I became a game programmer in the hope of making educational games--of creating a funnel whereby students, who will spend large amounts of time playing video games, actually get some benefit from it--stealth learning, if you will. Working here, we are so undermanned as to be unable to keep all of the computers running, students logging in, and software working, much less provide any significant benefit to the students' educations.</p>
<p>Interests of mine include robotics, artificial intelligence, computational linguistics (although I know so little about it), and, of course, game programming. I used to think that being a database administrator would be mind-numbingly boring, but now I think it could be rather interesting. Web development holds some appeal--things sure have changed since I wrote web-pages a decade ago. Management holds a rather limited appeal for me at this time, as does, say, starting a business, and yet these are the most common things that come up when one asks how to increase one's paycheck.</p>
<p><sup>2</sup>A work/life balance to me chiefly includes spending evenings and weekends at home with my family and leaving work (with its attending stresses) at work. It also includes making enough money to maintain a comfortable lifestyle. When game programming, I commuted 1.5 hours each way from the suburbs to a city, and, come crunch time, spent many an hour working unpaid overtime. At my current job, the ratio of work-to-be-done per skilled practitioner is overwhelmingly high, and my employers really don't care so long as they don't get screamed at as much by unhappy teachers. My pay will cap off at a rate that will render me unable to pursue my dream of having a farm, and, indeed, may make raising a family difficult.</p>
<p><sup>3</sup>A farm is really expensive and is well-nigh impossible to maintain through a farmer's income. Besides which, I want to program.</p>
<p><sup>4</sup>I recognize that telecommuting is not the most effective way to do things, and that such employees are first on the chopping block and slow to be advanced. It is hard to be on a team when you are working alone. Unfortunately, farms are not usually proximate to good employment for programmers.</p>
<h1>Successor Functions</h1>
<p>I'm not sure where to go from here. If I do nothing, I guarantee the result that I do not want--being where I am now in 5 years. Edison said that "Opportunity is missed by most people because it is dressed in overalls and looks like work." I am certainly willing to work.</p>
<p>Although I am loathe to go through a discontinuity, especially one wherein I go from earning money for my family to spending money to be educated, I think the <a href="http://ozone.wordpress.com/2006/04/05/the-panda-principle/" rel="nofollow">Panda-Thumb Principal</a> applies. [Basically, Pandas have a sub-optimal thumb that is evolutionarily at a local maximum. They can not get a better thumb without having a worse one first.]</p>
<p>I see these as my primary options.</p>
<p>I. I could look for different work.</p>
<ul>
<li>There is a small city an hour away, and, despite worldwide economic conditions, I believe I am readily employable.</li>
<li>I could look into telecommuting work, or become a contractor.</li>
<li>I could turn my back on IT and look for something different.</li>
</ul>
<p>II. I could supplement my education.</p>
<ul>
<li>I could try to get a bachelor's degree. (Right now I have a diploma or certificate, and, frankly do not expect things to transfer well.) I am strongly considering a business programming degree at a technical school, but can't help but wonder if a Computer Science degree at a university is the way to go. [As an aside, is a job as a researcher a good one? It sure sounds nifty.]</li>
<li>And, I could also study books and things on the internet and expand my education in that way. </li>
</ul>
<p>My suspicion is that going back for further education is the most viable way to get from where I am to where I want to be. I do love learning. It seems that I stand at a chasm in the dark and am just not sure if I really want to run up to it and jump for all I am worth.</p>
<p>Thank you so much for taking the time to read this, and for your thoughtful consideration of it.</p>
http://stackoverflow.com/questions/910004/what-is-the-most-secure-way-to-retrieve-the-system-drive2What is the most secure way to retrieve the system Drive.yossi19812009-05-26T10:29:13Z2009-05-27T15:38:56Z
<p>I know that the following should work:</p>
<pre><code>Environment.GetEnvironmentVariable("windir", EnvironmentVariableTarget.Machine)
</code></pre>
<p>My problem with this call is that if for some reason someone decided to remove the "windir" Env Var , this won't work.</p>
<p>Is there an even more secure way to get the System drive?</p>
http://stackoverflow.com/questions/888080/should-developers-be-given-domain-admin-dba-access-rights8Should developers be given Domain Admin / DBA access rights?MaSuGaNa2009-05-20T14:00:22Z2009-05-22T14:06:10Z
<p>I have just walked out of a meeting room steaming after having to unsuccessfully argue the case for retaining our (development team's) Domain Admin / Oracle DBA access privileges. We support day to day production issues as well as a nationally critical process that happens three times a week. On top of this our DBA has no SQL experience and runs most of the production issues they receive through Oracle MetaLink for a solution.</p>
<p>We recently had two DB server downs which were cured by the DBA rebooting the server without trying to locate the issue. When I presented the DBa with a working solution having tailed the listener logs and filtered for offending applications (which we develop) I was vilified for accessing the production system.</p>
<p>What I need is more ammo to prove my case, or (through the beautiful impartiality of Stack Overflow) evidence to convince me otherwise.</p>
<p>The solution put forward by our DBA is to give us a DBA/Domain admin account that we can use at any time to support production. But if this is the case, there is no auditing as it is a shared account and also our dev profiles which you will appreciate are vastly different from a shared one, cannot be used to debug production..</p>
<p>HELP!</p>
http://stackoverflow.com/questions/779511/when-should-server-maintenance-affect-implementation-descisions6When should server maintenance affect implementation descisions?matt_dev2009-04-22T22:22:41Z2009-04-22T23:43:14Z
<p>Here's my situation...</p>
<p>I'm writing a .Net/C# security system (authorization and authentication) for a large collection of web applications that require a single sign-on process. I'm using Active Directory as a data store and have written a very nice prototype that communicates with AD through LDAP. This component retrieves information about the logged in user that I have stored in AD which I then use to set their security roles in .Net forms authentication.</p>
<p>1) All is good.</p>
<p>Not being a System Admin, or Network Engineer, I wasn't familiar with the amount of system administration involved with setting up an AD instance. I wasn't aware that for each domain, I needed a separate server and domain controller. As it turns out, there are like 9 different domains that my team requires to be set up for all of the different environments that we're going to be accessing AD... </p>
<ul>
<li>env1.dev.mycompany.com</li>
<li>env1.qa.mycompany.com</li>
<li>env1.stage.mycompany.com</li>
<li>env2.dev.mycompany.com</li>
<li>etc</li>
</ul>
<p>...So now I have placed on upon myself somewhat of an administrative headache because I'm going to have to maintain all of these machines (or VM's), which is something that I'm not necessarily sure I want to do.</p>
<p>2) All is not good.</p>
<p>The prototype is really solid, and AD makes for a very good database for the solution, but now I'm wondering if I should scrap the code and write a SQL Server data provider instead (I know .Net already provides one, but it doesn't alone fit my business requirements for authorization). </p>
<p>Anyway, so I'm trying to think through this problem from a high level perspective. In general, I keep tripping over the fact that I would be throwing a really good solution just because of some server maintenance? I'm wondering if anyone here has experienced a scenario like this and what exactly you decided to do.</p>
<p>Doesn't have to be specific to AD either, just a situation where you had to evaluate between a good software solution and it's server maintenance constraints.</p>
http://stackoverflow.com/questions/562670/what-methods-techniques-tools-do-you-recommend-for-documenting-systems-and-infras1What methods/techniques/tools do you recommend for documenting systems and infrastructure (runbooks)?Daniel2009-02-18T20:23:16Z2009-04-06T17:21:54Z
<h2>Background</h2>
<p>I recently joined a small start-up after working at a large company.</p>
<p>I'm not a professional system administrator, however, because of my programming and systems knowledge I am now the internal person managing our servers and infrastructure.</p>
<p>In the past, I never needed to document our system information: passwords (for servers, databases, routers, switches, etc), which servers were running which applications (both homemade and installed), server IP addresses, configuration file locations, etc...
The professional system admins always did this work, freeing me to focus on other areas.</p>
<h2>Event that triggered urgency</h2>
<p>I'd been a bit casual about moving this forward until I discovered that I didn't know <em>where</em> my main subversion configuration file was in /etc/apache2 (not to mention that the config file isn't under version control or backed up!) I realized that this needs to be addressed quickly.</p>
<h2>Next step</h2>
<p>I now have to figure out how to document all of this in a sane, elegant, access controlled manner.</p>
<p>I've heard of runbooks, but I don't know the best way or tools to manage them. My first thought was an excel/openoffice spreadsheet under version control.</p>
<p>Is there a good guide to maintaining runbooks? Good software? This must be a fairly common problem, how do you handle it?</p>
http://stackoverflow.com/questions/690114/shared-network-folders-usage-by-php-scripts-is-this-possible-from-outside-the-d0Shared network folders usage by PHP scripts - is this possible from outside the domain?MasterPeter2009-03-27T15:00:17Z2009-03-30T07:59:53Z
<p>I am having the following difficulties:
Three servers A,B,C : A,B in the same network domain; C in another.
PHP scripts executing on server A write to a shared folder on server B.
The same scripts executing on server C fail to write to server B.</p>
<p>PHP looks something like this:</p>
<pre><code>oject->Output('\\\\serverB\\sharedfolder\\file.dummy');
</code></pre>
<p>Is there any way I can make this script work elegantly on server C?</p>
<p>When I remote-desktop to server C and want to see the contents of <code>\\serverB\sharedfolder</code>, a login prompt pops up and asks for a user name and password. This I can provide and subsequently access the shared folder on server B. But how could I do this from a PHP script? Is it possible?</p>
http://stackoverflow.com/questions/631015/how-can-locked-files-be-monitored-on-a-win-2000-server0How can locked files be monitored on a WIN 2000 serveradilei2009-03-10T16:12:07Z2009-03-22T21:54:42Z
<p>Hi,</p>
<p>I'm interested to know what would be the best way to monitor locked files/open file handles on a win 2000 server. I am interested in a general system report that could show locked files or handles over time (over the course of one night, for example) without having to specify which processes are to be monitored specifically.</p>
<p>Thanks,
Adi</p>