I notice now that when I run the following SQL that I don't see any data in the corresponding table (whereas yesterday I did):
SELECT * FROM cloud.account; On Wed, Jan 16, 2013 at 10:17 AM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > Hi Edison, > > Here is the command I ran again today and it appeared to be successful, > but I still can't log in to CloudStack (I ran the command literally using > the word 'password' for the password in both cases): > > cloud-setup-databases cloud:password@localhost --deploy-as=root:password > > Is the intend of this command to create a user called 'cloud' with a > password of 'password'? When I tried to log in to CloudStack, I used > 'cloud'/'password', but I also tried 'admin'/'password' on the off chance > that that might work. > > Thanks, > > > On Tue, Jan 15, 2013 at 6:08 PM, Mike Tutkowski < > mike.tutkow...@solidfire.com> wrote: > >> Oh, I see what you're saying, Chris. Those instructions were only valid >> for CentOS/RHEL AND that was not specified in the doc. :) Explains why I >> didn't see it there. >> >> >> On Tue, Jan 15, 2013 at 5:54 PM, Mike Tutkowski < >> mike.tutkow...@solidfire.com> wrote: >> >>> Thanks for pointing that out, Chris. I wondered about that and thought >>> I had checked that in the instructions, but I must have missed that. >>> >>> Edison - I can run that command again and see if it fixes my issue. >>> >>> Thanks! >>> >>> >>> On Tue, Jan 15, 2013 at 5:43 PM, Chris Sears >>> <chris.x.se...@sungard.com>wrote: >>> >>>> Hi Mike, >>>> >>>> The instructions in that section are actually specific to CentOS/RHEL, >>>> which is why you didn't find /etc/sysconfig. I opened the doc bug >>>> https://issues.apache.org/jira/browse/CLOUDSTACK-986 to have Ubuntu >>>> instructions added. Thanks for pointing out the issue. >>>> >>>> - Chris >>>> >>>> >>>> On Tue, Jan 15, 2013 at 7:02 PM, Edison Su <edison...@citrix.com> >>>> wrote: >>>> >>>> > Do you follow up the mysql setup? Need to execute: >>>> cloud-setup-database >>>> > before start mgt server. >>>> > >>>> > >>>> > > -----Original Message----- >>>> > > From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com] >>>> > > Sent: Tuesday, January 15, 2013 3:54 PM >>>> > > To: cloudstack-dev@incubator.apache.org >>>> > > Subject: Re: CS MS Setup Question >>>> > > >>>> > > So, despite the issues I previously mentioned, I went ahead and >>>> brought a >>>> > > browser up and hit http://127.0.0.1:8080/client and was successful >>>> (the >>>> > login >>>> > > page was displayed). I used the default username of admin and the >>>> > default >>>> > > password of password to try to log in. However, I received an error >>>> > message >>>> > > that either the username or password is incorrect. >>>> > > >>>> > > Any recommendations here? Something simple I might have missed? >>>> > > >>>> > > Thanks! >>>> > > >>>> > > >>>> > > On Tue, Jan 15, 2013 at 4:15 PM, Mike Tutkowski < >>>> > > mike.tutkow...@solidfire.com> wrote: >>>> > > >>>> > > > Hi, >>>> > > > >>>> > > > I'm in the process of following these instructions to set up a >>>> > > > CloudStack Management Server: >>>> > > > >>>> > > > >>>> > > > http://incubator.apache.org/cloudstack/docs/en- >>>> > > US/Apache_CloudStack/4. >>>> > > > >>>> 0.0-incubating/html/Installation_Guide/management-server-install-flow. >>>> > > > html >>>> > > > >>>> > > > Perhaps this is a simple question for someone. I'm on Ubuntu >>>> 12.04.1 >>>> > > > and cannot find the files referenced here (in fact, the entire >>>> > > > sysconfig folder is not present under etc): >>>> > > > >>>> > > > >>>> > > > 1. Edit the /etc/sysconfig/nfs file. >>>> > > > >>>> > > > # vi /etc/sysconfig/nfs >>>> > > > >>>> > > > Uncomment the following lines: >>>> > > > >>>> > > > LOCKD_TCPPORT=32803 >>>> > > > LOCKD_UDPPORT=32769 >>>> > > > MOUNTD_PORT=892 >>>> > > > RQUOTAD_PORT=875 >>>> > > > STATD_PORT=662 >>>> > > > STATD_OUTGOING_PORT=2020 >>>> > > > >>>> > > > 2. Edit the /etc/sysconfig/iptables file. >>>> > > > >>>> > > > # vi /etc/sysconfig/iptables >>>> > > > >>>> > > > Add the following lines at the beginning of the INPUT chain >>>> where >>>> > > > <NETWORK> is the network that you'll be using: >>>> > > > >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 111 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 111 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 2049 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport >>>> 32803 -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport >>>> 32769 -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 892 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 892 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 875 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 875 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p tcp --dport 662 >>>> -j >>>> > > ACCEPT >>>> > > > -A INPUT -s <NETWORK> -m state --state NEW -p udp --dport 662 >>>> -j >>>> > > > ACCEPT >>>> > > > >>>> > > > >>>> > > > >>>> > > > Any advice? >>>> > > > >>>> > > > Thanks! >>>> > > > >>>> > > > -- >>>> > > > *Mike Tutkowski* >>>> > > > *Senior CloudStack Developer, SolidFire Inc.* >>>> > > > e: mike.tutkow...@solidfire.com >>>> > > > o: 303.746.7302 >>>> > > > Advancing the way the world uses the >>>> > > > cloud<http://solidfire.com/solution/overview/?video=play> >>>> > > > *(tm)* >>>> > > > >>>> > > >>>> > > >>>> > > >>>> > > -- >>>> > > *Mike Tutkowski* >>>> > > *Senior CloudStack Developer, SolidFire Inc.* >>>> > > e: mike.tutkow...@solidfire.com >>>> > > o: 303.746.7302 >>>> > > Advancing the way the world uses the >>>> > > cloud<http://solidfire.com/solution/overview/?video=play> >>>> > > *(tm)* >>>> > >>>> > >>>> >>> >>> >>> >>> -- >>> *Mike Tutkowski* >>> *Senior CloudStack Developer, SolidFire Inc.* >>> e: mike.tutkow...@solidfire.com >>> o: 303.746.7302 >>> Advancing the way the world uses the >>> cloud<http://solidfire.com/solution/overview/?video=play> >>> *™* >>> >> >> >> >> -- >> *Mike Tutkowski* >> *Senior CloudStack Developer, SolidFire Inc.* >> e: mike.tutkow...@solidfire.com >> o: 303.746.7302 >> Advancing the way the world uses the >> cloud<http://solidfire.com/solution/overview/?video=play> >> *™* >> > > > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: mike.tutkow...@solidfire.com > o: 303.746.7302 > Advancing the way the world uses the > cloud<http://solidfire.com/solution/overview/?video=play> > *™* > -- *Mike Tutkowski* *Senior CloudStack Developer, SolidFire Inc.* e: mike.tutkow...@solidfire.com o: 303.746.7302 Advancing the way the world uses the cloud<http://solidfire.com/solution/overview/?video=play> *™*