Memory channel (mc0) no communications.

From: Smith, Lawrie <Lawrie.Smith_at_capita.co.uk>
Date: Mon, 22 Oct 2001 13:56:03 +0100

Hi Admins,

I recently set up NetRAIN on an ES40 5.1 Cluster.
Now I find that mc0 is not working. (Cannot ping 10.0.0.1)

/etc/rc.config is listed below. Any ideas?

#!/bin/sh
#
# *****************************************************************
# * *
# * Copyright Compaq Computer Corporation, 2000 *
# * *
# * The software contained on this media is proprietary to *
# * and embodies the confidential technology of Compaq *
# * Computer Corporation. Possession, use, duplication or *
# * dissemination of the software and media is authorized only *
# * pursuant to a valid written license from Compaq Computer *
# * Corporation. *
# * *
# * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure *
# * by the U.S. Government is subject to restrictions as set *
# * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, *
# * or in FAR 52.227-19, as applicable. *
# * *
# *****************************************************************
#
# HISTORY
#
# _at_(#)$RCSfile: rc.config,v $ $Revision: 4.2.23.1 $ (DEC) $Date: 1999/11/24
18:0
7:32 $
#
# The variables set by the netsetup program that are required for network
# configuration are as follows:
#
# HOSTNAME - host name of the system
#
# NUM_NETCONFIG - number of network devices currently configured
#
# MAX_NETDEVS - maximum number of network devices that can be configured
# which is currently set by netsetup to a value of 16
#
# NETDEV_n - network device name for network devices currently
# configured, where n is 0 to MAX_NETDEVS - 1
# for example, NETDEV_0="ln0"
#
# IFCONFIG_n - ifconfig parameters for network devices currently
# configured, where n is 0 to MAX_NETDEVS - 1
# (see ifconfig(8) manual page)
# for example, IFCONFIG_0="130.124.1.20 netmask 255.255.255.0"
#
# RWHOD - "yes" if rwhod is enabled, blank or "no" if rwhod is disabled
#
# ROUTED - "yes" if routed is enabled, blank or "no" if routed is disabled
#
# ROUTED_FLAGS - routed flags (see routed(8) manual page)
#
# ROUTER - "yes" if the system is set up to be an Internet Protocol router,
# otherwise, blank or "no"
#
# GATED - "yes" if gated is enabled, blank or "no" if gated is disabled
#
# GATED_FLAGS - gated flags (see gated(8) manual page)
#
# COLLECT_AUTORUN - "1" if want collect to run automatically at boot time.
# "0" otherwise
#
# COLLECT_COMPRESSION - "1" if want collect to use compression.
# "0" otherwise
#
# COLLECT_ARGS - user-defined args to run collect (see collect(1) manual
page)
#
#
# NOTE: Some configuration values which previously were stored in this
# file have been moved to the /etc/rc.config.common file. This file
# should not be manually edited. Please use the /usr/sbin/rcmgr
# command to get, set and delete configuration values. For more
# information, please see the rcmgr(8) manual page.
#
#
# Read in the cluster attributes before overriding them with the member
# specific options.
#
. /etc/rc.config.common
#
#
DISPLAYTYPE=
MAX_NETDEVS=
NETDEV_2=
NETDEV_3=
NETDEV_4=
NETDEV_5=
NETDEV_6=
NETDEV_7=
IFCONFIG_2=
IFCONFIG_3=
IFCONFIG_4=
IFCONFIG_5=
IFCONFIG_6=
IFCONFIG_7=
PAGEMINSZ=0
PAGEMAXSZ=0
QUOTA_CONFIG=
COLLECT_AUTORUN="0"
COLLECT_COMPRESSION="1"
COLLECT_ARGS=
export DISPLAYTYPE HOSTNAME NUM_NETCONFIG QUOTA_CONFIG
export NETDEV_0 NETDEV_1 NETDEV_2 NETDEV_3 NETDEV_4 NETDEV_5 NETDEV_6
NETDEV_7
export IFCONFIG_0 IFCONFIG_1 IFCONFIG_2 IFCONFIG_3 IFCONFIG_4 IFCONFIG_5
export IFCONFIG_6 IFCONFIG_7 RWHOD ROUTED ROUTED_FLAGS GATED GATED_FLAGS
export ROUTER MAX_NETDEVS COLLECT_AUTORUN COLLECT_COMPRESSION COLLECT_ARGS
export PAGERAW PAGEFILE PARTITION PARTITIONTYPE PAGEMINSZ PAGEMAXSZ
PAGERAW="1"
export PAGERAW
HOSTNAME="cap005"
export HOSTNAME
XLOGIN="cde"
export XLOGIN
LAT_SETUP="1"
export LAT_SETUP
ENVMON_CONFIGURED="1"
export ENVMON_CONFIGURED
GATED_OLD="no"
export GATED_OLD
GATED_FLAGS=""
export GATED_FLAGS
ROUTED="no"
export ROUTED
ROUTED_FLAGS=""
export ROUTED_FLAGS
ROUTER="yes"
export ROUTER
RWHOD="yes"
export RWHOD
RWHOD_FLAGS=""
export RWHOD_FLAGS
TCR_INSTALL="TCR"
export TCR_INSTALL
TCR_PACKAGE="TCR"
export TCR_PACKAGE
CLU_BOOT_FILESYSTEM="root1_domain#root"
export CLU_BOOT_FILESYSTEM
NETDEV_1="mc0"
export NETDEV_1
IFCONFIG_1="10.0.0.1 netmask 255.255.255.0"
export IFCONFIG_1
CLUSTER_NET="cap005-mc0"
export CLUSTER_NET
IMC_AUTO_INIT="0"
export IMC_AUTO_INIT
IMC_MAX_ALLOC="10"
export IMC_MAX_ALLOC
IMC_MAX_RECV="10"
export IMC_MAX_RECV
GATED="yes"
export GATED
BASE_VERSION="Compaq Tru64 UNIX V5.1 (Rev. 732)"
export BASE_VERSION
CLU_VERSION="TruCluster Server V5.1 (Rev. 389)"
export CLU_VERSION
CLU_NEW_MEMBER="0"
export CLU_NEW_MEMBER
INSIGHTD_CONF="NO"
export INSIGHTD_CONF
NR_DEVICES="1"
export NR_DEVICES
NRDEV_0="nr0"
export NRDEV_0
NRCONFIG_0="ee0,ee1"
export NRCONFIG_0
NUM_NETCONFIG="1"
export NUM_NETCONFIG
NETDEV_0="nr0"
export NETDEV_0
IFCONFIG_0="10.150.8.82 netmask 255.255.252.0"
export IFCONFIG_0
VMAC_ENABLED="yes"
export VMAC_ENABLED
XNTP_SERV1="TimeServer"
export XNTP_SERV1
XNTP_SERV2="cap006"
export XNTP_SERV2
XNTP_SERV3="cap007"
export XNTP_SERV3
XNTPD_CONF="YES"
export XNTPD_CONF
XNTPD_OPTS="-g"
export XNTPD_OPTS
TIMED_CONF="NO"
export TIMED_CONF
TIMED_FLAGS=""
export TIMED_FLAGS
ENVMON_HIGH_THRESH="50"
export ENVMON_HIGH_THRESH
VOLNOTIFYPID="525162"
export VOLNOTIFYPID


Kind regards

Lawrie Smith
Capita Technical Services
West Malling

email: lawrie.smith_at_capita.co.uk
Tel: 01732 877266



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************
Received on Mon Oct 22 2001 - 12:57:54 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:42 NZDT