Hi Mark,
do not reinstall, but in command line do:
1. rmmod ctc
2. insmod ctc setup='"ctc=0x600,ctc0"'
3. /etc/rc.dinit.d/network start

If it does not work, start over with
other modules param

If that works do
ifconfig
/etc/rc.d/init.d/inetd start

Try to ping your VM linux from remout machine
If it works telnet to your VM linux as root
no passwd. And do the rest

Regards,
Julia

Bellow is for installer. $dev could be ctc0 or escon0

You can either enter in the first CTC module address like this :

            ctc=0,0x430,0x431,$dev
where:
 0      is protocol-id (must always be 0)
 0x430  is read_channel
 0x431  is write_channel

Or for two network interfaces (ctc0 + escon0) enter in one line:

            ctc=0,0x600,0x601,ctc0 ctc=0,0x7114,0x7115,escon0

Or press Enter to allow the CTC module to autoprobe
for your device settings (recommended for single ctc0)


"Dorney, Mark" wrote:
>
> First off, serious newbie alert, mainframer thrown into this world for a
> POC.
>
> I'm doing an install from tape, I get to the part where I specify my CTC
> information and I start getting errors (logs are at the end).  I believe
> that the hardware is ok since I went through the archives and although I
> couldn't find my specific situation I ran through some other suggestions of
> shutting down the network, rmmod ctc, insmod ctc and restarting the network.
> I tried to manually configure the network by doing an "ifconfig ctc0......"
> and at one point in the day I was able to ping successfully.  All efforts to
> duplicate that success have failed.
>
> Here's what I'm getting:
> --------------------------------------------------------------------------
>
>  Please review your selection:
>
> --------------------------------------------------------------------------
>
>  Hostname          :    mylinux.state.wi.us
>
>  Gateway IP        :    198.150.235.17
>
>  Gateway Device    :    ctc0
>
>  Nameserver IP     :    198.150.235.21
>
>  Searchlist        :    state.wi.us
>
>  CTC options       :    ctc=0x600
>
> --------------------------------------------------------------------------
>
> Do you want to use these settings? (y/n)y
>
> y
>
> CTC driver Version: 1.29  initialized
>
> channel: 0 Parallel channel found - 2 ESCON channel found
>
> escon0: read dev: 0600 irq: 000c - write dev: 0601 irq: 000d
>
> SIOCSIFADDR: No such device
>
> ctc0: unknown interface: No such device
>
> SIOCSIFDSTADDR: No such device
>
> ctc0: unknown interface: No such device
>
> SIOCSIFMTU: No such device
>
> SIOCADDRT: No such device
>
> ctc0: error fetching interface information: Device not found
>
> search state.wi.us
>
> Starting portmapper: portmap
>
> Mounting remote filesystems.
>
> Starting system logger: syslogd
>
> Stop network, rmmod ctc, etc reults in *****************
>
> bash-2.04# rmmod ctc
> rmmod ctc
> bash-2.04# cd /lib/modules/2.2.19/misc
> cd /lib/modules/2.2.19/misc
> bash-2.04# insmod ctc
> insmod ctc
> Using /lib/modules/2.2.19/misc/ctc.o
> bash-2.04# /etc/rc.d/init.d/network start
> /etc/rc.d/init.d/network start
> SIOCSIFADDR: No such device
> ctc0: unknown interface: No such device
> SIOCSIFDSTADDR: No such device
> ctc0: unknown interface: No such device
> SIOCSIFMTU: No such device
> SIOCADDRT: No such device
> ctc0: error fetching interface information: Device not found
> search state.wi.us
> bash-2.04#
>
> Thanks for any help anyone can provide
>
> Mark Dorney

--
 o    || Julia Karastoianova > Turbolinux, Inc.
/\_  _|| [EMAIL PROTECTED]  > Research & Development in the U.S.
\__`[_ | ph. (650)228-5156   > 8000 Marina Blvd, Suite 300,
][ \, || fax (650)228-5001   > Brisbane CA 94005 USA

Reply via email to