IBM / StorageScaleVagrant

Example scripts and configuration files to install and configure IBM Storage Scale in a Vagrant environment
Apache License 2.0
16 stars 19 forks source link

Repeated warning messages about "Unable to find bda_integration" from ./spectrumscale #29

Closed dannyk96 closed 6 months ago

dannyk96 commented 2 years ago

The installer /vagrant/install/setup*.sh is generating many error mesages of the form

===> Specify cluster name
Unable to find bda_integration in this environment or HDFS is not supported on this OS/Arch
===> Specify to disable call home
Unable to find bda_integration in this environment or HDFS is not supported on this OS/Arch

This appears to stop ./spectrumscale from setting any parameters, nor to run 'install' Maybe this is because it is Centos not Redhat ?

dannyk96 commented 2 years ago

I have reverted to 5.1.4.0 (was 5.1.5.0) to see if this was the cause.

I have found that it works the first time it is run, but fails if re-run. (I re-ran as /usr/local/bin was missing from root's PATH so it couldn't run ansible-playbook Somehow there is state left over from the previous install, even though I did an rm -rf /usr/lpp/mmfs

dannyk96 commented 2 years ago

I beleive the cause is that the rpm gpfs.bda-integration-1.0.7-0.noarch gets installed. a re-run of ./spectrumscale will always fails as it goes down the wrong rabbithole if it detects this RPM !

workaround is to remove gpfs.bda-integration-1.0.7-0.noarch Proper fix is for the developers of ./spectrumscale to fix their code!

hseipp commented 1 year ago

Daniel, I'm not sure I understand what you exactly did and what "it works the first time it is run" means. Especially difficult as I'm not seeing such an issue with my tests. Please note that using the spectrumscale command within the deployed VM is not supported. Seems you tried that for troubleshooting / to complete a stopped deployment, correct?

Can you please describe a sequence like:

  1. Performed a vagrant up
  2. As that was failing / not completing, I performed a vagrant ssh into the VM
  3. Within the VM I performed cd /usr/lpp/mmfs/5.1.5.0/ansible-toolkit and executed ./spectrumscale ...
  4. ...

?

hseipp commented 6 months ago

Closing due to missing feedback / unsupported operation. Please re-open or create a new issue with the missing information if there should still be an issue.