

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# `pcluster start`
<a name="pcluster.start"></a>

開始已停止的叢集運算機群。

```
pcluster start [ -h ] [ -c CONFIG_FILE ] [ -r REGION ] cluster_name
```

## 定位引數
<a name="pcluster.start.arg"></a>

***cluster\$1name***  
啟動所提供叢集名稱的運算機群。

## 具名引數
<a name="pcluster.start.namedarg"></a>

**-h, --help**  
顯示 的說明文字`pcluster start`。

**-c *CONFIG\$1FILE*, --config *CONFIG\$1FILE***  
指定要使用的替代組態檔案。  
預設為 `~/.parallelcluster/config`。

**-r *REGION*, --region *REGION***  
指定 AWS 區域 要使用的 。使用 [`pcluster configure`](pcluster.configure.md)命令預設為 AWS 區域 指定的 。

**使用 2.11.7 AWS ParallelCluster 版的範例：**

```
$ pcluster start mycluster
Compute fleet status is: RUNNING. Submitting status change request.
Request submitted successfully. It might take a while for the transition to complete.
Please run 'pcluster status' if you need to check compute fleet status
```

此命令會將 Auto Scaling 群組參數設為下列其中一個：
+ 初始組態值 (`max_queue_size` 和 `initial_queue_size`)，來自建立叢集所用的範本。
+ 用來更新叢集的組態值，因為它是第一個建立的叢集。