> For the complete documentation index, see [llms.txt](https://gsds.gitbook.io/gsds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gsds.gitbook.io/gsds/welcome-to-gsds-server.md).

# Welcome to GSDS Server

{% hint style="info" %}
Last modified: 2024.05.07
{% endhint %}

## Overview

GSDS 서버는 크게 3가지 종류의노드로 구축되어 있으며, 각 노드에 대한 설명과 기본적인 구조는 다음과 같습니다.

* **로그인 노드**
  * GPU 노드로 접속하기 위한 용도로만 사용되는 노드입니다.
  * 가벼운 문서 편집 이외에 <mark style="color:red;">프로그램을 실행하는 것을 엄격히 금지</mark>하며, 적발시 관리자가 임의로 프로세스를 kill 할 예정입니다.
* **GPU 노드**
  * GPU가 장착되어 딥러닝 학습과 같은 작업이 가능한 노드입니다.
  * Slurm을 이용하여 GPU 노드의 자원을 할당 받는 것이 가능하며, 기본적으로 12시간의 시간 제한이 존재합니다.
  * <mark style="color:red;">GSDS 서버를 이용한 모든 작업은 꼭 GPU 노드 자원을 할당 받아 사용</mark>하시기 바랍니다.
* **스토리지 노드**
  * GSDS 서버의 모든 데이터를 저장하는 노드입니다.
  * NFS( Network File System)을 이용하여 모든 노드에서저장된 데이터에 접근이 가능하도록하였습니다.

<figure><img src="/files/PFRk3gfVQxdtHcUqJdCg" alt=""><figcaption><p>GSDS 서버 구조</p></figcaption></figure>

## For Beginners

서버를 처음 이용하는 경우 아래 내용들을 참고해 주시기 바랍니다.

{% content-ref url="/pages/pVjlvAzsmvwvkfC5WBqX" %}
[Basic Rules](/gsds/for-beginners/basic-rules.md)
{% endcontent-ref %}

{% content-ref url="/pages/BuoCVjOdaujmQuCfmgG7" %}
[Access Server](/gsds/for-beginners/access-server.md)
{% endcontent-ref %}

{% content-ref url="/pages/lH7MYxvCJpiAfZqxGdKx" %}
[Change Password](/gsds/for-beginners/change-password.md)
{% endcontent-ref %}

{% content-ref url="/pages/pxoztvysCTziZHjFazu3" %}
[Ananconda](/gsds/for-beginners/ananconda.md)
{% endcontent-ref %}

{% content-ref url="/pages/uqZOx8cKFq4AITsbnZk8" %}
[Slurm](/gsds/for-beginners/slurm.md)
{% endcontent-ref %}

## Templates

서버 이용과 관련하여 관리자에게 요청이 필요한 경우 아래 양식들을 참고하여 관리자 이메일로 보내주시기 바랍니다.

:star2: **관리자 이메일**: <mark style="color:blue;"><gsds-hpc1@aces.snu.ac.kr></mark>

{% content-ref url="/pages/65QEoKkdPO43LHQV1hZQ" %}
[스토리지 증설 요청](/gsds/templates/undefined.md)
{% endcontent-ref %}

{% content-ref url="/pages/TRj8GyiWKYEZJu2vegUA" %}
[비밀번호 초기화 요청](/gsds/templates/undefined-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/mX9TNJoDMScWzopZEEkE" %}
[서버 자원 할당 요청](/gsds/templates/undefined-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/sBLU5UXsUmYp3UGEKUx0" %}
[수업용 계정 및 자원 할당 요청](/gsds/templates/undefined-3.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gsds.gitbook.io/gsds/welcome-to-gsds-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
