[NetApp]OCSM error 500 connection refused
發表於 : 2017-09-09 16:35:29
https://support.node4.co.uk/index.php?/ ... on-refused
1) Update your NetApp OnCommand System Manager client to the latest release client available from NetApp (http://support.netapp.com).
2) Enable TLS on all controllers you plan to manage via OCSM using one of the methods below.
7-Mode: options tls.enable on
CDOT: system services web modify –tlsv1-enabled true
3) Regenerate the SSL certificate on each controller, setting the key length to 2048. This is required as Java 8 will not communicate with any device/site covered by an SSL with a key length of less than 1024-bits.
7-Mode: secureadmin ssl setup (when running through this wizard the default values are shown in square brackets.)
CDOT: security certificate create -vserver <vserver> -common-name <clustername.domain> -size 2048 -country US -state California -locality San Jose -organization NetApp -unit Storage -email-addr support@netapp.com -expire-days 3650 -hash-function SHA256
1) Update your NetApp OnCommand System Manager client to the latest release client available from NetApp (http://support.netapp.com).
2) Enable TLS on all controllers you plan to manage via OCSM using one of the methods below.
7-Mode: options tls.enable on
CDOT: system services web modify –tlsv1-enabled true
3) Regenerate the SSL certificate on each controller, setting the key length to 2048. This is required as Java 8 will not communicate with any device/site covered by an SSL with a key length of less than 1024-bits.
7-Mode: secureadmin ssl setup (when running through this wizard the default values are shown in square brackets.)
CDOT: security certificate create -vserver <vserver> -common-name <clustername.domain> -size 2048 -country US -state California -locality San Jose -organization NetApp -unit Storage -email-addr support@netapp.com -expire-days 3650 -hash-function SHA256