Red Hat SATELLITE 5.1.0 RELEASE NOTES Especificações Página 112

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 137
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 111
# Use this to enble / disable dynamic dns updates globally.
#ddns-update-style none;
# If this DHCP server is the official DHCP server for the local
# network, the authoritative directive should be uncommented.
#authoritative;
# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;
subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.10 192.168.0.30;
option domain-name-servers 192.168.0.2; # DNS DHCP Virtual Machine
option domain-name "rhcf.lab";
option routers 192.168.0.1;
option broadcast-address 192.168.0.255;
default-lease-time 600;
max-lease-time 7200;
next-server 192.168.0.3; # Satellite Server
filename = "pxelinux.0";
}
host X {
hardware ethernet 0:0:c0:5d:bd:95;
fixed-address 192.168.50.1
server-name "rhevm-vm";
}
# Continue adding hosts
Multipath.conf File (Changes are in bold):
# This is a basic configuration file with some examples, for device mapper
# multipath.
# For a complete list of the default configuration values, see
# /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf.defaults
# For a list of configuration options with descriptions, see
# /usr/share/doc/device-mapper-multipath-0.4.9/multipath.conf.annotated
## By default, devices with vendor = "IBM" and product = "S/390.*" are
## blacklisted. To enable mulitpathing on these devies, uncomment the
## following lines.
#blacklist_exceptions {
# device {
# vendor "IBM"
www.redhat.com 112
Vista de página 111
1 2 ... 107 108 109 110 111 112 113 114 115 116 117 ... 136 137

Comentários a estes Manuais

Sem comentários