blob: 8623e8579b1d5c9a5b69619be111b263cc20a747 [file] [log] [blame]
#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership. The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License. You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:57\n"
"PO-Revision-Date: 2013-02-02T20:11:57\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "Changing Host Password"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The password for a XenServer Node, KVM Node, or vSphere Node may be changed in the database. Note that all Nodes in a Cluster must have the same password."
msgstr ""
#. Tag: para
#, no-c-format
msgid "To change a Node's password:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Identify all hosts in the cluster."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Change the password on all hosts in the cluster. Now the password for the host and the password known to &PRODUCT; will not match. Operations on the cluster will fail until the two passwords match."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Get the list of host IDs for the host in the cluster where you are changing the password. You will need to access the database to determine these host IDs. For each hostname \"h\" (or vSphere cluster) that you are changing the password for, execute:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "mysql> select id from cloud.host where name like '%h%';"
msgstr ""
#. Tag: para
#, no-c-format
msgid "This should return a single ID. Record the set of such IDs for these hosts."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Update the passwords for the host in the database. In this example, we change the passwords for hosts with IDs 5, 10, and 12 to \"password\"."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "mysql> update cloud.host set password='password' where id=5 or id=10 or id=12;"
msgstr ""