If you encounter an error like the following while doing a mysql import mysqldump, there are DEFINER statements in the database dump file. The easy way to get past this problem is to remove the DEFINER statements from the Mysql…
ZFS tuning cheat sheet
Quick and dirty cheat sheet for anyone getting ready to set up a new ZFS pool. Here are all the settings you’ll want to think about, and the values I think you’ll probably want to use. I am not generally…
Bonding Multiple Network Interface
Network bonding is a method of combining (joining) two or more network interfaces together into a single interface in the linux/Unix systems. It will increase the network throughput, bandwidth and will give redundancy. If one interface is down or unplugged, the…
MegaCLI Cheatsheet
This is my cheatsheet for megacli command in linux , i am using this to peek most of the time.originated from post in this link. MegaCli is used to manage the megaraid Raid card in linux and windows. Or you…
MegaCli command to locate disk
This is command in megacli linux to blink the disk in order to locate the phisical placement of the storage. Start blinking MegaCli -pdlocate physdrv \[E:s\] a0 Stop blinking MegaCli -pdlocate stop physdrv \[252:0\] a0 If there is no disk…