Crucial Paradigm

Call us now 1300 884 839

Member Login
Australia USA

Location: Australia

Crucial Feature 01 Crucial Feature 02 Crucial Feature 03 Crucial Feature 04

Crucial Paradigm Australia Official Blog

RSS Feed

virtualization

How to change the pool master server Citrix XenServer

March 11, 2011

You can use the following commands to change the Citrix XenServer pool’s master server:

First you need to disable high availibility:

xe pool-ha-disable

Then you need to find out which host you want to change the master to:

xe host-list

Then change the master:

xe pool-designate-new-master host-uuid=[uuid of new master host]

Turn HA back on:

xe pool-ha-enable


No Comments

XenServer VM/VPS will not Shutdown – Force Shutdown

March 11, 2011

Sometimes when shutting down a VM via the standard XenCenter interface or command line (xe) on a Citrix XenServer machine the shutdown will not complete.  The first thing to try is a force shutdown on the VM:

xe vm-shutdown –force vm=[vm name]

If this still doesn’t work you can try taking a look in the XenServer pending task queue:

xe task-list

And cancel the process’ that seem to be holding up the system:

xe task-cancel uuid=[task uuid]

If this still fails you can try the following:

xe-toolstack-restart


No Comments

cdrommon Process Using 100% CPU on Citrix Xenserver

March 9, 2011

If you have noticed your Citrix XenServer machine grind to a halt due a process “cdrommon” this is a known bug with a particular CD-ROM drive in XenServer.  A fix for the bug can be found here:

http://support.citrix.com/article/CTX126919

In short to check if you are effected by the bug, run the following:

dmesg | grep DV-28

This bug applies to “TEAC DV-28E-V” CD-ROm drives.


No Comments

Adding a local storage repository to Citrix XenServer 5.x

March 7, 2011

Adding a local storage repository to a Citrix XenServer 5.x server can be done as follows:

NOTE: Extra precaution should be taken while using the following commands, as it could result in data loss.  Only perform these steps if you know what you are doing:

  1. Locate the disk ID by using the following command:
    # ls -al /dev/disk/by-id
  2. Create the local storage repository:
    # xe sr-create content-type=user device-config:device=/dev/disk/by-id/<scsi-xxxxxxxxxxxxxxxxxxxxxxxxx> name-label=”Local Storage X” shared=false type=lvm

 


No Comments

Removing NIC Configuration on XenServer

February 28, 2011

If you ever wondered how to remove the physical NIC configuration on a Citrix XenServer machine, this is how you can do it:

xe pif-reconfigure-ip uuid=XXXXXXXXXXX mode=none

Where “XXXXXXXXXXX” is the uuid of the NIC to remove the configuration from, this can be either a NIC or a bond.  To find out the NIC/bond uuid you can run the following command:

xe pif-list


No Comments

Installing smartctl Tools on XenServer

May 18, 2010

If you have tried installing any software on XenServer you will know that it is not an easy process. This article shows how you can install smartctl on a XenServer server. Smartctl is a great utility to monitor drives and if they have had any errors.

To install run the following:

wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/8/Everything/i386/os/Packages/smartmontools-5.37-7.fc8.i386.rpm
wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/releases/8/Fedora/i386/os/Packages/mailx-8.1.1-46.fc7.i386.rpm
rpm -hiv smartmontools-5.37-7.fc8.i386.rpm mailx-8.1.1-46.fc7.i386.rpm

You now have smartctl installed on XenServer!


No Comments

How to change the management interface in Citrix XenServer 5.5?

March 16, 2010

If the physical interface used for the manage interface needs to be changed, edit the MANAGEMENT_INTERFACE field /etc/xensource-inventory file on the host to reflect the new interface being used. Make sure you use the bridge interface (e.g. xenbr0) and not the physical NIC.

Once you have made this modification you will need to run the following:

xe-toolstack-restart


No Comments

How to import virtual machines into ESXi using the vSphere Client

November 21, 2009

Rather than copying a virtual machine to the ESXi hardware node, there is a quick easy way to upload it via the VMware vSphere client.  This can be done by doing the following:

  1. In the vSphere client, click on the server.
  2. Click on the summary tab.
  3. Right click on datastore -> Browse Datastore
  4. Use the icon with the up arrow in front of some disks (Upload files to this datastore)
  5. Upload the folder or files that you require.
  6. Create a new (or use an existing) VM and use the vmdk file you have uploaded.

(5) Comments

HyperVM: VPS Stuck During Migration

November 18, 2009

We have had a few issues lately when doing migrations from one server to another in HyperVM. It seems for some reason HyperVM just shows the VPS as being migrated and never leaves this state (for several hours). To fix this you can just run the following command on the HyperVM master:

pkill -f switchserver.php

IMPORTANT: Make sure you keep a backup of your VPS!


No Comments

Xen Vs. OpenVZ, Which is better?

November 12, 2009

xenvsopenvzlogo

Xen and OpenVZ can be seen as one of the same both being virtualisation technologies they are actually very different. As a lot of you know Crucial Paradigm has been offering Xen based virtual private servers for some time now and to date we’ve built up a solid name for ourselves due to the stability and performance of the product we offer.

(more…)


No Comments

Copyright 2003-2012 © Crucial Paradigm Pty Ltd, All Rights Reserved