Archive

Archive for the ‘VPS’ Category

No More Speed Capped for VPS

October 30th, 2010 No comments

This is to announce that the speed cap or speed limit will be remove from all our VPS plans with immediate effect. This is to let each of the customers share the full 100mbps port for their VPS without capping, smoother speed for their VPS and burstable up to full 100mbps.

However, this is the nature of VPS hosting, all the users are shared with the single port with full speed. The speed may depends on the number of user use the bandwidth simutanuously. The maximum speed may drop when few users use in the same time. But, we will limit the number of VPS per node, so that everyone can enjoy the best effort maximum speed!

Enjoy!

VN:F [1.9.17_1161]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: +1 (from 1 vote)
Share

Temporary or Permanent Migration to Xen node

October 2nd, 2010 No comments

This is come to the situation where all the data is not recoverable and we’re offering all the affected clients to shift to our xen node as temporary or permanent solutions.
Pleas contact out support if you interested to shift to our Xen node.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share
Categories: Announcement, VPS Tags:

OpenVZ Node (Germany) filesystem and data permanent corrupted

October 2nd, 2010 No comments

We’re regretably that our OpenVZ Node (Germany), filesystem and data is permanent corrupted. This is due to the filesystem is unstable and always throw us with error. Under unwanted situation we have to reboot and run fsck to check the filesystem. Unfortunately, during the fsck stage, the inode map is damaged and can’t recover.

As such, we sincerely apology on the incident cause.

VN:F [1.9.17_1161]
Rating: 5.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share
Categories: VPS Tags:

Germany Node Restored

September 18th, 2010 No comments

The node has been online and restored.
If you still face connection issue, please open ticket to our support.
Compensation will be credit to your account due to this downtime.

VN:F [1.9.17_1161]
Rating: 10.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: 0 (from 2 votes)
Share
Categories: Announcement, VPS Tags:

HVM Weekly Special 3 – Free DirectAdmin for HVM

September 3rd, 2010 No comments

Weekly special offer is coming back!

CH HOSTING HVM

With our  HVM Weekly Special 3 you get:

* Free DirectAdmin control panel for all HVM Plans! No price change!

Hurry up! signup today @  https://chhost.net/vip/cart.php?gid=23

* FREE control panel valid according to your payment terms. Example: If you pay by monthly, you’ll get one month control panel license for FREE! If you pay by annually, you’ll get control panel license one year for FREE! Not valid for package with price discount.
VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share

Germany Node Network Restored

August 12th, 2010 No comments

All VPS should back online now.
Initial investigation we suspect the drop of packet caused by the ip conflict among the subnets. However, we didn’t receive confirmation from data center yet.
Should you still face any problem to login to your VPS, please open ticket to our support again.  Pro-rated compensation will be credited directly to client account.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share
Categories: VPS Tags:

Germany Node Down Due to Filesystem error.

August 7th, 2010 No comments

We are encountered downtime at Germany node due to filesystem error after reboot.

We are running fsck now to check the issues involved. However, we don’t have estimated completion at this moment before we get the actual cause of this.

Any client affected on this server, please check this blog for latest updates.

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share
Categories: VPS Tags:

New Features from Solusvm, Enabled pyGrub

July 17th, 2010 No comments

Solusvm just released new version of VPS control panel 1.2.1o which support the custom kernel under xen pv.

” PyGrub support for Xen PV.
PyGrub enables you to start Linux DomUs with the kernels that lie in the filesystem of the DomU instead of with a Kernel that lies in the filesystem of the Dom0. This enables easier kernel update from DomU.”
- http://blog.soluslabs.com/

So, how to setup your pygrub in centos and debian VPS? Please follow this instruction originated from Solusvm Wiki:
Inside the Debian VPS run this:

aptitude install linux-image-2.6-xen-amd64 grub
mkdir /boot/grub
echo “(hd0) /dev/sda” > /boot/grub/device.map
mknod /dev/sda b 202 0
update-grub

That’s it…

You can have your own kernel now.

Inside the CentOS VPS run:

yum install kernel-xen grub
ln -s /boot/grub/grub.conf /boot/grub/menu.lst

Once thats done you need to check the menu.lst and make sure it matches the kernel files inside /boot:
#ls -l /boot
total 7276
-rw-r–r– 1 root root 1209395 Jul 1 20:08 System.map-2.6.18-194.8.1.el5xen
-rw-r–r– 1 root root 66552 Jul 1 20:08 config-2.6.18-194.8.1.el5xen
drwxr-xr-x 2 root root 4096 Jul 14 10:39 grub
-rw——- 1 root root 2495715 Jul 14 10:38 initrd-2.6.18-194.8.1.el5xen.img
-rw-r–r– 1 root root 80032 Mar 16 2009 message
-rw-r–r– 1 root root 112259 Jul 1 20:09 symvers-2.6.18-194.8.1.el5xen.gz
-rw-r–r– 1 root root 2047941 Jul 1 20:08 vmlinuz-2.6.18-194.8.1.el5xen
-rwxr-xr-x 1 root root 969816 Jul 1 20:56 xen-syms-2.6.18-194.8.1.el5
-rw-r–r– 1 root root 417433 Jul 1 18:58 xen.gz-2.6.18-194.8.1.el5

#cat /boot/grub/menu.lst
default=0
timeout=10
title vmlinuz-2.6.18-194.8.1.el5xen
root (hd0,1)
kernel /boot/vmlinuz-2.6.18-194.8.1.el5xen console=xvc0 root=/dev/sda1 ro
initrd /boot/initrd-2.6.18-194.8.1.el5xen.img

Ready to go…..

VN:F [1.9.17_1161]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share
Categories: Hardware Virtual Machine, VPS Tags:

New VPS Node in Falkenstein, Germany. Available Now!

June 29th, 2010 No comments

We had recently ordered new server in Falkenstein, Germany. This is mainly the expansion plan to cover the customers from Europe countries. This will give better latency and reduce the route to EU countries.

With this expansion, we ordered server with Hetzner AG, one of the large dedicated hosting provider in Germany with full automation to the end user including of OS reload, emergency rescue….etc. Below is our server spec:

Server Spec
Intel® Core™ i7-920 Quadcore @ 2.66GHz with Hyper-Threading Technology
12 GB DDR3 RAM
1500 GB SATA-II HDD with RAID 1
1 GBit OnBoard NIC connected at 100 MBit (unfortunately Hetzner didn’t provide with 1GE, yet)

You can get the details of the server here http://www.hetzner.de/en/hosting/produkte_rootserver/eq6/

With this expansion, we are now able to serve the EU customer who which to have closer VPS node to their base and we believe with this hardware node, we able to serve the needs of each customers!

VN:F [1.9.17_1161]
Rating: 4.0/10 (1 vote cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)
Share