OWL Cloud Inventory
Table of Contents
Sub pages:
Introduction
Rutgers University's OWL (Open Wireless Lab) at WINLAB has 10 running bare metal servers.
Rescouce allocation
srv1.osc.cosmos-lab.org goes to SMO/Tacker @Toshiaki Takahashi
srv2.osc.cosmos-lab.org goes to INT (temp) @bimo fransiscus asisi
srv4.osc.cosmos-lab.org goes to AWMLFW @subhash
srv5.osc.cosmos-lab.org goes to INT @Martin Skorupski
srv3.osc.cosmos-lab.org, srv4.osc.cosmos-lab.org (Development) ….
srv7.osc.cosmos-lab.org goes to O-DU team - and requires an Acceleration card
srv8.osc.cosmos-lab.org, srv9.osc.cosmos-lab.org, srv10.osc.cosmos-lab.org (Stable) NonRtRic SMO k8s @John Keeney (Ericsson EST)
Inventory Table
Each machine has 3 subnets: CONTROL, DATA1, DATA2.
Services across should use DATA1, DATA2. E.g. OpenStack is on DATA1
CONTROL is use for access and the COSMOS team.
Type | Cluster | Hostname | IP | Time | Sync? | Operating System | Total RAM [GB] | Used RAM [%] | CPUs | CPU usage [%] | Processes | Disk [GB] | Disk usage [%] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bare-metal | Project INTegration | srv1.osc.cosmos-lab.org | 10.57.1.1 | 2025-06-18T13:31:04+00:00 | yes | Ubuntu 20.04.5 LTS | 270 | 7 | 80 | 1 | 976 | 20 | 80 |
bare-metal | Experimental | srv2.osc.cosmos-lab.org | 10.57.1.2 | 2025-06-18T13:31:15+00:00 | yes | Ubuntu 24.04.1 LTS | 75 | 1 | 24 | 4 | 324 | 220 | 1 |
bare-metal | Experimental | srv4.osc.cosmos-lab.org | 10.57.1.4 | 2025-06-18T13:31:25+00:00 | yes | Ubuntu 24.04.1 LTS | 811 | 0 | 48 | 2 | 509 | 3 | 100 |
bare-metal | Experimental | srv5.osc.cosmos-lab.org | 10.57.1.5 | 2025-06-18T13:31:36+00:00 | yes | Ubuntu 24.04.1 LTS | 270 | 1 | 56 | 1 | 571 | 1761 | 0 |
bare-metal | Development | srv3.osc.cosmos-lab.org | 10.57.1.3 | 2025-06-18T13:31:46+00:00 | yes | Ubuntu 24.04.1 LTS | 82 | 1 | 24 | 4 | 325 | 220 | 1 |
bare-metal | Development | srv6.osc.cosmos-lab.org | 10.57.1.6 | 2025-06-18T13:31:56+00:00 | yes | Ubuntu 24.04.1 LTS | 270 | 1 | 56 | 1 | 570 | 1761 | 0 |
bare-metal | Development | srv7.osc.cosmos-lab.org | 10.57.1.7 | 2025-06-18T13:32:06+00:00 | yes | Ubuntu 24.04.1 LTS | 270 | 1 | 56 | 1 | 569 | 1761 | 0 |
bare-metal | Stable | srv8.osc.cosmos-lab.org | 10.57.1.8 | 2025-06-18T13:32:17+00:00 | yes | Ubuntu 24.04.2 LTS | 270 | 10 | 56 | 1 | 941 | 1761 | 1 |
bare-metal | Stable | srv9.osc.cosmos-lab.org | 10.57.1.9 | 2025-06-18T13:32:28+00:00 | yes | Ubuntu 24.04.2 LTS | 270 | 6 | 56 | 1 | 730 | 1761 | 1 |
bare-metal | Stable | srv10.osc.cosmos-lab.org | 10.57.1.10 | 2025-06-18T13:32:39+00:00 | yes | Ubuntu 24.04.2 LTS | 270 | 5 | 56 | 1 | 709 | 1761 | 1 |
Last update: 2025-06-18 13:32 UTC
OpenStack View
…
How to access a VM using SSH tunneling?
Once you have access and uploaded your private keys, you may want to access a dedicated VM for your service.
In the following example, the IP of a running SDN-R is used to view the Web UI on your localhost. Please replace '<username>' with the the username of your orbit-lab.org account.
ssh -A -t <username>@console.sb10.orbit-lab.org -L 31202:localhost:31202 \
ssh -A -t native@exper-control-1 -L 31202:localhost:31202 \
ssh -A -t ubuntu@10.31.3.21 -L 31202:localhost:31202Public SSH-Key test:
Once the following command can be successfully executed and the <username> is part of the OSC group the <username> can access the OSC resources.
ssh -vvv <username>@gw.orbit-lab.orgScreenshot: