Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Depois de provisionar o serviço SAS para a primeira implantação,
é possível provisionar o serviço SAS para outras implantações usando
a CLI do Google Cloud. É possível criar uma implantação em uma organização SAS nova ou atual.
Antes de começar
Cada implantação do SAS só pode ser associada a um único projeto do Google Cloud .
Se você ainda não fez isso, crie um novo projeto Google Cloud em que vai criar uma implantação do SAS. Saiba mais em
Como criar e gerenciar projetos.
Anote o ID do seu novo projeto. Ele é necessário para concluir as etapas
deste guia.
Se você não tiver instalado a CLI do Google Cloud, siga as instruções
em Como inicializar a CLI do Google Cloud para instalá-la no
Google Cloud console.
Atualize a CLI do Google Cloud e tenha acesso ao conjunto de ferramentas do Google SAS:
gcloudcomponentsupdate
Criar uma nova implantação em uma organização do SAS
Para criar uma implantação em uma nova organização do SAS, siga
as etapas desta seção.
Use o comando a seguir para definir o projeto Google Cloud de destino como o projeto ativo:
gcloud config set project PROJECT_ID
Substitua PROJECT_ID pelo ID do projeto Google Cloud
que você criou anteriormente neste guia.
Substitua ORGANIZATION_NAME pelo nome da sua
organização SAS como você quer que apareça no
Portal SAS. ORGANIZATION_NAME pode
incluir espaços, letras minúsculas ou maiúsculas, números e pontuação.
Siga as instruções que aparecem para ativar a API do Portal SAS
no projeto e criar uma nova implantação na organização
SAS.
Se o provisionamento for bem-sucedido, você verá a seguinte saída:
Se você receber a mensagem You do not currently have this command group
installed, siga as instruções para instalar os componentes ausentes.
Se você receber a mensagem ERROR: (gcloud.alpha) Invalid choice:
'cbrs-spectrum-access', execute gcloud components update e siga as
instruções para instalar as atualizações e tentar novamente.
Se você receber a mensagem FAILED_PRECONDITION: The project does not have
a billing account associated with it., consulte
Como ativar o faturamento em um projeto existente
para ativar o faturamento no seu projeto SAS.
Se você receber a mensagem 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., faça o seguinte:
Se você for um cliente novo, volte à etapa 2 para criar um projeto com um ID diferente e prossiga.
Se o Google Cloud administrador criou o projeto para você,
peça para ele criar um novo projeto para SAS e conceder
acesso, conforme descrito na seção Antes de começar. Volte para a etapa 3 e prossiga.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)."]]