如果看到 You do not currently have this command group
installed 訊息,請按照提示安裝缺少的元件。
如果看到「ERROR: (gcloud.alpha) Invalid choice:
'cbrs-spectrum-access' run gcloud components update」訊息,請按照提示安裝更新,然後再試一次。
如果您看到 FAILED_PRECONDITION: The project does not have
a billing account associated with it. 訊息,請參閱如何為現有專案啟用帳單功能,為 SAS 專案啟用帳單功能。
如果您看到 ALREADY_EXISTS: Your project id
PROJECT_ID matches a user id already
present in our system. Please create a new project with a different
ID. 訊息,請按照下列步驟操作:
如果您是新客戶,請返回步驟 2,使用其他專案 ID 建立新專案,然後繼續操作。
如果 Google Cloud 管理員為您建立專案,請要求對方為 SAS 建立新專案,並按照「事前準備」一節所述,授予您存取權。返回步驟 3 並繼續操作。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-09-04 (世界標準時間)。"],[],[],null,["# Create new deployments\n\nAfter you have [Provisioned the SAS service for your first deployment](/spectrum-access-system/docs/quickstart),\nyou can provision the SAS service for additional deployments using\nthe Google Cloud CLI. You can create a deployment in a new or existing SAS\norganization.\n\nBefore you begin\n----------------\n\nEach SAS deployment can only be associated with a single Google Cloud project.\nIf you have not already done som you must create a new Google Cloud project in which you\nthen create a SAS deployment. For more information, see\n[Creating and managing projects](/resource-manager/docs/creating-managing-projects).\nRecord the project ID of your new project - it is required to complete the steps\nin this guide.\n\nThe project must be linked to a billing account. For more information, see\n[Enable billing for a new project](/billing/docs/how-to/modify-project#enable_billing_for_a_new_project).\n| **Note:** The project ID of the Google Cloud project used for provisioning becomes the default user ID of your first SAS deployment. Once you have registered CBSDs with SAS using a specific user ID, you cannot change that user ID without re-registering the devices to a new deployment.\n\n### Update the Google Cloud CLI\n\n1. Go to the Google Cloud console.\n\n2. If you haven't installed the Google Cloud CLI, follow the instructions\n at [Initializing the Google Cloud CLI](/sdk/docs/initializing) to install it from\n the Google Cloud console.\n\n3. Update the Google Cloud CLI and get access to the Google SAS toolset:\n\n gcloud components update\n\nCreate a new deployment in a new SAS organization\n-------------------------------------------------\n\nTo create a new deployment in a new SAS organization, complete\nthe steps in this section.\n\n1. Use the following command to set the target Google Cloud project as the active project:\n\n gcloud config set project \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the Google Cloud project ID\n of the project you created earlier in this guide.\n2. Provision your new deployment:\n\n gcloud alpha cbrs-spectrum-access provision \\\n --organization-name=\"\u003cvar translate=\"no\"\u003eORGANIZATION_NAME\u003c/var\u003e\"\n\n - Replace \u003cvar translate=\"no\"\u003eORGANIZATION_NAME\u003c/var\u003e with the name of your SAS organization as you want to appear in the SAS Portal. \u003cvar translate=\"no\"\u003eORGANIZATION_NAME\u003c/var\u003e can include spaces, lowercase or uppercase letters, numbers, and punctuation.\n3. Follow the prompts that appear to enable the SAS Portal API\n on the project and create a new deployment in your SAS\n organization.\n\n 1. If provisioning is successful, you see the following output:\n\n A new SAS deployment with userID: \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e has been created. Go to g.co/sasportal to check\n spectrum availability, pre-register CBSDs, check\n CBSD status and manage users.\n\n 2. If you see the message `You do not currently have this command group\n installed`, follow the prompts to install the missing components.\n\n 3. If you see the message `ERROR: (gcloud.alpha) Invalid choice:\n 'cbrs-spectrum-access'` run `gcloud components update` and follow the\n prompts to install the updates and try again.\n\n 4. If you see the message `FAILED_PRECONDITION: The project does not have\n a billing account associated with it.` see\n [How to enable billing on an existing project](/billing/docs/how-to/modify-project#how-to-enable-billing)\n to enable billing for your SAS project.\n\n 5. If you see the message `ALREADY_EXISTS: Your project id\n `\u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e` matches a user id already\n present in our system. Please create a new project with a different\n ID.`, do the following:\n\n - If you are a new customer, go return to Step 2 to create a new project with a different project ID and proceed.\n - If your Google Cloud administrator created the project for you, ask them to create a new project for SAS and grant you access as described in the [Before you begin](#before-you-begin) section. Return to Step 3 and proceed.\n\nYou are finished! Go to the\n[SAS Portal](https://wirelessconnectivity.google.com/sas)\nto [add users](/spectrum-access-system/docs/users-sasportal),\n[create CBSD configurations](/spectrum-access-system/docs/cbsd/configure), and\n[view the status of your CBRS network](/spectrum-access-system/docs/portal#analyze-status).\n\nCreate a new deployment in an existing SAS organization\n-------------------------------------------------------\n\nComplete the steps in this section to retrieve your existing SAS organization ID, and\nprovision the SAS service for a new deployment in your existing SAS organization.\n\n### Retrieve your SAS organization ID\n\n1. Retrieve your SAS Portal organization ID.\n\n 1. Go to the [Google SAS Portal](https://wirelessconnectivity.google.com/sas)\n\n 2. Select **View deployments**.\n\n 3. In the page that appears, click the name of the target SAS organization.\n\n 4. Click **Open**.\n\n 5. Retrieve your SAS organization ID from the URL.\n The organization ID is the number that follows the `org/` string. For example:\n\n### Provision your new SAS deployment\n\n1. Use the following command to set the target Google Cloud project as the active project:\n\n gcloud config set project \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the Google Cloud project ID\n of the project you created earlier in this guide.\n2. Provision your new deployment under the target SAS organization:\n\n gcloud alpha cbrs-spectrum-access provision \\\n --organization-id=\u003cvar translate=\"no\"\u003eSAS_ORGANIZATION_ID\u003c/var\u003e\n\n Replace \u003cvar translate=\"no\"\u003eSAS_ORGANIZATION_ID\u003c/var\u003e with the Portal\n organization ID that you retrieved earlier.\n3. Follow the prompts that appear to enable the SAS Portal API\n on the project and complete the provisioning of your deployment.\n\nYou are finished! Go to the\n[SAS Portal](https://wirelessconnectivity.google.com/sas)\nto [add users](/spectrum-access-system/docs/users-sasportal),\n[create CBSD configurations](/spectrum-access-system/docs/cbsd/configure), and\n[view the status of your CBRS network](/spectrum-access-system/docs/portal#analyze-status).\n\nWhat's next\n-----------\n\n- Learn about [Citizens Broadband Radio Service Devices (CBSDs)](/spectrum-access-system/docs/cbsd/overview).\n- Preruse product videos and training sessions at [SAS YouTube channel](https://www.youtube.com/channel/UCPRC_4Oip3BfdjHvMXNU4MQ/videos).\n- [Troubleshoot SAS issues](/spectrum-access-system/docs/troubleshooting)."]]