[Openstack] Reg: OpenStack Installation on CentOS 6.3

Ashutosh Narayan aashutoshnarayan at gmail.com
Mon May 27 11:49:51 UTC 2013


Yes, selinux has to be disabled and iptables should be OFF

On Mon, May 27, 2013 at 5:03 PM, Nehal J. Wani <nehaljw.kkd1 at gmail.com>wrote:

> i reinstalled the OS, disabled selinux, rebooted, and then tried the
> script again, it finished in one go! Most probably the error before was
> that I had not rebooted after disabling selinux, which is the script was
> stuck at http://fpaste.org/14729/.
>
>
> On Mon, May 27, 2013 at 2:53 PM, Ashutosh Narayan <
> aashutoshnarayan at gmail.com> wrote:
>
>> Refer this bug report :
>> https://bugzilla.redhat.com/show_bug.cgi?id=957033
>>
>> It needs to have two arguments.
>> When I ran "keystone user-password-update --pass test admin"
>> It worked for me.
>>
>> On Mon, May 27, 2013 at 2:47 PM, Nehal J. Wani <nehaljw.kkd1 at gmail.com>wrote:
>>
>>> [root at srvr1 ~(keystone_admin)]# keystone user-password-update
>>> --user=admin
>>> usage: keystone user-password-update --pass <password> <user>
>>> keystone user-password-update: error: too few arguments
>>>
>>> I'll try from beginning again (fresh install) and then report my findings
>>>
>>>
>>>
>>> On Mon, May 27, 2013 at 2:39 PM, Ashutosh Narayan <
>>> aashutoshnarayan at gmail.com> wrote:
>>>
>>>> Try executing the following command :
>>>>
>>>> # keystone user-password-update --user=admin
>>>>
>>>> It will prompt for entering the password
>>>>
>>>>
>>>> On Mon, May 27, 2013 at 1:53 PM, Nehal J. Wani <nehaljw.kkd1 at gmail.com>wrote:
>>>>
>>>>> So I ran
>>>>>
>>>>> [root at srvr1 ~]#source keystonerc_admin
>>>>> [root at srvr1 ~(keystone_admin)]# keystone user-password-update --pass
>>>>> testpass admin
>>>>> Authorization Failed: [Errno 22] Invalid argument
>>>>>
>>>>> I am still stuck :(
>>>>>
>>>>>
>>>>> On Mon, May 27, 2013 at 1:02 PM, Ashutosh Narayan <
>>>>> aashutoshnarayan at gmail.com> wrote:
>>>>>
>>>>>> Yes, that was fixed when I was able to resolve the hostname.
>>>>>> Restart openstack-nova-* services and check.
>>>>>>
>>>>>> As far as resetting master password is concerned, I think you must
>>>>>> do so in "keystonerc_admin" file and restart openstack-* services.
>>>>>> Again run source "keystonerc_admin". This should do.
>>>>>>
>>>>>>
>>>>>> On Mon, May 27, 2013 at 12:52 PM, Nehal J. Wani <
>>>>>> nehaljw.kkd1 at gmail.com> wrote:
>>>>>>
>>>>>>> No, the dashboard appears. But there is bubble on the right side
>>>>>>> giving that error. How can I master reset the password?
>>>>>>>
>>>>>>>
>>>>>>> On Mon, May 27, 2013 at 12:51 PM, Ashutosh Narayan <
>>>>>>> aashutoshnarayan at gmail.com> wrote:
>>>>>>>
>>>>>>>> It means your hostname is not resolvable over the network.
>>>>>>>> Please verify that it resolves to fully qualified domain name.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, May 27, 2013 at 12:48 PM, Nehal J. Wani <
>>>>>>>> nehaljw.kkd1 at gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Sorry for troubling you,  but now I wasn't able to login to the
>>>>>>>>> dashboard. Since I ran the script two times, two files were generated:
>>>>>>>>>
>>>>>>>>> [root at srvr3 ~]# ls -l packstack-answers-20130527-1*
>>>>>>>>> -rw-------. 1 root root 8277 May 27 11:44
>>>>>>>>> packstack-answers-20130527-114418.txt
>>>>>>>>> -rw-------. 1 root root 8298 May 27 12:30
>>>>>>>>> packstack-answers-20130527-123027.txt
>>>>>>>>>
>>>>>>>>> the password given in the latest one didn't work but the one in
>>>>>>>>> the old one worked. But on logging in, I get the error:
>>>>>>>>>
>>>>>>>>> *Error: *Unauthorized: Unable to retrieve usage information.
>>>>>>>>>  × <http://10.3.3.58/dashboard/admin/#>
>>>>>>>>>
>>>>>>>>> *Error: *Unauthorized: Unable to retrieve quota information.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, May 27, 2013 at 12:46 PM, Ashutosh Narayan <
>>>>>>>>> aashutoshnarayan at gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Happy stacking :)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Mon, May 27, 2013 at 12:40 PM, Nehal J. Wani <
>>>>>>>>>> nehaljw.kkd1 at gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Anyway, I restarted the machine and ran the command again. And
>>>>>>>>>>> it completed till the end. Thanks a lot.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Mon, May 27, 2013 at 12:32 PM, Nehal J. Wani <
>>>>>>>>>>> nehaljw.kkd1 at gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Yes, BIOS has Virtual Technology enabled. i have already run
>>>>>>>>>>>> other cloud frameworks such as cloudstack on it successfully. Also, it is
>>>>>>>>>>>> able to fetch packages, because if I try to reinstall the ones done by the
>>>>>>>>>>>> script, it says, package already installed.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Mon, May 27, 2013 at 12:28 PM, Ashutosh Narayan <
>>>>>>>>>>>> aashutoshnarayan at gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Check if your BIOS has Virtual Techology enabled ?
>>>>>>>>>>>>> And restart packstack --allinone command.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Another reason is your proxy server is unable to
>>>>>>>>>>>>> fetch the required packages even after you have
>>>>>>>>>>>>> added in yum.conf. Re-check !
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Mon, May 27, 2013 at 12:19 PM, Nehal J. Wani <
>>>>>>>>>>>>> nehaljw.kkd1 at gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> i am trying this on a VM as well as a physical machine, but
>>>>>>>>>>>>>> stuck at the same step on both.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Mon, May 27, 2013 at 12:18 PM, Ashutosh Narayan <
>>>>>>>>>>>>>> aashutoshnarayan at gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Nehal,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I also came across similar issue. When I restarted the
>>>>>>>>>>>>>>> virtual machine
>>>>>>>>>>>>>>> and re-did the same step it worked.
>>>>>>>>>>>>>>> Are you doing this setup on a physical machine or a virtual
>>>>>>>>>>>>>>> machine ?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thank you,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Mon, May 27, 2013 at 12:10 PM, Nehal J. Wani <
>>>>>>>>>>>>>>> nehaljw.kkd1 at gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I have come across the following guide: *
>>>>>>>>>>>>>>>> http://openstack.redhat.com/Quickstart
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>> All goes well upto the point
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> http://fpaste.org/14704/
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It is forever stuck there.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Could anyone please help me out?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I am behind a proxy server and I have added the proxy to
>>>>>>>>>>>>>>>> /etc.yum.conf and tested that yum takes up the proxy successfully. is there
>>>>>>>>>>>>>>>> anything extra that is needed to be done?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanking You,
>>>>>>>>>>>>>>>> Nehal J. Wani
>>>>>>>>>>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>>>>>>>>>>> IIIT-Hyderabad
>>>>>>>>>>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>> Mailing list: https://launchpad.net/~openstack
>>>>>>>>>>>>>>>> Post to     : openstack at lists.launchpad.net
>>>>>>>>>>>>>>>> Unsubscribe : https://launchpad.net/~openstack
>>>>>>>>>>>>>>>> More help   : https://help.launchpad.net/ListHelp
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Ashutosh Narayan
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> http://ashutoshn.wordpress.com/
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Nehal J. Wani
>>>>>>>>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>>>>>>>>> IIIT-Hyderabad
>>>>>>>>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Ashutosh Narayan
>>>>>>>>>>>>>
>>>>>>>>>>>>> http://ashutoshn.wordpress.com/
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Nehal J. Wani
>>>>>>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>>>>>>> IIIT-Hyderabad
>>>>>>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Nehal J. Wani
>>>>>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>>>>>> IIIT-Hyderabad
>>>>>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Ashutosh Narayan
>>>>>>>>>>
>>>>>>>>>> http://ashutoshn.wordpress.com/
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Nehal J. Wani
>>>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>>>> IIIT-Hyderabad
>>>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Ashutosh Narayan
>>>>>>>>
>>>>>>>> http://ashutoshn.wordpress.com/
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Nehal J. Wani
>>>>>>> UG2, BTech CS+MS(CL)
>>>>>>> IIIT-Hyderabad
>>>>>>> http://commanlinewani.blogspot.com
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Ashutosh Narayan
>>>>>>
>>>>>> http://ashutoshn.wordpress.com/
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Nehal J. Wani
>>>>> UG2, BTech CS+MS(CL)
>>>>> IIIT-Hyderabad
>>>>> http://commanlinewani.blogspot.com
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ashutosh Narayan
>>>>
>>>> http://ashutoshn.wordpress.com/
>>>>
>>>>
>>>
>>>
>>> --
>>> Nehal J. Wani
>>> UG2, BTech CS+MS(CL)
>>> IIIT-Hyderabad
>>> http://commanlinewani.blogspot.com
>>>
>>
>>
>>
>> --
>> Ashutosh Narayan
>>
>> http://ashutoshn.wordpress.com/
>>
>>
>
>
> --
> Nehal J. Wani
> UG2, BTech CS+MS(CL)
> IIIT-Hyderabad
> http://commanlinewani.blogspot.com
>



-- 
Ashutosh Narayan

http://ashutoshn.wordpress.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130527/036b9ff3/attachment.html>


More information about the Openstack mailing list