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

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/.

主站蜘蛛池模板: 阿拉尔市| 鸡东县| 黄浦区| 榆林市| 攀枝花市| 吉水县| 冀州市| 独山县| 金溪县| 泾阳县| 永清县| 全椒县| 华蓥市| 侯马市| 赣州市| 三穗县| 湖口县| 黔西县| 密云县| 遂平县| 临漳县| 武宁县| 新建县| 六枝特区| 得荣县| 平度市| 桐柏县| 五华县| 阳朔县| 德阳市| 钟山县| 申扎县| 射洪县| 金川县| 衡阳市| 太仓市| 朝阳市| 藁城市| 达尔| 色达县| 民和|