HPE Ezmeral Software platform
1819857 Members
3148 Online
109607 Solutions
New Discussion

Re: Updated Mapr-Installation Script Issues

 
SOLVED
Go to solution
msaidbilgehan
Advisor

Updated Mapr-Installation Script Issues

Today, we discovered that HPE documentation and the script are updated. As we saw, the update contains details about HPE Account and password usage while installing. We have faced the issues below;

  1. Server connection takes long time and script has -T15 parameter for wget. So I removed the wget timeout parameter to connect.
  2. While installation of dpkgs, apt repository shows the below output about signature verification;

Installing installer packages...

W: GPG error: https://package.ezmeral.hpe.com/releases//installer/ubuntu binary InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BFDDB60966B3F0D6
E: The repository 'https://package.ezmeral.hpe.com/releases//installer/ubuntu binary InRelease' is not signed.
E: The repository 'https://package.ezmeral.hpe.com/releases//installer/ubuntu binary/ Release' does not have a Release file.

Untitled design.png

 

Didn't see signature verification in the documentation. How can I fix this issue?

4 REPLIES 4
ldarby
HPE Pro
Solution

Re: Updated Mapr-Installation Script Issues

Hi @msaidbilgehan,

With the gpg issue, the script is supposed to download and install the gpg key but this fails now because of the new auth requirement, I've reported this to Engineering now (and also the timeout issue).  You can download and install it manually which should allow it to get further:

 # wget --user <user> --password <password> https://package.ezmeral.hpe.com/releases/installer/ubuntu/pub/maprgpg.key
 # apt-key add maprgpg.key

then to check it's installed:

 # apt-key list | grep MapR
Warning: apt-key output should not be parsed (stdout is not a terminal)
uid           [ unknown] MapR Technologies, Inc. Linux Package Signing Key (2014 - no subkey) <support@mapr.com>

Regards,
Laurence Darby

I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
msaidbilgehan
Advisor

Re: Updated Mapr-Installation Script Issues

Thanks for the information. For now, the still connection not establishing to the server sometimes and I need to re-run the script to make a stable connection. On the other hand, the script has its own syntax error as below;

Screenshot 2023-08-03 at 11.06.07-min.png

ldarby
HPE Pro

Re: Updated Mapr-Installation Script Issues

@msaidbilgehan, ok you got it installed in the other thread.   The syntax error can be ignored here, but it means mapr-setup.sh -R <new-repo-url> doesn't work, and I've reported this to Engineering as well.

Secondly, for now https://package.mapr.com has been reverted to not need auth anymore, so if you want to switch to that, you'll need to fix the syntax error (delete the \ on that line in mapr-setup.sh), then use 

./mapr-setup.sh -R https://package.mapr.com reload

(then use that again to re-add auth when auth is required again, but I don't currently have a timeline on this).

Regards,
Laurence Darby

I'm an HPE employee.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
msaidbilgehan
Advisor

Re: Updated Mapr-Installation Script Issues

Thank you for your support. I will check it again.

 

Have a nice day.