Page 2 of 3

Re: Web Interface not launching

Posted: Wed Feb 13, 2013 4:48 pm
by estherpeddi
How do i post the screenshot?

Edit: sestatus is disabled.

Re: Web Interface not launching

Posted: Wed Feb 13, 2013 4:52 pm
by slansing
Do you have the screenshot saved locally? If so click the attach button when creating a new post in this thread and upload it.

Alternatively you could upload it to a image hosting site.

If you do not know how to capture a screenshot, bring the console screen that you are working up on your monitor and press the Print Screen key on your keyboard, then open paint "if using Windows." From here click Edit, then paste, then click file, and save the image as a .jpg/jpeg. Then attach as I indicated above.

Re: Web Interface not launching

Posted: Wed Feb 13, 2013 5:31 pm
by estherpeddi
Screenshot attached.

Re: Web Interface not launching

Posted: Wed Feb 13, 2013 5:40 pm
by lmiltchev
It appears that for some reason, you were not assigned an IP address... Can you, please, run the following command as root in terminal, and show the output?

Code: Select all

cat /etc/sysconfig/network-scripts/ifcfg-eth0
Is your Network Adapter in VMware Player (or VMWare Workstation) set to "Bridged" or "NAT"?

Re: Web Interface not launching

Posted: Fri Feb 15, 2013 9:44 am
by estherpeddi
Please confirm if you were able to see the attachments

Re: Web Interface not launching

Posted: Fri Feb 15, 2013 10:26 am
by abrist
We can see the screenshot, it does not appear that networking has been brought up on the box. Post the output of:

Code: Select all

cat /etc/sysconfig/network-scripts/ifcfg-eth0
ifconfig eth0
As lmiltchev asked, what network settings is your VM configured for? Bridged? NAT? None?

Re: Web Interface not launching

Posted: Fri Feb 15, 2013 11:29 am
by estherpeddi
Im using vmware player

Edit 1: How do i check the vmware settings?

Edit 2: Ok i found it, it says Bridged.

Re: Web Interface not launching

Posted: Fri Feb 15, 2013 11:41 am
by abrist
Could you post the output of the following commands (enter them into the command line interface) on the XI box?

Code: Select all

cat /etc/sysconfig/network-scripts/ifcfg-eth0
ifconfig eth0
You will probably have to run the following:

Code: Select all

ifconfig eth0 up
dhclient eth0
ping google.com

Re: Web Interface not launching

Posted: Thu Feb 21, 2013 10:25 am
by estherpeddi
I was able to run all the commands, what is the next step

Re: Web Interface not launching

Posted: Thu Feb 21, 2013 10:47 am
by estherpeddi
Ok, i'm able to launch web interface now. Thanks so much for all the help!!!