Re: Missing OSA/2 Interfaces

2007-09-06 Thread David Stuart
Mark spent quite a bit of time working with me off-list, but we got the missing OSA/2 interfaces working again. The problem was a missing hotplug, due to a newbie error. I want to thank Mark for all the time he spent working on this with me. Dave Dave Stuart Prin. Info. Systems

Re: Missing OSA/2 Interfaces

2007-09-03 Thread Mark Post
>>> Christian Langer <[EMAIL PROTECTED]> 09/03/07 5:23 AM >>> > What I don't understand is, why you have to build an initrd? Isn't it > sufficient to add the modules in /etc/modules? Christian, Because my memory of which distribution does insmod commands for the network interface in the initrd

Re: Missing OSA/2 Interfaces

2007-09-03 Thread Christian Langer
What I don't understand is, why you have to build an initrd? Isn't it sufficient to add the modules in /etc/modules? Christian Mark Post schrieb: On Fri, Aug 31, 2007 at 4:32 PM, in message > <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> > wrote: > -snip- >> Where do I find initrd?

Re: Missing OSA/2 Interfaces

2007-08-31 Thread Mark Post
>>> On Fri, Aug 31, 2007 at 4:32 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > Where do I find initrd? > > A locate shows one in /boot, but it is a link to the executable, and one in > /dev. But I am unable to view the contents of /dev/initrd to determi

Re: Missing OSA/2 Interfaces

2007-08-31 Thread David Stuart
Hi Mark, I've got one network interface up and running. The other one gave a Detection of LCS card failed rc = -5 error. But I can live with one right now. Where do I find initrd? A locate shows one in /boot, but it is a link to the executable, and one in /dev. But I am unable to view

Re: Missing OSA/2 Interfaces

2007-08-31 Thread Mark Post
>>> On Fri, Aug 31, 2007 at 12:25 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: > Hi Mark, > > I read the man pages for mkinitrd, but I am not really sure what I am > looking at, what options I need when, etc. > > I ran mkinitrd and let it default, and then ran z

Re: Missing OSA/2 Interfaces

