Configurer les outils IO pour accéder aux runbooks
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Cette page explique comment configurer le service d'outil d'E/S.
Ce service configure une page Web locale pour accéder aux manuels de service qui incluent des runbooks, des alertes et des descriptions de messages d'erreur utiles pour résoudre les problèmes de déploiement. L'assistance Google peut vous demander de suivre l'un de ces runbooks lors du dépannage. Le service inclut également les outils et les scripts mentionnés dans les runbooks. Vous pouvez utiliser cette méthode pour configurer des outils d'E/S en dehors de l'appliance sur n'importe quel appareil sur lequel Docker est installé.
Sur votre ordinateur portable ou votre poste de travail, authentifiez-vous avec gcloud et suivez les instructions :
gcloudauthlogin
Téléchargez le fichier tar GDC sur l'ordinateur portable ou le poste de travail.
Si la commande suivante échoue, exécutez l'étape 2, puis réessayez l'étape actuelle.
Créez un répertoire sur l'appareil et transférez le fichier prod_te_gdch.tar.gz de la machine DTO vers ce répertoire. Dans les étapes suivantes, nous ferons référence à ce répertoire en tant que $GDCH_ROOT.
Extrayez le fichier tar téléchargé vers $GDCH_ROOT :
tar-Ipigz-xvfgdch.tar.gz-C$GDCH_ROOT
Accédez au répertoire $GDCH_ROOT/release/ et utilisez cette commande pour extraire l'outil d'E/S : docker image.
Attendez que le document se charge, puis utilisez http://127.0.0.1:7001 pour y accéder.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/09/04 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/09/04 (UTC)."],[],[],null,["# Set up the IO tools to access runbooks\n\nThis page describes how to set up and configure the IO tool service.\nThis service sets up a local web page to access service manuals that include\nrunbooks, alerts, and error message descriptions which are useful for\ntroubleshooting the deployment. Google support might ask you to follow one of\nthese runbooks when troubleshooting. The service also includes tools and scripts\nmentioned in the runbooks. You can use this method to set up IO tools\noutside the appliance on any of your devices which has\n[docker](https://www.docker.com/) installed.\n| **Important:** To access the URLs on this page, you must connect to the internet. The URLs are provided for use when you have such access.\n\nDownload the GDC tar\n--------------------\n\n| **Note:** If you have already downloaded the tar as part of earlier setup you can skip to the next section to set up the IO tool.\n\n1. Verify your service account's access to the\n [private-cloud-release bucket](https://pantheon.corp.google.com/storage/browser/private-cloud-release-partner).\n\n2. On your laptop or workstation, authenticate with [gcloud](https://cloud.google.com/sdk/gcloud/reference/auth/login)\n and follow the instructions:\n\n gcloud auth login\n\n3. Download the GDC tar to the laptop or workstation.\n If the following command fails, run Step 2 and try the current step again.\n\n gsutil cp gs://private-cloud-release-partner/${GDCH_VERSION}/prod_te_gdch.tar.gz ~/\n\nConfigure the IO tool\n---------------------\n\n1. Create a directory on the device and\n transfer the `prod_te_gdch.tar.gz` from the DTO machine to the\n that directory. Refer to this directory as `$GDCH_ROOT` in the following steps.\n\n2. Extract the downloaded tar to `$GDCH_ROOT`:\n\n tar -I pigz -xvf gdch.tar.gz -C $GDCH_ROOT\n\n3. Navigate to the `$GDCH_ROOT/release/` directory and use this command to extract the IO tool: docker image.\n\n gdcloud artifacts extract oci/ $GDCH_ROOT/io_tool/ --image-name gpc-system-container-images/private-cloud-devel/operation-tools:latest --docker-executable\n\n4. Use docker commands to load and then run the image:\n\n docker load $GDCH_ROOT/io_tool/gpc-system-container-images/private-cloud-devel/operation-tools.tar\n docker run -v ~/log:/var/log --net=host -it gpc-system-container-images/private-cloud-devel/operation-tools\n\n5. Wait for the document to load and then use http://127.0.0.1:7001 to access documents."]]