HP Insight Control for Linux 7.1 Installation Guide

.
.
Save your changes and exit the text editor.
2. Use a text editor to modify the /etc/services file to lock down the quota daemon:
rquotad 14900/udp
rquotad 14900/tcp
Save your changes and exit the text editor.
3. Stop NFS with the following command:
# /etc/init.d/nfsserver stop
4. Use a text editor either to create the /etc/modprobe.d/lockd file with the following line
or, if the file already exists, to append this line to that file:
options lockd nlm_udpport=14900 nlm_tcpport=14900
Save the file and close the text editor.
5. Start NFS with the following command:
# /etc/init.d/nfsserver start
6. Perform either of the following:
Run yast, then configure the firewall as an NFS server (This is the preferred method).
When the ports are locked down, open the following ports on the CMS for NFS (and
/hptc_cluster) to be shared. Use a text editor to add the following ports to the /etc/
sysconfig/SuSEfirewall2 file:
FW_SERVICES_EXT_TCP="111 2049 14900 33776 33777"
FW_SERVICES_EXT_UDP="111 2049 14900 33776 33777"
NOTE: Port 111 is portmapper and port 2049 is NFS.
Save the file and close the text editor.
7. Use a text editor to modify the /etc/init.d/nfsserver file.
Locate the following line:
startproc /usr/sbin/rpc.statd --no-notify || {
Then edit this line to specify a port with the -p option as shown here:
startproc /usr/sbin/rpc.statd --no-notify -p33776 || {
Save the file and exit the text editor.
8. Restart the SuSEfirewall2 service:
# SuSEfirewall2 restart
9. Ensure that the nfsserver service starts on boot:
# /sbin/chkconfig nfsserver on
3.4.2.7 Ensure sufficient disk space in the repository
Ensure that a sufficient amount of unused disk space is available in the /opt/repository
directory on the CMS.
The repository is where vendor-supplied Linux operating systems, Kickstart and AutoYaST installation
configuration files, SPPs and PSPs are stored for installation and deployment to managed systems.
Because the repository stores all OS distributions, installation configuration files, captured Linux
images, SPPs, and PSPs, it is likely that it will grow very large.
HP recommends leaving at least 10 GB of free space available for the repository. Although the
size varies by what you are storing, 10 GB is enough space to store the following:
Two Linux operating systems
3.4 Preparing a server or a Xen or KVM virtual guest to become the CMS 25