Thanks a lot Edison. Regards, Abhinav
-----Original Message----- From: Edison Su [mailto:edison...@citrix.com] Sent: Wednesday, September 05, 2012 10:32 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Not able to install ASF 4.0 on Rhel 6.2 You can either: 1. rpm -Uvh cloud-client-4.0-1.el6.x86_64.rpm cloud-server-4.0-1.el6.x86_64.rpm cloud-client-ui-4.0-1.el6.x86_64.rpm cloud-python-4.0-1.el6.x86_64.rpm cloud-utils-4.0-1.el6.x86_64.rpm cloud-aws-api-4.0-1.el6.x86_64.rpm cloud-deps-4.0-1.el6.x86_64.rpm cloud-core-4.0-1.el6.x86_64.rpm cloud-setup-4.0-1.el6.x86_64.rpm cloud-agent-scripts-4.0-1.el6.x86_64.rpm 2. or create a rpm repo: createrepo ., then add the repo into your /etc/yum.repos.d/, then yum install cloud-client > -----Original Message----- > From: Abhinav Roy [mailto:abhinav....@citrix.com] > Sent: Wednesday, September 05, 2012 8:41 AM > To: cloudstack-dev@incubator.apache.org > Subject: Not able to install ASF 4.0 on Rhel 6.2 > > Hi, > > > I tried installing ASF 4.0 on Rhel6.2 and faced following issues : > > 1. Copied the tar file asf4.0.rpm.tar on the rhel machine. --- It > was successful > 2. Untar the file. > --- It was successful > 3. rpm -Uvh *.rpm > --- This gave following output > > > error: Failed dependencies: > /usr/sbin/libvirtd is needed by cloud-agent-4.0-1.el6.x86_64 > ebtables is needed by cloud-agent-4.0-1.el6.x86_64 > jna is needed by cloud-agent-4.0-1.el6.x86_64 > jsvc is needed by cloud-agent-4.0-1.el6.x86_64 > kvm is needed by cloud-agent-4.0-1.el6.x86_64 > libvirt is needed by cloud-agent-4.0-1.el6.x86_64 > qemu-img is needed by cloud-agent-4.0-1.el6.x86_64 > PING is needed by cloud-baremetal-agent-4.0-1.el6.x86_64 > syslinux is needed by cloud-baremetal-agent-4.0-1.el6.x86_64 > tftp-server is needed by cloud-baremetal-agent-4.0-1.el6.x86_64 > xinetd is needed by cloud-baremetal-agent-4.0-1.el6.x86_64 > jsvc is needed by cloud-usage-4.0-1.el6.x86_64 > > > After this I installed all above mentioned packages by 'yum install > <package name>........ > expect jsvc and PING. > > Downloaded jsvc from net and installed but couldn't find PING. So, > removed the baremetal package(just for trial) > > 4. rpm -Uvh *.rpm > --- This time install was successful. > > 5. cloud-setup-databases > --- Gave the following error > > "Cloud DB required file /usr/share/java/cloud-jasypt-1.8.jar was not > found " > > -------- We are not able to proceed with the installation due to the > above mentioned issues. Please let us know the workaround/correct > installation steps. > > Note : I have already filed a defect for this : > https://issues.apache.org/jira/browse/CLOUDSTACK-11 > > > Thanks and regards, > Abhinav