Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:OpenNMS (Score 1) 342

I looked at many different commercial options here at work and purchased EMC Smarts. The root cause analysis is very helpful. It has saved us a lot of time tracking down some outages we've had here. It can tell you, for instance, that a specific port on a switch is down or flapping which is causing problems.

Most of the other tools we looked at would tell you that all of the servers at a remote facility was down but Smarts will take it one step further and identify the root cause so you do not spend time figuring out if one of the routers on one side or the other is down, if it is the link itself, a firewall, etc. It is all information you could tell on your own but none of the other tools even went to the detail necessary to track the problem down using only the information presented in the tool. Smarts goes even further and specifically points at the problem point.

There are a bunch of other modules you can buy to help you automatically model application/system dependencies to find out which business units are impacted by an outage, what systems/applications would be impacted by a DB outage, etc. Other modules can track application performance in all of the steps from workstation all the way through the network into each server and DB using just network monitoring or through synthetic transactions.

It is not cheap by any stretch of the imagination but implementation is fairly easy with its autodiscovery providing huge value. If you want to use it to its fullest, it will take some learning and a bit of time from a good administrator.

Before anyone asks, I was unsuccessful getting open source tools seriously considered. I had implemented OpenNMS very successfully and was using unofficially to monitor for outages and track system availability.

Doing this right is not a light task if you want all of the detail necessary to properly manage a large-scale network. We getting into the level of detail of monitoring server memory utilization, disk space utilization, CPU, switch/router port utilization, etc. It is taking at least one full-time administrator just to manage it. I wish you luck on developing a new tool. I would encourage you to look at some of the existing tools before trying to build your own. Just implementing a tool that has been around a long time is a huge process. Building and implementing....

Security

Submission + - CA Antivirus Update Attacks Windows, Cripples PCs (ca.com)

An anonymous reader writes: CA Antivirus released an update last night that caused false positives on Windows XP system files. Many systems automatically quarantined and deleted the files, resulting in numerous reports of people waking up to a system that refused to boot or crashed during startup. CA refused to publicly acknowledge the error, but support staff confirmed it to numerous customers one on one. A patch has been released, but it does not repair the damage. IT personnel supporting systems with CA, get ready to recover.
Databases

Submission + - Foreign Keys in Enterprise Databases

Detro writes: I work for a fortune 500 company and we generate over a billion dollars a year on our website. We have 3 production data centers, a qual and a staging environment. The current database design is pretty sloppy and the tables are not very normalized. We are trying to clean that up and want to make an intelligent database design. We (the developers) want to enforce Foreign Keys on our tables. Our DBAs are fighting tooth and nail for us NOT to use them. They claim that when the FKs are in place they will be unable to move data between centers and will not be able to setup data replication between the production centers. So I ask all the DBAs out there...what is your opinion on Foreign Keys and should they be used in enterprise applications?
Security

Submission + - Firefox Addons secure?

spouse writes: Hi, I just found out that https://addons.mozilla.org/ has lost it's security certificate CA validation. Warnings appear everywhere. I suppose that sombody out there is hijacking the domain name right now to distribute hacked Firefox addons?
Microsoft

Submission + - How Microsoft has changed without Bill Gates (silicon.com)

mightysquirrel writes: It's been a year since Bill Gates left Microsoft in his official capacity. At the time many speculated his departure would spark a significant shift in Redmond. But how much has really changed during Microsoft's first year without Gates?
Microsoft

Submission + - Mono outpaces Java in Linux desktop development (sdtimes.com)

dp619 writes: Mono, a framework based on Microsoft technology, has become more popular for Linux desktop applications than Java, but recent changes could strengthen Java's hand, SD Times is reporting. The story also touches on the failure of Linux distros to keep pace with Eclipse.
Databases

PostgreSQL 8.4 Out 191

TheFuzzy writes "PostgreSQL version 8.4 is now out and available for download. The main cool features in this version are: recursive queries (for doing trees etc.), windowing functions (for doing reports) column-level permissions, parallel database restore, a beta in-place upgrade tool, and a host of administrative improvements. And, of course, better performance, mainly on reporting queries. Some of the over 200 new or enhanced features are listed here."
Mozilla

Firefox 3.5 Benchmarked, Close To Original Chrome 338

CNETNate writes "The tests prove it: It's the third-fastest browser in the world, and over twice as fast as Firefox 3. In terms of Javascript performance, Firefox 3.5's new rendering engine places it squarely above Opera 10's beta and Internet Explorers 7 and 8 (based on previous benchmarks), plus it's getting on for being almost as quick as the original version of Google Chrome. Also, the new location-awareness feature was testing in central London, and pinpointed yours truly to within a few hundred meters — easily enough for, say, a Starbucks Web site to tell you where your nearest Starbucks is."
Databases

Submission + - Finally ... PostgreSQL 8.4 (toolbox.com) 1

TheFuzzy writes: "Another year, another major release. The PostgreSQL development team has finally released PostgreSQL 8.4 (and there was much rejoicing). This version contains windowing functions for the Biz Intelligence types, and recursive queries for everyone else doing a web application. Postgres has also put a lot of work into changing many of the things which made it "hard to use" in the past. Try it and see if you agree."

Slashdot Top Deals

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...