Web Interface not launching
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
How do i post the screenshot?
Edit: sestatus is disabled.
Edit: sestatus is disabled.
Last edited by slansing on Fri Feb 15, 2013 11:43 am, edited 1 time in total.
Reason: Please edit your previous post as long as nobody has posted after you instead of adding multiple new posts, this helps keep clutter down, and helps us to assist you faster.
Reason: Please edit your previous post as long as nobody has posted after you instead of adding multiple new posts, this helps keep clutter down, and helps us to assist you faster.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Web Interface not launching
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.
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.
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Screenshot attached.
You do not have the required permissions to view the files attached to this post.
Re: Web Interface not launching
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?
Is your Network Adapter in VMware Player (or VMWare Workstation) set to "Bridged" or "NAT"?
Code: Select all
cat /etc/sysconfig/network-scripts/ifcfg-eth0Be sure to check out our Knowledgebase for helpful articles and solutions!
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Please confirm if you were able to see the attachments
Re: Web Interface not launching
We can see the screenshot, it does not appear that networking has been brought up on the box. Post the output of:
As lmiltchev asked, what network settings is your VM configured for? Bridged? NAT? None?
Code: Select all
cat /etc/sysconfig/network-scripts/ifcfg-eth0
ifconfig eth0Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Im using vmware player
Edit 1: How do i check the vmware settings?
Edit 2: Ok i found it, it says Bridged.
Edit 1: How do i check the vmware settings?
Edit 2: Ok i found it, it says Bridged.
Last edited by slansing on Fri Feb 15, 2013 11:41 am, edited 1 time in total.
Reason: Please edit your previous post as long as nobody has posted after you instead of adding multiple new posts, this helps keep clutter down, and helps us to assist you faster.
Reason: Please edit your previous post as long as nobody has posted after you instead of adding multiple new posts, this helps keep clutter down, and helps us to assist you faster.
Re: Web Interface not launching
Could you post the output of the following commands (enter them into the command line interface) on the XI box?
You will probably have to run the following:
Code: Select all
cat /etc/sysconfig/network-scripts/ifcfg-eth0
ifconfig eth0Code: Select all
ifconfig eth0 up
dhclient eth0
ping google.comFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
I was able to run all the commands, what is the next step
-
estherpeddi
- Posts: 22
- Joined: Thu Feb 07, 2013 4:50 pm
Re: Web Interface not launching
Ok, i'm able to launch web interface now. Thanks so much for all the help!!!