|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
欢迎大家来到仓酷云论坛!三更起来看天下杯,没啥***,可是又怕毛病意年夜利和英格兰的竞赛,就看了RHEL7相干新功效的先容(RHEL7的下载地点:https://access.redhat.com/site/downloads/)。
装置还算顺遂,装置的界面比之前简便的多,很清新,分类非常明白。
有些奇异的是,我装置的时分,怕有些基本的包没有装上往,以是选定了mini和Web的范例,了局仍是有些基本的包没有装置,好比ifconfig。假造机的网卡,被辨认为ens,成心思。
如许的话,就能够把一些基本的包打上。能够一般的时分ifconfiglsof。
这里必要申明的是,redhat7的测试的repo源貌似不克不及用,我随着地点看了下。压根就没有,我想应当仍是测试版的缘故原由吧。间接mount/dev/cdrom/mnt用的。[rhel-iso]
name=RedHatEnterpriseLinux7
baseurl=file:///mnt/
enabled=1 体系的分区默许是xfs格局,固然你仍是能够用ext3,ext4的:[root@localhost~]#df-T
文件体系范例1K-blocks已用可用已用%挂载点
/dev/mapper/rhel-rootxfs3926220835913043567090410%/
devtmpfsdevtmpfs50077205007720%/dev
tmpfstmpfs50750805075080%/dev/shm
tmpfstmpfs50750826045049041%/run
tmpfstmpfs50750805075080%/sys/fs/cgroup
/dev/sda1xfs4949409544439949620%/boot 发明rhel7的开辟软件版本不低。
python是2.7.5的了,和ubuntu一样。java默许也给你装上了。perl在centos6应当是5.10的,如今更新到了5.16.3。至于为何更新到perl6,估量和python3一样吧。[root@localhost~]#
[root@localhost~]#
[root@localhost~]#python-V
Python2.7.5
[root@localhost~]#java-version
javaversion"1.7.0_45"
OpenJDKRuntimeEnvironment(rhel-2.4.3.4.el7-x86_64u45-b15)
OpenJDK64-BitServerVM(build24.45-b08,mixedmode)
[root@localhost~]#
[root@localhost~]#
[root@localhost~]#perl-v
Thisisperl5,version16,subversion3(v5.16.3)builtforx86_64-linux-thread-multi
(with24registeredpatches,seeperl-Vformoredetail) 想装置pip可是iso没有python-pip这个包。rhel7的官方源又打不开,忧郁。原本盘算用epel6尝尝,用不了,到epel官网一看。epel竟然已有关于rhel7的源了。
复杂测试下rhel7的openlmi,甚么是openlmi,我看了下一些文档,他是一个相似func、但又不属于puppet这类的集群接口工具。
装置yuminstallopenlmi
装置yum-yinstallopenlmi-scripts*scproot@10.10.10.71:/etc/Pegasus/client.pem/etc/pki/ca-trust/source/anchors/managed-machine-cert.pem
[root@localhost~]#lmi-h10.10.10.71
lmi>hwinfo
username:pegasus
password:
error:Failedtomakeaconnectionto"10.10.10.71":(0,Socketerror:[Errno113]Noroutetohost)
error:Nosuccessfulconnectionmade.
lmi>
lmi>
lmi> 缘故原由,我看了下官网关于openlmi的一些先容,利用方面也是相称的简洁。lmi-h${hostname}
lmi>help
...
lmi>swsearchdjango
...
lmi>swinstallpython-django
...
lmi>exit rhel7用systemd交换了我们熟习的sysv,说是这器材很壮大,说假话,材料仍是少,这里就复杂解说下systemd的用法。#CentOS6.4
servicehttpd(start|stop)
#rhel7
systemctl(start|stop)httpd.service
#CentOS6.4
chkconfighttpd(on|off)
#rhel7
systemctl(enable|disable)httpd.service
$cat/usr/lib/systemd/system/httpd.service
[Unit]
Description=TheApacheHTTPServer
After=network.targetremote-fs.targetnss-lookup.target
[Service]
Type=notify
EnvironmentFile=/etc/sysconfig/httpd
ExecStart=/usr/sbin/httpd$OPTIONS-DFOREGROUND
ExecReload=/usr/sbin/httpd$OPTIONS-kgraceful
ExecStop=/usr/sbin/httpd$OPTIONS-kgraceful-stop
#Wewantsystemdtogivehttpdsometimetofinishgracefully,butstillwant
#ittokillhttpdafterTimeoutStopSecifsomethingwentwrongduringthe
#gracefulstop.Normally,SystemdsendsSIGTERMsignalrightafterthe
#ExecStop,whichwouldkillhttpd.WearesendinguselessSIGCONTheretogive
#httpdtimetofinish.
KillSignal=SIGCONT
PrivateTmp=true
[Install]
WantedBy=multi-user.target 会发明实在,用systemd参数加倍的明晰,在sysv下,启动start、封闭stop、重启restart都是用$1来传送参数,可是在systemctl下,更直白点。非常像supervisord这个daemon步伐。[root@localhost~]#chkconfig--list|grepsamba
注重:该输入了局只显现SysV办事,其实不包括原生systemd办事。SysV设置数据大概被原生systemd设置掩盖。
假如您想列出systemd办事,请实行systemctllist-unit-files。
欲检察对特定target启用的办事请实行
systemctllist-dependencies[target]。
[root@localhost~]#
[root@localhost~]#
[root@localhost~]#systemctllist-dependenciessamba
samba.service
[root@localhost~]# 数据库方面真的是转向到mariadb,当我往装置mysql的时分,他会间接往装置mariadb,看来mariadb局势所趋呀。[root@localhost~]#yum-yinstallmysql
已加载插件:langpacks,product-id,subscription-manager
ThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertoregister.
file:///mnt/repodata/repomd.xml:[Errno14]curl#37-"Couldntopenfile/mnt/repodata/repomd.xml"
正在实验别的镜像。
软件包1:mariadb-5.5.33a-3.el7.x86_64已装置而且是最新版本
不必任那边理
[root@localhost~]#
[root@localhost~]#
[root@localhost~]#yum-yinstallmysql-server
已加载插件:langpacks,product-id,subscription-manager
ThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertoregister.
file:///mnt/repodata/repomd.xml:[Errno14]curl#37-"Couldntopenfile/mnt/repodata/repomd.xml"
正在实验别的镜像。
正在办理依附干系
-->正在反省事件
--->软件包mariadb-galera-server.x86_64.1.5.5.37-2.el7将被装置
-->正在处置依附干系mariadb-galera-common(x86-64)=1:5.5.37-2.el7,它被软件包1:mariadb-galera-server-5.5.37-2.el7.x86_64必要
-->正在处置依附干系galera>=25.3.3,它被软件包1:mariadb-galera-server-5.5.37-2.el7.x86_64必要
-->正在处置依附干系perl-DBI,它被软件包1:mariadb-galera-server-5.5.37-2.el7.x86_64必要
-->正在处置依附干系perl-DBD-MySQL,它被软件包1:mariadb-galera-server-5.5.37-2.el7.x86_64必要
-->正在处置依附干系perl(DBI),它被软件包1:mariadb-galera-server-5.5.37-2.el7.x86_64必要
-->正在反省事件
--->软件包galera.x86_64.0.25.3.5-5.el7将被装置
-->正在处置依附干系nmap-ncat,它被软件包galera-25.3.5-5.el7.x86_64必要
--->软件包mariadb-galera-common.x86_64.1.5.5.37-2.el7将被装置
--->软件包perl-DBD-MySQL.x86_64.0.4.023-2.el7将被装置
--->软件包perl-DBI.x86_64.0.1.627-1.el7将被装置
-->正在处置依附干系perl(RPC::PlClient)>=0.2000,它被软件包perl-DBI-1.627-1.el7.x86_64必要
-->正在处置依附干系perl(RPC::PlServer)>=0.2001,它被软件包perl-DBI-1.627-1.el7.x86_64必要
-->正在反省事件
--->软件包nmap-ncat.x86_64.2.6.40-2.el7将被装置
--->软件包perl-PlRPC.noarch.0.0.2020-12.el7将被装置
-->正在处置依附干系perl(Net::Daemon)>=0.13,它被软件包perl-PlRPC-0.2020-12.el7.noarch必要
-->正在处置依附干系perl(Net::Daemon::Log),它被软件包perl-PlRPC-0.2020-12.el7.noarch必要
-->正在处置依附干系perl(Net::Daemon::Test),它被软件包perl-PlRPC-0.2020-12.el7.noarch必要
-->正在反省事件
--->软件包perl-Net-Daemon.noarch.0.0.48-4.el7将被装置
-->办理依附干系完成
依附干系办理
===================================================================================================================================
Package架构版本源巨细
====================================================================================================================================
正在装置:
mariadb-galera-serverx86_641:5.5.37-2.el7epel11M
为依附而装置:
galerax86_6425.3.5-5.el7epel1.1M
mariadb-galera-commonx86_641:5.5.37-2.el7epel212k
nmap-ncatx86_642:6.40-2.el7rhel-iso198k
perl-DBD-MySQLx86_644.023-2.el7rhel-iso140k
perl-DBIx86_641.627-1.el7rhel-iso801k
perl-Net-Daemonnoarch0.48-4.el7rhel-iso51k
perl-PlRPCnoarch0.2020-12.el7 等候centos7的到来,用rhel7,老是以为不伏手,内心别扭。先如许,偶然间再弄。
原文:http://os.51cto.com/art/201406/442972.htm
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们! |
|