Here’s how to list the luns for a particular volume.
gcloud bms volumes luns list --project project-id --region us-central1 --volume at-xxxxxxx-volxxx |
cloud engineer
Here’s how to list the luns for a particular volume.
gcloud bms volumes luns list --project project-id --region us-central1 --volume at-xxxxxxx-volxxx |
gcloud bms volumes luns list --project project-id --region us-central1 --volume at-xxxxxxx-volxxx
Here’s how to describe a Bare Metal Server (BMS). The output display storage LUNS and network information.
gcloud bms instances describe INSTANCE --project PROJECT-ID --region us-central1 |
gcloud bms instances describe INSTANCE --project PROJECT-ID --region us-central1
Here’s how to describe a Bare Metal Server (BMS) volume within a project.
gcloud bms volumes describe at-xxxxxxx-vol001-data --project project_id --region us-central1 |
gcloud bms volumes describe at-xxxxxxx-vol001-data --project project_id --region us-central1
Here’s how to list all your Bare Metal Servers (BMS) volumes within a project.
gcloud bms volumes list --project PROJECT_ID --region us-central1 |
gcloud bms volumes list --project PROJECT_ID --region us-central1
Here’s how to list Bare Metal Servers in Google Cloud Platform via gcloud.
gcloud bms instances list --region REGION --project PROJECT |
gcloud bms instances list --region REGION --project PROJECT
Result
NAME ID PROJECT REGION MACHINE_TYPE CLIENT_IPS PRIVATE_IPS STATE server-001 at-xxxxxxx-svr001 project-01 us-central1 o2-ultramem-896-metal 10.0.0.1 192.168.253.1,192.168.252.1 RUNNING server-002 at-xxxxxxx-svr002 project-02 us-central1 o2-ultramem-896-metal 10.0.0.2 192.168.253.2,192.168.252.2 RUNNING |
NAME ID PROJECT REGION MACHINE_TYPE CLIENT_IPS PRIVATE_IPS STATE server-001 at-xxxxxxx-svr001 project-01 us-central1 o2-ultramem-896-metal 10.0.0.1 192.168.253.1,192.168.252.1 RUNNING server-002 at-xxxxxxx-svr002 project-02 us-central1 o2-ultramem-896-metal 10.0.0.2 192.168.253.2,192.168.252.2 RUNNING
Obviously you can see the same from GCP’s Console.