Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Auf dieser Seite wird beschrieben, wie Sie den IO-Tool-Dienst einrichten und konfigurieren.
Dieser Dienst richtet eine lokale Webseite ein, über die Sie auf Servicehandbücher zugreifen können, die Runbooks, Benachrichtigungen und Beschreibungen von Fehlermeldungen enthalten, die für die Fehlerbehebung bei der Bereitstellung nützlich sind. Möglicherweise werden Sie vom Google-Support aufgefordert, bei der Fehlerbehebung eines dieser Runbooks zu befolgen. Der Dienst umfasst auch die in den Runbooks erwähnten Tools und Skripts. Mit dieser Methode können Sie IO-Tools außerhalb des Geräts auf jedem Ihrer Geräte einrichten, auf dem Docker installiert ist.
Authentifizieren Sie sich auf Ihrem Laptop oder Ihrer Workstation mit gcloud und folgen Sie der Anleitung:
gcloudauthlogin
Laden Sie die GDC-TAR-Datei auf den Laptop oder die Workstation herunter.
Wenn der folgende Befehl fehlschlägt, führen Sie Schritt 2 aus und versuchen Sie es noch einmal.
Erstellen Sie ein Verzeichnis auf dem Gerät und übertragen Sie die prod_te_gdch.tar.gz vom DTO-Computer in dieses Verzeichnis. In den folgenden Schritten wird dieses Verzeichnis als $GDCH_ROOT bezeichnet.
Extrahieren Sie die heruntergeladene TAR-Datei nach $GDCH_ROOT:
tar-Ipigz-xvfgdch.tar.gz-C$GDCH_ROOT
Wechseln Sie zum Verzeichnis $GDCH_ROOT/release/ und verwenden Sie diesen Befehl, um das IO-Tool zu extrahieren: docker image.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]