官术网_书友最值得收藏!

Publishing your kickstart file using httpd

You can save your kickstart file to a USB stick (or any other medium), but this becomes a bit cumbersome if you need to install multiple systems in different locations.

Loading kickstart files over the network from the kernel line during an install only supports NFS, HTTP, and FTP.

In this recipe, I choose HTTP as it is a common technology within companies and easy to secure.

How to do it…

Let's start by installing Apache httpd, as follows:

  1. Install Apache httpd through the following command:
    ~]# yum install -y httpd
    
  2. Enable and start the httpd daemon, as follows:
    ~]# systemctl enable httpd
    ln -s '/usr/lib/systemd/system/httpd.service' '/etc/systemd/system/multi-user.target.wants/httpd.service'
    ~]# systemctl start httpd
    
  3. Create a directory to contain the kickstart file(s) by running the following command:
    ~]# mkdir -p /var/www/html/kickstart
    ~]# chown apache:apache /var/www/html/kickstart
    ~]# chmod 750 /var/www/html/kickstart
    
  4. Copy your kickstart file to this new location:
    ~]# cp kickstart.ks /var/www/html/kickstart/
    
  5. In a browser, browse to the kickstart directory on your web server, as shown in the following screenshot:

There's more…

In this way, you can create multiple kickstart files, which will be available from anywhere in your network.

Additionally, you could use CGI-BIN, PHP, or any other technology that has an Apache module to dynamically create kickstart files based on the arguments that you specify in the URL.

An alternative to creating your own solution for dynamic kickstart files is Cobbler.

See also

For more info on Cobbler, go to http://cobbler.github.io/.

主站蜘蛛池模板: 邻水| 朝阳区| 乌拉特前旗| 吉林省| 成武县| 台山市| 平度市| 苍山县| 寻乌县| 固阳县| 元朗区| 绥棱县| 平安县| 贵港市| 宝清县| 三台县| 辉南县| 萨迦县| 龙泉市| 华亭县| 兴化市| 长沙市| 库车县| 新泰市| 合江县| 房山区| 灵山县| 扶绥县| 大兴区| 保德县| 姜堰市| 涪陵区| 乐业县| 辰溪县| 清远市| 资阳市| 台江县| 临洮县| 康马县| 临高县| 丰都县|