SRDB ID   Synopsis   Date
16764   netcon fails to get connected.   2 Apr 1998

Status Issued

Description
Sometimes when attempting to start a netcon session to a Starfire domain, you
just get a "trying to connect" message without seeing "connected." even if
you wait several minutes.

  e.g.
  starfire-ssp:Starfire1% netcon
  trying to connect...

You may find that you can telnet to the domain ok, that the OS is working
without problems, and that the cvcd is running.
SOLUTION SUMMARY:
If this is the case, then the most common cause is that the netcon_server
process for that domain which runs on the SSP has died.

netcon_server is started by bringup and should remain running as long as there
is either an OBP or an OS on the domain. During an SSP reboot it is
automatically restarted by startup.tcl, but other than that it is not monitored
by the startup.tcl script.

If you want to be sure which netcon_server process relates to which domain
(there should only be one per domain), then you can use the following command:

  /usr/ucb/ps -axwwe | grep netcon_server | grep -v grep
{ NOTE: The output of this command is extremely verbose, as you get about 16
lines per process, and you can't reliably use grep to shorten it further! }

and then check the value of SUNW_HOSTNAME which is displayed for each
netcon_server process.

To restart the netcon_server for a domain, use:

  domain_switch <domainname>
  netcon_server -r

which is the same way startup.tcl *reconnects* to netcon_server to the domain.
SUBMITTER: Ken Booth APPLIES TO: Hardware/Ultra Enterprise/Servers/Enterprise 10000, Operating Systems/Solaris/Solaris 2.5.1 ATTACHMENTS:


Copyright (c) 1997-2003 Sun Microsystems, Inc.