Patch Name: PHNE_8061 Patch Description: s700_800 10.10 Provide RARP functionality Creation Date: 96/12/10 Post Date: 96/12/17 Hardware Platforms - OS Releases: s700: 10.10 s800: 10.10 Products: N/A Filesets: Networking.NET-RUN Automatic Reboot?: No Status: General Release Critical: No Path Name: /hp-ux_patches/s700_800/10.X/PHNE_8061 Symptoms: PHNE_8061: See Defect Description Defect Description: PHNE_8061: ( SR number: 4701307025 ) This patch provides RARP functionality to 10.10. It consists of two programs, the /usr/sbin/rarpd server and the /usr/sbin/rarpc client, which communicate with each other using the RARP Protocol. SR: 4701307025 Patch Files: /usr/sbin/rarpc /usr/sbin/rarpd /usr/lib/nls/msg/C/rarpc.cat /usr/lib/nls/msg/C/rarpd.cat /etc/rarpd.conf /usr/share/man/man1m/rarpc.1m /usr/share/man/man1m/rarpd.1m /sbin/init.d/net /sbin/init.d/rarpd.start /etc/rc.config.d/netconf.rarp_sample what(1) Output: /usr/sbin/rarpc: rarpc.c $Revision: 1.1.102.1 $ /usr/sbin/rarpd: rarpd.c $Revision: 1.1.102.1 $ /usr/lib/nls/msg/C/rarpc.cat: None /usr/lib/nls/msg/C/rarpd.cat: None /etc/rarpd.conf: $Header: rarpd.conf,v 1.1.102.1 96/01/08 09:36:01 kc s Exp $ /usr/share/man/man1m/rarpc.1m: None /usr/share/man/man1m/rarpd.1m: None /sbin/init.d/net: $Revision: 1.4.102.2 $ $Date: 96/12/11 15:02:06 $ /sbin/init.d/rarpd.start: None /etc/rc.config.d/netconf.rarp_sample: $Revision: 1.4.102.2 $ $Date: 96/12/11 15:04:58 $ cksum(1) Output: 4219550327 677 /etc/rarpd.conf 288614956 3943 /etc/rc.config.d/netconf.rarp_sample 4279029515 8657 /sbin/init.d/net 258288890 2142 /sbin/init.d/rarpd.start 3489111795 2430 /usr/lib/nls/msg/C/rarpc.cat 3460989372 2742 /usr/lib/nls/msg/C/rarpd.cat 399868524 36864 /usr/sbin/rarpc 3306782132 40960 /usr/sbin/rarpd 2029729572 1901 /usr/share/man/man1m/rarpc.1m 1604984234 2494 /usr/share/man/man1m/rarpd.1m Patch Conflicts: None Patch Dependencies: None Hardware Dependencies: None Other Dependencies: None Supersedes: None Equivalent Patches: None Patch Package Size: 160 Kbytes Installation Instructions: Please review all instructions and the Hewlett-Packard SupportLine User Guide or your Hewlett-Packard support terms and conditions for precautions, scope of license, restrictions, and, limitation of liability and warranties, before installing this patch. ------------------------------------------------------------ 1. Back up your system before installing a patch. 2. Login as root. 3. Copy the patch to the /tmp directory. 4. Move to the /tmp directory and unshar the patch: cd /tmp sh PHNE_8061 5a. For a standalone system, run swinstall to install the patch: swinstall -x autoreboot=true -x match_target=true \ -s /tmp/PHNE_8061.depot 5b. For a homogeneous NFS Diskless cluster run swcluster on the server to install the patch on the server and the clients: swcluster -i -b This will invoke swcluster in the interactive mode and force all clients to be shut down. WARNING: All cluster clients must be shut down prior to the patch installation. Installing the patch while the clients are booted is unsupported and can lead to serious problems. The swcluster command will invoke an swinstall session in which you must specify: alternate root path - default is /export/shared_root/OS_700 source depot path - /tmp/PHNE_8061.depot To complete the installation, select the patch by choosing "Actions -> Match What Target Has" and then "Actions -> Install" from the Menubar. 5c. For a heterogeneous NFS Diskless cluster: - run swinstall on the server as in step 5a to install the patch on the cluster server. - run swcluster on the server as in step 5b to install the patch on the cluster clients. By default swinstall will archive the original software in /var/adm/sw/patch/PHNE_8061. If you do not wish to retain a copy of the original software, you can create an empty file named /var/adm/sw/patch/PATCH_NOSAVE. Warning: If this file exists when a patch is installed, the patch cannot be deinstalled. Please be careful when using this feature. It is recommended that you move the PHNE_8061.text file to /var/adm/sw/patch for future reference. To put this patch on a magnetic tape and install from the tape drive, use the command: dd if=/tmp/PHNE_8061.depot of=/dev/rmt/0m bs=2k Special Installation Instructions: To start RARP client or server, /etc/rc.config.d/netconf will have to be modified. To configure a system as a RARP client, enter "RARP" in the IP_ADDRESS field. To configure a system as a RARP server, set a shell variable, RARPD, to 1. The RARP database in the server system will also have to be updated. See rarpd and rarpc manpages for more detail. A sample netconf file, /etc/netconf.rarp_sample is also included in this patch for your reference. To start up the RARP server at boot time, the following line may be added to /etc/inittab: "rarp::bootwait:/sbin/init.d/rarpd.start start". Note that RARP has been fully integrated with the release 10.20, therefore when upgrading to release 10.20, the rarpd startup line in /etc/inittab should be removed.