实验材料:centos_template.rar、k8s_docker.vmdkzabbix版本:3.41.配置本地yum仓库mount/dev/sdb2/var/www/html/materialssystemctlstartshttpdsystemctlenablehttpdcurlhttp://localhost/materials/materials/cp/var/www/html/mat
4provisioning virtual machines目录Provisioning via Native Clone理论实验Defining ISO Image Type理论实验Provisioning via Customization Templates理论实验Provisioning via PXE理论实验4 provisioning virtual machines第4章主要是讲如何
目录configure server relationships理论实验configure chargeback data collection理论实验manage users and groups理论实验configure server roles理论实验define and use smarttags理论实验第3章主要是在web界面配置CFME,有5小节,可分为2个部分(下列图中的”重点”请忽
注意:将实验中的机器的防火墙和selinux都关闭1. 配置rhevma) 安装reportb) engine-setup2. 配置hosta) 配置网络b) 配置Yum i. 原先在rhevm上拷贝的yum少了mgmt-agent-updates的10包需自己加c) 安装vdsm3. 配置RHEV平台a) 添加胖主机b) 添加iscsi存储域(这里存储放在F0
概述:什么是CloudForms?红帽公司推出了混合云CloudForms解决方案,RedHat的宗旨在于通过CloudForms能够管理所有的基础架构设施如RHEV,VMware和云(AWS和OpenStack),实现集中化管理平台。CloudForms由Engine引擎,VMDB虚拟数据库等组成,其中Engine作为CloudForms中核心功能,负责CloudForms的日常管理工作。Clo
http://www.tuicool.com/articles/MfYRRnI 原文地址:http://www.itwis.com/html/os/linux/20100202/7360.htmllinux中用shell获取昨天、明天或多天前的日期:在Linux中对man date -d 参数说的比较模糊,以下举例进一步说明:# -d, --date=STRING display time des
shell脚本错误,原因 unary operator expected
rhel7 iscsi 2 续:上一篇博客文章: http://4708948.blog.51cto.com/4698948/1702905 [root@desktop0 ~]# vim /etc/fstab UUID=d8b12595-9d5d-4988-a4fa-387774242ca8 /mnt/uuid xfs defaults,_netdev 0 0 [root@desktop0 ~]
rhel7 iscsi 服务器 [root@server0 /]# yum -y install target* [root@server0 /]# fdisk /dev/vdb [root@server0 /]# partprobe [root@server0 /]# ll /dev/vd* brw-rw----. 1 root disk 253, 0 Oct 14 12:52 /
rhel7 http实例3 前面的配置请参考: rhel7 http实例:http://4708948.blog.51cto.com/4698948/1702486 rhel7 http实例2 :http://4708948.blog.51cto.com/4698948/1702487 题目14 配置虚拟主机 在server0上扩展您的web服务器,为站点 http://14.example.c
rhel7 http实例2 前面的配置请参考 http://4708948.blog.51cto.com/4698948/1702486 客户机 [root@desktop0 conf.d]# curl https://server0:443 curl: (60) Peer's certificate issuer has been marked as not trusted by the us
rhel7 http实例 配置web:虚拟主机配置;https;不同端口虚拟主机 配置WWW /etc/httpd/conf/httpd.conf是主要配置文件 /etc/httpd/conf.d/*.conf很多额外的参数文件,扩展名是.conf,一般在这里面配置,好处是当升级系统时,不需要改动原来的配置文件,只要将.conf复制到正确的地点即可。维护更方便!尤其是虚拟主机经常使用这样的设置,在
Rhel7本地邮件系统,服务器和客户机都配置postfix和null client 本地邮件:loopback-only,目地无,中继他给,网络自己,源域名,本地转发禁用 Vim /etc/postfix/main.cf Inet_interfaces=loopback-only Mydestination= Relayhost=[smtp.desktopX.example.com] M
Rhel7 IPV6配置 [root@server0 html]# ifconfig eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.25.0.11 netmask 255.255.255.0 broadcast 172.25.0.255 inet6 f
Rhel7端口转发到80 yum -y install http* cd /var/www/html/ echo "hrr,hi" >> index.html firewall-cmd --list-all --zone=public public (default, active) interfaces: eth0 sources: services: dhc
Rhel7聚合链路 方案一: 有时state看不了,把ethnet加上,重启网络再删除。 重启网络 teamdctl team0 state setup: runner: activebackup ports: eth3 link watches: link summary: up instance[link_watch_0]:
NFS实例 rhel 7 1.在server0上,要求共享目录/nfstest,允许网络上任何主机都能以只读的方式访问目标服务器,在server0上,共享目录/nfsprivate,仅允许example.com域可以访问,域内主机拥有读写功能,并且使用kerboers安全认证。验证所用文件使用http://classroom.example.com/pub/keytabs/server0.
Rhel7 tar创建指定目录的压缩的归档文件,例如backup.tar.bz2 -z:有gzip属性的 -j:有bz2属性的 -Z:有compress属性的 [root@desktop0 ~]# tar -cjf /root/sysconfig.tar.bz2 /etc/sysconfig/ tar: Removing leading `/' from member names [root@d
Rhel7 grep在文件中查找指定的字符串,将其输出到指定文件 [root@desktop0 findfiles]# cat /usr/share/dict/words |grep seismic anaseismic antiseismic aseismic …… [root@desktop0 findfiles]# cat /usr/share/dict/words |grep seismi
Rhel7 find查找属于特定用户或组的文件,并将其拷贝到指定目录 -exec 将前面的输出作为后面的输入 \;因为;在系统中有不同的意思,用\来转义 [root@desktop0 ~]# find / -user ira -exec cp {} /root/findfiles \; find: '/proc/6942/task/6942/fd/6': No such file or dire
Rhel7 创建swap分区, fstab自动开机挂载 Swapon /dev/vdb4 Free Swapon a 自动挂载 Vim /etc/fstab :r! blkid /dev/vdb4 Uuid swap swap default 0 0 Vim /etc/fstab
Rehl7 设置ntp服务,同步指定服务器时间。Ntp改为chrony vim /etc/chrony.conf server classroom.example.com iburst systemctl restart chronyd.service [root@desktop0 ~]# chronyc sources -v 210 Number of sources = 1 .-- So
Rhel7 Ldap为本地用户认证方式,设置域、服务器位置和下载key yum -y install sssd authconfig-gtk krb5-workstation system-config-authentication Su - ldapuser0
Rhel7 设置目录权限,acl权限 改变用户和组的所属 Getfacl 取得 Setfacl设置 [root@desktop0 tmp]# setfacl -m u:natasha:rw fstab [root@desktop0 tmp]# setfacl -m u:harry:- fstab [root@desktop0 tmp]# setfacl -m o::r fstab
Rhel7 配置yum
Rhel7 重置root密码为ooxxbalabala 设置网络和主机名 Hostname newhost; Vi networkt 和vi hosts。
Rhel7 配置lvm http://a3147972.blog.51cto.com/2366547/1294020 t 更改文件系统类型 8e 文件系统类型编号 Vgcreate s 16M hrr /dev/vdb2 #s表示pe的大小size Lvcreate L 容量 Lvcreate l 个数pe的 Lvcreate n 名称 扩容 Lvexte
rhel7 升级内核,保证grub2启动时为默认项目
rhel7 设置带sgid的目录权限,所属组与上级文件夹一样
设置计划任务cron
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号