HP Insight Control for Linux 6.0 Installation Guide

#
# Only set this if you want to start mountd on a fixed
# port instead of the port assigned by rpc. Only for use
# to export nfs-filesystems through firewalls.
#
MOUNTD_PORT="33777"
.
.
.
2. Save your changes and exit the text editor.
3. Use a text editor to modify the /etc/services file to lock down the quota daemon:
rquotad 14900/udp
rquotad 14900/tcp
4. Save your changes and exit the text editor.
5. Set the lockd lock manager port and start NFS:
# /etc/init.d/nfsserver stop
# echo 14902 > /proc/sys/fs/nfs/nlm_udpport
# echo 14902 > /proc/sys/fs/nfs/nlm_tcpport
# /etc/init.d/nfsserver start
6. 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 14902 33777"
FW_SERVICES_EXT_UDP="111 2049 14900 14902 33777"
NOTE: Port 111 is portmapper and port 2049 is NFS.
7. Save your changes 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 OSs, Kickstart and AutoYaST installation
configuration files, and PSPs are stored for installation and deployment to managed systems.
Because the repository stores all OS distributions, installation configuration files, captured Linux
images, 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 OSs
Two captured Linux images
Two PSPs
Several script files
Several Kickstart and AutoYaST installation configuration files
If you expect to be storing a lot of data in the repository, HP recommends mounting a separate
file system at /opt/repository to ensure sufficient disk space.
You cannot use a symbolic link to access the /opt/repository directory. HP does not
recommend using NFS to mount this directory.
3.4 Preparing a server or Xen virtual guest to become the CMS 27