- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Password reset Activity Explorer
Created ‎11-21-2017 10:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello HCC,
Can someone please help on how to reset password for SmartSense--->Acitivty explorer-->Zeppelin, we lost the password for Zeppelin login page for Activity explorer.
Thanks in Advance.
Created ‎11-22-2017 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Activity explorer password is not stored in plain text format. You can login to the node where Activity explorer is installed. Open the file ( /etc/smartsense-activity/conf/shiro.ini ) and find the password
[users] admin = admin ---------> password [main] sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager securityManager.sessionManager = $sessionManager securityManager.sessionManager.globalSessionTimeout = 86400000 shiro.loginUrl = /api/login [urls] /api/version = anon /** = authc
If you want to change the password, Go to Ambari -> SmartSense -> Configs -> Activity Analysis -> Password.
Change the password and restart the services
Thanks,
Aditya
Created ‎11-22-2017 05:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Activity explorer password is not stored in plain text format. You can login to the node where Activity explorer is installed. Open the file ( /etc/smartsense-activity/conf/shiro.ini ) and find the password
[users] admin = admin ---------> password [main] sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager securityManager.sessionManager = $sessionManager securityManager.sessionManager.globalSessionTimeout = 86400000 shiro.loginUrl = /api/login [urls] /api/version = anon /** = authc
If you want to change the password, Go to Ambari -> SmartSense -> Configs -> Activity Analysis -> Password.
Change the password and restart the services
Thanks,
Aditya
