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)*