Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43EAD18BC8 for ; Wed, 2 Mar 2016 20:53:19 +0000 (UTC) Received: (qmail 29504 invoked by uid 500); 2 Mar 2016 20:53:19 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 29411 invoked by uid 500); 2 Mar 2016 20:53:18 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 29372 invoked by uid 99); 2 Mar 2016 20:53:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 20:53:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C83502C1F58 for ; Wed, 2 Mar 2016 20:53:18 +0000 (UTC) Date: Wed, 2 Mar 2016 20:53:18 +0000 (UTC) From: "Jeff Sposetti (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-15078) Command "ambari-server backup" fails as /var/run/ambari-server/bootstrap/ does not exist. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-15078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Sposetti updated AMBARI-15078: ----------------------------------- Fix Version/s: (was: 2.2.0) 2.2.2 > Command "ambari-server backup" fails as /var/run/ambari-server/bootstrap/ does not exist. > ----------------------------------------------------------------------------------------- > > Key: AMBARI-15078 > URL: https://issues.apache.org/jira/browse/AMBARI-15078 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.1.2 > Environment: CentOS Linux release 7.2.1511 (Core) > ambari-agent-2.1.2-377.x86_64 > ambari-server-2.1.2-377.x86_64 > ambari-metrics-hadoop-sink-2.1.2-377.x86_64 > ambari-metrics-monitor-2.1.2-377.x86_64 > ambari-metrics-collector-2.1.2-377.x86_64 > Reporter: Mark S > Fix For: 2.2.2 > > > I am looking to backup my Ambari 2.1.2 instance and I am trying to follow the instructions outlined here: > http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_reference_guide/content/_back_up_current_data.html > However, the final step throws an error: > {code} > ambari-server backup > Using python /usr/bin/python2.7 > Backing up Ambari File System state... *this will not backup the server database* > Backup requested. > No path specified. Will use /var/lib/ambari-server/Ambari_State_Backup.zip > Backup process initiated. > Error while validating folders. Folder /var/run/ambari-server/bootstrap/ does not exist. > {code} > There seems to be missing folders: > {code} > ls -al /var/run/ambari-server/ > total 0 > drwxr-xr-x. 2 root root 40 Feb 17 15:10 . > drwxr-xr-x. 38 root root 1000 Feb 11 17:38 .. > {code} > {panel} > Note**: It is worth mentioning that this issue does not occur on my Ambari 2.2.0 instance. > {panel} -- This message was sent by Atlassian JIRA (v6.3.4#6332)