slurmrestd
Section: Slurm REST Daemon (8)Updated: Slurm REST Daemon
Index
NAME
slurmrestd - Interface to Slurm via REST API.slurmrestd-REST APIを介したSlurmへのインターフェース。
SYNOPSIS
slurmrestd [OPTIONS...] [(host:port)|(unix:/path/to/socket)]...DESCRIPTION
slurmrestd is REST API interface for Slurm. It can be used in two modes:slurmrestdはSlurmのREST APIインターフェイスです。次の2つのモードで使用できます。
- Inetd Mode: slurmrestd will read and write to STDIN and STDOUT. It can detect if
Inetdモード:slurmrestdは、STDINおよびSTDOUTの読み取りおよび書き込みを行います。それは検出できます -
it is connected to a socket or a locally TTY (interactive mode).
ソケットまたはローカルTTY(対話モード)に接続されている。
- Listen Mode: slurmrestd will open a listening socket on each requested
リッスンモード:slurmrestdは、要求されたそれぞれでリスニングソケットを開きます -
host:port pair or UNIX socket.
host:portペアまたはUNIXソケット。
OPTIONS
- [host:port]
-
Hostname and port to listen against. Host may be (IPv4/IPv6) IP or a resolvable
hostname. Hostnames are only looked up at startup and do not change for the
life of the process.
待機するホスト名とポート。ホストは(IPv4 / IPv6)IPまたは解決可能なホスト名です。ホスト名は起動時にのみ検索され、プロセスの存続期間中は変更されません。
- unix:/path/to/socket
-
Listen on local UNIX socket. Must have permission to create socket in
filesystem.
ローカルUNIXソケットで待機します。ファイルシステムにソケットを作成する権限が必要です。
- -f <file>
-
Read Slurm configuration from the specified file. See NOTES below.
指定されたファイルからSlurm構成を読み取ります。以下の注を参照してください。
- -g <group id>
-
Change group id (and drop supplemental groups) before processing client
request. This should be a unique group with no write access or special
permissions. Do not set this user to SlurmUser or root.
クライアント要求を処理する前にグループIDを変更(および補足グループをドロップ)します。これは、書き込みアクセスまたは特別なアクセス許可のない一意のグループである必要があります。このユーザーをSlurmUserまたはrootに設定しないでください。
- -h
-
Help; print a brief summary of command options.
助けて; コマンドオプションの簡単な要約を出力します。
- -t <THREAD COUNT>
-
Specify number of threads to use to process client connections.
クライアント接続の処理に使用するスレッドの数を指定します。
Ignored in inetd mode. Default: 20
inetdモードでは無視されます。デフォルト:20
- -u <user id>
-
Change user id before processing client request.
クライアント要求を処理する前にユーザーIDを変更してください。
This should be a unique group with no write access or special permissions. Do not set this user to SlurmUser or root.
これは、書き込みアクセスまたは特別なアクセス許可のない一意のグループである必要があります。このユーザーをSlurmUserまたはrootに設定しないでください。
- -v
-
Verbose operation. Multiple -v's increase verbosity.
詳細な操作。複数の-vを指定すると、詳細度が上がります。
Higher verbosity levels will have significant performance impact.
冗長レベルが高くなると、パフォーマンスに大きな影響があります。
- -V
-
Print version information and exit.
バージョン情報を出力して終了します。
ENVIRONMENT VARIABLES
The following environment variables can be used to override settings compiled into slurmctld.以下の環境変数を使用して、slurmctldにコンパイルされた設定をオーバーライドできます。
- SLURM_CONF
-
The location of the Slurm configuration file.
Slurm構成ファイルの場所。
- SLURMRESTD_DEBUG
-
Set debug level explicitly. Valid values are 1-10. See -v
デバッグレベルを明示的に設定します。有効な値は1〜10です。-vを参照
- SLURMRESTD_LISTEN
-
Comma delimited list of host:port pairs or unix sockets to listen on.
リッスンするホスト:ポートのペアまたはUNIXソケットのカンマ区切りリスト。
SIGNALS
- SIGINT
-
-
slurmrestd will shutdown cleanly.
slurmrestdは完全にシャットダウンします。
-
slurmrestd will shutdown cleanly.
- SIGPIPE
-
This signal is explicitly ignored.
この信号は明示的に無視されます。
NOTES
slurmrestd is designed to run with AuthAltTypes outside of the Munge cluster when configured AuthAltTypes supports this.slurmrestdは、構成されたAuthAltTypesがサポートしている場合、Mungeクラスターの外部のAuthAltTypesで実行するように設計されています。
COPYING
Copyright (C) 2019-2020 SchedMD LLC.This file is part of Slurm, a resource management program. For details, see <https://slurm.schedmd.com/>.
Slurm is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Slurm is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
SEE ALSO
slurm.conf(5), slurmctld(8), slurmdbd(8)
Index
This document was created by man2html using the manual pages.
Time: 20:44:46 GMT, May 21, 2020