Hi Likita,
I am new to cloudstack, I dint find in documentation if I can specify the name 
for the keypair doc.
Could you plz give me details , how I can change the name of this doc and 
create it newly.
Or else delete the old one.



Thanks and Regards.

Asmita Patil Vagyani.
Tech Lead,  Sigma Software Solutions, Pune, 
T: +91-20-25661992 / 93 / 94. Extn. : 286 


-----Original Message-----
From: Likitha Shetty [mailto:likitha.she...@citrix.com] 
Sent: 04 January 2013 PM 06:54
To: cloudstack-users@incubator.apache.org
Subject: RE: CloudStack Installation Query

Asmita, this error is because you have already created the key-pair with the 
name 'keypairdoc'. Try creating a key pair with a different name and use the 
domain-id returned by listDomains API i.e. 1448af9f-161a-4d75-a8b4-3bb3b577bbf3.

Thank you,
Likitha
> -----Original Message-----
> From: Geoff Higginbottom [mailto:geoff.higginbot...@shapeblue.com]
> Sent: Friday, January 04, 2013 6:43 PM
> To: cloudstack-users@incubator.apache.org
> Subject: RE: CloudStack Installation Query
>
> This looks like a bug in the API command.
>
> It appears to be using the MySQL Record ID (in this case Record ID 1) 
> rather than the actual Domain ID (uuid field in the DB table 'domain')
>
> Suggest you file a bug report
>
> Regards
>
> Geoff
>
> -----Original Message-----
> From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com]
> Sent: 04 January 2013 13:08
> To: 'cloudstack-users@incubator.apache.org'
> Subject: RE: CloudStack Installation Query
>
> Hi Likitha,
> You are right.
>
> I tried with domainId=1, the command worked, and generated an api 
> keypair for me.
>
> Then I used, the listDomains API, it gave me 1 domain with a different 
> ID. - <listdomainsresponse cloud-stack-version="3.0.2.20120506223416">
>         <count>1</count>
>         <domain><id>1448af9f-161a-4d75-a8b4-3bb3b577bbf3</id>
>                 <name>ROOT</name>
>                 <level>0</level>
>                 <haschild>false</haschild>
>                 <path>ROOT</path>
>         </domain>
>         </listdomainsresponse>
>
> When I run the same command to create an keypair with the actual 
> domainId
> 1448af9f-161a-4d75-a8b4-3bb3b577bbf3 above , I get an error
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
>         <createsshkeypairresponse cloud-stack-version="3.0.2.20120506223416">
>         <errorcode>431</errorcode>
>         <errortext>A key pair with name &apos;keypair-doc&apos; 
> already exists.</errortext> </createsshkeypairresponse>
>
> 1) Is it possible to remove this API keyAnd try with the correct domainid.
> 2) If you observe the response has the cloudstack API version with it. 
> I actually installed the Cloudstack 4 on management server, then I 
> expect to get the version like 4.0.x some thing.
> Is it normal?
>
>
> Thanks and Regards.
>
> Asmita
>
>
> -----Original Message-----
> From: Likitha Shetty [mailto:likitha.she...@citrix.com]
> Sent: 04 January 2013 PM 05:58
> To: cloudstack-users@incubator.apache.org
> Subject: RE: CloudStack Installation Query
>
> Asmita,
>
>
>
> Please run the following command to confirm that you are using the 
> right domain-id, curl --globoff "http://torvm-cloudstack-
> mgmt:8096/?command=listDomains&id5163440e-c44b-42b5-9109-
> ad75cae8e8a2”.
>
> This command should return the domain with the right response tags, if 
> not then as Geoff pointed and as mentioned in the error it is because 
> the domainId is invalid.
>
>
>
> Thank you,
>
> Likitha
>
>
>
> > -----Original Message-----
>
> > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com]
>
> > Sent: Friday, January 04, 2013 5:44 PM
>
> > To: 'cloudstack-users@incubator.apache.org'
>
> > Subject: RE: CloudStack Installation Query
>
> >
>
> > yes, its as per documentation.
>
> >
>
> >
>
> >
>
> > Thanks and Regards.
>
> >
>
> > Asmita Patil Vagyani.
>
> >
>
> > -----Original Message-----
>
> > From: Geoff Higginbottom [mailto:geoff.higginbot...@shapeblue.com]
>
> > Sent: 04 January 2013 PM 05:26
>
> > To: cloudstack-users@incubator.apache.org
>
> > Subject: RE: CloudStack Installation Query
>
> >
>
> > Hi Asmita
>
> >
>
> > The error message implies the DomainID is invalid, have you copied 
> > it correctly
>
> >
>
> > Regards
>
> >
>
> > Geoff
>
> >
>
> > -----Original Message-----
>
> > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com]
>
> > Sent: 04 January 2013 11:40
>
> > To: 'cloudstack-users@incubator.apache.org'
>
> > Subject: RE: CloudStack Installation Query
>
> >
>
> > Thanks Paul for sharing the solution.
>
> > The info abt 'integration.api.port' is missing in the documentation 
> > in the
>
> > installation guide.
>
> > I got this working by changing the port value in the MySQL Db.
>
> >
>
> > My next issue is:
>
> > When I run
>
> > [root@torvm-cloudstack-mgmt ~]# curl --globoff 
> > "http://torvm-cloudstack-<http://torvm-cloudstack-mgmt:8096/?command
> > =c
> > reateSSHKeyPair&name=keypairdoc&account=admin&domainid=5163440e-
> c44b-4
> > 2b5-9109-ad75cae8e8a2>
>
> >
> mgmt:8096/?command=createSSHKeyPair&name=keypairdoc&account=admin
> <http
> > ://torvm-cloudstack-
> mgmt:8096/?command=createSSHKeyPair&name=keypairdo
> > c&account=admin&domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2>
>
> > &domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2<http://torvm-
> cloudstack-
> mgmt:8096/?command=createSSHKeyPair&name=keypairdoc&account=admin
> &domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2>"
>
> >
>
> > <?xml version="1.0" encoding="ISO-8859-1"?>
>
> >         <createsshkeypairresponse
> > cloud-stack-version="3.0.2.20120506223416">
>
> >                 <errorcode>431</errorcode>
>
> >                 <errortext>Unable to execute API command 
> > createsshkeypair due
>
> > curl --globoff
>
> >
> "http://10.0.100.83:8096/?command=createSSHKeyPair&name=keypairdoc&ac
> <
> >
> http://10.0.100.83:8096/?command=createSSHKeyPair&name=keypairdoc&acc
> o
> > unt=admin&domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2>
>
> > count=admin&domainid=5163440e-c44b-42b5-9109-
> ad75cae8e8a2<http://10.0.100.83:8096/?command=createSSHKeyPair&name=
> keypairdoc&account=admin&domainid=5163440e-c44b-42b5-9109-
> ad75cae8e8a2>"
>
> > <?xml version="1.0" encoding="ISO-8859-1"?>
>
> >         <createsshkeypairresponse
> > cloud-stack-version="3.0.2.20120506223416">
>
> >         <errorcode>431</errorcode>
>
> >         <errortext>Unable to execute API command createsshkeypair 
> > due to
>
> > invalid value. Object domain(uuid:
> > 5163440e-c44b-42b5-9109-ad75cae8e8a2)
>
> > does not exist.</errortext> </createsshkeypairresponse>[root@
>
> >
>
> > Its because the domain is missing.
>
> > Is there something that I need to do for enabling the domain?
>
> > I don’t see this documented in the installation guide.
>
> >
>
> >
>
> > Thanks and Regards.
>
> >
>
> > Asmita Patil Vagyani.
>
> > Tech Lead,  Sigma Software Solutions, Pune,
>
> > T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> >
>
> >
>
> > -----Original Message-----
>
> > From: Paul Angus [mailto:paul.an...@shapeblue.com]
>
> > Sent: 04 January 2013 PM 02:19
>
> > To: cloudstack-users@incubator.apache.org
>
> > Subject: RE: CloudStack Installation Query
>
> >
>
> > Hi Asmiti,
>
> >
>
> > There's a global setting 'integration.api.port' which by default is 
> > empty (ie
>
> > disabled) you need to enter the port you want to use in there (8096) 
> > and restart
>
> > the management service.
>
> >
>
> > Regards,
>
> >
>
> > Paul Angus
>
> > Cloud Architect / Senior Consultant
>
> > paul.an...@shapeblue.com<mailto:paul.an...@shapeblue.com> | 
> > www.shapeblue.com<http://www.shapeblue.com> | Twitter:@shapeBlue
>
> > ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS
>
> >
>
> > -----Original Message-----
>
> > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com]
>
> > Sent: 04 January 2013 08:41
>
> > To: 'cloudstack-users@incubator.apache.org'
>
> > Subject: RE: CloudStack Installation Query
>
> >
>
> > Hi Marc,
>
> >
>
> > I am running the command from Management server only.
>
> > I specified that client is running on 8080 port, when I login to console.
>
> > But when I hit the API for 8096, it seems this point is not running.
>
> > I mean when I checked if anything is running on this 8096 port, I get 
> > nothing.
>
> > Am I missing something, because of which APIs are not getting accessed?
>
> >
>
> >
>
> > Thanks and Regards.
>
> >
>
> > Asmita Patil Vagyani.
>
> > Tech Lead,  Sigma Software Solutions, Pune,
>
> > T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> >
>
> >
>
> > -----Original Message-----
>
> > From: Marc Cirauqui [mailto:mcirau...@gmail.com]
>
> > Sent: 04 January 2013 PM 01:32
>
> > To: cloudstack-users
>
> > Subject: Re: CloudStack Installation Query
>
> >
>
> > Hi,
>
> >
>
> > First, this command is meant to be run on management server not from 
> > a
>
> > client (the 8096 is API integration port). Then, there are two 
> > things I can't
>
> > remember exactly (I don't have a working installation rigth now), but:
>
> >
>
> > 1- The domain id is always the same in every installation?
>
> > 2- Using integration port you need API path? So url is
>
> > http://localhost:8096/client/api?command=...
>
> >
>
> > Can someone shed a light on this?
>
> >
>
> > thx
>
> >
>
> >
>
> > On Fri, Jan 4, 2013 at 8:50 AM, Asmita Vagyani < 
> > Asmita.Vagyani@sigma-<mailto:asmita.vagy...@sigma-systems.com>
>
> > systems.com<mailto:asmita.vagy...@sigma-systems.com>> wrote:
>
> >
>
> > > Hi all,
>
> > > I managed to start the Cloud Management server on the RHEL OS.
>
> > > I am able to login to the management server console now after
>
> > > re-installing the mySQL DB.
>
> > >
>
> > > I am following the next step after changing the password, for 
> > > creating
>
> > > the ssh template.
>
> > >
>
> > > http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudStack/4.
>
> > > 0.0-incubating/html/Installation_Guide/using-sshkeys.html#create-s
> > > sh
> > > -t
>
> > > emplate
>
> > >
>
> > > Section 5.2.2. Creating the SSH Keypair When I run the command 
> > > below
>
> > > on management server -
>
> > >
>
> > > curl --globoff "
>
> > >
>
> >
> http://localhostIP:8096/?command=createSSHKeyPair&name=keypairdoc&acco
>
> > > unt=admin&domainid=5163440e-c44b-42b5-9109-ad75cae8e8a2
>
> > > "
>
> > >
>
> > > I get error curl: (7) couldn't connect to host
>
> > >
>
> > > On port 8080 I can see the client is running, I am not sure about 
> > > the
>
> > > webservice endpoint if its correct.(Here port is 8096) Other point 
> > > is
>
> > > domain Id- where can I get this domain id from?
>
> > >
>
> > > Thanks and Regards.
>
> > >
>
> > > Asmita
>
> > > -----Original Message-----
>
> > > From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com]
>
> > > Sent: 03 January 2013 PM 07:52
>
> > > To: 'cloudstack-users@incubator.apache.org'
>
> > > Subject: RE: CloudStack Installation Query
>
> > >
>
> > > I used this command to deploy DB.
>
> > >
>
> > > $ cloud-setup-databases
>
> > > cloud:sigma123@localhost--deploy-as=root:sigma123 -e file -m 
> > > password
>
> > > -k password
>
> > >
>
> > > Output was :
>
> > >
>
> > > Mysql user name:cloud
>
> > >       [ OK ]
>
> > > Mysql user password:sigma123
>
> > >      [ OK ]
>
> > > Mysql server ip:localhost
>
> > >       [ OK ]
>
> > > Mysql server port:3306
>
> > >      [ OK ]
>
> > > Mysql root user name:root
>
> > >       [ OK ]
>
> > > Mysql root user password:sigma123
>
> > >       [ OK ]
>
> > > Checking Cloud database files ...
>
> > >       [ OK ]
>
> > > Checking local machine hostname ...
>
> > >       [ OK ]
>
> > > Checking SELinux setup ...
>
> > >      [ OK ]
>
> > > Detected local IP address as <LOCAL IP address> will use as 
> > > cluster
>
> > > management server node IP[ OK ] Preparing
>
> > > /etc/cloud/management/db.properties
>
> > >       [ OK ]
>
> > > Applying /usr/share/cloud/setup/create-database.sql
>
> > >       [ OK ]
>
> > > Applying /usr/share/cloud/setup/create-schema.sql
>
> > >       [ OK ]
>
> > > Applying /usr/share/cloud/setup/create-database-premium.sql
>
> > >       [ OK ]
>
> > > Applying /usr/share/cloud/setup/create-schema-premium.sql
>
> > >       [ OK ]
>
> > > Applying /usr/share/cloud/setup/server-setup.sql
>
> > >      [ OK ]
>
> > > Applying /usr/share/cloud/setup/templates.sql
>
> > >       [ OK ]
>
> > > Applying /usr/share/cloud/setup/create-index-fk.sql
>
> > >       [ OK ]
>
> > > Processing encryption ...
>
> > >       [ OK ]
>
> > > Finalizing setup ...
>
> > >      [ OK ]
>
> > >
>
> > > CloudStack has successfully initialized database, you can check 
> > > your
>
> > > database configuration in /etc/cloud/management/db.properties
>
> > >
>
> > >
>
> > >
>
> > > Thanks and Regards.
>
> > >
>
> > > Asmita Patil Vagyani.
>
> > > Tech Lead,  Sigma Software Solutions, Pune,
>
> > > T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> > >
>
> > >
>
> > > -----Original Message-----
>
> > > From: Marc Cirauqui [mailto:mcirau...@gmail.com]
>
> > > Sent: 03 January 2013 PM 07:47
>
> > > To: cloudstack-users
>
> > > Subject: Re: CloudStack Installation Query
>
> > >
>
> > > What was the output of cloud-setup-databases command?
>
> > >
>
> > > thx
>
> > >
>
> > >
>
> > > On Thu, Jan 3, 2013 at 3:16 PM, Marc Cirauqui 
> > > <mcirau...@gmail.com<mailto:mcirau...@gmail.com>>
>
> > wrote:
>
> > >
>
> > > > Hi, just pinting point 5 in 4.5.5.1, "Mount secondary storage on
>
> > > > your management server...".
>
> > > >
>
> > > > If it's there, I guess you did it (right?). Then may be a
>
> > > > permissions problem or NFSv4 in use. I read problems with people
>
> > > > using NFSv4 in this mailing list.
>
> > > >
>
> > > > thx
>
> > > >
>
> > > >
>
> > > > On Thu, Jan 3, 2013 at 3:08 PM, Asmita Vagyani <
>
> > > > asmita.vagy...@sigma-systems.com<mailto:Asmita.Vagyani@sigma-
> systems.com>> wrote:
>
> > > >
>
> > > >> Hi Marc,
>
> > > >> I am using a separate NFS server for secondary storage, I think 
> > > >> the
>
> > > >> way you are going with is when you have nfs shared folder on 
> > > >> the
>
> > > >> same management server and mount it there itself.
>
> > > >> Am I right?
>
> > > >>
>
> > > >>
>
> > > >> http://incubator.apache.org/cloudstack/docs/en-US/Apache_CloudS
> > > >> ta
> > > >> ck
>
> > > >> /4
>
> > > >> .0.0-incubating/html/Installation_Guide/management-server-insta
> > > >> ll
> > > >> -f
>
> > > >> lo w.html#prepare-nfs-shares Section 4.5.5.1. Using a Separate 
> > > >> NFS
>
> > > >> Server
>
> > > >>
>
> > > >>
>
> > > >> Thanks and Regards.
>
> > > >>
>
> > > >> Asmita Patil Vagyani.
>
> > > >> Tech Lead,  Sigma Software Solutions, Pune,
>
> > > >> T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> > > >>
>
> > > >>
>
> > > >> -----Original Message-----
>
> > > >> From: Marc Cirauqui [mailto:mcirau...@gmail.com]
>
> > > >> Sent: 03 January 2013 PM 07:30
>
> > > >> To: cloudstack-users
>
> > > >> Subject: Re: CloudStack Installation Query
>
> > > >>
>
> > > >> My point was that as the path given to the 
> > > >> cloud-install-sys-tmplt
>
> > > >> command
>
> > > >> (/mnt/secondary) and export path (/export), you need to mount 
> > > >> the
>
> > > >> export path for secondary storage (/export) on /mnt/secondary
>
> > > >> otherwise system vm template won't be able to download to 
> > > >> primary
>
> > > storage.
>
> > > >>
>
> > > >> thx.
>
> > > >>
>
> > > >>
>
> > > >> On Thu, Jan 3, 2013 at 2:52 PM, Geoff Higginbottom <
>
> > > >>
> geoff.higginbot...@shapeblue.com<mailto:geoff.higginbottom@shapeblue.c
> o
> m>> wrote:
>
> > > >>
>
> > > >> > Hi Asmita,
>
> > > >> >
>
> > > >> > You don't have to, but its best practice to do so.
>
> > > >> >
>
> > > >> > When you deploy a new Zone, the first thing that happens is 
> > > >> > that
>
> > > >> > the System VM Template, which you will have seeded to 
> > > >> > Secondary
>
> > > >> > Storage is used to deploy the SSVM and CPVM, the SSVM then
>
> > > >> > connects to the Internet and downloads an example Template 
> > > >> > and
>
> > > >> > places it on secondary
>
> > > >> storage.
>
> > > >> >
>
> > > >> > All the above happens automatically as long as the 
> > > >> > configuration
>
> > > >> > of the Compute, Storage and Networking Layers is correct, and
>
> > > >> > seeing it happen is a great sanity check that everything is
>
> > > >> > configured
>
> > > correctly.
>
> > > >> >
>
> > > >> > Skipping configuring the Secondary Storage, and seeding it 
> > > >> > with
>
> > > >> > the appropriate System VM Templates for your chosen 
> > > >> > Hypervisors
>
> > > >> > will not break anything, and it can be added later, but as 
> > > >> > you
>
> > > >> > have to do it at some point, you might as well do it at the 
> > > >> > beginning.
>
> > > >> >
>
> > > >> > Regards
>
> > > >> >
>
> > > >> > Geoff
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: Asmita Vagyani 
> > > >> > [mailto:asmita.vagy...@sigma-systems.com]
>
> > > >> > Sent: 03 January 2013 13:34
>
> > > >> > To: 'cloudstack-users@incubator.apache.org'
>
> > > >> > Subject: RE: CloudStack Installation Query
>
> > > >> >
>
> > > >> > Hi all,
>
> > > >> >
>
> > > >> > Is it a mandate that we have to configure/mount a secondary
>
> > > >> > storage nfs server before cloudstack management server installation?
>
> > > >> >
>
> > > >> >
>
> > > >> >
>
> > > >> > Thanks and Regards.
>
> > > >> >
>
> > > >> > Asmita Patil Vagyani.
>
> > > >> > Tech Lead,  Sigma Software Solutions, Pune,
>
> > > >> > T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> > > >> >
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: Asmita Vagyani 
> > > >> > [mailto:asmita.vagy...@sigma-systems.com]
>
> > > >> > Sent: 03 January 2013 PM 12:49
>
> > > >> > To: 'cloudstack-users@incubator.apache.org'
>
> > > >> > Subject: RE: CloudStack Installation Query
>
> > > >> >
>
> > > >> > Hi all,
>
> > > >> >
>
> > > >> > I am following the Cloudstack 4 documentation for 
> > > >> > installation on
>
> > > RHEL.
>
> > > >> > Please refer
>
> > > >> > http://incubator.apache.org/cloudstack/docs/en-US/Apache_Clou
> > > >> > dS
> > > >> > ta
>
> > > >> > ck/4
>
> > > .
>
> > > >> > 0.0-incubating/html/Installation_Guide/management-server-inst
> > > >> > all-
> flow.
>
> > > >> > html#nfs-shares-on-separate-server
>
> > > >> > Step 4.5.7. Prepare the System VM Template
>
> > > >> >
>
> > > >> > I have mounted the secondary storage device on another NFS 
> > > >> > server
>
> > > >> > and can see that its mounted.
>
> > > >> > I added line below to my /etc/exports file also :
>
> > > >> > /export *(rw,async,no_root_squash)
>
> > > >> >
>
> > > >> > Then I run cloud-install-sys-tmplt command below to retrieve 
> > > >> > and
>
> > > >> > decompress the system VM template - For vSphere:
>
> > > >> >
>
> > > >> > #/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-insta
> > > >> > ll
> > > >> > -s
>
> > > >> > ys
>
> > > >> > -tm
>
> > > >> > plt
>
> > > >> > -m /mnt/secondary -u
>
> > > >> > http://download.cloud.com/templates/burbank/burbank-systemvm-
> > > >> > 0
>
> > > ^C12012.
>
> > > >> > ova
>
> > > >> >  -h vmware -s welcome123 -F
>
> > > >> >
>
> > > >> > I get the following error -
>
> > > >> > rm: cannot remove
>
> > > >> >
>
> > > >>
>
> > > `/mnt/secondary/template/tmpl/1/8//3be8b3de-8625-4945-9d45-
>
> > 97b901f09ae6.ova':
>
> > > >> > Permission denied
>
> > > >> > rm: cannot remove
>
> > > >> `/mnt/secondary/template/tmpl/1/8//systemvm-disk1.vmdk':
>
> > > >> > Permission denied
>
> > > >> > rm: cannot remove
> `/mnt/secondary/template/tmpl/1/8//systemvm.mf':
>
> > > >> > Permission denied
>
> > > >> > rm: cannot remove
>
> > `/mnt/secondary/template/tmpl/1/8//systemvm.ovf':
>
> > > >> > Permission denied
>
> > > >> > rm: cannot remove
>
> > > >> `/mnt/secondary/template/tmpl/1/8//template.properties':
>
> > > >> > Permission denied Failed to clean up template directory
>
> > > >> > /mnt/secondary/template/tmpl/1/8/ -- check permissions?
>
> > > >> > Installation failed
>
> > > >> >
>
> > > >> > Did anyone of you face the same problem?
>
> > > >> >
>
> > > >> > Thanks and Regards.
>
> > > >> >
>
> > > >> > Asmita Patil Vagyani.
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: Asmita Vagyani 
> > > >> > [mailto:asmita.vagy...@sigma-systems.com]
>
> > > >> > Sent: 31 December 2012 PM 02:50
>
> > > >> > To: 'cloudstack-users@incubator.apache.org'
>
> > > >> > Subject: RE: CloudStack Installation Query
>
> > > >> >
>
> > > >> > I am using RHEL
>
> > > >> >
>
> > > >> >
>
> > > >> >
>
> > > >> > Thanks and Regards.
>
> > > >> >
>
> > > >> > Asmita Patil Vagyani.
>
> > > >> > Tech Lead,  Sigma Software Solutions, Pune,
>
> > > >> > T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> > > >> >
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: Sailaja Mada [mailto:sailaja.m...@citrix.com]
>
> > > >> > Sent: 31 December 2012 PM 02:43
>
> > > >> > To: cloudstack-users@incubator.apache.org
>
> > > >> > Subject: RE: CloudStack Installation Query
>
> > > >> >
>
> > > >> > Hi,
>
> > > >> >
>
> > > >> > Please use below path if your setup is on Ubuntu.:
>
> > > >> >
>
> > > >> > /usr/lib/cloud/common/scripts/storage/secondary/cloud-install
> > > >> > -s
> > > >> > ys
>
> > > >> > -t
>
> > > >> > mpl
>
> > > >> > t
>
> > > >> >
>
> > > >> > Thanks,
>
> > > >> > Sailaja.M
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: Asmita Vagyani 
> > > >> > [mailto:asmita.vagy...@sigma-systems.com]
>
> > > >> > Sent: Monday, December 31, 2012 2:16 PM
>
> > > >> > To: 'cloudstack-users@incubator.apache.org'
>
> > > >> > Subject: RE: CloudStack Installation Query
>
> > > >> >
>
> > > >> > Hi all,
>
> > > >> >
>
> > > >> > I am following the Cloudstack 4 documentation for installation.
>
> > > >> > Please refer
>
> > > >> > http://incubator.apache.org/cloudstack/docs/en-US/Apache_Clou
> > > >> > dS
> > > >> > ta
>
> > > >> > ck/4
>
> > > .
>
> > > >> > 0.0-incubating/html/Installation_Guide/management-server-inst
> > > >> > all-
> flow.
>
> > > >> > html#nfs-shares-on-separate-server
>
> > > >> > Step 4.5.7. Prepare the System VM Template
>
> > > >> >
>
> > > >> > Its says to run one or more of the following
>
> > > >> > cloud-install-sys-tmplt commands to retrieve and decompress 
> > > >> > the
>
> > > >> > system VM template - For vSphere run command below:
>
> > > >> > #
>
> > > >> > /usr/lib64/cloud/common/scripts/storage/secondary/cloud-insta
> > > >> > ll
> > > >> > -s
>
> > > >> > ys
>
> > > >> > -tm
>
> > > >> > plt
>
> > > >> > -m /mnt/secondary -u
>
> > > >> > http://download.cloud.com/templates/burbank/burbank-systemvm-
> > > >> > 08
> > > >> > 01
>
> > > >> > 2012
>
> > > .
>
> > > >> > ova-h vmware -s <optional-management-server-secret-key>  -F
>
> > > >> >
>
> > > >> > I made a correction in the file path and run the command as below:
>
> > > >> > #/usr/lib64/cloud/agent/scripts/storage/secondary/cloud-insta
> > > >> > ll
> > > >> > -s
>
> > > >> > ys
>
> > > >> > -tm
>
> > > >> > plt
>
> > > >> > -m /mnt/secondary -u
>
> > > >> > http://download.cloud.com/templates/burbank/burbank-systemvm-
> > > >> > 08
> > > >> > 01
>
> > > >> > 2012
>
> > > .
>
> > > >> > ova-hvmware -s welcome123 -F
>
> > > >> >
>
> > > >> > It gives an error command not found.
>
> > > >> > cloud-install-sys-tmplt: command not found Any idea why this 
> > > >> > is
>
> > > >> > not working?
>
> > > >> >
>
> > > >> > Thanks and Regards.
>
> > > >> >
>
> > > >> > Asmita Patil Vagyani.
>
> > > >> > Tech Lead,  Sigma Software Solutions, Pune,
>
> > > >> > T: +91-20-25661992 / 93 / 94. Extn. : 286
>
> > > >> >
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: Radhika Puthiyetath
> > > >> > [mailto:radhika.puthiyet...@citrix.com]
>
> > > >> > Sent: 28 December 2012 AM 10:48
>
> > > >> > To: cloudstack-users@incubator.apache.org
>
> > > >> > Subject: RE: CloudStack Installation Query
>
> > > >> >
>
> > > >> > Thank you for pointing out the errors in docs.
>
> > > >> >
>
> > > >> > Please file a documentation defect in case you find any.
>
> > > >> >
>
> > > >> > Thanks
>
> > > >> > -Radhika
>
> > > >> >
>
> > > >> > -----Original Message-----
>
> > > >> > From: sebgoa [mailto:run...@gmail.com]
>
> > > >> > Sent: Thursday, December 27, 2012 7:01 PM
>
> > > >> > To: cloudstack-users@incubator.apache.org
>
> > > >> > Subject: Re: CloudStack Installation Query
>
> > > >> >
>
> > > >> > Asmita,
>
> > > >> >
>
> > > >> > I believe there is an issue with the documentation.
>
> > > >> >
>
> > > >> > try to replace the baseurl with:
>
> > > >> >
>
> > > >> > baseurl=http://cloudstack.apt-get.eu/rhel/4.0/
>
> > > >> >
>
> > > >> > and do:
>
> > > >> >
>
> > > >> > > $ rpm --import http://cloudstack.apt-get.eu/release.asc
>
> > > >> >
>
> > > >> >
>
> > > >> > I have not tested it, so please let us know if it works or not.
>
> > > >> >
>
> > > >> > thanks,
>
> > > >> >
>
> > > >> > -Sebastien
>
> > > >> >
>
> > > >> > On Dec 27, 2012, at 2:04 PM, Asmita Vagyani wrote:
>
> > > >> >
>
> > > >> > > Hi,
>
> > > >> > >
>
> > > >> > > Thanks Jerry for clarifying.
>
> > > >> > >
>
> > > >> > > My next query is:
>
> > > >> > > I am using an RPM-based system, I want to add the Yum
>
> > > >> > > repository so that
>
> > > >> > I can install CloudStack with Yum.
>
> > > >> > > I have created a repos file under /etc/yum.repos.d.
>
> > > >> > >
>
> > > >> > > [cloudstack]
>
> > > >> > > name=cloudstack
>
> > > >> > > baseurl=http://server.url/downloads/rpm/stable/
>
> > > >> > > enabled=1
>
> > > >> > > gpgcheck=1
>
> > > >> > >
>
> > > >> > > Next you'll want to add the GPG key:
>
> > > >> > > $ rpm --import http://server.url/downloads/RPM-GPG-KEY.txt
>
> > > >> > >
>
> > > >> > >
>
> > > >> > > (Refer Documentation of CloudStack Installation -Section 4.4.2.
>
> > > >> > > ) What will be the value of server.url?
>
> > > >> > >
>
> > > >> > > Thanks and Regards.
>
> > > >> > >
>
> > > >> > > Asmita
>
> > > >> > >
>
> > > >> > >
>
> > > >> > > -----Original Message-----
>
> > > >> > > From: jerry jiang. 蒋维 [mailto:jerry.ji...@tyxtech.com]
>
> > > >> > > Sent: 27 December 2012 PM 06:20
>
> > > >> > > To: cloudstack-users@incubator.apache.org
>
> > > >> > > Subject: Re: CloudStack Installation Query
>
> > > >> > >
>
> > > >> > > yes, RPM for RHEL OS only, while DEBs for debian-based OS
>
> > > >> > >
>
> > > >> > > Jerry
>
> > > >> > >
>
> > > >> > > ----- Original Message -----
>
> > > >> > > From: "Asmita Vagyani" <asmita.vagy...@sigma-systems.com>
>
> > > >> > > To: "cloudstack-users@incubator.apache.org"
>
> > > >> > > <cloudstack-users@incubator.apache.org>
>
> > > >> > > Sent: Thursday, December 27, 2012 8:33:05 PM
>
> > > >> > > Subject: CloudStack Installation Query
>
> > > >> > >
>
> > > >> > > Hi,
>
> > > >> > >
>
> > > >> > > I am trying to install CloudStack 4 on the system.
>
> > > >> > > I am having RHEL 6.3 system for the CloudStack Management
>
> > > >> > > server
>
> > > >> > installation.
>
> > > >> > >
>
> > > >> > > I am following standard Installation guide to do so.
>
> > > >> > > Location -
>
> > > >> > > http://incubator.apache.org/cloudstack/docs/en-US/Apache_Cl
> > > >> > > ou
> > > >> > > dS
>
> > > >> > > ta
>
> > > >> > > ck/4
>
> > > >> .
>
> > > >> > > 0.0-incubating/html/Installation_Guide/index.html
>
> > > >> > > I am referring to Section 3, 3.5 and 3.6 particularly.
>
> > > >> > >
>
> > > >> > > I wanted to confirm if I should perform step in section 3.5
>
> > > >> > > only if my
>
> > > >> > server OS is Ubuntu and perform steps in section 3.6 if my
>
> > > >> > management server is RHEL server.
>
> > > >> > > So, if I have RHEL OS I will just build RPMs and not DEBs, correct?
>
> > > >> > >
>
> > > >> > > Please clarify.
>
> > > >> > >
>
> > > >> > > Thanks and Regards.
>
> > > >> > > Asmita.
>
> > > >> > >
>
> > > >> > >
>
> > > >> >
>
> > > >> > ShapeBlue provides a range of strategic and technical 
> > > >> > consulting
>
> > > >> > and implementation services to help IT Service Providers and
>
> > > >> > Enterprises to build a true IaaS compute cloud. ShapeBlue’s
>
> > > >> > expertise, combined with CloudStack technology, allows IT 
> > > >> > Service
>
> > > >> > Providers and Enterprises to deliver true, utility based, 
> > > >> > IaaS to
>
> > > >> > the customer or
>
> > > >> end-user.
>
> > > >> >
>
> > > >> > ________________________________
>
> > > >> >
>
> > > >> > This email and any attachments to it may be confidential and 
> > > >> > are
>
> > > >> > intended solely for the use of the individual to whom it is 
> > > >> > addressed.
>
> > > >> > Any views or opinions expressed are solely those of the 
> > > >> > author
>
> > > >> > and do not necessarily represent those of Shape Blue Ltd. If 
> > > >> > you
>
> > > >> > are not the intended recipient of this email, you must 
> > > >> > neither
>
> > > >> > take any action based upon its contents, nor copy or show it to 
> > > >> > anyone.
>
> > > >> > Please contact the sender if you believe you have received 
> > > >> > this
>
> > > >> > email in error. Shape Blue Ltd is a company incorporated in
>
> > > >> > England &
>
> > > Wales.
>
> > > >> >
>
> > > >>
>
> > > >
>
> > > >
>
> > >
>
> > ShapeBlue provides a range of strategic and technical consulting and
>
> > implementation services to help IT Service Providers and Enterprises 
> > to build a
>
> > true IaaS compute cloud. ShapeBlue’s expertise, combined with 
> > CloudStack
>
> > technology, allows IT Service Providers and Enterprises to deliver 
> > true, utility
>
> > based, IaaS to the customer or end-user.
>
> >
>
> > ________________________________
>
> >
>
> > This email and any attachments to it may be confidential and are 
> > intended
>
> > solely for the use of the individual to whom it is addressed. Any 
> > views or
>
> > opinions expressed are solely those of the author and do not 
> > necessarily
>
> > represent those of Shape Blue Ltd. If you are not the intended 
> > recipient of this
>
> > email, you must neither take any action based upon its contents, nor 
> > copy or
>
> > show it to anyone. Please contact the sender if you believe you have 
> > received
>
> > this email in error. Shape Blue Ltd is a company incorporated in 
> > England &
>
> > Wales.
>
> > ShapeBlue provides a range of strategic and technical consulting and
>
> > implementation services to help IT Service Providers and Enterprises 
> > to build a
>
> > true IaaS compute cloud. ShapeBlue’s expertise, combined with 
> > CloudStack
>
> > technology, allows IT Service Providers and Enterprises to deliver 
> > true, utility
>
> > based, IaaS to the customer or end-user.
>
> >
>
> > ________________________________
>
> >
>
> > This email and any attachments to it may be confidential and are 
> > intended
>
> > solely for the use of the individual to whom it is addressed. Any 
> > views or
>
> > opinions expressed are solely those of the author and do not 
> > necessarily
>
> > represent those of Shape Blue Ltd. If you are not the intended 
> > recipient of this
>
> > email, you must neither take any action based upon its contents, nor 
> > copy or
>
> > show it to anyone. Please contact the sender if you believe you have 
> > received
>
> > this email in error. Shape Blue Ltd is a company incorporated in 
> > England &
>
> > Wales.
> ShapeBlue provides a range of strategic and technical consulting and 
> implementation services to help IT Service Providers and Enterprises 
> to build a true IaaS compute cloud. ShapeBlue’s expertise, combined 
> with CloudStack technology, allows IT Service Providers and 
> Enterprises to deliver true, utility based, IaaS to the customer or end-user.
>
> ________________________________
>
> This email and any attachments to it may be confidential and are 
> intended solely for the use of the individual to whom it is addressed. 
> Any views or opinions expressed are solely those of the author and do 
> not necessarily represent those of Shape Blue Ltd. If you are not the 
> intended recipient of this email, you must neither take any action 
> based upon its contents, nor copy or show it to anyone. Please contact 
> the sender if you believe you have received this email in error. Shape 
> Blue Ltd is a company incorporated in England & Wales.

Reply via email to