Skip to content

LDMSCON2021 LOGIN

narategithub edited this page Oct 19, 2021 · 4 revisions
  1. Place the key files (e.g. user64_id_rsa and user64_id_rsa.pub) into the ~/.ssh/ directory.

  2. Add the following entries to ~/.ssh/config

Host ldmscon2021
    Hostname ogc.us
    Port 65422
    User user64  # <-------------------------- Change to the assigned username
    IdentityFile ~/.ssh/user64_id_rsa  # <---- Change to the assigned key file
    IdentitiesOnly yes
  1. ssh:
$ ssh ldmscon2021

[sshd:] (git-branch: --)
user64@headnode ~
$

Main

LDMSCON

Tutorials are available at the conference websites

D/SOS Documentation

LDMS v4 Documentation

Basic

Configurations

Features & Functionalities

Working Examples

Development

Reference Docs

Building

Cray Specific
RPMs
  • Coming soon!

Adding to the code base

Testing

Misc

Man Pages

  • Man pages currently not posted, but they are available in the source and build

LDMS Documentation (v3 branches)

V3 has been deprecated and will be removed soon

Basic

Reference Docs

Building

General
Cray Specific

Configuring

Running

  • Running

Tutorial

Clone this wiki locally