| By Kiran Murari | Article Rating: |
|
| March 26, 2010 02:28 AM EDT | Reads: |
1,301 |
Linux Instances
First create a volume of the required size using euca-create-volume
$ euca-create-volume -s 10 -z mycloud VOLUME vol-333C04B8 10 creating 2010-03-26T05:20:56.383Z
Check the available volumes and their status with euca-describe-volumes
$ euca-describe-volumes VOLUME vol-333C04B8 10 mycloud available 2010-03-26T05:20:56.383Z
Now attach the volume to a running instance using euca-attach-volume
$ euca-attach-volume -i i-41620887 -d /dev/sdb vol-333C04B8
The volumes status changes from “available” to “in-use” if it is attached properly.
$ euca-describe-volumes VOLUME vol-333C04B8 10 mycloud in-use 2010-03-26T05:41:28.019Z ATTACHMENT vol-331F04B2 i-41620887 unknown,requested:/dev/sdb 2010-03-26T05:43:51.343Z
Once you login to the instance through ssh, you should see the new volume.
$ sudo fdisk -l Disk /dev/sda: 2195 MB, 2195718144 bytes 4 heads, 32 sectors/track, 33504 cylinders Units = cylinders of 128 * 512 = 65536 bytes Disk identifier: 0x000adc1c Device Boot Start End Blocks Id System /dev/sda1 1 32769 2097152+ 83 Linux /dev/sda3 32769 33504 47071 82 Linux swap / Solaris Disk /dev/sdb: 10.7 GB, 10737418240 bytes 64 heads, 32 sectors/track, 10240 cylinders Units = cylinders of 2048 * 512 = 1048576 bytes Disk identifier: 0x00000000 Disk /dev/sdb doesn't contain a valid partition table
Now /dev/sdb is ready to be formatted and mounted so that it can be used as a permanent storage. Unmount the volume before bringing down the instance, to avoid any data corruption.
Windows Instances
For windows instances, creating the volume and attaching the volume would be the same.
NOTE: Even while attaching the device need to specified as /dev/sdb
The only change is the way this disk is accessed. Once the disk is attached to a running windows instance, perform the following steps:
- Connect to windows instance via RDP
- Go to Start -> Run and type diskmgmt.msc without the quotes. Select OK. This opens the Disk Management console.
- Right click on the new disk at the bottom of the list and choose Initialize Disk.
- A pop up will appear, choose OK.
- Next right click on the volume and select New Partition.
- A wizard appears and accept the defaults, other than change the disk letter as per need.
- Finish up the wizard, and windows will now format the partition.
After completion the disk management tool shows a healthy partition on the new drive.
Troubleshooting
If the network configuration on CC and NC has changed, say either the interfaces changed, due to which the ip addresses have also changed. In such cases the following errors appear in nc.log
[EUCAERROR ] libvirt: operation failed: adding scsi disk failed: pci_add pci_addr=auto storage file=/dev/etherd/e0.8,if=scsi failed to add file=/dev/etherd/e0.8,if=scsi (code=9) [Fri Mar 26 10:57:39 2010][001621][EUCAERROR ] virDomainAttachDevice() failed (err=-1) XML= [Fri Mar 26 10:57:39 2010][001621][EUCAERROR ] ERROR: doAttachVolume() failed error=1
In order to overcome this, the configuration has to be changed accordingly from the webUI. Access the webUI of UEC using https://:8443. On Configuration page, under Clusters section, replace the correct ip and interface name for Storage Controller.
See below screenshot.
Filed under: Cloud Computing, EBS, Eucalyptus, UEC
Read the original blog entry...
Published March 26, 2010 Reads 1,301
Copyright © 2010 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Kiran Murari
Kiran Murari works at CSS Corp. Earlier, he was into the domain of Embedded Networking and has worked on developing software for ARM and MIPS based routers, porting Linux kernel and Linux applications to various hardware platforms like Intel IXP4xx, Xscale and OMAP3. As a part of developing software for routers, he was involved in developing the firewall and IDS/IPS modules. His current interests include Virtualization, Cloud Computing and Embedded devices.
- The Next Chapter in the Virtualization Story Begins
- The Top 250 Players in the Cloud Computing Ecosystem
- Cloud Expo, Inc. Names Jeremy Geelan President & COO
- The Essential Guide to Better Release Management & Deployment
- Cloud Expo Europe Keynote: Why the Time Is Right for Enterprise Cloud Computing
- $55 Per Hour Software Developers
- NComputing Fields $200 ‘Thin Client’
- PCs Up 27% in Q1, Saith Gartner
- Taking Control of the Cloud for Your Enterprise
- Simba Technologies to Provide Free Training on Excel Spreadsheet PivotTables Connectivity for Oracle 11g OLAP Option at COLLABORATE 10
- XML Acceleration Using Virtual Appliances
- NTT Sets Up US Public Cloud
- The Next Chapter in the Virtualization Story Begins
- The Top 250 Players in the Cloud Computing Ecosystem
- Is This the End of Enterprise Software?
- Cloud Expo Announces CloudStorm @CloudExpo To Be Held April 19, 2010
- Cloud Expo, Inc. Names Jeremy Geelan President & COO
- Get to know the Refinement Web Part in SharePoint 2010 Enterprise Search
- The Essential Guide to Better Release Management & Deployment
- Cloud Expo Europe Keynote: Why the Time Is Right for Enterprise Cloud Computing
- XML Maven Goes to Google to Fight the iPhone
- Cloudomania Widens Its Worldwide Footprint in 2010
- Tim Bray Now Works for Google
- Architectural Consideration for Building Cloud Applications
- Where Are RIA Technologies Headed in 2008?
- AJAX World RIA Conference & Expo Kicks Off in New York City
- Processing XML with C# and .NET
- JSON vs XML - A Jason vs Freddie Sequel
- i-Technology Viewpoint: The Very Confused World of 3D and XML
- Has the Technology Bounceback Begun?
- BPEL Processes and Human Workflow
- The Top 250 Players in the Cloud Computing Ecosystem
- Open Source Database Special Feature: An Introduction to Berkeley DB XML
- "HP's Problem Ain't the SAP Install," Says Sun's Schwartz
- eXist - An Introduction To Open Source Native XML Database
- Digitizing the Planet: Google Earth vs MSN Virtual Earth vs MapQuest

































