NetRAIN Configuration Articles


Either link, section 2.4.1:

  1. Tru64 5.1B, most recent
  2. Tru64 5.0A, with better examples

Summary: edit /etc/rc.config, remove definitions for existing adapters that will be in the NetRAIN, then add something along these lines:

  NRDEV_0="nr0"
  export NRDEV_0
  NRCONFIG_0="ee0,ee2"
  export NRCONFIG_0
  NR_DEVICES="1"
  export NR_DEVICES
  NETDEV_0="nr0"
  export NETDEV_0
  IFCONFIG_0="10.20.30.40 netmask 255.255.255.0"
  export IFCONFIG_0
  NUM_NETCONFIG="1"
  export NUM_NETCONFIG

and reboot, or stop and start all networking.


keywords: tru64, netrain, net rain
date: 03/09/2006