https://pingtool.org/tag/firmware/ 发现机器风扇爆炸,像飞机发动机,网上查了半天说要先更新ilo再说,找了半天,这里可以下载hp的ilo固件包。 我把我的iLo3固件从1.43 升级到1.91,风扇速度果然掉下来了,开心。
Leave a Comment分类: 未分类
解决思路 Q1:在set之后发现使用ctx.getRequest().getRequestURI()此时的值和set之前完全一样。是否是调用的api是错的? A1:根据查看网上demo的结果: RequestContext.getCurrentContext():专门用来获取用户发送给zuul的所有请求内容。 RequestContext.getCurrentContext().getReques…
Leave a Comment环境 已有: CentOS 7.3(基础设施服务器) Ceph 10.2.10(jewel) 后部署:Calamari 1.3.3 介绍 Calamari包含的组件主要有 calamari-server;romana;salt-minion;salt-master;diamond。 这些模块各自的作用: – calamari-server 这个是提供一个与集群进行交互,并且自己封装了一…
Leave a Comment准备工作 硬件准备 我准备了3台虚拟化机器, 安装的是centos7系统(CentOS-7-x86_64-Everything-1708.iso)的最精简安装。 网络规划 服务器的 IP地址规划为: swarm1:10.255.255.61 swarm2:10.255.255.62 swarm3:10.255.255.63 主机名和IP地址的映射我在路由器上配置好的,如果你没有配置dns,最好在本…
1 Comment一、准备环境 依赖:Docker, Node.js >= 0.8.4 和 npm [root@dev_08 ~]# curl –silent –location https://rpm.nodesource.com/setup_7.x | sudo bash – [root@dev_08 ~]# yum install -y nodejs [root@dev_08 ~]# npm ins…
Leave a CommentTo send a directory, cd to inside the directory whose contents you want to send on the computer doing the sending and do: tar -cz . | nc -q 10 -l -p 45454 On the computer receiving the contents, cd to…
Leave a CommentOpenVPN是一个开源应用程序,可以通过公共Internet创建一个专用网络。在我们开始之前,我们首先需要安装Enterprise Linux(EPEL)存储库的额外包。下面就是关于如何在CentOS 7上设置Client和OpenVPN服务器的教程。 1.安装EPEL套件库,顺道更新 yum -y install epel-release && yum -y update 2.…
Leave a Comment