6
6
7
7
Most standard SD2E API users will not need to create custom execution or storage
8
8
systems. By default, you have access to some private and public execution and
9
- storage systems that should connect you to [ most of TACC resources] ( 02.01. systems_basics.md ) .
9
+ storage systems that should connect you to [ most of TACC resources] ( 02.systems_basics.md ) .
10
10
11
11
Even so, there are circumstances where it is advantageous to create your own systems.
12
12
For example, they can help you connect to private lab servers, license servers,
@@ -19,7 +19,7 @@ and execution system.
19
19
20
20
For any system you register with Agave, you need the hostname and login credentials.
21
21
The preferred login credentials are SSH key pairs. For instructions on creating
22
- appropriate public / private keys, see [ here] ( 01.05. ssh_keys.md ) .
22
+ appropriate public / private keys, see [ here] ( 01.ssh_keys.md ) .
23
23
24
24
You also need some basic information on the compute resources which will be
25
25
registered as systems. For storage systems, you need to know the desired path
@@ -29,7 +29,7 @@ information about the queueing system (queue names, limits, etc.). For both type
29
29
of execution system you need a path for running jobs.
30
30
31
31
The Jetstream instance we will register has hostname ` 129.114.104.39 ` . We will
32
- assume the user '` username ` ' has already created [ SSH keys] ( 01.05. ssh_keys.md )
32
+ assume the user '` username ` ' has already created [ SSH keys] ( 01.ssh_keys.md )
33
33
and added the public key to ` ~/.ssh/known_hosts/ ` . The path for storing data
34
34
will be the home directory, ` /home/username/ ` . Since this instance does not have
35
35
a queuing system, we will register it as a CLI execution system and run jobs
0 commit comments