첫 번째 배포에 SAS 서비스를 프로비저닝한 후 Google Cloud CLI를 사용하여 추가 배포에 SAS 서비스를 프로비저닝할 수 있습니다. 새 SAS 조직 또는 기존 SAS 조직에서 배포를 만들 수 있습니다.
시작하기 전에
각 SAS 배포는 단일 프로젝트에만 연결할 수 있습니다. Google Cloud
아직 만들지 않았다면 새 Google Cloud 프로젝트를 만든 후 SAS 배포를 만들어야 합니다. 자세한 내용은 프로젝트 만들기 및 관리를 참고하세요.
새 프로젝트의 프로젝트 ID를 기록합니다. 이 가이드의 단계를 완료하는 데 필요합니다.
You do not currently have this command group
installed 메시지가 표시되면 메시지에 따라 누락된 구성요소를 설치합니다.
ERROR: (gcloud.alpha) Invalid choice:
'cbrs-spectrum-access' 메시지가 표시되면 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(UTC)"],[],[],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)."]]