redhat 服务器虚拟化,redhat – Red Hat服务器最小安装

I’ve been searching the web and one

solution seems to be making a

kickstart script that will intall only

the necessary packages. But I find

this difficult and have several doubts

about how to maintain the system

dependencies afterwards.

制作kickstart文件并不是那么难:在一个已安装的服务器的/ root中查找名为anaconda-ks.cfg的文件.这是一个kickstart文件,使新服务器看起来像现有服务器.每个RH,Fedora或CentOS服务器都有该文件.

如果您不熟悉编写kickstart文件,可以在system-config-kickstart中编辑该文件.你确实需要X.

How do you install minimal Red Hat

servers? Is it Ok to use kickstart or

will I have dependency problems in the

installation or in updates? Is there

any way to avoid installing the

graphical environment for iAS?

你正好使用kickstart文件. Kickstart会影响安装后更新的方式.在安装期间,将自动计算依赖项.无论如何,您添加的软件包(如果可能的话)都会被添加.您无法为系统安装具有损坏的依赖关系的系统.但是Oracle的依赖性是完全不同的事情.

如果Oracle需要一个图形环境(确实如此,我知道它很糟糕,但确实如此),你别无选择,只能安装X.但是,afaik,Oracle需要X,因为它有一个图形安装程序.之后你不需要X.所以安装后,你可以删除X.

Oracle有更疯狂的依赖. Oracle安装程序需要一些古老的C库compat包.不是因为它实际上需要它们,而是因为它们发布的zip实现需要它们.他们为什么要发布这种zip实现?有传言称,Oracle发布的非常旧的zip实现具有更有利的许可条款(如:它不是GPL),因此他们拒绝使用更新的实现.只是谣言,从未听说过确认……

I’ve been searching the web and one solution seems to be making a kickstart script that will intall only the necessary packages. But I find this difficult and have several doubts about how to maintain the system dependencies afterwards. 制作kickstart文件并不是那么难:在一个已安装的服务器的/ root中查找名为anaconda-ks.cfg的文件.这是一个kickstart文件,使新服务器看起来像现有服务器.每个RH,Fedora或CentOS服务器都有该文件. 如果您不熟悉编写kickstart文件,可以在system-config-kickstart中编辑该文件.你确实需要X. How do you install minimal Red Hat servers? Is it Ok to use kickstart or will I have dependency problems in the installation or in updates? Is there any way to avoid installing the graphical environment for iAS? 你正好使用kickstart文件. Kickstart会影响安装后更新的方式.在安装期间,将自动计算依赖项.无论如何,您添加的软件包(如果可能的话)都会被添加.您无法为系统安装具有损坏的依赖关系的系统.但是Oracle的依赖性是完全不同的事情. 如果Oracle需要一个图形环境(确实如此,我知道它很糟糕,但确实如此),你别无选择,只能安装X.但是,afaik,Oracle需要X,因为它有一个图形安装程序.之后你不需要X.所以安装后,你可以删除X. Oracle有更疯狂的依赖. Oracle安装程序需要一些古老的C库compat包.不是因为它实际上需要它们,而是因为它们发布的zip实现需要它们.他们为什么要发布这种zip实现?有传言称,Oracle发布的非常旧的zip实现具有更有利的许可条款(如:它不是GPL),因此他们拒绝使用更新的实现.只是谣言,从未听说过确认……
经验分享 程序员 微信小程序 职场和发展