- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
This feels like déjà vu...
Admin
Temporal Bug.
Admin
I definitely read it before, but Google disagrees with me.
Admin
I think I've seen that one somewhere before, too...
Admin
filed under: Crazy Prepared
Also filed under: http://www.imdb.com/character/ch0004528/
(Disclaimer: Yes, I know that providing a "Filed Under" with an actual link is Doing It Wrong™.)
Admin
TRWTF: "We'll talk about compensation when you're back."
Admin
Well, he didn't say back from where. So it might as well be "from afterlife" or something like this.
And nowhere is hinted that Mitch thought any different.
Admin
OK, I'm confused... maybe it's just ignorance, but I don't see this as an interesting story.
As far as I can tell the receivers were configured with a wrong IP address as a managing device and that device was at a different office (or perhaps this was the correct address as the receivers were supposed to be remotely monitored) but they locked up if the managing device did not respond. IP address changed and they work again. The rest is window-dressing.
Admin
Shush, don't give away the secret!
Admin
Well maybe TRWTF is that this worked as long as it did.
Admin
This in itself wasn't a WTF technically (but from a business process viewpoint, I'd say yes it was). The timing of the failure (New Year's Eve, quite inconvenient) was the WTF.
I especially liked the solution: the device reports SNMP traps to itself. Hey, it got everything working again!
A tech coming in to troubleshoot a setup doesn't necessarily know all the reason why something might fail, and even the engineer who designed it wouldn't think to check that off the cuff. In the end, he got the job done.
+1
Admin
Not quite from the article:
The solution was to reconfigure their local router so that it's secondary interface can recognize the same IP as the remote router. TRWTF then is that they didn't just configure the devices to TRAP to the local router's normal IP address instead of this horrid kludge. An even bigger WTF is why they don't have the TRAPs going out to a real sink so that they can monitor why the devices are trapping in the first place.
Admin
You said:
Read that again. The secondary interface ITSELF is the IP of the router. Therefore, the router is sending SNMP traps to itself.
This I agree with.
Admin
FTA:
The devices are sending the SNMP traps. The router is just taking over as the target for the traps via adding a secondary interface with the IP address that the devices are sending to.
Admin
I'd reverse those. It's almost expected that failures like that will happen at bad times. During normal business hours, there are usually a number of people alert to things (like say a screeching UPS for a power socket that "was working fine"), that end up nipping disasters like this in the bud.
Meanwhile, the fact that the system has a single point of failure that nobody can fix remotely -- there's few truer indicators of human incompetence. That's a golden :wtf:, but nothing less than what we expect of a monopoly utility industry.
I didn't quite read it that way.
The devices are all set to trap to a device that is currently offline. So, let's make them all trap to a different device, which is closer and can be maintained.
While saving the day, Ensign Wesley completely glossed over the reasons why all the devices needed to trap to that device, and the nasty conflict that should happen when the correct device comes back online. If his boss weren't so obviously cool, this story could easily end up poorly for our hero.