新部署的一台Asianux 4.0 SP2 for x86_64,启动后一看,(#‵′)靠,那自启动服务一大串,打开的端口更是有十几个。简单过了一遍,大多服务都是服务器不需要的或没什么意义的。写了个简单的脚本,把不需要的服务关掉。
脚本异常简单,就是遍历而已:
但其中有几个服务需要说明的:
引用
1.libvirtd、libvirt-guests、libvirt-qmf、virt-who、ksm、ksmtuned 等是与虚拟化、KVM 相关的;
2.rpcgssd rpcidmapd rpcsvcgssd portreserve nfslock netfs 是与NFS 相关的;
3.cgconfig 是一个可控制系统资源,如CPU time、系统内存、网络带宽等颗粒的依赖服务;
4.gpm 是激活字符界面下的鼠标
2.rpcgssd rpcidmapd rpcsvcgssd portreserve nfslock netfs 是与NFS 相关的;
3.cgconfig 是一个可控制系统资源,如CPU time、系统内存、网络带宽等颗粒的依赖服务;
4.gpm 是激活字符界面下的鼠标
若有需要,看根据实际情况打开。
若对于一些服务不了解,可查看RPM 包的说明,例如:pcscd 服务,则可通过下面的命令进行:
引用
# rpm -qf /etc/init.d/pcscd
pcsc-lite-1.5.2-7.AXS4.x86_64
# rpm -qi pcsc-lite
Name : pcsc-lite Relocations: (not relocatable)
Version : 1.5.2 Vendor: Asianux
Release : 7.AXS4 Build Date: 2012年07月03日 星期二 13时34分43秒
Install Date: 2013年04月25日 星期四 06时13分50秒 Build Host: Hiranya-x86_64.asianux.com
Group : System Environment/Daemons Source RPM: pcsc-lite-1.5.2-7.AXS4.src.rpm
Size : 408227 License: BSD
Signature : DSA/SHA1, 2012年07月03日 星期二 13时34分43秒, Key ID d4ab6978b941844d
Packager : packager@asianux.com
URL : http://pcsclite.alioth.debian.org/
Summary : PC/SC Lite smart card framework and applications
Description :
The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
in a very small form factor for communicating to smartcards and
readers. PC/SC Lite uses the same winscard API as used under
Windows(R). This package includes the PC/SC Lite daemon, a resource
manager that coordinates communications with smart card readers and
smart cards that are connected to the system, as well as other command
line tools.
# chkconfig pcscd off
pcsc-lite-1.5.2-7.AXS4.x86_64
# rpm -qi pcsc-lite
Name : pcsc-lite Relocations: (not relocatable)
Version : 1.5.2 Vendor: Asianux
Release : 7.AXS4 Build Date: 2012年07月03日 星期二 13时34分43秒
Install Date: 2013年04月25日 星期四 06时13分50秒 Build Host: Hiranya-x86_64.asianux.com
Group : System Environment/Daemons Source RPM: pcsc-lite-1.5.2-7.AXS4.src.rpm
Size : 408227 License: BSD
Signature : DSA/SHA1, 2012年07月03日 星期二 13时34分43秒, Key ID d4ab6978b941844d
Packager : packager@asianux.com
URL : http://pcsclite.alioth.debian.org/
Summary : PC/SC Lite smart card framework and applications
Description :
The purpose of PC/SC Lite is to provide a Windows(R) SCard interface
in a very small form factor for communicating to smartcards and
readers. PC/SC Lite uses the same winscard API as used under
Windows(R). This package includes the PC/SC Lite daemon, a resource
manager that coordinates communications with smart card readers and
smart cards that are connected to the system, as well as other command
line tools.
# chkconfig pcscd off
补充:
1.对比红帽6(RHEL6/CentOS6)的服务介绍,可见:RHEL/CentOS 6.x 系统服务详解
2.Cgroup 服务用法详解
3.SystemTap 是一个用于跟踪系统状态的工具,对应systemtap 服务,详见:这里和SlideShare上的PPT
4.脚本下载:optimize_ax4.tgz
下载文件
点击这里下载文件
红旗Asianux 3.0 安装 Oracle 9i
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/98415.html