I can ping 172.16.140.1 from SSVM, though.

On Wed, Jul 17, 2013 at 11:25 AM, Mike Tutkowski <
mike.tutkow...@solidfire.com> wrote:

> root@s-8-VM:~# telnet 172.16.140.1 80
> Trying 172.16.140.1...
> telnet: Unable to connect to remote host: Connection refused
>
>
> On Wed, Jul 17, 2013 at 11:18 AM, Mike Tutkowski <
> mike.tutkow...@solidfire.com> wrote:
>
>> For what it's worth, this is what ifconfig shows:
>>
>> eth0      Link encap:Ethernet  HWaddr 0e:00:a9:fe:02:86
>>           inet addr:169.254.2.134  Bcast:169.254.255.255  Mask:255.255.0.0
>>           inet6 addr: fe80::c00:a9ff:fefe:286/64 Scope:Link
>>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>           RX packets:93 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:87 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:8344 (8.1 KiB)  TX bytes:12266 (11.9 KiB)
>>           Interrupt:23
>>
>> eth1      Link encap:Ethernet  HWaddr 06:fd:24:00:00:03
>>           inet addr:172.16.140.32  Bcast:172.16.140.255
>>  Mask:255.255.255.0
>>           inet6 addr: fe80::4fd:24ff:fe00:3/64 Scope:Link
>>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>           RX packets:302 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:422 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:19936 (19.4 KiB)  TX bytes:31820 (31.0 KiB)
>>           Interrupt:24
>>
>> eth2      Link encap:Ethernet  HWaddr 06:d9:ce:00:00:0c
>>           inet addr:172.16.140.50  Bcast:172.16.140.255
>>  Mask:255.255.255.0
>>           inet6 addr: fe80::4d9:ceff:fe00:c/64 Scope:Link
>>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>           RX packets:84 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:212 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:7704 (7.5 KiB)  TX bytes:16632 (16.2 KiB)
>>           Interrupt:25
>>
>> eth3      Link encap:Ethernet  HWaddr 06:ee:8a:00:00:07
>>           inet addr:172.16.140.36  Bcast:172.16.140.255
>>  Mask:255.255.255.0
>>           inet6 addr: fe80::4ee:8aff:fe00:7/64 Scope:Link
>>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>>           RX packets:55 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:1000
>>           RX bytes:6104 (5.9 KiB)  TX bytes:408 (408.0 B)
>>           Interrupt:26
>>
>> lo        Link encap:Local Loopback
>>           inet addr:127.0.0.1  Mask:255.0.0.0
>>           inet6 addr: ::1/128 Scope:Host
>>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>>           collisions:0 txqueuelen:0
>>           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
>>
>>
>> On Wed, Jul 17, 2013 at 11:14 AM, Mike Tutkowski <
>> mike.tutkow...@solidfire.com> wrote:
>>
>>> Cool...I followed your steps and am now SSHed into SSVM.
>>>
>>> What command would you like me to run from here?
>>>
>>> Thanks!
>>>
>>>
>>> On Wed, Jul 17, 2013 at 11:01 AM, Simon Weller <swel...@ena.com> wrote:
>>>
>>>> Mike,
>>>>
>>>>
>>>> Use the GUI to determine which VM Host the SSVM is currently on, as
>>>> well the listed Link Local IP Address, then ssh to that server and run 
>>>> this:
>>>>
>>>>
>>>> ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@<link-local-ip>
>>>>
>>>> ----- Original Message -----
>>>>
>>>> From: "Mike Tutkowski" <mike.tutkow...@solidfire.com>
>>>> To: dev@cloudstack.apache.org
>>>> Sent: Wednesday, July 17, 2013 11:54:06 AM
>>>> Subject: Re: Trouble uploading ISO file
>>>>
>>>> Hi Simon,
>>>>
>>>> I am just running a Basic Zone.
>>>>
>>>> The public IP address of the SSVM is 172.16.140.50.
>>>>
>>>> When I try to SSH in, it times out:
>>>>
>>>> mtutkowski-LT:~ mtutkowski$ ssh root@172.16.140.50
>>>> ssh: connect to host 172.16.140.50 port 22: Operation timed out
>>>>
>>>> When I see a dash by Agent State in the GUI, do you know what that
>>>> indicates?
>>>>
>>>> Thanks!
>>>>
>>>>
>>>> On Wed, Jul 17, 2013 at 10:46 AM, Simon Weller <swel...@ena.com> wrote:
>>>>
>>>> > Mike,
>>>> >
>>>> >
>>>> > Are you running in an advanced network zone? If you ssh into the SSVM,
>>>> > which interface does your default route take? Can you telnet to the
>>>> httpd
>>>> > server on port 80 from the SSVM?
>>>> >
>>>> > ----- Original Message -----
>>>> >
>>>> > From: "Mike Tutkowski" <mike.tutkow...@solidfire.com>
>>>> > To: dev@cloudstack.apache.org
>>>> > Sent: Wednesday, July 17, 2013 11:38:36 AM
>>>> > Subject: Re: Trouble uploading ISO file
>>>> >
>>>> > This is where I'm trying to copy the ISO from (from the same computer
>>>> > that's running the CS MS):
>>>> >
>>>> > http://172.16.140.1/~mtutkowski/ubuntu-12.04.1-desktop-amd64.iso
>>>> >
>>>> >
>>>> > On Wed, Jul 17, 2013 at 10:37 AM, Mike Tutkowski <
>>>> > mike.tutkow...@solidfire.com> wrote:
>>>> >
>>>> > > Hi,
>>>> > >
>>>> > > I'm seeing the following error in the console when I try to upload
>>>> an ISO
>>>> > > file:
>>>> > >
>>>> > > WARN [storage.download.DownloadListener] (Timer-11:) Entering
>>>> download
>>>> > > error state: timeout waiting for response from storage host,
>>>> TEMPLATE:
>>>> > 210
>>>> > > at host 0
>>>> > >
>>>> > > Any thoughts on this?
>>>> > >
>>>> > > I seem to be able to access the ISO that I want to copy just fine
>>>> via my
>>>> > > browser.
>>>> > >
>>>> > > Also, the CS MS has been able to successfully create a snapshots and
>>>> > > volumes folder on my NFS share.
>>>> > >
>>>> > > Thanks!
>>>> > >
>>>> > > --
>>>> > > *Mike Tutkowski*
>>>> > > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > > e: mike.tutkow...@solidfire.com
>>>> > > o: 303.746.7302
>>>> > > Advancing the way the world uses the cloud<
>>>> > http://solidfire.com/solution/overview/?video=play>
>>>> > > *™*
>>>> > >
>>>> >
>>>> >
>>>> >
>>>> > --
>>>> > *Mike Tutkowski*
>>>> > *Senior CloudStack Developer, SolidFire Inc.*
>>>> > e: mike.tutkow...@solidfire.com
>>>> > o: 303.746.7302
>>>> > Advancing the way the world uses the
>>>> > cloud<http://solidfire.com/solution/overview/?video=play>
>>>> > *™*
>>>> >
>>>> >
>>>>
>>>>
>>>> --
>>>> *Mike Tutkowski*
>>>> *Senior CloudStack Developer, SolidFire Inc.*
>>>> e: mike.tutkow...@solidfire.com
>>>> o: 303.746.7302
>>>> Advancing the way the world uses the
>>>> cloud<http://solidfire.com/solution/overview/?video=play>
>>>> *™*
>>>>
>>>>
>>>
>>>
>>> --
>>> *Mike Tutkowski*
>>> *Senior CloudStack Developer, SolidFire Inc.*
>>> e: mike.tutkow...@solidfire.com
>>> o: 303.746.7302
>>> Advancing the way the world uses the 
>>> cloud<http://solidfire.com/solution/overview/?video=play>
>>> *™*
>>>
>>
>>
>>
>> --
>> *Mike Tutkowski*
>> *Senior CloudStack Developer, SolidFire Inc.*
>> e: mike.tutkow...@solidfire.com
>> o: 303.746.7302
>> Advancing the way the world uses the 
>> cloud<http://solidfire.com/solution/overview/?video=play>
>> *™*
>>
>
>
>
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the 
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*
>



-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkow...@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Reply via email to