ECS : Updating Cloud Array management certificate requires nginx restart

摘要: This article explains updation of Cloud Array management certificate which requires nginx restart.

本文适用于 本文不适用于 本文并非针对某种特定的产品。 本文并非包含所有产品版本。

说明

In order to make a management certificate work after update, nginx should be restarted on all ECS nodes. 

Restarting this service will cause a minor disruption to management functionality. It is recommended to run restart the service on each node, one by one. 

Note: The nginx restart should be done from inside the object docker container. 

The below can be used commands can be used. 
 
  1. To enter the docker container
    admin@ecs:~> sudo -i dockobj
    ecs:/ #
    	
  2. Restart nginx service
    /provo-vanilla:/ # /etc/init.d/nginx 
    Usage: /etc/init.d/nginx {start|stop|restart|status}
    	

其他信息



The below command can be used from outside the docker container in order to restart the service in an automatic manner. 
 
admin@provo:~> sudo -i viprexec -i -c "/etc/init.d/nginx restart;sleep 60;/etc/init.d/nginx status"
 
Output from host : 192.168.219.1
bash: /etc/init.d/nginx: No such file or directory
Stopping nginx service ..done
Starting nginx service
..done
nginx service is running (pid=100643)
 
Output from host : 192.168.219.2
bash: /etc/init.d/nginx: No such file or directory
Stopping nginx service ..done
Starting nginx service
..done
nginx service is running (pid=44381)
 
Output from host : 192.168.219.3
bash: /etc/init.d/nginx: No such file or directory
Stopping nginx service ..done
Starting nginx service
..done
nginx service is running (pid=84055)
 
Output from host : 192.168.219.4
bash: /etc/init.d/nginx: No such file or directory
Stopping nginx service ..done
Starting nginx service
..done
nginx service is running (pid=94875)


 

受影响的产品

ECS Appliance Hardware Gen1 U-Series

产品

ECS Appliance Hardware Gen1 U-Series
文章属性
文章编号: 000022397
文章类型: How To
上次修改时间: 08 10月 2024
版本:  4
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。