You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

URLs for ANL Magellan:

general infohttp://magellan.alcf.anl.gov/
wikihttp://wiki.magellancloud.org/
Account requesthttps://accounts.alcf.anl.gov/accounts/request.php

practical instruction

1) Connect to an MCS login node via ssh:
 ssh -A -i ~/.ssh/id_dsa-balewski-anl balewski@login.mcs.anl.gov
 source ~/.creds/Magellan/novarc
euca-describe-instances | grep balewski |sort -k 4 | grep run |nl 
using Magellan
https://dashboard.magellancloud.org/
Create ssh-key-pair for VMs
euca-add-keypair balewski-keys > ~/.ssh/balewski_anl_magellan.key
chmod 0600  ~/.ssh/balewski_anl_magellan.key
create security group for my:
 euca-add-group -d 'balewski security group' balewski-security-group
 euca-authorize -P icmp -t -1:-1 balewski-security-group
 euca-authorize -P tcp -p 22   balewski-security-group
SL11a:
euca-run-instances -k balewski-keys ami-30f0wn27 -g balewski-security-group -t m1.xlarge --kernel ami-k1du7s22 --ramdisk ami-83h15adf
SL11b:
euca-run-instances -k balewski-keys ami-2a7y6wxg -g balewski-security-group -t m1.xlarge --kernel ami-k1du7s22 --ramdisk ami-83h15adf

Doug has new image at ANL/Openstack with SL11c (original).
ami-tvtv5rcz.
$ euca-run-instances -n 1 -t m1.xlarge -g <security group> -k <keys>
--kernel ami-6l6ynsfn --ramdisk ami-kciw1xfy ami-tvtv5rcz
It ought to have the same problems as the one at NERSC regarding cons.

ANL: 31 nodes
LIP range: 10.0.32.3 - 10.0.32.33 
NERSC: 63 nodes
LIP range: 192.168.2.130 - 192.168.2.187 , 192.168.2.66-192.168.2.70
GIP : 
128.55.70.19=192.168.2.66
0=192.168.2.130
MUST allocate global IP manually:
 euca-allocate-address
ADDRESS 140.221.100.65
 euca-associate-address -i  i-0000f873 140.221.100.77
 ssh -i ~/.ssh/balewski_anl_magellan.key root@140.221.100.80
… new 
i-0000fa15 140.221.100.80  =head =10.0.32.3
i-0000fa1b 140.221.100.79

  • No labels