linux 客户端安装
安装客户端软件
1 | rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm |
Zabbix是一款能够监控各种网络参数以及服务器健康性、完整性的分布式监控软件;
我的jdk安装在 C:\Program Files\Java\jdk1.8.0_202 目录下,以下为配置过程:
1.我的电脑-(右键)属性-高级系统设置-高级-环境变量
2.系统变量-新建
1 | 变量名:JAVA_HOME |
1 | 变量名:CLASSPATH |
1 | 变量名:Path |
编辑/etc/profile 文件,在文件最后添加以下内容
1 | export JAVA_HOME=/usr/local/jdk1.8.0_202/ |
source /etc/profile
保留系统以前自己配置的项,不要动!
Windows系统下WindowsUpdate不能更新了,显示的是8024402F错误。
微软上看到了解决方法:使用以下DNS服务:
首选DNS服务器:4.2.2.1
备用DNS服务器:4.2.2.2
使用以后马上见效果。
使用jenkins自动发布到tomcat时遇到一个问题,发布的时候不能自动删除tomcat下的工程目录,必须关闭tomcat之后,才能删除;提示如下
1 | "org.codehaus.cargo.container.tomcat.internal.TomcatManagerException: The Tomcat Manager responded "FAIL - Unable to delete [C:\ths\Tomcat8082-alk\webapps\SuperStation]. The continued presence of this file may cause problems." |
由于公司的svn和maven仓库地址都在内网,使用Centos系统搭建持续集成的时候,没有办法访问服务器,又不想换Windows环境;于是想办法在linux下拨通vpn!
Jenkins环境搭建完成了,项目自动化编译打包也调通了,但是我们不能保证每次都是正常的,根据自己的情况(构建失败,构建状态不稳定)配置邮件通知是有必要的;这篇文章我采用腾讯qq邮箱来发送,使用公司邮箱来接收;
jenkins里新建了一个maven风格的项目,打包过程中找不到ojdbc的包,然后手动下载,加载到本地仓库中了,jenkins依然提示找不到这个包。
1 | [ERROR] Failed to execute goal on project atmosphere: Could not resolve dependencies for project com.ths:atmosphere:war:0.0.1-SNAPSHOT: Failure to find com.oracle:ojdbc14:jar:10.2.0.4.0 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] |
1 | INFO: validateJarFile(/usr/local/apache-tomcat-7.0.79/webapps/thsbox/WEB-INF/lib/tomcat-servlet-api-8.5.15.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class |
软件下载
https://downloads.hpdd.intel.com/public/lustre/
https://downloads.hpdd.intel.com/public/e2fsprogs/1.42.7.wc1/
http://mirror.symnds.com/software/zfsonlinux/repo/epel-testing/6/x86_64/ldiskfsprogs-1.42.7.wc1.3chaos-7.ch5.1.1.x86_64.rpm
查看lustre版本和操作系统对应关系参考:https://wiki.hpdd.intel.com/display/PUB/Lustre+Support+Matrix
2.4以后的版本支持多个mds
查看lustre版本
lctl get_param version
<未完待续>
参考文档:
http://www.google.com.pg/patents/CN102169448A?cl=zh
http://cdn.opensfs.org/wp-content/uploads/2014/10/6-LUG-Inspur-WWWrevised.pdf
https://www.huaweicloud.com/articles/b168f462b54fefd10af1c04ff194b2b2.html
https://blog.didiyun.com/index.php/2019/01/25/lustre/
https://chowdera.com/2021/04/20210417222148281c.html
https://wangmingjun.com/2018/06/13/%E8%99%9A%E6%8B%9F%E6%9C%BA%E6%90%AD%E5%BB%BAlustre%E6%96%87%E4%BB%B6%E7%B3%BB%E7%BB%9F/
http://hmli.ustc.edu.cn/doc/linux/lustre/
https://www.cnblogs.com/wasaier/p/14672229.html