|
Q1. Is Aspen Cloud Server support YUM update in Linux ?
Yes, as Cloud Server is non-modified Linux, it support Linux standard update method, e.g. yum update
[ Back to Top ]
Q2. How to add / drop extra CPU to Cloud Server ?
- Login to Aspen Control Panel
- Click CPU
- Select Cloud Server which being to adjust
- Select number of CPU in the Plan
- Check out
- Check your Cloud Server, e.g. Check SSH shell: more /proc/cpuinfo
Note: Maximum CPU per Cloud Server is 8
[ Back to Top ]
Q3. How to add / drop RAM to Cloud Server ?
- Login to Aspen Control Panel
- Click RAM
- Select Cloud Server which being to adjust
- Select RAM size in the Plan
- Check out
- Check your Cloud Server, e.g. Check SSH shell: more /proc/cpuinfo
Note: Maximum RAM size per Cloud Server is 4GB
[ Back to Top ]
Q4. How to add extra Disk to Cloud Server ?
- Login to Aspen Control Panel
- Click Disk
- Select Cloud Server which being to add extra disk
- Select Server Attached Storage Pool - RAID 6 (SASP-6) or Server Attached Storage Pool (SASP-M) Plans
- Check out
- Check your Cloud Server, e.g. Check SSH shell: fdisk –l
- Then you can format that extra disk and mount it up to your Cloud Server, e.g. mk.ext3 /dev/sdb and mount /dev/sdb /mnt
[ Back to Top ]
Q5. How to drop extra Disk to Cloud Server ?
- Login to your Cloud Server by SSH
- Unmount the extra disk, e.g. umount /mnt
- Login to Aspen Control Panel
- Click Disk
- Select Cloud Server which being drop extra disk
- Select the extra disk
- Confirm to drop
- Reboot your Cloud Server
- Check your Cloud Server, e.g. Check SSH shell: fdisk –l
[ Back to Top ]
Q6. How to add / drop extra IP address to Cloud Server ?
- Login to Aspen Control Panel
- Click Network
- Select Cloud Server which being to adjust
- Check out
- Check your Cloud Server by new IP address
[ Back to Top ]
|