DevOps means being able to take out an entire datacenter with a single keysstroke...
Joyent us-east-1 rebooted due to operator error
11–20 of 129 posts
Re: Joyent us-east-1 rebooted due to operator error
#12DevOps means being able to take out an entire datacenter with a single keysstroke...
Re: Joyent us-east-1 rebooted due to operator error
#13Let this be a lesson to linux admins. Re-alias shutdown -r now into something else on production servers. I once took down access to about 6000 servers because I ran the script to decommission servers on our jump box when I got the SSH windows confused.
Re: Joyent us-east-1 rebooted due to operator error
#14As I've always said, "You can never protect a system from a stupid person with root". You can limit carnage and mitigate this type of thing, but you can't fully protect against sysadmins doing dumb things (unless you just hire great sysadmins)
Re: Joyent us-east-1 rebooted due to operator error
#15Re: Joyent us-east-1 rebooted due to operator error
#16Let this be a lesson to linux admins. Re-alias shutdown -r now into something else on production servers. I once took down access to about 6000 servers because I ran the script to decommission servers on our jump box when I got the SSH windows confused.
I once put `shutdown -h now` (halt) instead of `shutdown -r now` (reboot) Once I realized what had happened on the production server I ended up calling OVH (and they were helpful but not immediately acting). It's not a good feeling.
Re: Joyent us-east-1 rebooted due to operator error
#17As I've always said, "You can never protect a system from a stupid person with root". You can limit carnage and mitigate this type of thing, but you can't fully protect against sysadmins doing dumb things (unless you just hire great sysadmins)
So don't give anyone root on an entire data center .
Re: Joyent us-east-1 rebooted due to operator error
#18As I've always said, "You can never protect a system from a stupid person with root". You can limit carnage and mitigate this type of thing, but you can't fully protect against sysadmins doing dumb things (unless you just hire great sysadmins)
So don't give anyone root on an entire data center .
Re: Joyent us-east-1 rebooted due to operator error
#19"To make error is human. To propagate error to all server in automatic way is #devops"
and my fav "Law of Murphy for devops: if thing can able go wrong, is mean is already wrong but you not have Nagios alert of it yet."
Re: Joyent us-east-1 rebooted due to operator error
#20Looks like the janitor needed somewhere to plug in the vacuum cleaner again...