HP BL680c XenServer Virtual Machine Installation 4.1.0 - Page 40

B.2.2. FTP, Setting Up a Red Hat

Page 40 highlights

Setting Up a Red Hat Installation Server exportfs -r This configures the most basic read-only export to all hosts on our network. If you want to include more advanced options in your export, such as exporting to certain hosts only, or on a certain subnet only, see the man page for the exports file at exports (5). • NFS needs to be installed and running To check, type the command: showmount -e hostname Entering the showmount command without the hostname parameter will check the local system. If NFS is not active, you will see a message similar to showmount: ServerA: RPC: Program not registered • Portmap needs to be running, and can be checked with the command: service portmap status B.2.2. FTP To enable installing over FTP, you need to allow FTP access to the installation directory on the server. This can be either anonymous FTP access or access through a named account with a password. If you want anonymous FTP to point to a different directory, you can use sym links to point to the installation directory on the server. B.2.3. HTTP If you have a web server running and want to enable HTTP access to your installation server, then add sym links from your document root to the installation server directory to grant access. The installation server is now ready to use. Make sure you note the server name or IP address and the directory path to the installation directory you created. 35

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44

Setting Up a Red Hat
Installation Server
35
exportfs -r
This configures the most basic read-only export to all hosts on our network. If you want to
include more advanced options in your export, such as exporting to certain hosts only, or on a
certain subnet only, see the man page for the exports file at exports (5).
NFS needs to be installed and running
To check, type the command:
showmount -e
hostname
Entering the showmount command without the hostname parameter will check the local sys-
tem.
If NFS is not active, you will see a message similar to
showmount: ServerA: RPC: Program not registered
Portmap needs to be running, and can be checked with the command:
service portmap status
B.2.2. FTP
To enable installing over FTP, you need to allow FTP access to the installation directory on the
server. This can be either anonymous FTP access or access through a named account with a
password.
If you want anonymous FTP to point to a different directory, you can use sym links to point to
the installation directory on the server.
B.2.3. HTTP
If you have a web server running and want to enable HTTP access to your installation server,
then add sym links from your document root to the installation server directory to grant access.
The installation server is now ready to use. Make sure you note the server name or IP address
and the directory path to the installation directory you created.