Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 98FB7EDFF for ; Thu, 31 Jan 2013 08:38:01 +0000 (UTC) Received: (qmail 69938 invoked by uid 500); 31 Jan 2013 08:38:01 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 69619 invoked by uid 500); 31 Jan 2013 08:38:00 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 69579 invoked by uid 99); 31 Jan 2013 08:37:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 08:37:58 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ch007m@gmail.com designates 209.85.216.174 as permitted sender) Received: from [209.85.216.174] (HELO mail-qc0-f174.google.com) (209.85.216.174) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2013 08:37:53 +0000 Received: by mail-qc0-f174.google.com with SMTP id z24so1138311qcq.5 for ; Thu, 31 Jan 2013 00:37:32 -0800 (PST) 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=n6gvZcbscxR8tiH6/Q0ghFfFcPFGA/DSrexCwwTxtLU=; b=DhTE0zM5nPGmwFDLpRQ1rRoYI87vusJxpb1vBmcwc4uI1CANyQ/9ss9jJDw4suWSq8 o2VNzVmpBhPkaWMgZ94CIT5ZbV9G2qacbYG/kUrLD1qgR5O8fyQpitB/oDMwb0fw2ES5 VBNrHBdOouLCD/f+i2udg1vZiqRNyDCRrBSYzZyQTto7BlGVhbP/JgErSGeICIZee1i3 1M4kUN1Us2MBURFFmv6xMfBGr+MvpFw8+b9JLH8Z1HVT+bwt28VnSVKpmGuXLqIrkz3b HuRUy9EoyJxE+LsURqpbhNAOHAeY1OJYnRTxc/i4AjebfuFlrzgILT517ZzDyU9mTcr1 oI7A== MIME-Version: 1.0 X-Received: by 10.224.19.18 with SMTP id y18mr8143626qaa.10.1359621452413; Thu, 31 Jan 2013 00:37:32 -0800 (PST) Received: by 10.224.52.142 with HTTP; Thu, 31 Jan 2013 00:37:32 -0800 (PST) In-Reply-To: References: Date: Thu, 31 Jan 2013 09:37:32 +0100 Message-ID: Subject: Re: What should be the mount point to be used for CloudStack 4.1 From: Charles Moulliard To: cloudstack-users@incubator.apache.org Content-Type: multipart/alternative; boundary=14dae9ccd660b33b2404d49189a8 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9ccd660b33b2404d49189a8 Content-Type: text/plain; charset=ISO-8859-1 Great. I better understand now. I will mount it locally on my ubuntu machine (as until now I test that on this one instead of my mac os which is busy for my presentation/demo of tomorrow) On Thu, Jan 31, 2013 at 9:21 AM, Sebastien Goasguen wrote: > Charles, that's because your NFS server is within devcloud and you are not > mounting it on your laptop. The mgt server does not have access to the > secondary storage. > > try something like this: > > sudo mount -t nfs -o resvport 192.168.56.10:/opt/storage/secondary > /Users//Documents/cloudstack > and install the template in your Documents/cloudstack > > > On Jan 31, 2013, at 9:17 AM, Charles Moulliard wrote: > > > Hi, > > > > On the machine (=MacOS) where the management server runs (and also Jetty > > Web Server), If I run the following script to add a template (instead of > > using the web console), I get this error : > > > > . $ ./cloud-install-sys-tmplt -m nfs://192.168.56.10: > /opt/storage/secondary > > -u http://192.168.5.7/f59f18fb-ae94-4f97-afd2-f84755767aca.vhd.bz2 -h > > xenserver -e vhd > > > > --> > > > > mount point nfs://192.168.56.10:/opt/storage/secondary doesn't exist\n > > Installation failed > > > > Question : What should be the command to be used to add a new template in > > the secondary storage (= VM machine running in VirtualBox) ? > > > > REMARK : I have followed the procedure here to install Cloudtsack ( > > > https://cwiki.apache.org/CLOUDSTACK/cloudstack-devcloud-environment-setup.html > > ). > > > > Regards, > > > > -- > > Charles Moulliard > > Apache Committer / Sr. Enterprise Architect (RedHat) > > Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com > > -- Charles Moulliard Apache Committer / Sr. Enterprise Architect (RedHat) Twitter : @cmoulliard | Blog : http://cmoulliard.blogspot.com --14dae9ccd660b33b2404d49189a8--