aws-quickstart / quickstart-ibm-icp-for-data

AWS Quick Start Team
Apache License 2.0
14 stars 19 forks source link

Installation Error #24

Closed Dgupta2901 closed 4 years ago

Dgupta2901 commented 4 years ago

Hi, I have been trying to install IBM Cloud Pak for Data using the Quick guide provided on AWS but continuously getting the same error of invalid bucket name. I have verified it multiple times but i am not able to pass that error. I would appreciate any guidance.

Thanks bootstrap (1).log parameter.txt

shaithal commented 4 years ago

Update "ParameterValue": "s3://ibm-logs-2020/" to ibm-logs-2020. Here we expect just bucket name. Not uri format.

Dgupta2901 commented 4 years ago

Thanks for that, i am just launching it now. Hopefully i should be able to get it working now. Thanks once again

Dgupta2901 commented 4 years ago

Hi, I was able to successfully complete the installation. While running the following command to install PA

./cpd-linux -c EFS -r ./repo.yaml -a lite -n zen --transfer-image-to $(oc get route -n openshift-image-registry | tail -1| awk '{print $2}')/zen --target-registryusername $(oc whoami | sed 's/://g') --target-registry-password $(oc serviceaccounts get-token cpdtoken) --cluster-pull-prefix image-registry.openshift-image-registry.svc:5000/zen -o override.yaml --insecure-skip-tls-verify

I get an error as override.yaml does not exist, there are following two files except the one in the command. i tried creating a file but got the error ( snapshot is attached for reference) override_ocs.yaml override_px.yaml

I am not to run this command successfully, its giving an error

Error-icpd

Thanks

shaithal commented 4 years ago

Hi, I believe you are trying to install planning analytics? Can you help me with the commands you ran?

Dgupta2901 commented 4 years ago

Hi,

Yes you are correct, i was trying to install PA. I just went ahead and deleted the existing stack and created a new stack using the quick startup guide and then followed the steps outlined in the IBM PA Installation on IBM Cloud Pak for Data ( https://www.ibm.com/support/producthub/icpdata/docs/content/SSQNUZ_current/svc-pa/pa-install.html) and was able to get it working. I still need to work out the underlying structure for PA , i am working on it. I really appreciate your assistance in resolving the installation of ICP for Data on AWS.

Thanks

shaithal commented 4 years ago

Glad to know that it worked. Let me know if we can close this issue.