dougmcclure / ILA-Open-Beta

Expiriments with ILA and DevOps, IT Operations and Automation Tools
1 stars 1 forks source link

Blog says ILA console should be on port 2200 but Vagrantfile conflicts with this. #3

Closed c835722 closed 11 years ago

c835722 commented 11 years ago

The Vagrantfile currently points at 9988. If user follow instructions they will not receive Log Analytics console at 2200. Suggested fix.

Update Vagrantfile to: config.vm.network :forwarded_port, guest: 9988, host: 2200

Update Vagrant config line in blog from: config.vm.network :forwarded_port, guest: 9988, host: 9988 to: config.vm.network :forwarded_port, guest: 9988, host: 2200

dougmcclure commented 11 years ago

As you might imagine, I had dozens of instances fired up during my experiments. The proper guest port is 9988 so you can reach ILA's web console. Vagrant has some magic port collision detection capability so it was changing my ports on the host side to one within a range beginning at 2200. In a perfect "virgin" install mapping 9988 on the host to 9988 on the guest would work fine.

Are you seeing some other behavior?

Thanks

c835722 commented 11 years ago

Yep understand. I can appreciate how many balls in the air it takes to get such a blog/article out and that the aim is to guide not really handhold. I found on my "virgin" install that the ILA console was only available at the host URL http://127.0.0.1:9988/Unity/jsp/login.jsp The blog entry gives the impression it will be available on http://127.0.0.1:2200 So its just an issue relative to my perceived clarity of the instructions. Anyone able to follow the blog item down to the level it quite capable of doing the couple of minutes of head scratching to work it out. But I thought I'd log it anyway just in case it helps as its your foundation article on ILA. All the best.

dougmcclure commented 11 years ago

Thanks for your feedback. I added a bit more to the blog post to try and make that clearer.

Now I'm banging my head trying to get this stuff running on CenOS 6.x/RedHat 6.x. I can get it installed now but I think I'm lost in networking issues trying to get to the login page.

Doug

On Mon, Apr 1, 2013 at 7:00 PM, c835722 notifications@github.com wrote:

Yep understand. I can appreciate how many balls in the air it takes to get such a blog/article out and that the aim is to guide not really handhold. I found on my "virgin" install that the ILA console was only available at the host URL http://127.0.0.1:9988/Unity/jsp/login.jsp The blog entry gives the impression it will be available on http://127.0.0.1:2200 So its just an issue relative to my perceived clarity of the instructions. Anyone able to follow the blog item down to the level it quite capable of doing the couple of minutes of head scratching to work it out. But I thought I'd log it anyway just in case it helps as its your foundation article on ILA. All the best.

— Reply to this email directly or view it on GitHubhttps://github.com/dougmcclure/ILA-Open-Beta/issues/3#issuecomment-15742585 .

c835722 commented 11 years ago

I sense your frustration. Is that the singular change your attempting? If your stuck consider raising an enhancement request against your own github project to precisely state the experiment and capture the results. That way others may reproduce and potentially assist by showing comparison results. Cheers.