2007-08-31 Thread David Stuart
Hi Mark, I read the man pages for mkinitrd, but I am not really sure what I am looking at, what options I need when, etc. I ran mkinitrd and let it default, and then ran zipl. Shutdown -r, and my network interfaces are gone again. The /sys/bus/ccwgroup/ directory doesn't even exist. So I

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 8:04 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > So, back at my desk, I was able to connect via telnet and ssh, albeit very > slowly for the initial connection. And a ping in from my PC now works, too. I've seen the same th

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Mark, This is getting curiouser and curiouser. I tried to ping the gateway, and I was receiving the Destination host unreachable error, so I went hunting for a network guy. I didn't think they turned off the switch port, as the ports are shared across 5 LPARs. The other 4 are working, an

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 7:26 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > I also issued the "route" and "route -n". route took several seconds to That's because it was trying to use DNS to resolve the names. > return. The last line of the route -n

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Hi Mark, Ok, "rcnetwork start" came back with some positive results. For eth0, 0.0.0510, I received messages showing the showing the configuration file and IP address. So far, so good. For 0512, eth1, I received messages that there were errors opening the device. How ever, right now one is

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 6:58 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Progress! -snip- > The bad news is that I still can't connect to either ip address. When I > ping an ip address from my PC, it times out. When I try to ping out to my

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Hi Mark, Progress! I downloaded the manual as recommended, and read Chapter 10. I read the chapter the same way you did. Directories were created as documented in the manual, and when I issued the echo 1 > /sys/bus/ccwgroup/drivers/lcs/0.0.0510/online I received lcs: LCS eth0 without IPv6

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 5:11 PM, in message <[EMAIL PROTECTED]>, "David Stuart" <[EMAIL PROTECTED]> wrote: > Hi Mark, > > Well, that explains why the find command didn't return anything. Let's start from the beginning here. Download the "Device Drivers, Features, and Commands" manual fro

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Hi Mark, Well, that explains why the find command didn't return anything. I did a cd to /sys/devices/cu3088 and a "ls -l". There are no 0.0.051x folders/directories. The only thing in /sys/devices/cu3088 is a file called detach_state, and it has a 0 (zero) in it. I tried the "echo 1 > /sy

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 4:15 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: > Hi Mark, > > I ran all the requested commands, and have sent the output to you off-list. Things seem to look pretty good. The hwinfo command shows that you have the following dir

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Hi Mark, I ran all the requested commands, and have sent the output to you off-list. The find command didn't return anything at all. It just returned me to the command prompt. Thanks, Dave Dave Stuart Prin. Info. Systems Support Analyst County of Ventura, CA 805-662-6731 [EMAIL PRO

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
TED] On Behalf Of David Stuart Sent: Thursday, August 30, 2007 10:28 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Missing OSA/2 Interfaces Hi Mark, I issued a "modprobe qeth" again, and the output was identical to what I sent you previously. "ifconfig -a" output wa

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 1:28 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: Oh, and I just learned something new: hwinfo --netcard This will cut down a lot on the output you see. Mark Post --

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 1:28 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > waiting for mandatory devices lcs-bus-ccw-0.0.0510 lcs-bus-ccw-0.0.0512 > __NSC__ > 2 > 0 > lcs-bus-ccw-0.0.0510 No interface found > lcs-bus-ccw-0.0.0512 No

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Roger Shipman
ort [mailto:[EMAIL PROTECTED] On Behalf Of David Stuart Sent: Thursday, August 30, 2007 10:28 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Missing OSA/2 Interfaces Hi Mark, I issued a "modprobe qeth" again, and the output was identical to what I sent you previously. "ifconfig -

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Hi Mark, I issued a "modprobe qeth" again, and the output was identical to what I sent you previously. "ifconfig -a" output was also identical to what I sent previously. Needless to say, the "rcnetwork start" didn't accomplish much. As for initrd not having the logic to load dqio and qeth,

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Thu, Aug 30, 2007 at 12:23 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > I am wondering if something got > deleted when I deleted /usr that maybe shouldn't have been. I'm not aware of anything outside of /etc and /boot that would have an impact on

Re: Missing OSA/2 Interfaces

2007-08-30 Thread David Stuart
Hi Mark, Thanks. I'll give these things a try. Everything used to work ok. The dqio and qeth modules were loaded at boot time, and the network interfaces worked just fine. The problem only started occurring *after* I move /usr to a different volume. Following the 'hot to', I went back an

Re: Missing OSA/2 Interfaces

2007-08-30 Thread Mark Post
>>> On Fri, Aug 24, 2007 at 4:04 PM, in message <[EMAIL PROTECTED]>, "David Stuart" <[EMAIL PROTECTED]> wrote: > Afternoon Mark, > > I finally regained Integrated Console access to my Linux system. While you > can't issue a Ctrl-c through the Integrated Console, you *can* enter a ^c, > which

Re: Missing OSA/2 Interfaces

2007-08-27 Thread Peter 1 Oberparleiter
Linux on 390 Port wrote on 24.08.2007 17:52:49: > And when I issued the grep command (grep . > /etc/sysconfig/network/ifcfg-qeth-bus-ccw (is there a space on both > sides of the '.', or just on the left side?)), the system accepted > the command, and never returned. No command prompt came back, >

Re: Missing OSA/2 Interfaces

2007-08-24 Thread David Stuart
Hi Mark, Ok, the HMC is back, but my Linux system is inaccessible. Using the HMC Integrated Console, I was issuing the commands you requested (Man there's a lot of output from hwinfo!). I am able to screen print from the HMC Integrated Console to a file, but it comes out in a form that is u

Re: Missing OSA/2 Interfaces

2007-08-22 Thread Mark Post
>>> On Wed, Aug 22, 2007 at 1:51 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: > Mark, > > Which Redbook? I am probably not familiar enough with the HMC's > capabilities. Dave, The Linux for zSeries and S/390: Distributions book. It didn't talk about getting

Re: Missing OSA/2 Interfaces

2007-08-22 Thread David Stuart
Mark, Which Redbook? I am probably not familiar enough with the HMC's capabilities. Dave Dave Stuart Prin. Info. Systems Support Analyst County of Ventura, CA 805-662-6731 [EMAIL PROTECTED] >>> "Mark Post" <[EMAIL PROTECTED]> 8/21/2007 1:00 PM >>> >>> On Tue, Aug 21, 2007 at 2:07 PM, in

Re: Missing OSA/2 Interfaces

2007-08-22 Thread Michael MacIsaac
> I could have sworn that during the Redbook residency that we used > some facility on the HMC to write screen contents into a file > that we could subsequently transfer off to a PC. Mike? Yes, we had an OS/2 app, PMCAMERA I believe. Now that the HMC is Linux-based, there is no way (to my knowle

Re: Missing OSA/2 Interfaces

2007-08-21 Thread Mark Post
>>> On Tue, Aug 21, 2007 at 2:07 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > However, as soon as the HMC comes back up, I'll run your commands, and send > on the output. Hmm, I don't think the HMC has 'Cut & Paste'... I could have sworn that during the

Re: Missing OSA/2 Interfaces

2007-08-21 Thread David Stuart
Mark, Would that I could. With the network interfaces down, my only access to the Linux system is via the HMC. And we had a UPS fail last night (physically, some part went out), and the HMC is 'Toast' at the present time. At this time, the CE is not sure what he will have to do to fix it.

Re: Missing OSA/2 Interfaces

2007-08-20 Thread Mark Post
>>> On Mon, Aug 20, 2007 at 7:19 PM, in message <[EMAIL PROTECTED]>, David Stuart <[EMAIL PROTECTED]> wrote: -snip- > I was running out of space on '/', so I followed the procedure to move part > of a file system to another volume. I successfully moved /usr to a new > volume. It mounted succe

Missing OSA/2 Interfaces

2007-08-20 Thread David Stuart
Afternoon, I was running out of space on '/', so I followed the procedure to move part of a file system to another volume. I successfully moved /usr to a new volume. It mounted successfully, so I updated /etc/fstab following the procedure. All was good. So I shut down and rebooted. Dur