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

[jira] [Updated] (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:all-tabpanel ]

Siddharth Wagle updated AMBARI-3403:
------------------------------------

    Description: 
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}

  was:
The security related actions should say "restart the server" after the action succeed. _This used to be the case before, I think_ 
 
{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}


> 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
>
>
> 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)