cloudsoft / brooklyn-marklogic

Other
0 stars 0 forks source link

Red Hat Enterprise Linux Compatability #8

Closed pveentjer closed 11 years ago

pveentjer commented 11 years ago

Checks if MarkLogic Master can be deployed in Ec2 using the RHEL 6 image.

RHEL 6 is failing because /opt/aws folder is not there. Need to find what/how to install all the commands used inside ml_reset_on_startup.

andreaturli commented 11 years ago

Inside a working AMI there are multiple aws-*tools rpms installed. Among those, ec2-metadata command (needed inside the ml_reset_on_startup) is contained on

rpm -qif /opt/aws/bin/ec2-metadata Name : ec2-utils Relocations: (not relocatable) Version : 0.3.1 Vendor: Amazon.com Release : 1.17.amzn1 Build Date: mer 13 mar 2013 21:30:41 UTC Install Date: mar 26 mar 2013 20:03:36 UTC Build Host: build-31004.build Group : System Tools Source RPM: ec2-utils-0.3.1-1.17.amzn1.src.rpm Size : 9863 License: Apache License 2.0 Signature : RSA/8, gio 14 mar 2013 23:33:08 UTC, Key ID bcb4a85b21c0f39f Packager : Amazon.com, Inc. http://aws.amazon.com URL : http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1825 Summary : A set of tools for running in EC2 Description : ec2-utils contains a set of utilities for running in ec2.

Need to figure out how to install it on RHEL

andreaturli commented 11 years ago

https://github.com/cloudsoft/brooklyn-marklogic/pull/27