Re: iso not downloading from local path

2018-02-12 Thread Swastik Mittal
> >>> > storage > >>> > > having 1 TB of memory which is the complete memory of > the > >>> system. Do > >>> > I need > >>> > > to increase the SSVM storage and if yes how do

Re: iso not downloading from local path

2018-02-09 Thread Dag Sonstebo
t;> > > >>> > >> Hey, >>> > >> >>> > >> Thanks Dag and Glen for reply. >>> > >> >>> > >> I'll try changing the port and ch

Re: iso not downloading from local path

2018-02-09 Thread Swastik Mittal
d if yes how do I do that? >>> > > >>> > > Regards >>> > > Swastik >>> > > >>> > > On Wed, Feb 7, 2018 at 8:43 PM, Swastik Mittal < >>> > mittal.swas...@gmail.com> >>> > > wrote: >>> > &g

Re: iso not downloading from local path

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

Re: iso not downloading from local path

2018-02-08 Thread Dag Sonstebo
setup > SSL on > >>> port 443 > >>> > >>> Example > >>> python -m SimpleHTTPServer 8080 > >>> > >>> Now try the wget or Curl from the SSVM to download the ISO use > http not >

Re: iso not downloading from local path

2018-02-08 Thread Swastik Mittal
t;> > >>> Now try the wget or Curl from the SSVM to download the ISO use > http not > >>> https > >>> > >>> Regards > >>> Glenn > >>> > >>> > >>> glenn.wag...@shapeblue.com &

Re: iso not downloading from local path

2018-02-08 Thread Dag Sonstebo
s >>> 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-08 Thread Swastik Mittal
tp not >>> https >>> >>> Regards >>> Glenn >>> >>> >>> glenn.wag...@shapeblue.com >>> www.shapeblue.com >>> Winter Suite, 1st Floor, The Avenues, Drama Street, Somerset West, Cape >>> Town 7129South Africa >

Re: iso not downloading from local path

2018-02-07 Thread Swastik Mittal
Cape > 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
@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 either

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

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

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