The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
41 views

Once AD Administrative tools are deployed, how do they receive updates? How do I tell what version they are at?

I have some admins who are complaining of certain properties such as "User must change password at next logon" not taking effect. (when they re-open the properties dialog box, the checkbox is missing) ...
-1
votes
0answers
8 views

Execute command with Jailkit

So I created a jail at /opt/jail using http://olivier.sessink.nl/jailkit/ - how can I execute a command inside the jail now and get the output as I can do with chroot ? The simplest command I'd like ...
0
votes
1answer
48 views

How to increase space allocation to a particular user? [closed]

We have a DELL server, whose disk space is 2.6 TB. Out of this only 400GB is getting used. However, I as a user am only able to store 100GB of data on it. Is there some means by which I may increase ...
1
vote
2answers
50 views

Extend time range to shutdown command

Is it possible to extend the valid range to the DOS shutdown command in Windows Server 2003? The help shows a maximum time-out period at 600 seconds... Thank you!
0
votes
2answers
53 views

Good tool for storing server access details

Are there any common/good tools that you sys admin guys use to store lots of server access details i.e. ip addresses, logins etc. Im getting by with text file at the moment but am considering moving ...
0
votes
2answers
47 views

Is there a network digram tool that can export to html with links to the services / hosts ? [closed]

Anyone know of a (free online or free linux-based) tool that can export a Diagram (Network Diagram) to HTML and link Hosts / Devices to its IP / Services ? E.g. If I had a router item, and I specify ...
6
votes
4answers
373 views

What is the difference between nagios xi and cacti for monitoring?

Nagios XI (This is a commercial implementation of Nagios) can graph as well as send alerts based on threshold conditions. I am not able to understand the difference between Nagios and Cacti. Any idea ...
-1
votes
1answer
240 views

HDD Health tool for CentOS? [closed]

Does anyone know some good tool for checking HDD failure in Cent OS (Red Hat Systems) without downtime. And tell me how to use it. Thanks.
1
vote
4answers
155 views

Is there any tool that I can use to monitor memory usage of each process on Linux easily?

This issue is not the same as the question on how to see the memory usage of a Linux process. Also, the top command doesn't give the exact memory used, but just what percentage one process uses, so ...
2
votes
2answers
78 views

Can I find which script outputs which error?

There is a script which calls other scripts and they call others... I don't know exactly which scripts are called and how many of them. I only know that some of them are adding iptables rules and I ...
2
votes
1answer
3k views

How to list all Active Directory Users and their group membership

I'd like a single scripted line to export to CSV all the users in my AD with all the groups they are members of. I'd prefer it to be done in powershell, but dsquery/dsget is a fine alternative ...
2
votes
1answer
123 views

Adding removable disk to PATH when inserted on Windows

As part of a network engineering team, one of the common problems we have is lack of access to CLI tools when we are diagnosing various windows machines PortQry.exe (not default install on Win2003) ...
1
vote
3answers
161 views

How Do I Migrate 100 DBs From One MS-SQL 2008 Server To Another? (looking for automation)

Let me start by saying that I am not a DBA, but I am in a position where I am responsible for moving just under 100 MS-SQL 2008 DBs from our current development server, to a new/better/faster ...
3
votes
3answers
120 views

Display devices for sysadmins

I'm looking for a proper display setup for us sysadmins here and I'm going to be picking out a monitor for us to use. What features should I look for in a display that are appropriate for sysadmins ...
1
vote
2answers
119 views

Tool to monitor file size, file existence, parse xml, etc

I'm trying to find some tool that helps me monitor several things. What are some requirements: Shows results on a web page. Checks existence of files/folders Checks sizes of files/folders Can parse ...
2
votes
2answers
34 views

Easy way to store and access commonly used commands?

I have a bunch of commands that I commonly use. For example: du -h --max-depth=1 /home Unfortunately, my brain has very little room left for these sorts of things. I currently keep a text file on ...
2
votes
4answers
1k views

Far manager for linux?

I've been using far manager under windows for about the last 6 years, and can't find anything like it for linux. mc is not a reasonable replacement, and gnome commander is not either. Are there any ...
2
votes
3answers
3k views

How do you set up redundant servers?

To the sysadmins out there, I'm trying to get an idea about how you go about maintaining redundant servers for small projects. The modest number of servers in my mind is two, and three main essential ...
10
votes
5answers
416 views

Tips to gracefully take over a (UNIX) production server

