May 25, 2015

Linux – Creating a Partition Size Larger Than 2TB using Parted Command

Linux General,

Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes 255 heads, 63 sectors/track, 364801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes

Read more
May 12, 2015

Add multiple interface and IP address – ubuntu and centos

Linux General,

Save IPs in a file like /opt/dummy.txt and run the script to add them up. Interface add script�Ubuntu or Centos: echo Enter Distribution ubuntu\/centos

Read more
April 30, 2015

MEGACLI Commands to check Hardware RAID config and Setup

Linux General,

01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2108 [Liberator] (rev 05) The above command shows the RAID controller vendor details.

Read more
February 10, 2015

Integrating Parallels Virtuozzo container in Citrix Xen server

Linux General,

We are trying to install virtuozzo 4.7 in a virtual Machine that has got centos running on it. Virtuozzo installation in this VM goes fine and the VM prompts for...

Read more
November 1, 2013

Asterisk installation and configuration in Linux Server to make Calls between two VoIP phone

Linux General,Server Management Services,

Asterisk is a free and open source framework for building communications applications and is sponsored by Digium. Asterisk installation will help you make call's easier. Asterisk turns an ordinary computer...

Read more
October 12, 2012

Tackling no Application pool in the CP

Linux General,

If no application pool option is available for a particular user / reseller account in H-sphere. Goto to the reseller a/c -> select the plan -> enable the application pool...

Read more
August 24, 2012

SQL database Offline or Online

Linux General,

When you are working with the databases to restore or backup you may come across the error: "Cannot Backup/Restore (especially) when database is in use" So in order to over...

Read more
August 17, 2012

Linux OS support in Hyper-V

Linux General,

Yes, now Hyper-v supports Linux OS. This can be achieved by Linux Integration Components. It contains support for SUSE Linux Enterprise Server 10 SP2, (x86/x64), SUSE Linux Enterprise Server 11...

Read more
August 3, 2012

Installation – Openmeeting, RED5

Linux General,

Openmeeting installation: Pre-requirements installation: I.Open Office Service: Install Open Office Service on Linux (versions > 2.3): ========================================== 1. Install OpenOffice-Headless as root (through su, sudo, etc.): yum install openoffice.org-headless 2....

Read more
August 3, 2012

Linux – Tweaks

Linux General,

Tweak 1: Find all zombie process on server(Run this as a root) ps aux | awk '{ print $8 " " $2 " " $11}' | grep -w Z Kill...

Read more