How to monitor a website in real-time with apachetop

Apachetop is a very helpful application/tool that allows to administrator/webmaster to monitor Apache traffic in real time. Apachetop provide the output that how many requests per second are generating, which files have been opened and how many times. It bassically veiw domain’s log files in same time and...
Continue reading

The bootloader for this VM returned an error on Xenserver

If you are getting error as “The bootloader for this VM returned an error” The issue generally occurs when booting sequence is not set. You can verify the booting order by following command. #xe vm-param-list uuid=a1e31ab1-964b-0426-9667-5b6c37b35431 | grep HVM-boot HVM-boot-policy ( RW): HVM-boot-params (MRW): The above output display...
Continue reading

How to create virtual machine from cli on Xenserver

This tutorial will describe how to create virtual machine on XenServer (6.2.0) Virtual machine based on template. #xe template-list After selecting template, create VM: #xe vm-install template=”CentOS 6.0 (64-bit) (prod)” new-name-label=”webserverVM” Template Name= CentOS 6.0 (64-bit) (prod) VM name=webserVM Disable boot from VM hard disk: #xe vbd-list vm-uuid=a1e91ab3-964a-0426-9667-5c6c36b35431...
Continue reading

How to enable/disable apache modules in Ubuntu

You can enable or disable any apache module in Ubuntu using a2enmod and a2dismod, Not need to edit configuration file. Run the following command from root user To enable/disable a module: #a2enmod module_name #a2dismod module_name To enable modules #a2enmod expires #a2enmod headers #a2enmod rewrite #a2enmod mod-security #/etc/init.d/apache2 restart...
Continue reading

Categorized Tag Cloud