NetApp设备上autosupport守护进程监视FILER的操作,如果发现潜在的问题,将通过邮件或HTTP/HTTPS的方式通知NETWORK APPLIANCE的技术支持人员。
如何启动autosupport:
1. 启动autosupport守护进程:
options autosupport.enable on
2. 使autosupport通知network appliance技术支持:
options autosupport.support.enable on
3. 确认autosupport的发送形式(http/https/smpt)
如果是使用http (将使用80端口)
options autosupport.support.transport http
如果是使用https(将使用443端口)
options autosupport.support.transport https
如果是使用SMTP(将需要SMTP服务器,FILER只是SMTP的客户端)
options autosupport.support.transport smtp
4. 确认是否使用HTTP/HTTPS的代理,如果不使用,忽略此步
options autosupport.support.proxy ip_addr_proxy_server:port_num.
example: options autosupport.support.proxy 10.10.10.1:8080
5. 确认autosupport的传送内容(complete/minimal,见附录)
options autosupport.content complete
6. 指定autosupport使用的SMTP服务器地址(如果使用HTTP/HTTPS传送,可忽略此步)
options autosuport.mailhost host1[,host2,host3,host4,host5] (最多可以指定五个服务器)
example: options autosupport.mailhost 10.10.10.2
7. 指定最多五个接受者(如果使用HTTP/HTTPS传送,可忽略此步)
options autosupport.to a@abc.com, b@abc.com
8. 测试autosupport
options autosupport.doit test
声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。