In alcune situazioni devi inserire un indirizzo IP, mentre in altre
devi inserire un nome host. E in alcuni casi non ha importanza. Puoi determinare il valore appropriato esaminando il certificato di pubblicazione del tuo server vCenter.
Scarica il certificato di pubblicazione del tuo server vCenter e salvalo in un file denominato vcenter.pem:
Sostituisci VCENTER_IP con l'indirizzo IP del tuo
vCenter Server.
Apri il file del certificato per visualizzare il nome comune del soggetto e il nome alternativo del soggetto:
openssl x509 -in vcenter.pem -text -noout
L'output mostra il nome comune del soggetto (CN). Potrebbe essere un indirizzo IP
o un nome host. Ad esempio:
Subject: ... CN = 203.0.113.100
Subject: ... CN = my-host.my-domain.example
L'output potrebbe anche includere uno o più nomi DNS in Subject Alternative Name:
X509v3 Subject Alternative Name:
DNS:vcenter.my-domain.example
Scegli il nome comune del soggetto o uno dei nomi DNS in
Subject Alternative Name da utilizzare come valore dell'indirizzo del server vCenter
nel file di configurazione. Ad esempio:
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-05-08 UTC."],[[["This guide explains how to determine the correct value for the vCenter server address in Google Distributed Cloud configuration files."],["The appropriate vCenter server address value can be found by inspecting the serving certificate of your vCenter server."],["You can download the vCenter server's serving certificate using an `openssl` command, and then view the certificate to find the necessary value."],["The value can be either the Subject Common Name (CN) or a DNS name listed under the Subject Alternative Name in the serving certificate."],["The found vCenter server address should be inserted into the admin workstation, admin cluster or user cluster configuration file as the value for `address` under `vCenter` and `credentials`."]]],[]]