Re: iso not downloading from local path

2018-02-12 Thread Swastik Mittal
> >>> > > even my system vm template was downloaded in > /mnt/secondary. > >>> But my > >>> > > dashboard does not show secondary storage infact shows > >>> primary > >>>

Re: iso not downloading from local path

2018-02-09 Thread Dag Sonstebo
ag and Glen for reply. >>> > >> >>> > >> I'll try changing the port and check. >>> > >> >>> > >> Regards >>> > >> Swastik >>> > >>

Re: iso not downloading from local path

2018-02-09 Thread Swastik Mittal
On Wed, Feb 7, 2018 at 8:43 PM, Swastik Mittal < >>> > mittal.swas...@gmail.com> >>> > > wrote: >>> > > >>> > >> Hey, >>> > >> >>> > >> Thanks Dag a

Re: iso not downloading from local path

2018-02-08 Thread Swastik Mittal
x/ndnaehgpjlnokgebbaldlmgkapkpjkkb?utm_source=gmail&utm_ >> > medium=signature&utm_campaign=signaturevirality> >> > >> >> > >> On Wed, Feb 7, 2018 at 5:57 PM, Glenn Wagner < >> > glenn.wag...@shapeblue.com> >&

Re: iso not downloading from local path

2018-02-08 Thread Swastik Mittal
gt; >> wrote: > > >> > > >>> Hi > > >>> > > >>> As Dag pointed out (the errors) when using the simpleHTTP > server > > its > > >>> better to use either port 8080 o

Re: iso not downloading from local path

2018-02-08 Thread Dag Sonstebo
t;> > >>> Example > >>> python -m SimpleHTTPServer 8080 > >>> > >>> Now try the wget or Curl from the SSVM to download the ISO use > http not > >>> https >

Re: iso not downloading from local path

2018-02-08 Thread Swastik Mittal
TTP server > its > >>> better to use either port 8080 or 8000 so you don't have to setup > SSL on > >>> port 443 > >>> > >>> Example > >>> python -m SimpleHTTPServer 8080 > >>> > >>> Now

Re: iso not downloading from local path

2018-02-08 Thread Dag Sonstebo
t;>> www.shapeblue.com >>> Winter Suite, 1st Floor, The Avenues, Drama Street, Somerset West, Cape >>> Town 7129South Africa >>> @shapeblue >>> >>> >>> >>> >>> -Original Message-

Re: iso not downloading from local path

2018-02-08 Thread Swastik Mittal
; Glenn >>> >>> >>> glenn.wag...@shapeblue.com >>> www.shapeblue.com >>> Winter Suite, 1st Floor, The Avenues, Drama Street, Somerset West, Cape >>> Town 7129South Africa >>> @shapeblue >>> >>> >>> >>>

Re: iso not downloading from local path

2018-02-07 Thread Swastik Mittal
th Africa >> @shapeblue >> >> >> >> >> -Original Message- >> From: Dag Sonstebo [mailto:dag.sonst...@shapeblue.com] >> Sent: Wednesday, 07 February 2018 2:13 PM >> To: users@cloudstack.apache.org >> Subject: Re: iso not downloading

Re: iso not downloading from local path

2018-02-07 Thread Swastik Mittal
> Town 7129South Africa > @shapeblue > > > > > -Original Message- > From: Dag Sonstebo [mailto:dag.sonst...@shapeblue.com] > Sent: Wednesday, 07 February 2018 2:13 PM > To: users@cloudstack.apache.org > Subject: Re: iso not downloading from local path > >

RE: iso not downloading from local path

2018-02-07 Thread Glenn Wagner
users@cloudstack.apache.org Subject: Re: iso not downloading from local path Hi Swastik, Moving discussion to this thread. The simple test here is to log in to the SSVM from console or over ssh and do a “wget” or “curl” against your download URL and see if this starts. I think your issue is with e

Re: iso not downloading from local path

2018-02-07 Thread Dag Sonstebo
Hi Swastik, Moving discussion to this thread. The simple test here is to log in to the SSVM from console or over ssh and do a “wget” or “curl” against your download URL and see if this starts. I think your issue is with either your simpleHTTP server asking for credentials, or your proxy confi

Re: iso not downloading from local path

2018-02-06 Thread Swastik Mittal
I checked my cloud.log in my SSVM. After the URL request it mentions [storage.template.HttpTemplateDownloader] (agentRequest-Handler-3:null) No credentials configured for host On Wed, Feb 7, 2018 at 11:32 AM, Swastik Mittal wrote: > Hey, > > I do not have internet on management server and host

iso not downloading from local path

2018-02-06 Thread Swastik Mittal
Hey, I do not have internet on management server and host so to upload an iso I set secstorage.allowed.internal.sites to my CIDR. I used $ python -m SimpleHTTPServer 443 to host my directory on http server where I had kept my downloaded iso. By manually visiting the local http server I am able t