Skip to content

update setup script name from setup_mdx.sh to setup.sh #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions server/mdx/lustre_setup/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
以下のコマンドを実行してスクリプトを使用します。

```shell
sudo bash setup_mdx.sh [-f] [-v] STORAGE_NETWORK1_IPV4
sudo bash setup.sh [-f] [-v] STORAGE_NETWORK1_IPV4
```

スクリプト実行後に再起動が必要です。<br>
Expand All @@ -35,19 +35,19 @@ sudo bash setup_mdx.sh [-f] [-v] STORAGE_NETWORK1_IPV4
ストレージネットワーク1のIPv4アドレスが `192.168.1.100` の場合、以下のように実行します。

```shell
sudo bash setup_mdx.sh 192.168.1.100
sudo bash setup.sh 192.168.1.100
```

再起動を確認せずに強制的に再起動したい場合は、`-f`オプションを追加します。

```shell
sudo bash setup_mdx.sh -f 192.168.1.100
sudo bash setup.sh -f 192.168.1.100
```

デバッグモードを有効にする場合は、`-v`オプションを使用します。

```shell
sudo bash setup_mdx.sh -v 192.168.1.100
sudo bash setup.sh -v 192.168.1.100
```

## Notes
Expand Down