wiki:UserGuide/Portal/Forum

Site Navigation

  1. COSMOS Testbed Overview
    1. Concepts
    1. Testbed Workflow
    1. Availability and Resource Status
    1. Events and Conferences
  2. Getting Started
    1. Make an Account
    2. Create and Configure SSH Keys
    3. Make a Reservation
    4. Log in to your Reservation
    5. Control Resources with OMF
    6. Run a Hello World Experiment
    7. Get Help and Support
  3. COSMOS/ORBIT User Guide
    1. The COSMOS Portal
    2. Connecting to the Testbed
    3. Running Experiments
    4. Policies and Support
    5. Quick Links
    1. Policies
    1. Account Creation
    1. Camera Streaming
    1. Scheduling and Reservations
    1. Disk Images
    1. Frequently Asked Questions
    1. Resource Control with OMF
  4. COSMOS Portal
    1. Your First Visit
    2. Setting Up Your Account
    3. Reserving Testbed Time
    4. Monitoring Your Experiment
    5. Connecting via SSH
    6. Managing Disk Images
    7. Joining the Community
    8. Browsing Users and Groups
    9. Tips
  5. Account Management
    1. Edit Profile
    2. Change Password
    3. SSH Keys
  6. Portal Dashboard
    1. Profile Card
    2. Usage Statistics
    3. Community Forum
  7. Directory
    1. Users
    2. Groups
    3. Privacy Note
  8. Disk Images
    1. Browsing Images
    2. Image Details
    3. Searching and Sorting
    4. Managing Your Images
    5. Baseline Images
    6. Saving Custom Images
    7. Storage and Retention
  9. Community Forum
    1. Accessing the Forum
    2. Forum Categories
    3. How to Use the Forum
    4. Forum Etiquette
    5. Privacy and Access
  10. Getting Started with the COSMOS Portal
    1. Creating an Account
    2. Logging In
    3. What to Do After Logging In
  11. SSH Access to Testbed Nodes
    1. Access Model
    2. Console Servers
    3. Basic Connection
    4. SSH Config File
    5. SSH Tunneling
    6. File Transfer
    7. Troubleshooting
  12. Scheduler
    1. Calendar View
    2. Reservation Colors
    3. Creating a Reservation
    4. Competing for a Slot
    5. Modifying or Canceling Reservations
    6. My Reservations
    7. Resource Information
  13. Testbed Status
    1. Node Status Grid
    2. RF Matrix Control (SB4)
    3. Understanding Node States During Experiments
    1. Remote Access
    1. Chrome Remote Desktop Setup Page
  14. Installing Chrome Remote Desktop (CRD) on a Custom Image
    1. Measurement & Result Collection
    1. Storage
    1. Support
    1. Contributing to the Wiki
  15. Tutorials
    1. SDR and Wireless
    2. Wireless Digital Twins
    3. Optical Networking
    4. Wired Networking
    5. Edge Computing
    6. 4G/5G Systems
    7. Orchestration Platforms
  16. Architecture
    1. Data Flow
    1. Deployment Map
    1. Domains
    1. Naming Convention
    1. Networks
    1. Optical
  17. Resources, Services and APIs
    1. RF Control
    2. SDR Control
    3. Compute Control
    4. Network Control
    5. Optical Control
  18. Datasets
  19. Hardware Info
    1. Cameras
    1. Compute
    1. FR3 SDRs
    1. Network
    1. Nodes
    1. Optical
    1. RF Subsystems
    1. Antennas
    1. Full-Duplex Radio
    1. RF Front End
    1. Software Defined Radios (SDR)
  20. RF Policies & Compliance
    1. Outdoor Radio Frequency Allocation
    2. Program Experiment License
    3. Spectrum Monitoring
    4. Emergency Stop Procedures
    5. Network and Platform Security

Community Forum

The COSMOS Community Forum is an integrated discussion platform where testbed users can ask questions, share experiment results, discuss techniques and best practices, report issues, and get help from both the user community and testbed administrators. It is built on Discourse, a modern forum platform, and is tightly integrated with the COSMOS Portal.


Accessing the Forum

The Community Forum is accessible from the portal sidebar under My Account, directly below the Dashboard link. Clicking Community Forum opens the forum in a popup window (700 × 800 pixels) that you can resize and position alongside the main portal window.

This popup design is intentional — it lets you keep the forum open for reference or discussion while simultaneously working with the scheduler, status pages, or other portal features in the main window.

