Changes between Version 2 and Version 3 of GENIExperimenter/ExperimentExample-gcf2
- Timestamp:
- 09/18/12 11:47:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/ExperimentExample-gcf2
v2 v3 150 150 == Create a slice == 151 151 152 If you have an account with GPO's Clearinghouse then your slice will be created in the pgeni.gpolab.bbn.com namespace. For this example a slice named ''lnevers- 1slice'' is created; you should choose a slice name that is meaningful to you. To avoid confusion, avoid creating a slice with the same name as your username (ie if your username is ''lnevers'', don't name your slice ''lnevers'' too).153 154 {{{ 155 $ omni.py createslice lnevers- 1slice156 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 157 INFO:omni:Using control framework pg 158 INFO:omni:Created slice with Name lnevers- 1slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-1slice, Expiration 2012-09-19 15:05:33+00:00152 If you have an account with GPO's Clearinghouse then your slice will be created in the pgeni.gpolab.bbn.com namespace. For this example a slice named ''lnevers-2slice'' is created; you should choose a slice name that is meaningful to you. To avoid confusion, avoid creating a slice with the same name as your username (ie if your username is ''lnevers'', don't name your slice ''lnevers'' too). 153 154 {{{ 155 $ omni.py createslice lnevers-2slice 156 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 157 INFO:omni:Using control framework pg 158 INFO:omni:Created slice with Name lnevers-2slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice, Expiration 2012-09-19 16:05:56+00:00 159 159 INFO:omni: ------------------------------------------------------------ 160 160 INFO:omni: Completed createslice: … … 164 164 getversionCacheName: /home/lnevers/.gcf/get_version_cache.json 165 165 166 Args: createslice lnevers-1slice 167 168 Result Summary: Created slice with Name lnevers-1slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-1slice, Expiration 2012-09-19 15:05:33+00:00 166 Args: createslice lnevers-2slice 167 168 Result Summary: Created slice with Name lnevers-2slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice, Expiration 2012-09-19 16:05:56+00:00 169 169 170 INFO:omni: ============================================================ 170 171 }}} … … 175 176 176 177 {{{ 177 $ omni.py renewslice lnevers- 1slice 2012-09-24178 $ omni.py renewslice lnevers-2slice 2012-09-24 178 179 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 179 180 INFO:omni:Using control framework pg 180 181 INFO:omni.protogeni:Requesting new slice expiration '2012-09-24T00:00:00' 181 INFO:omni:Slice lnevers- 1slice now expires at 2012-09-24 00:00:00 UTC182 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC182 INFO:omni:Slice lnevers-2slice now expires at 2012-09-24 00:00:00 UTC 183 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 183 184 INFO:omni: ------------------------------------------------------------ 184 185 INFO:omni: Completed renewslice: … … 188 189 getversionCacheName: /home/lnevers/.gcf/get_version_cache.json 189 190 190 Args: renewslice lnevers- 1slice 2012-09-24191 192 Result Summary: Slice lnevers- 1slice now expires at 2012-09-24 00:00:00 UTC193 Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC191 Args: renewslice lnevers-2slice 2012-09-24 192 193 Result Summary: Slice lnevers-2slice now expires at 2012-09-24 00:00:00 UTC 194 Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 194 195 INFO:omni: ============================================================ 195 196 }}} … … 226 227 To request two ProtoGENI nodes, a sliver was created within the Emulab ProtoGENI aggregate with the RSpec above using the following command. Note the use of the {{{-o}}} argument, which saves the manifest RSpec to a file. The manifest contains your new host's IP address and login information. 227 228 {{{ 228 $ omni.py -a pg-utah createsliver lnevers- 1slice emulab.rspec -o229 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 230 INFO:omni:Using control framework pg 231 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC229 $ omni.py -a pg-utah createsliver lnevers-2slice emulab.rspec -o 230 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 231 INFO:omni:Using control framework pg 232 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 232 233 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 233 234 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 234 INFO:omni:Creating sliver(s) from rspec file emulab.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-1slice 235 INFO:omni:Got return from CreateSliver for slice lnevers-1slice at https://www.emulab.net/protogeni/xmlrpc/am/2.0: 236 INFO:omni:Writing to 'lnevers-1slice-manifest-rspec-www-emulab-net-protogeniv2.xml' 237 INFO:omni:Wrote result of createsliver for slice: lnevers-1slice at AM: https://www.emulab.net/protogeni/xmlrpc/am/2.0 238 to file lnevers-1slice-manifest-rspec-www-emulab-net-protogeniv2.xml 235 INFO:omni:Creating sliver(s) from rspec file emulab.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice 236 INFO:omni:Got return from CreateSliver for slice lnevers-2slice at https://www.emulab.net/protogeni/xmlrpc/am/2.0: 237 INFO:omni:Writing to 'lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml' 238 INFO:omni:Wrote result of createsliver for slice: lnevers-2slice at AM: https://www.emulab.net/protogeni/xmlrpc/am/2.0 to file lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml 239 239 INFO:omni: ------------------------------------------------------------ 240 240 INFO:omni: Completed createsliver: … … 246 246 output: True 247 247 248 Args: createsliver lnevers- 1slice emulab.rspec248 Args: createsliver lnevers-2slice emulab.rspec 249 249 250 250 Result Summary: Got Reserved resources RSpec from www-emulab-net-protogeniv2 251 Saved createsliver results to lnevers-1slice-manifest-rspec-www-emulab-net-protogeniv2.xml. 252 INFO:omni: ============================================================ 253 254 }}} 255 256 The manifest RSpec ''lnevers-1slice-manifest-rspec-www-emulab-net-protogeniv2.xml''- the result of your reservation - looks like this: 251 Saved createsliver results to lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml. 252 INFO:omni: ============================================================ 253 }}} 254 255 The manifest RSpec ''lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml''- the result of your reservation - looks like this: 257 256 {{{ 258 257 #!xml … … 271 270 http://www.geni.net/resources/rspec/3/manifest.xsd"> 272 271 273 <node client_id="geni1" component_id="urn:publicid:IDN+emulab.net+node+pc505" 274 component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="true" 275 sliver_id="urn:publicid:IDN+emulab.net+sliver+91194"> 276 277 <sliver_type name="raw-pc"/> 278 <rs:vnode name="pc505" xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> 279 <host name="geni1.lnevers-1slice.pgeni-gpolab-bbn-com.emulab.net"/> <services> 280 <login authentication="ssh-keys" hostname="pc505.emulab.net" port="22" username="lnevers"/> 281 </services> </node> 282 283 <node client_id="geni2" component_id="urn:publicid:IDN+emulab.net+node+pc484" 284 component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="true" 285 sliver_id="urn:publicid:IDN+emulab.net+sliver+91195"> 286 287 <sliver_type name="raw-pc"/> 288 <rs:vnode name="pc484" xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> 289 <host name="geni2.lnevers-1slice.pgeni-gpolab-bbn-com.emulab.net"/> <services> 290 <login authentication="ssh-keys" hostname="pc484.emulab.net" port="22" username="lnevers"/> 291 </services> </node> 272 <node client_id="geni1" component_id="urn:publicid:IDN+emulab.net+node+pc304" 273 component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="true" 274 sliver_id="urn:publicid:IDN+emulab.net+sliver+91197"> 275 276 <sliver_type name="raw-pc"/> 277 <rs:vnode name="pc304" xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> 278 <host name="geni1.lnevers-2slice.pgeni-gpolab-bbn-com.emulab.net"/> 279 <services> 280 <login authentication="ssh-keys" hostname="pc304.emulab.net" port="22" username="lnevers"/> 281 </services> 282 </node> 283 284 <node client_id="geni2" component_id="urn:publicid:IDN+emulab.net+node+pc315" 285 component_manager_id="urn:publicid:IDN+emulab.net+authority+cm" exclusive="true" 286 sliver_id="urn:publicid:IDN+emulab.net+sliver+91198"> 287 <sliver_type name="raw-pc"/> 288 <rs:vnode name="pc315" xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1"/> 289 <host name="geni2.lnevers-2slice.pgeni-gpolab-bbn-com.emulab.net"/> 290 <services> 291 <login authentication="ssh-keys" hostname="pc315.emulab.net" port="22" username="lnevers"/> 292 </services> 293 </node> 292 294 </rspec> 293 295 … … 321 323 http://www.protogeni.net/resources/rspec/ext/emulab/1 322 324 http://www.protogeni.net/resources/rspec/ext/emulab/1/ptop_extension.xsd"> 323 <node 324 component_id="urn:publicid:IDN+plc:williams+node+planetlab3.williams.edu" 325 component_manager_id="urn:publicid:IDN+plc+authority+am" 326 component_name="planetlab3.williams.edu" exclusive="false" 327 client_id="williamspl3"> 328 <hardware_type name="plab-pc"/> 329 <hardware_type name="pc"/> 330 <location country="us" latitude="42.71" longitude="-73.2"/> 331 <sliver_type name="plab-vnode"/> 332 </node> 333 <node 334 component_id="urn:publicid:IDN+plc:bbn+node+plnode-03.gpolab.bbn.com" 325 326 <node component_id="urn:publicid:IDN+plc:mit+node+planetlab4.csail.mit.edu" 327 component_manager_id="urn:publicid:IDN+plc+authority+cm" 328 component_name="planetlab4.csail.mit.edu" exclusive="false" client_id="mitpl4"> 329 <hardware_type name="plab-pc"/> 330 <hardware_type name="pc"/> 331 <location country="unknown" latitude="42.363" longitude="-71.0926"/> 332 <sliver_type name="plab-vnode"/> 333 </node> 334 335 <node component_id="urn:publicid:IDN+plc:bbn+node+plnode-03.gpolab.bbn.com" 335 336 component_manager_id="urn:publicid:IDN+plc+authority+am" 336 337 component_name="plnode-03.gpolab.bbn.com" exclusive="false" … … 340 341 <location country="us" latitude="42.3907" longitude="-71.1478"/> 341 342 <sliver_type name="plab-vnode"/> 342 </node> 343 </node> 344 343 345 </rspec> 344 346 }}} … … 347 349 348 350 {{{ 349 $ omni.py -a plc createsliver lnevers- 1slice planetlab.rspec -o350 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 351 INFO:omni:Using control framework pg 352 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC351 $ omni.py -a plc createsliver lnevers-2slice planetlab.rspec -o 352 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 353 INFO:omni:Using control framework pg 354 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 353 355 INFO:omni:Substituting AM nickname plc with URL https://www.planet-lab.org:12346, URN unspecified_AM_URN 354 356 INFO:omni:Substituting AM nickname plc with URL https://www.planet-lab.org:12346, URN unspecified_AM_URN 355 INFO:omni:Creating sliver(s) from rspec file planetlab.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-1slice 356 INFO:omni:Got return from CreateSliver for slice lnevers-1slice at https://www.planet-lab.org:12346: 357 INFO:omni:Writing to 'lnevers-1slice-manifest-rspec-www-planet-lab-org.xml' 358 INFO:omni:Wrote result of createsliver for slice: lnevers-1slice at AM: https://www.planet-lab.org:12346 359 to file lnevers-1slice-manifest-rspec-www-planet-lab-org.xml 357 INFO:omni:Creating sliver(s) from rspec file planetlab.rspec for slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice 358 INFO:omni:Got return from CreateSliver for slice lnevers-2slice at https://www.planet-lab.org:12346: 359 INFO:omni:Writing to 'lnevers-2slice-manifest-rspec-www-planet-lab-org.xml' 360 INFO:omni:Wrote result of createsliver for slice: lnevers-2slice at AM: https://www.planet-lab.org:12346 to file lnevers-2slice-manifest-rspec-www-planet-lab-org.xml 360 361 INFO:omni: ------------------------------------------------------------ 361 362 INFO:omni: Completed createsliver: … … 367 368 output: True 368 369 369 Args: createsliver lnevers- 1slice planetlab.rspec370 Args: createsliver lnevers-2slice planetlab.rspec 370 371 371 372 Result Summary: Got Reserved resources RSpec from www-planet-lab-org 372 Saved createsliver results to lnevers-1slice-manifest-rspec-www-planet-lab-org.xml. 373 INFO:omni: ============================================================ 374 }}} 375 376 The resulting manifest RSpec ''lnevers-1slice-manifest-rspec-www-planet-lab-org.xml'' is this: 373 Saved createsliver results to lnevers-2slice-manifest-rspec-www-planet-lab-org.xml. 374 INFO:omni: ============================================================ 375 376 }}} 377 378 The resulting manifest RSpec ''lnevers-2slice-manifest-rspec-www-planet-lab-org.xml'' is this: 377 379 {{{ 378 380 #!xml … … 394 396 http://www.planet-lab.org/resources/sfa/ext/planetlab/1/planetlab.xsd"> 395 397 396 <node client_id=" williamspl3" component_id="urn:publicid:IDN+plc:williams+node+planetlab3.williams.edu"397 component_manager_id="urn:publicid:IDN+plc+authority+cm" component_name="planetlab3.williams.edu"398 exclusive="false" sliver_id="urn:publicid:IDN+plc:pgeni.gpolab.bbn.com+slice+lnevers-1slice-10860">398 <node client_id="mitpl4" component_id="urn:publicid:IDN+plc:mit+node+planetlab4.csail.mit.edu" 399 component_manager_id="urn:publicid:IDN+plc+authority+cm" component_name="planetlab4.csail.mit.edu" 400 exclusive="false" sliver_id="urn:publicid:IDN+plc:pgeni.gpolab.bbn.com+slice+lnevers-2slice-363"> 399 401 <hardware_type name="plab-pc"/> 400 402 <hardware_type name="pc"/> 401 <location country="unknown" latitude="42. 71" longitude="-73.2"/>402 <interface client_id=" 10860:1643" component_id="urn:publicid:IDN+plc+interface+node10860:eth0"/>403 <location country="unknown" latitude="42.363" longitude="-71.0926"/> 404 <interface client_id="363:426" component_id="urn:publicid:IDN+plc+interface+node363:eth0"/> 403 405 <services> 404 <login authentication="ssh-keys" hostname="planetlab 3.williams.edu" port="22"405 username="pgenigpolabbbncom_lnevers1slice"/>406 <login authentication="ssh-keys" hostname="planetlab4.csail.mit.edu" port="22" 407 username="pgenigpolabbbncom_lnevers2slice"/> 406 408 </services> 407 409 <sliver_type name="plab-vserver"/> … … 409 411 <node client_id="gpopl3" component_id="urn:publicid:IDN+plc:bbn+node+plnode-03.gpolab.bbn.com" 410 412 component_manager_id="urn:publicid:IDN+plc+authority+cm" component_name="plnode-03.gpolab.bbn.com" 411 exclusive="false" sliver_id="urn:publicid:IDN+plc:pgeni.gpolab.bbn.com+slice+lnevers- 1slice-13627">413 exclusive="false" sliver_id="urn:publicid:IDN+plc:pgeni.gpolab.bbn.com+slice+lnevers-2slice-13627"> 412 414 <hardware_type name="plab-pc"/> 413 415 <hardware_type name="pc"/> … … 416 418 <services> 417 419 <login authentication="ssh-keys" hostname="plnode-03.gpolab.bbn.com" port="22" 418 username="pgenigpolabbbncom_lnevers1slice"/>420 username="pgenigpolabbbncom_lnevers2slice"/> 419 421 </services> 420 422 <sliver_type name="plab-vserver"/> 421 423 </node> 424 422 425 </rspec> 423 426 }}} … … 432 435 433 436 {{{ 434 $ omni.py -a plc sliverstatus lnevers- 1slice -o435 $ omni.py -a pg-utah sliverstatus lnevers- 1slice -o437 $ omni.py -a plc sliverstatus lnevers-2slice -o 438 $ omni.py -a pg-utah sliverstatus lnevers-2slice -o 436 439 }}} 437 440 … … 447 450 Run: 448 451 {{{ 449 $ omni.py -a pg-utah -o listresources lnevers- 1slice452 $ omni.py -a pg-utah -o listresources lnevers-2slice 450 453 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 451 454 INFO:omni:Using control framework pg 452 455 INFO:omni:Saving output to a file. 453 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC454 INFO:omni:Gathering resources reserved for slice lnevers- 1slice.456 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 457 INFO:omni:Gathering resources reserved for slice lnevers-2slice. 455 458 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 456 459 INFO:omni:Listed resources on 1 out of 1 possible aggregates. 457 INFO:omni:Writing to 'lnevers- 1slice-manifest-rspec-www-emulab-net-protogeniv2.xml'460 INFO:omni:Writing to 'lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml' 458 461 INFO:omni: ------------------------------------------------------------ 459 462 INFO:omni: Completed listresources: … … 465 468 output: True 466 469 467 Args: listresources lnevers- 1slice468 469 Result Summary: Queried resources for slice lnevers- 1slice from 1 of 1 aggregate(s).470 Args: listresources lnevers-2slice 471 472 Result Summary: Queried resources for slice lnevers-2slice from 1 of 1 aggregate(s). 470 473 Wrote rspecs from 1 aggregate(s) to 1 file(s) 471 Saved listresources RSpec at 'unspecified_AM_URN' to file lnevers- 1slice-manifest-rspec-www-emulab-net-protogeniv2.xml;472 INFO:omni: ============================================================ 473 }}} 474 475 The result will be a file (''lnevers- 1slice-manifest-rspec-www-emulab-net-protogeniv2.xml'') of the resources in your slice at that aggregate.474 Saved listresources RSpec at 'unspecified_AM_URN' to file lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml; 475 INFO:omni: ============================================================ 476 }}} 477 478 The result will be a file (''lnevers-2slice-manifest-rspec-www-emulab-net-protogeniv2.xml'') of the resources in your slice at that aggregate. 476 479 477 480 You may also check for the sliver status and the login information with the gcf ''readiToLogin.py'' script. This is the login information for the PG Emulab sliver: 478 481 {{{ 479 $ ./examples/readyToLogin.py -a pg-utah lnevers-1slice 480 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 481 INFO:omni:Using control framework pg 482 Key file [/home/lnevers/.ssh/luisa-mac-id_rsa] does NOT exist. 483 Key file [/home/lnevers/.ssh/sendaria-id_rsa] does NOT exist. 482 $ ./examples/readyToLogin.py -a pg-utah lnevers-2slice 484 483 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 485 484 INFO:omni:Using control framework pg 486 485 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 486 487 487 ..... 488 488 ================================================================================ … … 490 490 ================================================================================ 491 491 492 Host geni1 493 Port 22 494 HostName pc304.emulab.net 495 User lnevers 496 IdentityFile /home/lnevers/.ssh/id_rsa 497 492 498 Host geni2 493 499 Port 22 494 HostName pc484.emulab.net 495 User lnevers 496 IdentityFile /home/lnevers/.ssh/id_rsa 497 498 Host geni1 499 Port 22 500 HostName pc505.emulab.net 500 HostName pc315.emulab.net 501 501 User lnevers 502 502 IdentityFile /home/lnevers/.ssh/id_rsa … … 506 506 ================================================================================ 507 507 508 geni1's geni_status is: ready (am_status:ready) 509 User lnevers logins to geni1 using: 510 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc304.emulab.net & 511 508 512 geni2's geni_status is: ready (am_status:ready) 509 513 User lnevers logins to geni2 using: 510 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc484.emulab.net & 511 512 513 geni1's geni_status is: ready (am_status:ready) 514 User lnevers logins to geni1 using: 515 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc505.emulab.net & 514 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc315.emulab.net & 516 515 517 516 }}} … … 519 518 This is the login information for the !PlanetLab nodes: 520 519 {{{ 521 $ ./examples/readyToLogin.py -a plc lnevers-1slice 522 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 523 INFO:omni:Using control framework pg 524 Key file [/home/lnevers/.ssh/luisa-mac-id_rsa] does NOT exist. 525 Key file [/home/lnevers/.ssh/sendaria-id_rsa] does NOT exist. 520 $ $ ./examples/readyToLogin.py -a plc lnevers-2slice 521 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 522 INFO:omni:Using control framework pg 526 523 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 527 524 INFO:omni:Using control framework pg 528 525 INFO:omni:Substituting AM nickname plc with URL https://www.planet-lab.org:12346, URN unspecified_AM_URN 529 INFO:omni:AM URN: unspecified_AM_URN (url: https://www.planet-lab.org:12346) has version:530 526 531 527 .... 532 528 533 529 ================================================================================ 534 SSH CONFIGURATION INFO for User pgenigpolabbbncom_lnevers 1slice530 SSH CONFIGURATION INFO for User pgenigpolabbbncom_lnevers2slice 535 531 ================================================================================ 536 532 537 Host planetlab 3.williams.edu533 Host planetlab4.csail.mit.edu 538 534 Port 22 539 HostName planetlab 3.williams.edu540 User pgenigpolabbbncom_lnevers 1slice535 HostName planetlab4.csail.mit.edu 536 User pgenigpolabbbncom_lnevers2slice 541 537 IdentityFile /home/lnevers/.ssh/id_rsa 542 538 … … 544 540 Port 22 545 541 HostName plnode-03.gpolab.bbn.com 546 User pgenigpolabbbncom_lnevers 1slice542 User pgenigpolabbbncom_lnevers2slice 547 543 IdentityFile /home/lnevers/.ssh/id_rsa 548 544 … … 551 547 ================================================================================ 552 548 553 planetlab3.williams.edu's geni_status is: failed (am_status:reinstall) 554 User pgenigpolabbbncom_lnevers1slice logins to planetlab3.williams.edu using: 555 xterm -e ssh -i /home/lnevers/.ssh/id_rsa pgenigpolabbbncom_lnevers1slice@planetlab3.williams.edu & 549 planetlab4.csail.mit.edu's geni_status is: ready (am_status:boot) 550 User pgenigpolabbbncom_lnevers2slice logins to planetlab4.csail.mit.edu using: 551 xterm -e ssh -i /home/lnevers/.ssh/id_rsa pgenigpolabbbncom_lnevers2slice@planetlab4.csail.mit.edu & 552 556 553 557 554 plnode-03.gpolab.bbn.com's geni_status is: ready (am_status:boot) 558 User pgenigpolabbbncom_lnevers 1slice logins to plnode-03.gpolab.bbn.com using:559 xterm -e ssh -i /home/lnevers/.ssh/id_rsa pgenigpolabbbncom_lnevers 1slice@plnode-03.gpolab.bbn.com &555 User pgenigpolabbbncom_lnevers2slice logins to plnode-03.gpolab.bbn.com using: 556 xterm -e ssh -i /home/lnevers/.ssh/id_rsa pgenigpolabbbncom_lnevers2slice@plnode-03.gpolab.bbn.com & 560 557 }}} 561 558 … … 567 564 {{{ 568 565 $ ssh pgenigpolabbbncom_lneversslice@plnode-03.gpolab.bbn.com 569 Last login: Mon Jan 2 09:20:48 2012 from sendaria.gpolab.bbn.com570 [pgenigpolabbbncom_lneversslice@plnode-03 ~]$ ping pc 203.emulab.net -c 3571 PING pc 203.emulab.net (155.98.39.3) 56(84) bytes of data.572 64 bytes from pc 203.emulab.net (155.98.39.3): icmp_seq=1 ttl=44 time=116 ms573 64 bytes from pc 203.emulab.net (155.98.39.3): icmp_seq=2 ttl=44 time=116 ms574 64 bytes from pc 203.emulab.net (155.98.39.3): icmp_seq=3 ttl=44 time=116 ms566 Last login: Tue Sep 18 09:44:25 2012 from arendia.gpolab.bbn.com 567 [pgenigpolabbbncom_lneversslice@plnode-03 ~]$ ping pc315.emulab.net -c 3 568 PING pc315.emulab.net (155.98.39.3) 56(84) bytes of data. 569 64 bytes from pc315.emulab.net (155.98.39.115): icmp_seq=1 ttl=44 time=116 ms 570 64 bytes from pc315.emulab.net (155.98.39.115): icmp_seq=2 ttl=44 time=116 ms 571 64 bytes from pc315.emulab.net (155.98.39.115): icmp_seq=3 ttl=44 time=116 ms 575 572 576 573 --- pc203.emulab.net ping statistics --- … … 586 583 When the experiment is completed you should release the resources by deleting the resource sliver for each of the Resource Aggregates used in the Experiment. In the example experiment used in this page, the ProtoGENI sliver was deleted as follows: 587 584 {{{ 588 $ omni.py -a pg-utah deletesliver lnevers-1slice589 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 590 INFO:omni:Using control framework pg 591 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC585 $ omni.py -a pg-utah deletesliver lnevers-2slice 586 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 587 INFO:omni:Using control framework pg 588 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 592 589 INFO:omni:Substituting AM nickname pg-utah with URL https://www.emulab.net/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN 593 INFO:omni:Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice on unspecified_AM_URN at https://www.emulab.net/protogeni/xmlrpc/am/2.0590 INFO:omni:Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice on unspecified_AM_URN at https://www.emulab.net/protogeni/xmlrpc/am/2.0 594 591 INFO:omni: ------------------------------------------------------------ 595 592 INFO:omni: Completed deletesliver: … … 600 597 getversionCacheName: /home/lnevers/.gcf/get_version_cache.json 601 598 602 Args: deletesliver lnevers- 1slice603 604 Result Summary: Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice on unspecified_AM_URN at https://www.emulab.net/protogeni/xmlrpc/am/2.0605 INFO:omni: ============================================================ 606 }}} 607 608 Also the !PlanetLab sliver was deleted as follows:609 {{{ 610 $ omni.py -a plc deletesliver lnevers- 1slice611 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 612 INFO:omni:Using control framework pg 613 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice expires on 2012-09-24 00:00:00 UTC599 Args: deletesliver lnevers-2slice 600 601 Result Summary: Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice on unspecified_AM_URN at https://www.emulab.net/protogeni/xmlrpc/am/2.0 602 INFO:omni: ============================================================ 603 }}} 604 605 Also the !PlanetLab sliver is deleted as follows: 606 {{{ 607 $ omni.py -a plc deletesliver lnevers-2slice 608 INFO:omni:Loading config file /home/lnevers/.gcf/omni_config 609 INFO:omni:Using control framework pg 610 INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice expires on 2012-09-24 00:00:00 UTC 614 611 INFO:omni:Substituting AM nickname plc with URL https://www.planet-lab.org:12346, URN unspecified_AM_URN 615 INFO:omni:Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice on unspecified_AM_URN at https://www.planet-lab.org:12346612 INFO:omni:Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice on unspecified_AM_URN at https://www.planet-lab.org:12346 616 613 INFO:omni: ------------------------------------------------------------ 617 614 INFO:omni: Completed deletesliver: … … 622 619 getversionCacheName: /home/lnevers/.gcf/get_version_cache.json 623 620 624 Args: deletesliver lnevers- 1slice625 626 Result Summary: Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers- 1slice on unspecified_AM_URN at https://www.planet-lab.org:12346621 Args: deletesliver lnevers-2slice 622 623 Result Summary: Deleted sliver urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice on unspecified_AM_URN at https://www.planet-lab.org:12346 627 624 INFO:omni: ============================================================ 628 625 }}} … … 641 638 INFO:omni:User 'lnevers' has slice(s): 642 639 urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-1slice 643 urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+ foam-lnevers640 urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-2slice 644 641 urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+lnevers-exp1 645 642 INFO:omni: ------------------------------------------------------------