- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- greatest blunders
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 07:06 PM
07-26-2005 07:06 PM
Re: greatest blunders
Confusing a production system with a test system and confidently rebooting it during the middle of the day :)
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 09:10 PM
07-26-2005 09:10 PM
Re: greatest blunders
I had a telnet session running from the console of a test server to the production server.
I ran shutdown -h now, then started to wonder why messages were coming up on the production server console!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 10:25 PM
07-26-2005 10:25 PM
Re: greatest blunders
M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 11:03 PM
07-26-2005 11:03 PM
Re: greatest blunders
In '90 on ULTRIX trying to delete directories and files in /tmp
#pwd
/tmp/.oracle
#cd
#rm -r *
The brightside is that it was not production server.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2005 11:16 PM
07-26-2005 11:16 PM
Re: greatest blunders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 12:36 AM
07-27-2005 12:36 AM
Re: greatest blunders
2. Not one of mine but worth a mention so that nobody else does it. In this company a common abbreviation for Image File Server was IFS (warning bells ringing already) The log files for all these were held in a directory for each server under /. This person was told to write a cron job to periodically clear down these directories, hence the terrible command:
find /$IFS -type f -mtime +30 -exec rm...
Doh! NEVER try to use IFS as a variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 01:44 AM
07-27-2005 01:44 AM
Re: greatest blunders
1) Open telnet window to test machine
Telnet as root to production machine
Wander off for a while to have a Pepsi
Come back and decide to reboot the test machine.
2) Type command to back up personal files onto tape but dont hit return.
Go to machine and load blank tape.
Stop at someone's desk to talk.
Hit return on my command to back up files
3) Had a "friend" do this one time:
Log into machine.
Decide to delete files including .
Enter command:
rm -r * .*
reinstall system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:00 AM
07-27-2005 03:00 AM
Re: greatest blunders
Scenario : Large manufacturer of retail goods, which does about seven digit dollars worth of transactions via EDI, taking orders from customers.
8 PM of a long working day, EDI developer calls the sysadmin and asks the data on dev machine to be deleted and copied over from the live production data (this is 2 hours before the daily backup no less)
Sysadmin open 2 telnet sessions to two machines. Machine names differ by one letter in the middle of 8 character sequence, asin a "d" for dev vs. a "p" for production.
sysadmin clicks on the windows of presumed dev machine and confidently issues the commands:
cd /EDI/data/today
rm -r *
and realizes the terminal window he was in was the production one 45 seconds into running the rm command.
Magical disappearing act of 22 hours worth of real life transaction data. Needless to say it was a sleepless night for us, sysadmins, trying to salvage whatever we could and a long week for managers hashing out how to explain this blunder to the customers.
There are two types of sysadmins: One who lost data and one who will.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 03:07 AM
07-27-2005 03:07 AM
Re: greatest blunders
After data was copied to new LV I was asked to removed the old LV.
As stated, the LVs had similar names, LV1.new and LV1.old.
I removed the wrong one. Crashed the database.
The restore brought back everything but 2 min of data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 11:17 AM
06-06-2006 11:17 AM
Re: greatest blunders
Three cheers for U. SivaKumar for starting this.
PS My latest blunder is more of a personal one, getting divorced and having to pay alimony and child support after the divorce. (not the happy camper that I use to be)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 07:05 PM
06-06-2006 07:05 PM
Re: greatest blunders
OOOPSSSS
Storage reseted.
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 12:59 AM
06-07-2006 12:59 AM
Re: greatest blunders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 01:55 AM
06-07-2006 01:55 AM
Re: greatest blunders
Notice the 'r' key is right next to the 'e' key
Want to edit the crontab file - didn't move my finger over far enough.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 02:45 AM
06-07-2006 02:45 AM
Re: greatest blunders
For the HPUX one, I was busy restoring a backup tape that I "thought" was for our production server. About halfway through, the console said I ran out of space in /usr and hence the restore failed. Looking around I start noticing that I've got all these new files. Come to find out, I was restoring Solaris binaries on an HPUX 11.11 machine. Whoops.
For the RH one, blew out my /etc/password file. Apparently, some developer had a sense of humor because the next root command I did came back with "How did you log in?" and that's when I figured out what bonehead mistake I had done.
I'm sure I'll do some more spectacular stuff soon, hehe...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2006 03:02 AM
06-07-2006 03:02 AM
Re: greatest blunders
I was in charge as a senior sys admin
In 1999.
I had Created and configured datbases
on hpux with the name corep for production
server and cored and coret for development and test server. All nicely setup with
Mc/Serviguard.
In the nightshift there was a file system
full on the production server. One of the operators launched a cleanup
command find . -name core* -exec rm {} \;
The production database whose datafiles and controlfiles all started with corep where gone !!!
When Someone complaint that they could not access the database, I was called out in the
middle of the night, I could not understand
why the database had gone ??
I restored it without wondering why.
The next day after some research I figured
out the whole story.
I never ever create anyting with the name core, and secondly I make it an extra point to document properly on actions to take
and not to take when cleaning up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2007 10:57 AM
11-24-2007 10:57 AM
Re: greatest blunders
I once Using SAM selected a bunch of disk and deleted them only to find out that they were in use by our SAN on a production server.
I work the nigth shift so I had to stay like 20 hours working on recovering the production system. needless to say that my bosses were not very happy with my cute little blunder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2007 02:32 PM
11-24-2007 02:32 PM
Re: greatest blunders
It happens when I was new to HPUX and didn't know much about system files. I just edited the /etc/lvmtab file manually during performing LVM operations of vgchange on Test server and blew up the server..lol..
I still wonder what i have done so weired that it screwed up the server. Because after editing i restarted server once and all happened very well but next reboot it started memory core dump. I then tried vgscan to restore file but it didnt worked out.
Finally, we land up with reinstalling whole OS from scratch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2007 07:02 PM
11-24-2007 07:02 PM
Re: greatest blunders
delete payments ;
where payment_no=123456;
commit;
and call this sql file
sqlplus user/pqd @delete.sql
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 07:22 PM
11-27-2007 07:22 PM
Re: greatest blunders
yeah right I turnoff the power :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2007 07:40 PM
11-27-2007 07:40 PM
Re: greatest blunders
The greatest blunder happened frm myside is created a lvol named /dev/vg00/lvol11 and did newfs on /dev/vg00/rlvol1 :)
The second greated blunder from my side is corrupted the root filesystem by the below 2 steps :)
#lvchange -C n /dev/vg00/lvol03
#lvextend -L 100 /dev/vg00/lvol03
Cheers,
Aneesh
- « Previous
- Next »