Commands to Manage Adaptech RAID controller

Below are the commands throguh we can manage Adaptech on the fly. RAID verifying/Rebuilding is important. Basic command line options to mange the hardware raid are as below, AD : Adapter information only LD : Logical device information only LD# : Optionally display information about the specified logical device PD : Physical device information only AL […]

See More

ERROR: `/root/tmp/pear/gnupg/configure’ failed | gnupg installation Failed

Hello , While installing gnupg on cPanel server pecl install gnupg root@Hostripples.com [~]# pecl install gnupg downloading gnupg-1.3.6.tgz … Starting to download gnupg-1.3.6.tgz (19,273 bytes) ……done: 19,273 bytes 5 source files, building running: phpize Configuring for: PHP Api Version:         20100412 Zend Module Api No:      20100525 Zend Extension Api No:   220100525 building in /root/tmp/pear/pear-build-rootCcCij8/gnupg-1.3.6 running: /root/tmp/pear/gnupg/configure […]

See More

How to reset MySQL root Password

This will helps when you forget MySQL root password and not able to access MySQL service on the server. Here are the steps to reset MySQL password : root@server [~] /etc/init.d/mysqld stop Now start MySQL server without password: root@server [~] mysqld_safe –skip-grant-tables & root@server [~] mysql After that you can get the mysql prompt then […]

See More