I Can't access admin console after upgrading from v3.4 to v4

71 views
Skip to first unread message

shahbaz manzoor

unread,
Mar 5, 2015, 1:25:44 AM3/5/15
to euca-...@eucalyptus.com
Hi,
I have just upgraded eucalyptus from v3.4 to v4 and now I cant access admin console and/or user console. How can I access it? I have read some where that user console does not exist now, and it has been replaced by Management console , Please guide me how to install/configure to so that I could access it.  Any help would be appreciated.

Kasim Vali Shaik

unread,
Mar 5, 2015, 1:28:37 AM3/5/15
to shahbaz manzoor, euca-...@eucalyptus.com
Hi Shahbaz,

Please go through the below link and understand the configuration of management console.


https://www.eucalyptus.com/docs/eucalyptus/4.0.2/#console-guide/index.html


Thanks,
Kasim Shaik.

On Thu, Mar 5, 2015 at 11:55 AM, shahbaz manzoor <msman...@gmail.com> wrote:
Hi,
I have just upgraded eucalyptus from v3.4 to v4 and now I cant access admin console and/or user console. How can I access it? I have read some where that user console does not exist now, and it has been replaced by Management console , Please guide me how to install/configure to so that I could access it.  Any help would be appreciated.

--
You received this message because you are subscribed to the Google Groups "Eucalyptus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to euca-users+...@eucalyptus.com.
To post to this group, send email to euca-...@eucalyptus.com.
Visit this group at http://groups.google.com/a/eucalyptus.com/group/euca-users/.

shahbaz manzoor

unread,
Mar 5, 2015, 5:50:29 AM3/5/15
to euca-...@eucalyptus.com, msman...@gmail.com

Thanks , I have installed and configured this , But now I am not able to add new users, I am trying to create admin , following instructions from here https://www.eucalyptus.com/docs/eucalyptus/4.0.2/#admin-guide/access_initial_setup.html
When I use a command
euare-groupcreate -g administrators

I see an error:
EUARE_URL environment variable is deprecated; use AWS_IAM_URL instead
euare
-groupcreate: error (503): Service Unavailable

Are there any defaulr users? so that i could login and create new users from console?
Kindly assist what should I do to resolve this matter?

Kasim Vali Shaik

unread,
Mar 5, 2015, 5:58:38 AM3/5/15
to shahbaz manzoor, euca-...@eucalyptus.com
yes, there is one default user  (admin user), use eucalyptus account.

change the password of admin user using "euare-usermodloginprofile"  command.  Here I set password is "redhat" for admin user under eucalyptus account.
[root@odc-c-17 scripts]# euare-usermodloginprofile -u admin -p redhat

EUARE_URL environment variable is deprecated; use AWS_IAM_URL instead
[root@odc-c-17 scripts]#

Thanks,
Kasim Shaik.

shahbaz manzoor

unread,
Mar 5, 2015, 6:16:38 AM3/5/15
to euca-...@eucalyptus.com, msman...@gmail.com
Thanks for your quick reply, I am not able to set password I end up with same error
EUARE_URL environment variable is deprecated; use
AWS_IAM_URL instead
euare
-usermodloginprofile: error (503): Service Unavailable

shahbaz manzoor

unread,
Mar 5, 2015, 6:40:42 AM3/5/15
to euca-...@eucalyptus.com, msman...@gmail.com
Hi,
I restaerted my system and again tried setting password, and this time i have different error

EUARE_URL environment variable is deprecated; use
AWS_IAM_URL instead
euare
-usermodloginprofile: error: connection error
Kindly assist me.
Thanks




On Thursday, March 5, 2015 at 3:58:38 PM UTC+5, Kasim Shaik wrote:

Sohaib Ahemd

unread,
Nov 28, 2017, 2:15:16 AM11/28/17
to Eucalyptus Users, msman...@gmail.com
Im geting this error can any one help me??????can not be able to login as admin
Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/gunicorn/workers/async.py", line 45, in handle
    self.handle_request(listener, req, client, addr)
  File "/usr/lib/python2.7/site-packages/gunicorn/workers/async.py", line 93, in handle_request
    respiter = self.wsgi(environ, resp.start_response)
  File "/usr/lib/python2.7/site-packages/pyramid/router.py", line 242, in __call__
    response = self.invoke_subrequest(request, use_tweens=True)
  File "/usr/lib/python2.7/site-packages/pyramid/router.py", line 217, in invoke_subrequest
    response = handle_request(request)
  File "/usr/lib/python2.7/site-packages/eucaconsole/tweens.py", line 102, in __call__
    response = self.handler(request)
  File "/usr/lib/python2.7/site-packages/eucaconsole/tweens.py", line 58, in tween
    response = handler(request)
  File "/usr/lib/python2.7/site-packages/eucaconsole/tweens.py", line 47, in tween
    response = handler(request)
  File "/usr/lib/python2.7/site-packages/pyramid/tweens.py", line 21, in excview_tween
    response = handler(request)
  File "/usr/lib/python2.7/site-packages/pyramid/router.py", line 163, in handle_request
    response = view_callable(context, request)
  File "/usr/lib/python2.7/site-packages/pyramid/config/views.py", line 596, in __call__
    return view(context, request)
  File "/usr/lib/python2.7/site-packages/pyramid/config/views.py", line 329, in attr_view
    return view(context, request)
  File "/usr/lib/python2.7/site-packages/pyramid/config/views.py", line 305, in predicate_wrapper
    return view(context, request)
  File "/usr/lib/python2.7/site-packages/pyramid/config/views.py", line 355, in rendered_view
    result = view(context, request)
  File "/usr/lib/python2.7/site-packages/pyramid/config/views.py", line 477, in _class_requestonly_view
    response = getattr(inst, attr)()
  File "/usr/lib/python2.7/site-packages/eucaconsole/views/login.py", line 148, in handle_login
    return self.handle_euca_login()
  File "/usr/lib/python2.7/site-packages/eucaconsole/views/login.py", line 183, in handle_euca_login
    session['supported_platforms'] = self.get_account_attributes(['supported-platforms'])
  File "/usr/lib/python2.7/site-packages/eucaconsole/views/__init__.py", line 294, in get_account_attributes
    attributes = conn.describe_account_attributes(attribute_names=attribute_names)
  File "/usr/lib/python2.7/site-packages/boto/ec2/connection.py", line 4447, in describe_account_attributes
    [('item', AccountAttribute)], verb='POST')
  File "/usr/lib/python2.7/site-packages/eucaconsole/views/login.py", line 148, in handle_login
    return self.handle_euca_login()
  File "/usr/lib/python2.7/site-packages/eucaconsole/views/login.py", line 183, in handle_euca_login
    session['supported_platforms'] = self.get_account_attributes(['supported-platforms'])
  File "/usr/lib/python2.7/site-packages/eucaconsole/views/__init__.py", line 294, in get_account_attributes
    attributes = conn.describe_account_attributes(attribute_names=attribute_names)
  File "/usr/lib/python2.7/site-packages/boto/ec2/connection.py", line 4447, in describe_account_attributes
    [('item', AccountAttribute)], verb='POST')
  File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1170, in get_list
    response = self.make_request(action, params, path, verb)
  File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1116, in make_request
    return self._mexe(http_request)
  File "/usr/lib/python2.7/site-packages/boto/connection.py", line 1030, in _mexe
    raise ex
BadStatusLine: ''
Reply all
Reply to author
Forward
0 new messages