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

Reply via email to