Your global account is the entry point for managing the resources, landscape, and entitlements for your departments and projects in a self-service manner in SAP BTP. You can use the command-line tool btp CLI to set it up.
The content in this section is only relevant for cloud management tools feature set B. For more information, see Cloud Management Tools - Feature Set Overview.
Set up your account model by creating subaccounts in your enterprise account that is running on the cloud management tools feature set B. You can create any number of subaccounts in the Cloud Foundry environment and region.
-
You have purchased an enterprise global account.
-
You have downloaded and extracted the following command-line tools:
-
SAP BTP command line interface (btp CLI). See Download and Start Using the btp CLI Client
-
Cloud Foundry CLI (cf CLI). See Download and Install the Cloud Foundry Command Line Interface
-
In the btp CLI, you can view the command help of each command to get information about how to use the command, its syntax, and input parameters. See Get Help.
Step No. |
Task |
Performed By |
Do This |
More Information |
---|---|---|---|---|
|
Log in to your global account using the URL of the btp CLI server and the subdomain of your global account. |
Global account administrator or viewer |
Run this command in the btp CLI:
|
See Log in. |
|
View details of your global account. |
Global account admin or viewer |
Run this command in the btp CLI:
|
See Working with Global Accounts, Directories, and Subaccounts Using the btp CLI. |
|
Add admins to your global account. |
Global account admin |
Assign the role collection
|
See Managing Users and Their Authorizations Using the btp CLI and Security Administration: Managing Authentication and Authorization. |
|
View all the regions that are available to your global account and subaccounts. |
Global account admin or viewer |
Run this command in the btp CLI:
|
This command also provides information about the environments and infrastructure provider of each region. |
|
Create subaccounts in your global account. |
Global account admin |
Run this command in the btp CLI:
|
See Working with Global Accounts, Directories, and Subaccounts Using the btp CLI and Relationship Between Global Accounts and Subaccounts [Feature Set A]. |
|
View the details of the subaccounts in your global account. |
Global account admin or viewer |
Run this command in the btp CLI:
|
See Working with Global Accounts, Directories, and Subaccounts Using the btp CLI. |
|
Add admins to your subaccounts. |
Subaccount admin |
Assign the role collection
|
See Managing Users and Their Authorizations Using the btp CLI and Security Administration: Managing Authentication and Authorization. |
|
View all the services and applications that are entitled to your global account, including quota information per service plan. |
Global account admin or viewer |
Run this command in the btp CLI:
|
|
|
Assign quotas to your subaccounts. |
Global account admin |
Run this command in the btp CLI:
Validate with this command:
|
|
|
View all the entitlements in your subaccounts. |
Subaccount admin or viewer |
Run this command in the btp CLI:
|
|
|
Create a Cloud Foundry org (environment instance) in your subaccounts. |
Subaccount admin |
Run this command in the btp CLI:
|
|
|
View details of the environment instances in your subaccounts. |
Subaccount admin or viewer |
Run this command in the btp CLI:
|
|
|
Create a Cloud Foundry space. |
Org manager |
Run these cf CLI commands:
|
See Create Spaces Using the Cloud Foundry Command Line Interface. |
|
Add Cloud Foundry org and space members. |
Org manager |
Run these cf CLI commands:
|
See Add Organization Members Using the Cloud Foundry Command Line Interface and Add Space Members Using the Cloud Foundry Command Line Interface. |
|
Display all available services in the Cloud Foundry marketplace. |
Org manager |
Run this cf CLI command:
|
Using the btp CLI, you can perform additional account maintenance tasks, such as updating global account and subaccount details, deleting subaccounts, and deleting environment instances.
Subaccount members can also use the btp CLI to work with multitenant applications. See Working with Multitenant Applications Using the btp CLI.
Org/space members can create service instances, which are entitled to the subaccount, using also the cf create-service <allowed-service-plan>
command in the cf CLI. Use the cf CLI command cf services to verify that the service instances exist.
For further documentation about developer tasks, see Development in the Cloud Foundry Environment.
Related Information
Download and Start Using the btp CLI Client