Installation guide

Using the RSN Software
HP-UX version 11.00.03 Remote Service Network 6-7
Stopping the RSN Software
When you are building a new system or making significant changes to an existing
system, you might want to “turn off” the RSN software. To stop the RSN
communication daemons rsngetty and rsndbs, use the rsnoff command. The
rsnoff command sets rsngetty and rsndbs to off in /etc/inittab and
disables rsntrans in /var/spool/cron/crontabs/sracs. The following is a
sample rsnoff session. The -a option stops the rsn_monitor and rsnd daemons.
# rsnoff -a
1. Setting rsn_monitor, rsngetty & rsndbs to off in /etc/inittab
2. Disabling rsntrans in /var/spool/cron/crontabs/sracs
NOTE: If any errors are encountered, no changes are committed
Press return to continue or q to quit ...
*************************************************************
******************************************************************
CHANGING RSN INITTAB SETTINGS.
Changing settings to off
20,22c20,22
< rsnd:234:respawn:/usr/stratus/rsn/bin/rsndbs >/dev/null 2>&1
< rsng:234:respawn:/usr/stratus/rsn/bin/rsngetty -r >/dev/null 2>&1
< rsnm:234:respawn:/usr/stratus/rsn/bin/rsn_monitor >/dev/null 2>&1
---
> rsnd:234:off:/usr/stratus/rsn/bin/rsndbs >/dev/null 2>&1
> rsng:234:off:/usr/stratus/rsn/bin/rsngetty -r >/dev/null 2>&1
> rsnm:234:off:/usr/stratus/rsn/bin/rsn_monitor >/dev/null 2>&1
Are these the proper changes to be made? (y/n): y
THESE SETTINGS WILL BE CHANGED
************************************************************
****************************************************************
CHECKING THE /var/spool/cron/crontabs/sracs FILE FOR THE RSNTRANS
STATE
1,16,31,46 * * * * /usr/stratus/rsn/bin/rsntrans -r1 -s HUB -z
>/dev/null 2>&1
Is this the proper line in /var/spool/cron/crontabs/sracs to
comment? (y/n): y
RSNTRANS HAS BEEN DISABLED
RSN IS OFF
**********************************************************
***************************************************************
For more information, see the rsnoff(1M) man page.