Changes between Version 6 and Version 7 of GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-1


Ignore:
Timestamp:
08/09/13 20:21:19 (11 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/InstageniRacks/XenTestStatus/IG-XN-1

    v6 v7  
    44This test case verifies each of the supported guest images with non-exclusive and exclusive resources. Guest image support tests will be executed on the Utah InstaGENI rack. For overall status see the [wiki:GENIRacksHome/InstageniRacks/XenTestStatus InstaGENI Xen Virtualization Test Status] page.
    55
    6 '' Last Updated: 2013/08/08''
     6'' Last Updated: 2013/08/09''
    77
    88= Test Status =
     
    1111
    1212|| '''OS'''      || '''Resource Type'''|| '''State'''  || ''' Ticket '''  || '''Notes'''   ||
    13 ||FBSSD82-STD    || Exclusive          ||              ||                 ||               ||
    1413||FBSSD82-STD    || Non-exclusive      ||[[Color(green,Pass)]]||                 ||               ||
    15 || ||
    16 ||FEDORA15-STD   || Exclusive          ||              ||                 ||               ||
    1714||FEDORA15-STD   || Non-exclusive      ||[[Color(green,Pass)]]||                 ||EOL Image, see  Note1||
    18 || ||
    19 ||UBUNTU12-64-STD|| Exclusive          ||              ||                 ||               ||
    2015||UBUNTU12-64-STD|| Non-exclusive      ||[[Color(green,Pass)]]||                 ||               ||
    21 || ||
    22 ||UBUNTU11-64-STD|| Exclusive          ||              ||                 ||               ||
    2316||UBUNTU11-64-STD|| Non-exclusive      ||[[Color(green,Pass)]]||                 ||EOL Image, see  Note1||
     17||   ||
     18||FBSSD82-STD    || Exclusive          ||[[Color(green,Pass)]]||                 ||               ||
     19||FEDORA15-STD   || Exclusive          ||[[Color(green,Pass)]]||                 ||               ||
     20||UBUNTU12-64-STD|| Exclusive          ||[[Color(green,Pass)]]||                 ||               ||
     21||UBUNTU11-64-STD|| Exclusive          ||[[Color(green,Pass)]]||                 ||               ||
    2422
    2523Note1:
     
    300298}}}
    301299
    302 
    303 
    304 
    305 == 2.0 Exclusive nodes Ubuntu Operating Systems ==
    306 
    307 This section captures the validation of Xen OS support for non-exclusive nodes.
     300=== 1.4 Release Resources ===
     301
     302Delete sliver:
     303{{{
     304$ omni.py deletesliver lnxenos -a ig-utah
     305...
     306
     307Result Summary: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxenos on urn:publicid:IDN+utah.geniracks.net+authority+cm at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0
     30819:28:56 INFO     omni:  ============================================================
     309}}}
     310
     311
     312== 2.0 Exclusive nodes ==
     313
     314This section captures the validation of Xen OS support for exclusive nodes.
    308315
    309316==== 2.1 Request RSpec ====
     317The following RSpec is used to request exclusive nodes:
     318{{{
     319<?xml version="1.0" encoding="UTF-8"?>
     320<rspec xmlns="http://www.protogeni.net/resources/rspec/2"
     321       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     322       xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/request.x
     323sd"
     324       type="request" >
     325  <node client_id="Ub11" exclusive="true">
     326    <sliver_type name="emulab-xen" >
     327   <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:UBUNTU11-64-STD" os="Linux" version="11.04"/>   
     328   
     329   </sliver_type>
     330    <interface client_id="Ub11:if0">
     331      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
     332    </interface>
     333  </node>
     334  <node client_id="FED15" exclusive="true">
     335    <sliver_type name="emulab-xen">
     336      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:FEDORA15-STD" os="Fedora" version="15"/>
     337    </sliver_type>
     338    <interface client_id="FED15:if0">
     339      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
     340    </interface>
     341  </node>
     342  <node client_id="BSD82" exclusive="true">
     343    <sliver_type name="emulab-xen">
     344      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:FBSD82-STD" os="FreeBSD" version="8.2"/>
     345    </sliver_type>
     346    <interface client_id="BSD82:if0">
     347      <ip address="192.168.1.3" netmask="255.255.255.0" type="ipv4"/>
     348    </interface>
     349  </node>
     350  <node client_id="Ub12" exclusive="true">
     351    <sliver_type name="emulab-xen">
     352      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:UBUNTU12-64-STD" os="Linux" version="12.04"/>
     353    </sliver_type>
     354    <interface client_id="Ub12:if0">
     355      <ip address="192.168.1.4" netmask="255.255.255.0" type="ipv4"/>
     356    </interface>
     357  </node>
     358  <link client_id="link1">
     359    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     360    <interface_ref client_id="Ub11:if0"/>
     361    <interface_ref client_id="FED15:if0"/>
     362    <interface_ref client_id="BSD82:if0"/>
     363    <interface_ref client_id="Ub12:if0"/>
     364    <link_type name="lan"/>
     365  </link>
     366
     367</rspec>
     368}}}
     369
    310370=== 2.2 Request each OS with Exclusive Resources ===
     371Create a slice and sliver to request each of the supported OS on an exclusive node:
     372{{{
     373$ omni.py createslice lnxen-excl           
     37419:37:36 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     37519:37:36 INFO     omni: Using control framework portal
     37619:37:37 INFO     omni: Created slice with Name lnxen-excl, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl, Expiration 2013-08-16 18:20:56
     37719:37:37 INFO     omni:  ------------------------------------------------------------
     37819:37:37 INFO     omni:  Completed createslice:
     379
     380  Options as run:
     381                framework: portal
     382                project: ln-prj
     383
     384  Args: createslice lnxen-excl
     385
     386  Result Summary: Created slice with Name lnxen-excl, URN urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl, Expiration 2013-08-16 18:20:56
     387 
     38819:37:37 INFO     omni:  ============================================================
     389
     390
     391$ omni.py createsliver lnxen-excl -a ig-utah ./insta-xen-os-excl.rspec
     39219:44:59 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     39319:44:59 INFO     omni: Using control framework portal
     39419:44:59 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     39519:45:00 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl expires on 2013-08-16 18:20:56 UTC
     39619:45:00 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     39719:45:00 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     39819:45:00 INFO     omni: Creating sliver(s) from rspec file ./insta-xen-os-excl.rspec for slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl
     39919:45:14 INFO     omni:  (PG log url - look here for details on any failures: https://boss.utah.geniracks.net/spewlogfile.php3?logfile=aa2e1647e4dcbc6782459d24b241ef42)
     40019:45:14 INFO     omni: Got return from CreateSliver for slice lnxen-excl at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0:
     40119:45:14 INFO     omni: <!-- Reserved resources for:
     402        Slice: lnxen-excl
     403        at AM:
     404        URN: urn:publicid:IDN+utah.geniracks.net+authority+cm
     405        URL: https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0
     406 -->
     40719:45:14 INFO     omni: <rspec xmlns="http://www.protogeni.net/resources/rspec/2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.protogeni.net/resources/rspec/2 http://www.protogeni.net/resources/rspec/2/manifest.xsd" type="manifest">
     408  <node client_id="Ub11" exclusive="true" component_id="urn:publicid:IDN+utah.geniracks.net+node+pc4" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24490">
     409    <sliver_type name="emulab-xen">
     410   <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:UBUNTU11-64-STD" os="Linux" version="11.04"/>     
     411   </sliver_type>
     412    <interface client_id="Ub11:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24494" mac_address="026b10539d25">
     413      <ip address="192.168.1.1" netmask="255.255.255.0" type="ipv4"/>
     414    </interface>
     415  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm4-3"/><host name="Ub11.lnxen-excl.ch-geni-net.utah.geniracks.net"/><services><login authentication="ssh-keys" hostname="pc4.utah.geniracks.net" port="32060" username="lnevers"/></services></node>
     416  <node client_id="FED15" exclusive="true" component_id="urn:publicid:IDN+utah.geniracks.net+node+pc4" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24489">
     417    <sliver_type name="emulab-xen">
     418      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:FEDORA15-STD" os="Fedora" version="15"/>
     419    </sliver_type>
     420    <interface client_id="FED15:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24495" mac_address="02106c08aa68">
     421      <ip address="192.168.1.2" netmask="255.255.255.0" type="ipv4"/>
     422    </interface>
     423  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm4-2"/><host name="FED15.lnxen-excl.ch-geni-net.utah.geniracks.net"/><services><login authentication="ssh-keys" hostname="pc4.utah.geniracks.net" port="32059" username="lnevers"/></services></node>
     424  <node client_id="BSD82" exclusive="true" component_id="urn:publicid:IDN+utah.geniracks.net+node+pc4" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24488">
     425    <sliver_type name="emulab-xen">
     426      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:FBSD82-STD" os="FreeBSD" version="8.2"/>
     427    </sliver_type>
     428    <interface client_id="BSD82:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24496" mac_address="02746811c01b">
     429      <ip address="192.168.1.3" netmask="255.255.255.0" type="ipv4"/>
     430    </interface>
     431  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm4-1"/><host name="BSD82.lnxen-excl.ch-geni-net.utah.geniracks.net"/><services><login authentication="ssh-keys" hostname="pc4.utah.geniracks.net" port="32058" username="lnevers"/></services></node>
     432  <node client_id="Ub12" exclusive="true" component_id="urn:publicid:IDN+utah.geniracks.net+node+pc4" component_manager_id="urn:publicid:IDN+utah.geniracks.net+authority+cm" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24491">
     433    <sliver_type name="emulab-xen">
     434      <disk_image name="urn:publicid:IDN+utah.geniracks.net+image+emulab-ops:UBUNTU12-64-STD" os="Linux" version="12.04"/>
     435    </sliver_type>
     436    <interface client_id="Ub12:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24497" mac_address="02ac02247060">
     437      <ip address="192.168.1.4" netmask="255.255.255.0" type="ipv4"/>
     438    </interface>
     439  <rs:vnode xmlns:rs="http://www.protogeni.net/resources/rspec/ext/emulab/1" name="pcvm4-4"/><host name="Ub12.lnxen-excl.ch-geni-net.utah.geniracks.net"/><services><login authentication="ssh-keys" hostname="pc4.utah.geniracks.net" port="32061" username="lnevers"/></services></node>
     440  <link client_id="link1" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24493">
     441    <component_manager name="urn:publicid:IDN+utah.geniracks.net+authority+cm"/>
     442    <interface_ref client_id="Ub11:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24494"/>
     443    <interface_ref client_id="FED15:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24495"/>
     444    <interface_ref client_id="BSD82:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24496"/>
     445    <interface_ref client_id="Ub12:if0" component_id="urn:publicid:IDN+utah.geniracks.net+interface+pc4:lo0" sliver_id="urn:publicid:IDN+utah.geniracks.net+sliver+24497"/>
     446    <link_type name="lan"/>
     447  </link>
     448
     449</rspec>
     45019:45:14 INFO     omni:  ------------------------------------------------------------
     45119:45:14 INFO     omni:  Completed createsliver:
     452
     453  Options as run:
     454                aggregate: ['ig-utah']
     455                framework: portal
     456                project: ln-prj
     457
     458  Args: createsliver lnxen-excl ./insta-xen-os-excl.rspec
     459
     460  Result Summary: Got Reserved resources RSpec from utah-geniracks-net
     46119:45:14 INFO     omni:  ============================================================
     462
     463}}}
     464
    311465=== 2.3 Login, Verify OS Allocation and Verify Connectivity ===
    312466
    313 
    314 
    315 
    316 == 3.0 Exclusive nodes Fedora and FBSD Operating Systems ==
    317 
    318 This section captures the validation of Xen OS support for non-exclusive nodes.
    319 
    320 ==== 3.1 Request RSpec ====
    321 === 3.2 Request each OS with Exclusive Resources ===
    322 === 3.3 Login, Verify OS Allocation and Verify Connectivity ===
    323 
     467Login to Ubuntu 12 host and verify OS allocation and connectivity:
     468{{{
     469$ ssh -p 32061  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.utah.geniracks.net
     470Welcome to Ubuntu 12.04 LTS (GNU/Linux 2.6.38.7-1.0emulab x86_64)
     471ub12:~%
     472ub12:~% cat /etc/issue
     473Ubuntu 12.04 LTS \n \l
     474
     475ub12:~% /sbin/ifconfig eth1
     476eth1      Link encap:Ethernet  HWaddr 02:ac:02:24:70:60 
     477          inet addr:192.168.1.4  Bcast:192.168.1.255  Mask:255.255.255.0
     478          inet6 addr: fe80::ac:2ff:fe24:7060/64 Scope:Link
     479          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     480          RX packets:17 errors:0 dropped:0 overruns:0 frame:0
     481          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
     482          collisions:0 txqueuelen:1000
     483          RX bytes:1212 (1.2 KB)  TX bytes:1150 (1.1 KB)
     484          Interrupt:245
     485
     486ub12:~% ping 192.168.1.2
     487PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
     48864 bytes from 192.168.1.2: icmp_req=1 ttl=64 time=9.09 ms
     48964 bytes from 192.168.1.2: icmp_req=2 ttl=64 time=0.206 ms
     49064 bytes from 192.168.1.2: icmp_req=3 ttl=64 time=0.244 ms
     49164 bytes from 192.168.1.2: icmp_req=4 ttl=64 time=0.197 ms
     49264 bytes from 192.168.1.2: icmp_req=5 ttl=64 time=0.279 ms
     49364 bytes from 192.168.1.2: icmp_req=6 ttl=64 time=0.249 ms
     494^C
     495--- 192.168.1.2 ping statistics ---
     4966 packets transmitted, 6 received, 0% packet loss, time 4998ms
     497rtt min/avg/max/mdev = 0.197/1.712/9.098/3.303 ms
     498ub12:~%
     499}}}
     500
     501Login to Ubuntu 11 host and verify OS allocation and connectivity:
     502{{{
     503$ ssh -p 32060  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.utah.geniracks.net
     504Welcome to Ubuntu 11.04 (GNU/Linux 2.6.38.7-1.0emulab x86_64) 
     505ub11:~% cat /etc/issue
     506Ubuntu 11.04 \n \l
     507
     508ub11:~% /sbin/ifconfig eth1
     509eth1      Link encap:Ethernet  HWaddr 02:6b:10:53:9d:25 
     510          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
     511          inet6 addr: fe80::6b:10ff:fe53:9d25/64 Scope:Link
     512          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     513          RX packets:30 errors:0 dropped:0 overruns:0 frame:0
     514          TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
     515          collisions:0 txqueuelen:1000
     516          RX bytes:2244 (2.2 KB)  TX bytes:1322 (1.3 KB)
     517          Interrupt:245
     518
     519ub11:~% ping 192.168.1.2
     520PING 192.168.1.2 (192.168.1.2) 56(84) bytes of data.
     52164 bytes from 192.168.1.2: icmp_req=1 ttl=64 time=1.52 ms
     52264 bytes from 192.168.1.2: icmp_req=2 ttl=64 time=0.181 ms
     52364 bytes from 192.168.1.2: icmp_req=3 ttl=64 time=0.258 ms
     524^C
     525--- 192.168.1.2 ping statistics ---
     5263 packets transmitted, 3 received, 0% packet loss, time 2001ms
     527rtt min/avg/max/mdev = 0.181/0.655/1.528/0.618 ms
     528ub11:~%
     529
     530}}}
     531Login to Free BSD82 host and verify OS allocation and connectivity:
     532{{{
     533$ ssh -p 32058  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.utah.geniracks.net
     534FreeBSD 8.2-RELEASE-p5 (XEN) #0: Wed Feb  8 17:15:50 MST 2012
     535
     536%uname -a
     537FreeBSD bsd82.lnxen-excl.ch-geni-net.utah.geniracks.net 8.2-RELEASE-p5 FreeBSD 8.2-RELEASE-p5 #0: Wed Feb  8 17:15:50 MST 2012     root@node.freebsd8-node.testbed.emulab.net:/usr/obj/usr/src/sys/XEN  i386
     538%/sbin/ifconfig xn1
     539xn1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
     540        options=503<RXCSUM,TXCSUM,TSO4,LRO>
     541        ether 02:74:68:11:c0:1b
     542        inet 192.168.1.3 netmask 0xffffff00 broadcast 192.168.1.255
     543        media: Ethernet manual
     544        status: active
     545%ping 192.168.1.4
     546PING 192.168.1.4 (192.168.1.4): 56 data bytes
     54764 bytes from 192.168.1.4: icmp_seq=0 ttl=64 time=0.605 ms
     54864 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.219 ms
     54964 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.202 ms
     55064 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.260 ms
     551^C
     552--- 192.168.1.4 ping statistics ---
     5534 packets transmitted, 4 packets received, 0.0% packet loss
     554round-trip min/avg/max/stddev = 0.202/0.322/0.605/0.165 ms
     555%
     556
     557}}}
     558Login to Fedora 15 host and verify OS allocation and connectivity:
     559{{{
     560$ ssh -p 32059  -i /home/lnevers/.ssh/geni_cert_portal_key lnevers@pc4.utah.geniracks.net
     561Warning: Permanently added '[pc4.utah.geniracks.net]:32059,[155.98.34.14]:32059' (RSA) to the list of known hosts.
     562[lnevers@fed15 ~]$ cat /etc/issue
     563Fedora release 15 (Lovelock)
     564Kernel \r on an \m (\l)
     565
     566[lnevers@fed15 ~]$ /sbin/ifconfig eth1
     567eth1      Link encap:Ethernet  HWaddr 02:10:6C:08:AA:68 
     568          inet addr:192.168.1.2  Bcast:192.168.1.255  Mask:255.255.255.0
     569          inet6 addr: fe80::10:6cff:fe08:aa68/64 Scope:Link
     570          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
     571          RX packets:63 errors:0 dropped:0 overruns:0 frame:0
     572          TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
     573          collisions:0 txqueuelen:1000
     574          RX bytes:4588 (4.4 KiB)  TX bytes:2518 (2.4 KiB)
     575          Interrupt:25
     576
     577[lnevers@fed15 ~]$ ping 192.168.1.1
     578PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
     57964 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=0.255 ms
     58064 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=0.243 ms
     58164 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=0.173 ms
     582^C
     583--- 192.168.1.1 ping statistics ---
     5843 packets transmitted, 3 received, 0% packet loss, time 2000ms
     585rtt min/avg/max/mdev = 0.173/0.223/0.255/0.040 ms
     586[lnevers@fed15 ~]$
     587}}}
     588=== 2.4 Release Resources ===
     589
     590Delete sliver to release all resources:
     591{{{
     592$ omni.py deletesliver lnxen-excl -a ig-utah                           
     59320:19:55 INFO     omni: Loading config file /home/lnevers/.gcf/omni_config
     59420:19:55 INFO     omni: Using control framework portal
     59520:19:55 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     59620:19:56 INFO     omni: Slice urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl expires on 2013-08-16 18:20:56 UTC
     59720:19:56 INFO     omni: Substituting AM nickname ig-utah with URL https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0, URN urn:publicid:IDN+utah.geniracks.net+authority+cm
     59820:20:13 INFO     omni:  (PG log url - look here for details on any failures: https://boss.utah.geniracks.net/spewlogfile.php3?logfile=cb34d5c87da9f11ce83cfe80458eb663)
     59920:20:13 INFO     omni: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl on urn:publicid:IDN+utah.geniracks.net+authority+cm at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0
     60020:20:13 INFO     omni:  ------------------------------------------------------------
     60120:20:13 INFO     omni:  Completed deletesliver:
     602
     603  Options as run:
     604                aggregate: ['ig-utah']
     605                framework: portal
     606                project: ln-prj
     607
     608  Args: deletesliver lnxen-excl
     609
     610  Result Summary: Deleted sliver urn:publicid:IDN+ch.geni.net:ln-prj+slice+lnxen-excl on urn:publicid:IDN+utah.geniracks.net+authority+cm at https://boss.utah.geniracks.net:12369/protogeni/xmlrpc/am/2.0
     61120:20:13 INFO     omni:  ============================================================
     612
     613}}}