* Install Legato Networker Client on Solaris; * * mkdir /tmp/solstice * * cd /tmp/solstice * * /apps/gnu/bin/gzip -dc /admin/config/Solstice.Backup.426.SunOS.tar.gz | tar xvf - * pkgadd -d . * * Answers are as follows: * 1 * /usr/sbin/nsr * squid * * yes * yes * yes * q * * Run a ps -efl | grep nsr to ensure the daemon started ok. * * * Install Legato Networker on HP-UX; * * Log into the HP machine as root * * cd /usr * * Extract the nsr directory into /usr * * From opus1: * scp /admin/config/Solstice.Backup.426.HPUX.hacked.tar.Z root@hostname:/usr * * From the host: * * uncompress /admin/config/Solstice.Backup.426.HPUX.hacked.tar.Z * tar xvf /admin/config/Solstice.Backup.426.HPUX.hacked.tar * * Change permisions etc * * chmod -R 755 /usr/nsr * chown -R root /usr/nsr * chgrp -R other /usr/nsr * * Link /nsr to the /usr/nsr directory * * ln -s /usr/nsr /nsr * * Move the Startup Script into /sbin/init.d * * mv /usr/nsr/networker.init.d /sbin/init.d/networker * * Put the required links in place for the startup/kill scripts * * ln -s /sbin/init.d/networker /sbin/rc2.d/S900networker * ln -s /sbin/init.d/networker /sbin/rc0.d/K200networker * * Start Networker * * /sbin/init.d/networker start * * Check Networker is running * * ps -ef | grep nsr * * /usr/sbin/nsr/nsrexecd -s squid * * If this returns * * /usr/sbin/nsr/nsrexecd -s opus2 -s opus3 * * Then vi /sbin/init.d/networker * * Where: -s opus2 -s opus3 change to -s squid