Yandex.Cloud
  • Services
  • Why Yandex.Cloud
  • Pricing
  • Documentation
  • Contact us
Get started
Command line interface
  • Getting started with the CLI
  • Step-by-step instructions
    • All instructions
    • CLI installation
    • Authentication
      • Authenticating as a user
      • Authenticating as a service account
      • Authenticating as a federated user
    • Profile management
      • Creating a profile
      • Managing profile parameters
      • Getting profile information
      • Activating a profile
      • Deleting a profile
  • Concepts
    • Running commands
    • CLI configuration
    • Synchronous and asynchronous command execution modes
  • CLI releases
  • Troubleshooting
  • CLI reference
    • Overview
    • YC CLI management
      • yc operation
      • yc config
      • yc components
    • Service management
      • yc iam
      • yc resource-manager
      • yc compute
      • yc vpc
      • yc managed-clickhouse
      • yc managed-mongodb
      • yc managed-postgresql
  1. Troubleshooting

Troubleshooting

    If an error occurs during the operation, the CLI displays the corresponding message.

    Sample error message

    $ yc compute instance create --name my-inst3 --metadata user-data="#ps1\nnet user Administrator Passw0rd" --zone ru-central1-b --public-ip --create-boot-disk image-folder-id=standard-images,image-name=windows-2016-gvlk-153
    7967224
    ERROR: rpc error: code = ResourceExhausted desc = The limit on maximum number of instances has exceeded.
    
    
    server-request-id: 9d42710c-4a14-4561-a491-1f3bf76dbaaa
    client-request-id: e69f4463-b9de-45bc-89b3-4db6e4d1bae6
    client-trace-id: ddd8c763-81a3-4c58-9a7d-445257b59aee
    
    Use server-request-id, client-request-id, client-trace-id for investigation of issues in cloud support
    If you are going to ask for help of cloud support, please send the following trace file: C:\Users\username\yandex-cloud\logs\yc_compute_instance_create-2019-02-18T12-26-39.897.txt
    

    What should I do?

    To help our support team solve your problem faster, use the error message to:

    1. Copy all available IDs. In the given example, these are server-request-id, client-request-id, and client-trace-id.

    2. Copy the trace filethat was saved to your PC. See the path to the trace file at the end of the error message.
      In the given example, it is:

      C:\Users\username\yandex-cloud\logs\yc_compute_instance_create-2019-02-18T12-26-39.897.txt
      
    3. Provide this information to technical support.

    Language
    Careers
    Privacy policy
    Terms of use
    © 2021 Yandex.Cloud LLC