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
cobbler
, run this command. Replace network_URI with the URI you found in Section 13.3, “Mirroring a Network Location”, and distro_name as above:
cobbler import --path=network_URI --name=distro_name
Importing a Source
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
option.
cobbler import --path=/mnt/dvd --name=distro_name --available-as=network_URI
cobbler import --path=network_URI --name=distro_name --available-as=network_URI
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
cobbler
server.
cobbler sync
to apply the changes. To check that your cobbler
server is listening on the correct ports, use the netstat -lp
command.
Firewall Considerations
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