Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A15F18291 for ; Mon, 20 Jul 2015 15:24:47 +0000 (UTC) Received: (qmail 70592 invoked by uid 500); 20 Jul 2015 15:17:26 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 70540 invoked by uid 500); 20 Jul 2015 15:17:26 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 70528 invoked by uid 99); 20 Jul 2015 15:17:26 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jul 2015 15:17:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 235BBC09A5 for ; Mon, 20 Jul 2015 15:17:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.88 X-Spam-Level: ** X-Spam-Status: No, score=2.88 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id oeATMHZQv5OM for ; Mon, 20 Jul 2015 15:17:18 +0000 (UTC) Received: from mail-ig0-f179.google.com (mail-ig0-f179.google.com [209.85.213.179]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0F38521143 for ; Mon, 20 Jul 2015 15:17:18 +0000 (UTC) Received: by igvi1 with SMTP id i1so79119903igv.1 for ; Mon, 20 Jul 2015 08:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=srC87UcGj8YsdMBZiJ72JgBXxHSgg+hjhSBzscukKqU=; b=LRkvzsHSeNbHA+7Twh5G9ihINu9ilHtcslFoUo/mD6Z06XrFfAm1UNVn1L1V6vnon8 XUiXrbggSaPIwiup7NNjg9Cc/acojyHvxxKxSncC9ypZKgOGgN7UkFlD8aJkCCH39gOz xsjVrItEAp8/P8NReyAUGJcgQXHthp2uM8L6hnJQzPD19Q5fmg3EyRa62vGiURu07d1G 4MICS2NkjSuEPcOQ5OcdNLuBxR68TRqhW1OsryKvc11FY+EKkJlh0de9/j3k3W9im3Wi 5giePiXxfR4rNaqszzFlDz6mAN+kd/jIEMA/jWhYwin52KcIdhB4s4b4WsGhCETeWjAZ EPRg== MIME-Version: 1.0 X-Received: by 10.107.9.137 with SMTP id 9mr41339473ioj.50.1437405436225; Mon, 20 Jul 2015 08:17:16 -0700 (PDT) Received: by 10.79.32.15 with HTTP; Mon, 20 Jul 2015 08:17:16 -0700 (PDT) Date: Mon, 20 Jul 2015 20:47:16 +0530 Message-ID: Subject: How to change the Host password From: kotipalli venkatesh To: users@cloudstack.apache.org Content-Type: multipart/alternative; boundary=001a113f8f146caedf051b500836 --001a113f8f146caedf051b500836 Content-Type: text/plain; charset=UTF-8 Hi All, As per last discussion change the host password. But management server not communicate with host. Followed steps are: *step 1*: Directly login in to the host and run the command passwd and change the host password. *step 2*: Login to the management server run the command is java -classpath /usr/share/cloudstack-common/lib/jasypt-1.9.0.jar \ org.jasypt.intf.cli.JasyptPBEStringEncryptionCLI \ encrypt.sh input="newrootpassword" \ (here giving new password) password="databasekey" \ verbose=false after run this command encrypted format will be observed. *Step 3*: Login to the database and run the command is update host_details set password= where host_id in (comma_separated_list_of_host_ids); *Step 4*: Then Restart the mysql service and cloudstack-management service. Then go to infrastructure to see the status of host is DISCONNECT state. please anyone give me proper solution its very urgent. Thank you, Venkatesh.k --001a113f8f146caedf051b500836--