Re: SSVM Template

2013-07-18 Thread Dean Kamali
From the UI, go to templates, then you will find System VM template, click on it, and you should see a progress bar for download, or errors if there is an issue. If all goes well, you should see successfully installed or Ready On Thu, Jul 18, 2013 at 2:26 PM, Bradley Hieber

SSVM Template

2013-07-18 Thread Bradley Hieber
How do you know if the secondary storage vm is downloading the CentOS template? I am seeing the following even though my SSVM is running 2013-07-18 14:26:07,813 DEBUG [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1 is ready to launch secondary storage VM -- Brad

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
they show as running in the Infrastructure- System VM's area, but the management logs say there is none 2013-07-18 14:35:37,814 DEBUG [storage.secondary.SecondaryStorageManagerImpl] (secstorage-1:null) Zone 1 is ready to launch secondary storage VM 2013-07-18 14:35:38,704 DEBUG

Re: SSVM Template

2013-07-18 Thread Mir Islam
Try to mount your secondary storage NFS mount point from within the SSVM. There maybe some firewall rule preventing it from mounting the storage. Find the link local IP of the SSVM and ssh into it on port 3922 using identity under /root/.ssh/id_rsa.cloud from your host machine. Then do a df to

Re: SSVM Template

2013-07-18 Thread Dean Kamali
Okay, can you open up the proxy console of your SSVM? On Thu, Jul 18, 2013 at 2:42 PM, Mir Islam mis...@mirislam.com wrote: Try to mount your secondary storage NFS mount point from within the SSVM. There maybe some firewall rule preventing it from mounting the storage. Find the link local IP

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
No mount on /mnt/SecStorage — Sent from Mailbox for iPhone On Thu, Jul 18, 2013 at 2:46 PM, Dean Kamali dean.kam...@gmail.com wrote: Okay, can you open up the proxy console of your SSVM? On Thu, Jul 18, 2013 at 2:42 PM, Mir Islam mis...@mirislam.com wrote: Try to mount your secondary storage

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
this is a POC environment. Everything is running on a 192.168.2.0/24 with a SOHO acting as DNS and gateway. On Thu, Jul 18, 2013 at 4:01 PM, Mir Islam mis...@mirislam.com wrote: Looks like your network is not probably setup correctly. What is your topology looking like? On Jul 18, 2013, at

Re: SSVM Template

2013-07-18 Thread Mir Islam
ok, but it is clear that the ssvm is not able to mount the secondary storage. What is in the iptables on the host (I assume it is the management server as well) ? On Jul 18, 2013, at 1:03 PM, Bradley Hieber wrote: this is a POC environment. Everything is running on a 192.168.2.0/24 with a

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
Iptables are turned off on management server. Ssvm is running on another machine.  — Sent from Mailbox for iPhone On Thu, Jul 18, 2013 at 5:28 PM, Mir Islam mis...@mirislam.com wrote: ok, but it is clear that the ssvm is not able to mount the secondary storage. What is in the iptables on the

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
That was it! On Thu, Jul 18, 2013 at 5:56 PM, Carlos Reategui car...@reategui.comwrote: I had problems with a XS6.0.2 + CS4.0.1 with Basic network that were solved by turning off iptables on the XS hosts. On Thu, Jul 18, 2013 at 2:43 PM, Bradley Hieber mercsni...@gmail.com wrote:

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
I'm just building the proof of concept on my computer at home. We don't have the budget for a test and dev environment. On Thu, Jul 18, 2013 at 7:15 PM, Caleb Call calebc...@me.com wrote: We've had the same issues and besides maintaining the iptables rules manually (not realistic when

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
Glad that worked for you. However I don't think that is the way it should work. Hopefully someone with more CS + XS experience will chime in and let us know if this is a bug in CS not configuring the XS host iptables properly or if it is an installation documentation bug. On Thu, Jul 18, 2013

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
any reason why View Console is trying to go here https://192-168-2-203.realhostip.com/; On Thu, Jul 18, 2013 at 7:36 PM, Carlos Reategui car...@reategui.comwrote: Glad that worked for you. However I don't think that is the way it should work. Hopefully someone with more CS + XS experience

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
https://cwiki.apache.org/CLOUDSTACK/role-of-realhostip-in-cloudstack.html On Thu, Jul 18, 2013 at 4:52 PM, Bradley Hieber mercsni...@gmail.comwrote: any reason why View Console is trying to go here https://192-168-2-203.realhostip.com/; On Thu, Jul 18, 2013 at 7:36 PM, Carlos Reategui

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
How do you know if the ddns server is running? — Sent from Mailbox for iPhone On Thu, Jul 18, 2013 at 8:19 PM, Carlos Reategui car...@reategui.com wrote: https://cwiki.apache.org/CLOUDSTACK/role-of-realhostip-in-cloudstack.html On Thu, Jul 18, 2013 at 4:52 PM, Bradley Hieber

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
my problem is that my public addresses aren't public, but private. On Thu, Jul 18, 2013 at 8:32 PM, Carlos Reategui car...@reategui.comwrote: I would hope that they are deployed in some durable fashion: $ dig +short realhostip.com -t NS @8.8.8.8 ns2.realhostip.com. ns.realhostip.com.

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
On Thu, Jul 18, 2013 at 5:25 PM, Mir Islam mis...@mirislam.com wrote: Restart the iptables. Without that the host will not be able to route the traffic to your VM. Are you sure about that? Iptables has been disabled on my hosts for months and I have no issues. I don't think iptables has

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
Agreed Carlos On Thu, Jul 18, 2013 at 8:37 PM, Carlos Reategui car...@reategui.comwrote: On Thu, Jul 18, 2013 at 5:25 PM, Mir Islam mis...@mirislam.com wrote: Restart the iptables. Without that the host will not be able to route the traffic to your VM. Are you sure about that?

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
[root@master ~]# dig +short 192.168.2.201.realhostip.com [root@master ~]# dig +short realhostip.com [root@master ~]# On Thu, Jul 18, 2013 at 8:41 PM, Carlos Reategui car...@reategui.comwrote: Do you mean your hosts do not have access to the internet? realhostip does not care the ip that

Re: SSVM Template

2013-07-18 Thread Bradley Hieber
http://pastebin.com/M3vtsNRX On Thu, Jul 18, 2013 at 8:45 PM, Bradley Hieber mercsni...@gmail.comwrote: [root@master ~]# dig +short 192.168.2.201.realhostip.com [root@master ~]# dig +short realhostip.com [root@master ~]# On Thu, Jul 18, 2013 at 8:41 PM, Carlos Reategui

Re: SSVM Template

2013-07-18 Thread Carlos Reategui
Looks like a problem with your configured DNS server. Try Google's: $ dig +short 192-168-2-203.realhostip.com @8.8.8.8 192.168.2.203 On Thu, Jul 18, 2013 at 5:47 PM, Bradley Hieber mercsni...@gmail.comwrote: http://pastebin.com/M3vtsNRX On Thu, Jul 18, 2013 at 8:45 PM, Bradley Hieber