Software Defined Networking
1755752 Members
4900 Online
108837 Solutions
New Discussion

Re: Controller UI page is not loading/accessable,,,

 
SatishK
Frequent Advisor

Re: Controller UI page is not loading/accessable,,,

Hi,

 

When I tried to create a user on keystone using command,

$keystone user-create --name sdn.

 

Im getting the below error,

Warning: Bypassing the authendication,

 

and Service Unavailable (503).

 

Can you please let me know, also,

 

What are the proxy settings I need to take care for keysone configuration while adding an user.

 

regards,

Satish

EricAtHP
Esteemed Contributor

Re: Controller UI page is not loading/accessable,,,

Hi Satish,

 

Those keystone cli commands rely on the environment variables at the beginning of the command list I posted. Those environment variables must be reset everytime you login to the controller. You can edit the bash config files too but I don't recommend it.  

 

For the Icehouse version of keystone:

 

export OS_SERVICE_TOKEN=ADMIN
export OS_SERVICE_ENDPOINT=http://127.0.0.1:35357/v2.0
keystone user-create --name sdn

SatishK
Frequent Advisor

Re: Controller UI page is not loading/accessable,,,

Hi,

 

Thanks for that response,

 

What is that I need to take care for proxy related in keystone.conf file.

 

Regards,

Satish K

SatishK
Frequent Advisor

Re: Controller UI page is not loading/accessable,,,

Hi,

 

Thank you,, for your support.

 

Now my keystone is working much fine, I did the proxy setting then I can able to add user, role and tenant to it.

 

But when I run/install the controller the default port is not coming up. ie 8443 is not listing,

when I did netstat I can see the 35357 port is up and listening, but not the 8443.

 

So I am not able to open the UI page from my firefoz .. https:/127.0.0.1:8443/... ( all the option, like api, auth ,, model etc)

I even tried with proxy setting to noproxy in browers but no gain.

 

Can you please advice me what is happening or what went wrong.

 

I can see the sdnc and sdna are up and runnig,

 

In log i can see one thing..  

Bundle org.eclipse.virgo.medic.core_3.6.2 RELEASE service 38 as service event UNREGISTERING.

 

When I scrolled a bit above I can see an error saying Ilogservicelistner.

attached is the error log.

 

Thanks for all,,

 

Regards,

Satish K

sdnindia
Trusted Contributor

Re: Controller UI page is not loading/accessable,,,

Hi Satish,

 

Please provide the information needed at

http://h30499.www3.hp.com/t5/SDN-Discussions/Cannot-login-to-my-controller/m-p/6651882#M533 .

 

Thanks,

HP SDN Team

SatishK
Frequent Advisor

Re: Controller UI page is not loading/accessable,,,

Hi SDN Team,

 

I have provided the details. Request you to go throught and Provide your valuable comments.

 

Regards,

Satish K

SatishK
Frequent Advisor

Re: Controller UI page is not loading/accessable,,,