...
- synchronization of local clock, can be fixed with command
> sudo ntpdate hickory.nersc.gov - check check if key-pair generation succeded, list content of 'balewski-euca.private' if it does not look like a valid key and you can't find the old key you can remove the old public key from Eucalyptus using command *euca-delete-keypair
...
USE of existing images : http://magellan.nersc.gov/?page_id=564
...
* check if instance is running (after few minutes, depends on the size of the image)
> euca-describe-instances i-31D50646
OUTPUT:
RESERVATION r-470107EF balewski default
INSTANCE i-31D50646 emi-39DF160F 128.55.56.51 192.168.4.2 running balewski-euca 0 m1.small 2010-10-22T16:05:53.609Z euca eki-AEC117E0 eri-175C1933
* Connecting to instance requires setting security groupSet security group prior to connecting to the instance (see 'Potential problems' above - private key may be wrong.)
> euca-authorize -P tcp -p 22 -s 0.0.0.0/0 default
OUTPUT:
GROUP default
PERMISSION default ALLOWS tcp 22 22 FROM CIDR 0.0.0.0/0
* Connect to the instance
> ssh -i ./balewski-euca.private root@128.55.56.57
* Terminate instance
> euca-terminate-instances i-31D50646
OUTPUT:
INSTANCE i-31D50646
...