You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Sumit Mohanty (JIRA)" <ji...@apache.org> on 2013/10/01 20:14:26 UTC

[jira] [Commented] (AMBARI-3403) ambari-server actions that require ambari-server restart do not say so

    [ https://issues.apache.org/jira/browse/AMBARI-3403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13783181#comment-13783181 ] 

Sumit Mohanty commented on AMBARI-3403:
---------------------------------------

LGTM, +1

> ambari-server actions that require ambari-server restart do not say so
> ----------------------------------------------------------------------
>
>                 Key: AMBARI-3403
>                 URL: https://issues.apache.org/jira/browse/AMBARI-3403
>             Project: Ambari
>          Issue Type: Bug
>          Components: controller
>    Affects Versions: 1.4.1
>            Reporter: Siddharth Wagle
>            Assignee: Siddharth Wagle
>             Fix For: 1.4.1
>
>         Attachments: AMBARI-3403.patch
>
>
> The security related actions should say "restart the server" after the action succeed. _This used to be the case before. 
>  
> {code}
> [root@test-sm1 ~]# ambari-server setup-security
> Using python  /usr/bin/python2.6
> Security setup options...
> ===========================================================================
> Choose one of the following options:
>   [1] Enable HTTPS for Ambari server.
>   [2] Enable HTTPS for Ganglia service.
>   [3] Enable HTTPS for Nagios service.
>   [4] Encrypt passwords stored in ambari.properties file.
>   [5] Setup Ambari kerberos JAAS configuration.
> ===========================================================================
> Enter choice, (1-5): 1
> Do you want to configure HTTPS [y/n] (y)?
> SSL port [8443] ?
> Enter path to Certificate: /root/server.crt
> Enter path to Private Key: /root/server.key
> Please enter password for Private Key:
> WARNING: There is no Common Name in Certificate
> WARNING: Unable to validate Certificate hostname
> Generating random password for HTTPS keystore...done.
> Importing and saving Certificate...done.
> Adjusting ambari-server permissions and ownership...
> [root@test-sm1 ~]#
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)