Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 98)

Ticket Owner Reporter Resolution Summary
#76 somebody lnevers@bbn.com fixed Unable to createimage on both GPO and Utah InstaGENI racks.
Description

I have a sliver IG-CT-1 on the GPO InstaGENI rack which has one host that is ready and customized. I logged into ops.instageni.gpolab.bbn.com to create a custom image, but command fails as follows:

[lnevers@ops ~]$ ./createimage.py -n IG-CT-1 -m https://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0 lnCustomF15 urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+185
Got my SA credential
No such slice registered here: Slice does not exist

According to listresources at the GPO aggregate, the sliver exists:

$ omni.py listresources IG-CT-1 -a https://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0 
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework pg
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+IG-CT-1 expires within 1 day on 2013-01-04 00:00:00 UTC
INFO:omni:Gathering resources reserved for slice IG-CT-1.
INFO:omni:Listed reserved resources on 1 out of 1 possible aggregates.
INFO:omni:<?xml version="1.0" ?>
INFO:omni:  <!-- Reserved resources for:
	Slice: IG-CT-1
	at AM:
	URN: unspecified_AM_URN
	URL: https://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0
 -->
INFO:omni:  <rspec expires="2013-01-04T00:00:00Z" type="manifest" xmlns="http://www.geni.net/resources/rspec/3" 
xmlns:flack="http://www.protogeni.net/resources/rspec/ext/flack/1" 
xmlns:planetlab="http://www.planet-lab.org/resources/sfa/ext/planetlab/1" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.geni.net/resources/rspec/3   http://www.geni.net/resources/rspec/3/manifest.xsd">    

    <node client_id="VM-1" component_id="urn:publicid:IDN+instageni.gpolab.bbn.com+node+pc1" 
component_manager_id="urn:publicid:IDN+instageni.gpolab.bbn.com+authority+cm" exclusive="false" 
sliver_id="urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+185">    
        <sliver_type name="emulab-openvz"/>    

<<<Additional unrelated lines deleted>>>

I am also able to create a custom image with the Omni createimage call:

$ omni.py -a ig-gpo createimage IG-CT-1 lncustom -u urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+185        
INFO:omni:Loading config file /home/lnevers/.gcf/omni_config
INFO:omni:Using control framework pg
INFO:omni:Substituting AM nickname ig-gpo with URL http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
INFO:omni:Slice urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+IG-CT-1 expires within 1 day on 2013-01-04 00:00:00 UTC
INFO:omni:Substituting AM nickname ig-gpo with URL http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0, URN unspecified_AM_URN
INFO:omni:Snapshotting disk on urn:publicid:IDN+instageni.gpolab.bbn.com+sliver+185 at http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/2.0, creating public image True ()
INFO:omni: ------------------------------------------------------------
INFO:omni: Completed createimage:

The Omni createimage call completes successfully as verified in the email notification:

------- Original Message --------
Subject: 	BBNINSTAGENI: Image Creation on pc1 Completed: pgeni-gpolab-bbn-com/lncustom
Date: 	Thu, 3 Jan 2013 15:47:44 -0500 (EST)
From: 	Geni User <root@instageni.gpolab.bbn.com>
To: 	Geni User <root@instageni.gpolab.bbn.com>


Image creation on pc1 has completed. As you requested, the
image has been written to /proj/pgeni-gpolab-bbn-com/images/lncustom.ndz.
You may now os_load this image on other nodes in your experiment.

Tried the same procedure at Utah and got the same result, "Slice does not exist" even though slice does exist.

#79 somebody lnevers@bbn.com fixed AM V3 reports Internal Error when user credential bad XML is used.
Description

In a scenario where a bad user credential file is used, the V3 AM reports the following error:

No resources from AM http://instageni.gpolab.bbn.com/protogeni/xmlrpc/am/3.0: 
<Fault -32600: 'Internal Error executing ListResources'> (missing result)
#80 somebody chaos@bbn.com worksforme emulab source and compiled object trees should be in /usr/testbed on BBN rack boss
Description

Per ticket:24:1, the canonical locations of src and obj trees for the Emulab software used to build a given rack boss node, should be:

/usr/testbed/{src,obj}/emulab-stable

On boss.instageni.gpolab.bbn.com, /usr/testbed/src/emulab-stable is 10 months old, and /usr/testbed/obj/emulab-stable does not exist:

boss,[~],15:42(0)$ ls -l /usr/testbed/src/
total 8
drwxr-xr-x  53 root  wheel  2048 Mar  7  2012 emulab-devel/
drwxr-xr-x  53 root  wheel  2048 Mar  7  2012 emulab-stable/
drwxrwxr-x  54 282   wheel  3072 Mar  9  2012 testbed/

boss,[~],15:42(0)$ ls -l /usr/testbed/obj/
total 2
drwxr-xr-x  38 root  wheel  1024 Mar  9  2012 testbed/

Make sure the Emulab source used to build a given boss is located on that boss in a canonical location, and ideally that the obj tree for that compile is around somewhere too.

Note: See TracQuery for help on using queries.