slurmrestd

Section: Slurm REST Daemon (8)
Updated: Slurm REST Daemon
Index

 

NAME

slurmrestd - Interface to Slurm via REST API.
slurmrestd-RESTAPIを介したSlurmへのインターフェース。
 

SYNOPSIS

slurmrestd [OPTIONS...] [(host:port)|(unix:/path/to/socket)]...  

DESCRIPTION

slurmrestd is REST API interface for Slurm.
slurmrestdは、Slurm用のRESTAPIインターフェースです。
It can be used in two modes:
2つのモードで使用できます。

Inetd Mode: slurmrestd will read and write to STDIN and STDOUT.
Inetdモード:slurmrestdはSTDINとSTDOUTの読み取りと書き込みを行います。
It can detect if
それは検出することができます
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.
ホストは、(IPv4 / IPv6)IPまたは解決可能なホスト名の場合があります。
Hostnames are only looked up at startup and do not change for the life of the process.
ホスト名は起動時にのみ検索され、プロセスの存続期間中は変更されません。
unix:/path/to/socket
Listen on local UNIX socket.
ローカルUNIXソケットでリッスンします。
Must have permission to create socket in filesystem.
ファイルシステムにソケットを作成する権限が必要です。
-f <file>
Read Slurm configuration from the specified file.
指定されたファイルからSlurm構成を読み取ります。
See NOTES below.
以下の注を参照してください。
-g <group id>
Change group id (and drop supplemental groups) 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に設定しないでください。
-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.
inetdモードでは無視されます。
Default: 20
デフォルト: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.
有効な値は1〜10です。
See -v
-vを参照してください
SLURMRESTD_LISTEN
Comma delimited list of host:port pairs or unix sockets to listen on.
リッスンするホスト:ポートペアまたはUNIXソケットのカンマ区切りリスト。

 

SIGNALS

SIGINT
slurmrestd will shutdown cleanly.
slurmrestdは完全にシャットダウンします。
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

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
ENVIRONMENT VARIABLES
SIGNALS
NOTES
COPYING
SEE ALSO

This document was created by man2html using the manual pages.
Time: 20:44:46 GMT, May 21, 2020