3 | | == Installation == |
4 | | **details go here?** |
| 3 | == Installation/Setup == |
| 4 | The controller may be reached from ofc, accessible as user `native`, password `native101` from orbit-lab.org. |
| 5 | The controller is a KVM guest currently named bigswitchcontroller-110405. You can confirm this through `virsh`: |
| 6 | |
| 7 | {{{ |
| 8 | native@ofc:~$ sudo virsh --connect qemu:///system |
| 9 | [sudo] password for native: |
| 10 | Welcome to virsh, the virtualization interactive terminal. |
| 11 | |
| 12 | Type: 'help' for help with commands |
| 13 | 'quit' to quit |
| 14 | |
| 15 | |
| 16 | virsh # list |
| 17 | Id Name State |
| 18 | ---------------------------------- |
| 19 | 1 pfc running |
| 20 | 7 bigswitchcontroller-110405 running |
| 21 | 8 PLCF8 running |
| 22 | |
| 23 | }}} |