Sun Update Connection - Enterprise 1.0 Administration Guide

ProcedureTo Create a Sharing Host

  1. Define a VM user that, in addition to its own minidisks, has links to the minidisks of another VM user, with read-only access.

    The VM user that controls the linked resources is the master host of this sharing host.

  2. At the end of the profile exec a file, type the line: ipl <dev #>

  3. Upload Linux (with the DDR utility) onto <dev #>.

  4. Start the new VM user from any 3270 emulation.

  5. Edit the /boot/parm file: add (ro) near dev # items that are owned by the master host. Example: dasd=xxxx-yyyy, 202 (ro), zzz

  6. Edit the /etc/fstab file: specify read-only mount points for the shared disks; make sure that the last two parameters on the line are “0 0”.

  7. Do a silo/zilo.

  8. Change the TCP/IP of this new Linux image with the ifconfig command.

  9. Fix the routing table and then connect with telnet to the new VM user.

  10. Change the network configuration with YAST (9-10) to be permanent.

  11. Restart Linux.

  12. Copy the agent.tgz file to the new VM user Linux operating system.

  13. Untar the file and type ./Install to start the agent ezInstaller.

  14. After the agent is installed, view the agent configuration file.

    vi /opt/local/uce/agent/bin/uce.rc

  15. Find the mf_shared_path parameter and check the value for this parameter. The value should be /usr or /opt, according to the directory that you want this sharing host to access from its master.

    If the value is incorrect, copy the entire line of this parameter to the .director.rc file and edit the value to be the correct directory. When the installed agent starts, it discovers that it is running on a shared disk environment and registers its VM user as a sharing host on the system dependency server. When an agent starts, a master host writes its master signature in /<shared_path>/.aduva_master

    A sharing host attempts to write to the same path. It finds that it does not have write permissions, reads the .aduva_master file and discovers both that it is a sharing host and who is its master.