- Community Home
- >
- Software
- >
- HPE Ezmeral Software platform
- >
- Re: MCS unavailable after securing MapR 7.0 Sandbo...
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
Forums
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
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
10-10-2023 07:30 PM - last edited on 10-12-2023 06:32 AM by support_s
10-10-2023 07:30 PM - last edited on 10-12-2023 06:32 AM by support_s
I successfully configured a MapR Sandbox docker container 7.0.0.0_8.1.0_ubuntu18, and then realised it's non-secure. So I went ahead and secured it using this documentation.
I can connect to it now from another machine using MapR client (e.g. I can run hadoop fs -ls command), but I can't open MCS on that host. Even running netstat -tulpn |grep LISTEN doesn't show that the port 8443 is open.
How do I troubleshoot it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 12:07 PM
10-12-2023 12:07 PM
Re: MCS unavailable after securing MapR 7.0 Sandbox container
Is there a reason you're wanting to test an older release like v7.0 instead of the latest v7.4 version? I just deployed the latest Docker image in my environment and it creates a secure v7.4 cluster by default:
# wget https://raw.githubusercontent.com/mapr-demos/mapr-db-720-getting-started/main/mapr_devsandbox_container_setup.sh
# chmod +x mapr_devsandbox_container_setup.sh
# ./mapr_devsandbox_container_setup.sh -nwiterface ens192
Wait 10 minutes
# ssh root@localhost -p 2222
root@localhost's password:
Welcome to Ubuntu 20.04.5 LTS (GNU/Linux 3.10.0-1160.99.1.el7.x86_64 x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
This system has been minimized by removing packages and content that are
not required on a system that users do not log into.
To restore this content, you can run the 'unminimize' command.
Last login: Thu Oct 12 18:54:13 2023 from 172.17.0.1
root@maprdemo:~# maprlogin password
[Password for user 'root' at cluster 'maprdemo.mapr.io': ]
MapR credentials of user 'root' for cluster 'maprdemo.mapr.io' are written to '/tmp/maprticket_0'
root@maprdemo:~# hadoop fs -ls /
Found 4 items
drwxr-xr-x - mapr mapr 5 2023-10-12 18:50 /apps
drwxrwxrwx - mapr mapr 0 2023-10-12 18:49 /tmp
drwxr-xr-x - mapr mapr 1 2023-10-12 18:48 /user
drwxr-xr-x - mapr mapr 1 2023-10-12 18:51 /var
root@maprdemo:~# cat /opt/mapr/conf/mapr-clusters.conf
maprdemo.mapr.io secure=true 172.17.0.2:7222
root@maprdemo:~# cat /opt/mapr/MapRBuildVersion
7.4.0.0.20230728133744.GA
root@maprdemo:~# jps
21509 FsShell
19381 Drillbit
20902 AdminApplication
26470 Gateway
22390 GetJavaProperty
25323 WardenMain
22653 Jps
14541 QuorumPeerMain
27726 CLDB
1566 DataAccessGatewayApplication
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[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
10-12-2023 03:22 PM
10-12-2023 03:22 PM
Re: MCS unavailable after securing MapR 7.0 Sandbox container
hi @Dave Olker , yes I tried 7.4 already. The reason I wanted to stick to 7. is because my customer uses it. Troubleshooting this issue would also be a good learning experience, as MapR internals look nightmarishly complex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2023 05:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 07:04 AM
10-16-2023 07:04 AM
Re: MCS unavailable after securing MapR 7.0 Sandbox container
Hello @rbukarev,
Awesome!
We are extremely glad to know you were able to find the solution and we appreciate you for keeping us posted.