After months of neglect, e-mail flames and management battles our current sysadmin was fired and handed over "the server credentials" to me. Such credentials consist in a root password and nothing ...
6
votes
2answers
2k views

Migrating puppet clients to new puppetmaster

How can I migrate our existing puppet clients to point to a new puppetmaster server? I'd rather not manually go to each client box and generate a new certificate. When trying the obvious -- rsync all ...
3
votes
4answers
133 views

What's the best way to manage package updates on an office full of Ubuntu desktop machines?

We have two offices full of Ubuntu desktop machines. Because our net connection is slow, we'd like to have our own internal package server for each machine to grab and install its updates from on a ...
1
vote
4answers
358 views

Advice for reorganization of machine room?

I am a n00b sysadmin and have been asked to completely reorganize an existing machine room with some 30-40 servers. Currently, the place is a pigsty, and wires are jumbled everywhere, so there is good ...
0
votes
2answers
67 views

Utility to monitor command output changes

Please, suggest native (from standard repositories) Ubuntu utility, similar to topless from ports in FreeBSD.
0
votes
2answers
92 views

Windows diagnostic tools [duplicate]

Possible Duplicate: Tools a Windows administrator cannot live without I just joined a small computer lab which basically uses all Windows boxes and a few Windows Sever 2003. Coming from a ...
3
votes
2answers
14k views

Cleaning up a server's C:\ drive… what are the best practices?

I have a c:\ on a server that is filling up most likely due to the accumulation of patches over the years. I'm told by Microsoft PSS Support that it is unwise to simply delete the compressed ...
1
vote
3answers
69 views

Change localadmin on workstations

We have scanned our domain and there are just a couple of PC's where an user is localadmin (this was enabled in the past for a certain application/installation). We need to disable this now. Is there ...
16
votes
4answers
2k views

Agile sysadmin and devops - How to accomplish? [closed]

Nowadays, agile systems adminitration and devops are some of the most trending topics regarding systems administration and operations. Both these concepts are mainly focused on bridging the gap ...
6
votes
2answers
237 views

Green System Administrator looking for helpful tips

I have just been promoted to Systems Administrator for our product. We are designing a application that communicates with the cloud(Amazon EC2). I will be in charge of maintaining all Instances and ...
2
votes
2answers
545 views

tool for switching NIC status on off on windows

is there a tool that can turn on/off (enable, disable) an NIC interface on windows OS? thanks in advance.
0
votes
2answers
8k views

How do I find out how an Active Directory group is being used?

Here's the scenario. I have an Windows 2003 Active Directory security group that was created in 2007, and no one remembers what it is for. Is is possible to find out what permissions in our AD ...
2
votes
5answers
198 views

Do you maintain an OMG it's !@#$ed CD with Utilities to recover and clean computers? What is on it? [closed]

I'm getting ready to build one with some of the common apps I use including malwarebytes, Spybot, and memtest86 . What elese do you recommend I add? Is there a single CD image out there that has all ...
3
votes
6answers
984 views

“Must-have” Windows remote administration tools [closed]

What tools do you find useful for remote administration of Windows systems, specifically workstations? What tools sounded useful that ended up being more trouble than they were worth? I'm not ...
2
votes
1answer
642 views

Daily Activity Report On Linux

I would to generate a daily activity report for production Linux Servers. I could quite easily do this using shell scripts and scripting but I would just like to know if there is a class of tools that ...
0
votes
4answers
328 views

best syncing tool

rsync zsync Is there any other better sync/backup tool available on linux. I have a local installation of my site, a wiki. I wish to make changes to my local site, and then just wish to press a button ...
4
votes
7answers
3k views

Is there a folder size tool for linux? (web-based or working on console)

I have a debian server which has a lot of user folders and I would like to have a tool like FolderSize application in Mac, where i can check the filesystem by filetype or foldersize (or whatever ...
1
vote
3answers
802 views

What tools should be in your Desktop Support Arsenal? [duplicate]

Possible Duplicate: Tools a Windows administrator cannot live without As a Desktop Support Specialist there are a few tools that I use to track down issues on my users machines, Sysinternals ...
2
votes
4answers
663 views

Third-Party Mac Admin Tools

What tools have you found useful for managing Macs that didn't come with the system? I'm interested in both CLI and GUI tools, a synopsis and a link. If binaries aren't provided, are their any ...
1
vote
3answers
610 views

How to create a personalized windows iso install disk?

I've got the Win7 iso from Microsoft website. Microsoft released a language pack for pt-br, and now I want create a new disk from the win7 ISO file and just add the language pack file in the same ...