Single Sign-On

The forum uses single sign-on (SSO) with the COSMOS Portal. This means:

  • If you are already logged into the portal, clicking Community Forum automatically signs you into the forum — no additional login is required.
  • Your forum username matches your portal username.
  • Your forum profile (name, email) is synchronized from your portal account.
  • You do not need to create a separate forum account or remember a separate password.

If you are not logged into the portal when you try to access the forum, you will be prompted to enter your portal credentials first.

Notification Badge

When other users post new topics or reply to discussions you are participating in, a small red notification badge appears next to the Community Forum link in the portal sidebar. The badge shows the number of unread notifications and updates automatically every 60 seconds.

This lets you stay aware of forum activity without keeping the forum window open constantly.


Forum Categories

The forum is organized into topic categories to help you find relevant discussions:

Category Description
Announcements Official testbed announcements from administrators — maintenance windows, new features, system changes. Check here for important updates.
Getting Started Questions and answers for new users. If you are running your first experiment, learning the OMF tools, or setting up your SSH access, this is a good place to ask.
Experiments Discussion about running experiments on the testbed — sharing techniques, reporting results, coordinating multi-user setups, and troubleshooting experiment-specific issues.
SDR & RF Topics related to software-defined radio and RF equipment — USRP configuration, GNU Radio pipelines, antenna setups, spectrum analysis, and RF calibration.
Troubleshooting Help with problems and debugging — nodes not booting, imaging failures, network connectivity issues, software compatibility, and other technical problems.
Feature Requests Suggestions for improvements to the testbed, portal, or supporting tools. The testbed team monitors this category for community input.

How to Use the Forum

Reading Topics

Browse topics by clicking a category name on the forum home page. Topics are listed with the most recently active at the top. Each topic shows:

  • The title and a preview of the first post
  • The author and when it was created
  • The number of replies and views
  • The last person to reply and when

Click any topic to read the full discussion thread.

Posting a New Topic

  1. Click New Topic (or the + button) at the top of the forum
  2. Select the appropriate category from the dropdown
  3. Enter a descriptive title that summarizes your question or topic
  4. Write your post in the editor. The forum supports rich formatting:
    • Markdown for text formatting (bold, italic, headers, lists)
    • Code blocks — wrap code in triple backticks for syntax highlighting
    • File attachments — drag and drop images or files into the editor
    • Mentions — type @username to notify a specific user
  5. Click Create Topic to publish

Replying to Topics

Click the Reply button at the bottom of a topic to add your response. You can also reply to a specific post within a thread by clicking the reply arrow on that individual post — this creates a threaded reply that shows the context.

Best Practices for Getting Help

When posting a question or reporting a problem:

  • Include your setup — which testbed domain, which nodes, what image you loaded
  • Show your commands — paste the exact omf commands you ran and their output
  • Describe expected vs. actual behavior — what you expected to happen and what actually happened
  • Include error messages — copy and paste the full error, not just a summary
  • Use code blocks — wrap terminal output and code in triple backticks for readability

Good example:

I'm running on sb3.orbit-lab.org and loaded baseline-uhd.ndz on node1-1 and node1-2.
After imaging, node1-2 won't power on:

```
$ omf tell on -t node1-2
node1-2.sb3.orbit-lab.org: FAILED - timeout waiting for power on
```

node1-1 works fine. I tried `omf tell reset -t node1-2` but got the same result.
Any suggestions?

Forum Etiquette

  • Search before posting — your question may already have been answered. Use the search bar at the top of the forum.
  • Use meaningful titles — "Help!" is not useful; "omf load timeout on sb1.cosmos after 15 minutes" helps everyone.
  • Stay on topic — post in the appropriate category.
  • Be respectful — the forum is a professional space shared by researchers, students, and engineers from around the world.
  • Mark solutions — if someone's reply solves your problem, mark it as the solution so others can find the answer quickly.

Privacy and Access

The COSMOS Community Forum is internal only — it is not publicly accessible on the Internet and is not indexed by search engines. Only users with valid COSMOS/ORBIT portal accounts can view or post content. This means you can safely discuss experiment details, share intermediate results, and ask candid questions about testbed usage without concern about public exposure.

Self-registration on the forum is disabled. Account creation is handled exclusively through the COSMOS Portal single sign-on mechanism.

Last modified 5 hours ago Last modified on Mar 30, 2026, 5:54:08 PM
Note: See TracWiki for help on using the wiki.