HP Insight Control for Linux 6.0 Installation Guide

Example 4-5 /etc/xinetd.d/tftp file for SLES and RHEL
# default: off
# description: The tftp server serves files using the trivial file
# transfer protocol. The tftp protocol is often used to boot diskless
# workstations, download configuration files to network-aware printers,
# and to start the installation proce ss for some operating systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = /opt/repository/boot
per_source = 11
cps = 100 2
flags = IPv4
}
4.4.2 rsync configuration
Example 4-6 provides a sample /etc/rsyncd.conf file.
Insight Control for Linux configures the rsync service automatically. You do not have to make
any modifications to this file. The sample file is included for your information.
Example 4-6 /etc/rsyncd.conf file
path = /usr/share/systemimager/boot
comment = tftp export area
[scripts]
path = /var/lib/systemimager/scripts
[php]
path = /opt/mx/icle/rapids
4.4.3 SNMP configuration
SNMP needs to communicate with the CMS. Insight Control for Linux configures SNMP
automatically and populates the /etc/snmp/snmpd.conf file appropriately when you run
the following tasks:
You use the Insight Control for Linux OS deployment tools to install an OS on a managed
system, and you do not remove the %%agentinstall%% option from the Kickstart or
AutoYaST installation configuration file.
You run the ConfigureConfigure or Repair Ag ents... tool on the CMS .
You run the /sbin/hpsnmpconfig command on the CMS to configure SNMP and answer
the configuration questions correctly.
You are not required to make any modifications to the/etc/snmp/snmpd.conf file unless you
want to do something special. The basic requirements for Insight Control for Linux are that all
managed systems, including the CMS, set the read only community name and, optionally, the
IP address of the CMS. The following two lines are important and are located near the top of the
file:
rocommunity public [CMS name or IP Address]
trapsink {CMS name or IP Address}
rocommunity sets the read only community to the value public. You can make this string
whatever you want, but it must match the string used by the CMS. public is the most
commonly used. If you specify an IP address or CMS system name, the system only accept
4.4 Other network services 37