next up previous contents
Next: 0.3.2.3 Listing Sizes Up: 0.3.2 Compute Previous: 0.3.2.1 Glossary   Contents

0.3.2.2 Listing Images

You can list available images using lc-image-list tool. Here is a sample of its output:

		 $ lc-image-list|grep -i centos
		 image CentOS 5.2 (32-bit) w/ RightScale (id = 62)
		 image CentOS 5.2 (64-bit) w/ RightScale (id = 63)
		 image CentOS 5.3 (32-bit) w/ None (id = 1531)
		 image CentOS 5.3 (64-bit) w/ None (id = 1532)
		 $

The first line is a shell command we've issued. I've piped it to grep to output only images containing 'centos' it their names, otherwise the list would be too long.

For every image you see its name and id, for example for CentOS 5.3 (64-bit) w/ None id will be 1532. Please remember it because you will need it if you're going to use this image.



Roman Bogorodskiy 2011-05-30