Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-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 9BCE6D5A3 for ; Tue, 14 May 2013 14:46:31 +0000 (UTC) Received: (qmail 33815 invoked by uid 500); 14 May 2013 14:46:31 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 33756 invoked by uid 500); 14 May 2013 14:46:30 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 33743 invoked by uid 99); 14 May 2013 14:46:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 14:46:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mingyu.li.cn@gmail.com designates 209.85.128.178 as permitted sender) Received: from [209.85.128.178] (HELO mail-ve0-f178.google.com) (209.85.128.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 14:46:24 +0000 Received: by mail-ve0-f178.google.com with SMTP id jy13so707695veb.9 for ; Tue, 14 May 2013 07:46:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=BmgYraHY83MSlpCEviT1Amcu+VXtwds3N6HPMcEFiAs=; b=pVuP/FSgswc2SWLUQdBovOOpvXBZDIEGgb9dJ2hmCbrvINVeEhYDptiN0WiARnuW3q 9Pvc/0heasS2hNSUyXlxCNdb4KnUfNek+r7E7jSsuMpiTLyf08PGKzMjFvVekFh6wxyV ao4bWeg9Wpgd0iVx7jBoGCNCjilmbFpjVMk77SWFQxrmXh41AmD6o5frfOHohhQFFR8B zBXvpp27LlY1hjLpouChQkHyYx4TdspRRtHMbBkldYlgDfGG1uuXyZK4iYtBBpAeH/Yu HETQGsLfK4GngauWfXD6TPwnL7/3KDThSMlbyT4el94DBGCo8qO+igqFSgO+GsA18LAL z6YQ== MIME-Version: 1.0 X-Received: by 10.52.249.41 with SMTP id yr9mr3718739vdc.17.1368542763499; Tue, 14 May 2013 07:46:03 -0700 (PDT) Received: by 10.58.229.34 with HTTP; Tue, 14 May 2013 07:46:02 -0700 (PDT) In-Reply-To: References: <434A0ECB689CAF49A3A2321F30F2AB8326434ECD@FALEX03.au.fjanz.com> <5191E3AD.8030303@redhat.com> Date: Tue, 14 May 2013 22:46:02 +0800 Message-ID: Subject: Re: How could I run deltacloud from a remote server From: Mingyu Li To: dev@deltacloud.apache.org, mfojtik@redhat.com Content-Type: multipart/alternative; boundary=089e01294a804751e104dcaeb117 X-Virus-Checked: Checked by ClamAV on apache.org --089e01294a804751e104dcaeb117 Content-Type: text/plain; charset=ISO-8859-1 Hi Dies and Michal, I have tried but both 'nohup' or -d dosen't work for my purpose. When I used 'nohup', after the ssh connection to the sever in terminal is close, the deltacloud service is not available. When I used -d, I typed the command as follows: " deltacloudd -i ec2 -r 211.154.6.45 -p 3009 -d ". But there is no echo in terminal, neither is deltacloud service available. Thank you. 2013/5/14 Mingyu Li > Hi Dies and Michal, > Thank you very much. > > Mingyu > > > 2013/5/14 Michal Fojtik > >> On 05/14/2013 07:54 AM, Koper, Dies wrote: >> >>> Hi Mingyu, >>> >>> Check out the '-d' option: >>> >>> $ deltacloudd -i ec2 -p 5000 -r 211.154.xx.xx -d >>> >> >> Yes, -d should turn on the 'daemon' mode, but you can also run >> Deltacloud inside the 'screen' or using 'nohup' command. >> >> [1] http://linux.die.net/man/1/**screen >> [2] http://linux.die.net/man/1/**nohup >> >> -- Michal >> >> >> >>> Regards, >>> Dies Koper >>> >>> >>> -----Original Message----- >>>> From: Mingyu Li [mailto:mingyu.li.cn@gmail.com**] >>>> Sent: Tuesday, 14 May 2013 3:49 PM >>>> To: dev@deltacloud.apache.org >>>> Subject: How could I run deltacloud from a remote server >>>> >>>> Dear Deltacloud community, >>>> >>>> I connected to a Linux server of which the IP is 211.154.xx.xx with >>>> >>> ssh >>> >>>> in >>>> a terminal. Then I ran deltacloud as: >>>> >>>> $ deltacloudd -i ec2 -p 5000 -r 211.154.xx.xx >>>> >>>> But after I have close the connection to 211.154. x.xx in the >>>> >>> terminal. >>> >>>> The >>>> deltacloud is not available either. >>>> >>>> How could I run deltacloud from a remote server? >>>> Thank you very much. >>>> >>>> Best regards, >>>> Mingyu >>>> >>> >>> >> >> -- >> >> Michal Fojtik >> Deltacloud API, CloudForms >> > > --089e01294a804751e104dcaeb117--