cobbler import
tasks using a different name for each method. For best results, use the installation method as part of the name, so it appears in the client's boot menu.
cobbler
, run this command:
cobbler import --path=/mnt/dvd --name=distro_name
distro_name
, substitute a meaningful name for the distribution.
cobbler
にインポートするには、このコマンドを使用します。network_URI
の 部分は、「Mirroring a Network Location」 で見つけた URI に入れ替えます。そして、distro_name
は 前述のように入れ替えます:
cobbler import --path=network_URI
--name=distro_name
cobbler
imports a distribution with the commands above, it copies all the files to the server's local storage, which may take some time.
--available-as
オプションを使います。
cobbler import --path=/mnt/dvd --name=
distro_name
--available-as=network_URI
cobbler import --path=
network_URI
--name=distro_name
--available-as=network_URI
nework_URI
, substitute the appropriate network location of the distribution. This URI indicates how the server makes the distribution available to its clients. The examples above assume that your cobbler
server reaches the mirror location at the same URI as the clients. If not, substitute an appropriate URI for the --path
option. The following examples are URI locations that work if you have been following the procedures in this section, and your server's IP address is 192.168.1.1
:
nfs://192.168.1.1
:/mnt/dvd
http://192.168.1.1
:/distro
192.168.1.1
を 使用する cobbler
サーバーの IP アドレスで入れ替えます。
cobbler sync
を実行して、変更を適用します。 cobbler
サーバーが正しいポート上でリッスンしていることを チェックするには、netstat -lp
コマンドを使用します。
system-config-securitylevel
command to permit access to some or all of these network services:
cobbler
server is to provide HTTP installation service
cobbler
server is to provide FTP installation service
cobbler
server is to provide NFS installation service