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.

After reboot, I start the ambri server using “ambari-server start” . Now the problem is that no service is running and having yellow icons.

avatar
Expert Contributor
 
1 ACCEPTED SOLUTION

avatar

Your ambari agent has gone down. You can run below:

service ambari-agent restart

In general, on sandbox use below to restart Ambari:

service ambari restart 

On Ambari installed clusters you should can use below to restart Ambari

service ambari-server restart 

View solution in original post

3 REPLIES 3

avatar

Your ambari agent has gone down. You can run below:

service ambari-agent restart

In general, on sandbox use below to restart Ambari:

service ambari restart 

On Ambari installed clusters you should can use below to restart Ambari

service ambari-server restart 

avatar
Expert Contributor
@Ali Bajwa

Thanks a lot for your prompt and invaluable fix. It worked for me.

avatar

Glad to hear!