Custom Query (98 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (25 - 27 of 98)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Ticket Resolution Summary Owner Reporter
#29 fixed Need a windows image in available OS Descriptors at boss.utah.geniracks.net for IG-EPX-1 somebody lnevers@bbn.com
Description

In order to execute IG-EXP-1 Bare Metal Support Acceptance Test defined at http://groups.geni.net/geni/wiki/GENIRacksHome/AcceptanceTests/InstageniAcceptanceTestsPlan#IG-EXP-1:BareMetalSupportAcceptanceTest

Need an OS Descriptor for Windows Operating System. Current list of OS Descriptor (https://boss.utah.geniracks.net/showosid_list.php3) does not include any MS Windows OS.

#30 worksforme FEDORA15-STD and FEDORA15-OPENVZ-STD images are not configured to use VGA console somebody chaos@bbn.com
Description

Nodes which are successfully booted from the images FEDORA15-STD and FEDORA15-OPENVZ-STD in utah.geniracks.net, appear not to work with the iLO remote console. The java console app reports "No Video".

I've corroborated this just now, on:

  • 155.98.34.104, iLO for pc3, which is running FEDORA15-OPENVZ-STD for the experiment emulab-ops/shared-nodes
  • 155.98.34.105, iLO for pc4, which is running FEDORA15-STD for the experiment pgeni-gpolab-bbn-com/ecgtest

During testing of IG-ADM-1, i successfully used the remote consoles for pc3 and pc4 at other times. So i believe this is not working right now because of the fedora images, rather than because of a connectivity problem with those particular hosts.

#31 fixed how do i view control IP addresses for terminated VMs or control MAC addresses for any VMs? somebody chaos@bbn.com
Description

In testing IG-MON-3 step 5, i found that the manifest cached for each ProtoGENI experiment reports dataplane IP addresses and MAC addresses (or at least it should do so fully once [instaticket:26] has been resolved). However, the only way i was easily able to find control IPs assigned to VMs was the interfaces table:

mysql> select * from interfaces where IP="172.17.3.1";
+---------+------+------+--------------+------------+-----------+-------------+----------------+-------+------+---------------+--------+--------+----------+------+-------+--------------------------------------+---------+
| node_id | card | port | mac          | IP         | IPaliases | mask        | interface_type | iface | role | current_speed | duplex | rtabid | vnode_id | whol | trunk | uuid                                 | logical |
+---------+------+------+--------------+------------+-----------+-------------+----------------+-------+------+---------------+--------+--------+----------+------+-------+--------------------------------------+---------+
| pcvm3-1 |    0 |    1 | 000000000000 | 172.17.3.1 | NULL      | 255.240.0.0 | generic        | eth0  | ctrl | 0             | full   |      0 | NULL     |    0 |     0 | e5b9ad51-a379-11e1-af1c-00009b6224df |       1 | 
+---------+------+------+--------------+------------+-----------+-------------+----------------+-------+------+---------------+--------+--------+----------+------+-------+--------------------------------------+---------+
1 row in set (0.00 sec)

This table appears to contain IPs only for running experiments, and does not appear to contain real MAC addresses.

  1. How can i find what control IPs were assigned to what VMs belonging to now-terminated experiments?
  2. How can i find out MAC address assignments for these VMs?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracQuery for help on using queries.