- Community Home
- >
- Software
- >
- HPE Ezmeral Software platform
- >
- Re: Updated Mapr-Installation Script Issues
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 04:40 AM
08-02-2023 04:40 AM
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;
- Server connection takes long time and script has -T15 parameter for wget. So I removed the wget timeout parameter to connect.
- 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.
Didn't see signature verification in the documentation. How can I fix this issue?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2023 09:48 AM
08-02-2023 09:48 AM
SolutionHi @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
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 01:08 AM - edited 08-03-2023 01:10 AM
08-03-2023 01:08 AM - edited 08-03-2023 01:10 AM
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2023 08:18 AM
08-03-2023 08:18 AM
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
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 01:45 AM - edited 08-04-2023 01:45 AM
08-04-2023 01:45 AM - edited 08-04-2023 01:45 AM
Re: Updated Mapr-Installation Script Issues
Thank you for your support. I will check it again.
Have a nice day.