Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Password reset Activity Explorer

avatar
Visitor

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.

1 ACCEPTED SOLUTION

avatar
Super Guru

@Jalender,

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

View solution in original post

1 REPLY 1

avatar
Super Guru

@Jalender,

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