Re: Novell Linux Technical Resource Kit

2004-06-30 Thread Vic Cross
On Tue, 29 Jun 2004, Adam Thornton wrote:

 Has anyone ever had ACPI do anything useful for them?

One of my boxen here has an Asus P4P800 MB, carrying an Intel P4 with HT.
Unless I enabled ACPI in the kernel (2.6.4-ish, was the same with
late-2.4) the second CPU was not recognised.  Might have been a
peculiarity of the mobo or chipset, but that was useful to me ;)

Cheers,
Vic Cross

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: logical volume question

2004-06-30 Thread Vic Cross
On Tue, 29 Jun 2004, Andy Engels wrote:

 I'm dropping in some software and all of a sudden I'm out of space.  Is
 there a way to verify that /home is really the mounted logical volume file
 system?

As usual with UNIX/Linux, there's more than one way to see what your
mounted filesystems are.  Two common examples (these from an i386 system):

$ mount
/dev/root on / type ext3 (rw)
none on /dev type devfs (rw)
none on /proc type proc (rw)
/dev/hda2 on /usr type ext3 (rw)
none on /dev/shm type tmpfs (rw)
/dev/vg0/newhome on /home type ext3 (rw)
/dev/hdc1 on /mnt/hdc1 type ext3 (rw)
/mnt/hdc1/ISOs on /home/samba/ISOs type none (rw,bind)
none on /proc/bus/usb type usbfs (rw)

$ df
Filesystem  1K-blocks  Used Available Use% Mounted on
/dev/root 1921156   1305408518156  72% /
/dev/hda2 9614148   3002532   6123240  33% /usr
none   516288 0516288   0% /dev/shm
/dev/vg0/newhome 41284928  26131060  13056716  67% /home
/dev/hdc176922968  48704152  24311284  67% /mnt/hdc1
/mnt/hdc1/ISOs   76922968  48704152  24311284  67% /home/samba/ISOs

mount just tells you what's mounted where, df gives you utilisation data
as well.  You can see in these examples that my /home is on an LV, so you
should see something very similar on your system if /home is mounted
correctly.

If it's not, the problem might be that /etc/fstab was not updated after
the LV was created and formatted.  You'll need to fix that, but not before
moving the existing /home into the LV (without overwriting what may
already be on the LV, if it was at some stage successfully mounted).  Mark
has some hints on moving filesystems on linuxvm.org that might be useful
to you for this.

Cheers,
Vic Cross

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Trouble booting a new guest

2004-06-30 Thread Eric Sammons
I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0
init_mach : starting machine check handler
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
mach_handler : ready
mach_handler : waiting for wakeup
Starting kswapd
kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if something is missing etc. . .

Thoughts - Help?

Thanks!
===

Eric Sammons, RHCE
eric.sammons at frit.frb.org

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Trouble booting a new guest

2004-06-30 Thread Post, Mark K
That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if something is missing etc. . .

Thoughts - Help?

Thanks!
===

Eric Sammons, RHCE
eric.sammons at frit.frb.org

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: suse 7.2 for s390 running on 03 processors

2004-06-30 Thread Post, Mark K
Is this on z/VM, or in an LPAR?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Nilson
Vieira
Sent: Tuesday, June 29, 2004 12:40 PM
To: [EMAIL PROTECTED]
Subject: suse 7.2 for s390 running on 03 processors


Hi all,


I have a suse 7.2 s390 set up with 02 processors running 
fine. The problem is when i try to put one more processor
the system won´t IPL with no messages. Does anyone knows what is going on?


Regards

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


How to force a java thread to take a java core dump?

2004-06-30 Thread James Melin
I have a problem in WebSphere using the Shadow Direct client 5.1.22 driver.
JDBC connections are being created and not being cleaned up. Is there a way
to force a java thread to dump?

I have 50 open connections to Shadow Direct, and 40+ java threads using
4.5% of the CP each, pegging my 2 IFL's.


Any advise on how to make these dump so we can see what they were doing
would be greatly appreciated.

Thanks!

-J

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Trouble booting a new guest

2004-06-30 Thread Eric Sammons
The system never gets to runlevel 3.  In fact I believe it fails to get to
runlevel 2.  You will notice I have root prompt, Never got a login prompt
and never got to the point where services start-up.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:00 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache
hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society
NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if something is missing etc. . .

Thoughts - Help?

Thanks!
===

Eric Sammons, RHCE
eric.sammons at frit.frb.org

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Trouble booting a new guest

2004-06-30 Thread Ranga Nathan
Hmm. Normally I would see some info about interface binding to eth0 which
will give you an IP. Looks like you can log in as root. Can you type
'login root'? or somehow get to run '/sbin/ifconfig eth0'? Or can you
manually perform 'init 3'?
__
Ranga Nathan / CSG
Systems Programmer - Specialist; Technical Services;
BAX Global Inc. Irvine-California
Tel: 714-442-7591   Fax: 714-442-2840





Eric Sammons [EMAIL PROTECTED]

Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 08:37 AM
Please respond to Linux on 390 Port

To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest


The system never gets to runlevel 3.  In fact I believe it fails to get to
runlevel 2.  You will notice I have root prompt, Never got a login prompt
and never got to the point where services start-up.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:00 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache
hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society
NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if something is missing etc. . .

Thoughts - Help?

Thanks!
===

Eric Sammons, RHCE
eric.sammons at frit.frb.org

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman

--
For LINUX-390 subscribe / signoff / archive access instructions, send
email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to 

Re: Trouble booting a new guest

2004-06-30 Thread Post, Mark K
You didn't post the whole of your boot messages.  There may be something
near the top that might be of interest.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Trouble booting a new guest


The system never gets to runlevel 3.  In fact I believe it fails to get to
runlevel 2.  You will notice I have root prompt, Never got a login prompt
and never got to the point where services start-up.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:00 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if something is missing etc. . .

Thoughts - Help?

Thanks!
===

Eric Sammons, RHCE
eric.sammons at frit.frb.org

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390



--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit

Re: Trouble booting a new guest

2004-06-30 Thread Eric Sammons
The guest never gets to run level 2.  None of the commands are available.
Because ls and other commands are not available I use echo *, from / that
returns:
bin dev lib linuxrc

Thanks!
===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





Ranga Nathan [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:52 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

Hmm. Normally I would see some info about interface binding to eth0 which
will give you an IP. Looks like you can log in as root. Can you type
'login root'? or somehow get to run '/sbin/ifconfig eth0'? Or can you
manually perform 'init 3'?
__
Ranga Nathan / CSG
Systems Programmer - Specialist; Technical Services;
BAX Global Inc. Irvine-California
Tel: 714-442-7591   Fax: 714-442-2840





Eric Sammons [EMAIL PROTECTED]

Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 08:37 AM
Please respond to Linux on 390 Port

To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest


The system never gets to runlevel 3.  In fact I believe it fails to get to
runlevel 2.  You will notice I have root prompt, Never got a login prompt
and never got to the point where services start-up.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:00 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache
hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society
NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if 

TeamQuest announces SUSE support on z/Series

2004-06-30 Thread Little, Chris
Unfortunately nothing about VM performance that I could see.
http://www.linuxworld.com/story/45432.htm

+---
+
 | Chris Little[EMAIL PROTECTED]  |
 | Ok Dept of Human Services   Data Services Division  (405)522-1306   |
+---
+

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Trouble booting a new guest

2004-06-30 Thread Little, Chris
Doesn't look like everything was installed.  Are you sure it completed
successfully?

 -Original Message-
 From: Eric Sammons [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, June 30, 2004 11:54 AM
 To: [EMAIL PROTECTED]
 Subject: Re: Trouble booting a new guest


 The guest never gets to run level 2.  None of the commands
 are available.
 Because ls and other commands are not available I use echo *,
 from / that
 returns:
 bin dev lib linuxrc

 Thanks!
 ===

 Eric Sammons, RHCE
 (804)697-3925
 eric.sammons at frit.frb.org
 FRIT - Unix Systems

 ===

 First you guess.  Don't laugh, this is the most important
 step.  then you
 compute the consequences.  Compare the consequences to
 experience.  If it
 disagrees with experience, the guess is wrong.  In that
 simple statement
 is the key to science.  It doesn't matter how beautiful your
 guess is or
 how smart you are or what your name is.  If it disagrees with
 experience,
 It's wrong.  That's all there is to it.  -- Richard Feynman





 Ranga Nathan [EMAIL PROTECTED]
 Sent by: Linux on 390 Port [EMAIL PROTECTED]
 06/30/2004 11:52 AM
 Please respond to Linux on 390 Port


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Trouble booting a new guest

 Hmm. Normally I would see some info about interface binding
 to eth0 which
 will give you an IP. Looks like you can log in as root. Can you type
 'login root'? or somehow get to run '/sbin/ifconfig eth0'? Or can you
 manually perform 'init 3'?
 __
 Ranga Nathan / CSG
 Systems Programmer - Specialist; Technical Services;
 BAX Global Inc. Irvine-California
 Tel: 714-442-7591   Fax: 714-442-2840





 Eric Sammons [EMAIL PROTECTED]

 Sent by: Linux on 390 Port [EMAIL PROTECTED]
 06/30/2004 08:37 AM
 Please respond to Linux on 390 Port

 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Trouble booting a new guest


 The system never gets to runlevel 3.  In fact I believe it
 fails to get to
 runlevel 2.  You will notice I have root prompt, Never got a
 login prompt
 and never got to the point where services start-up.

 Thanks!

 ===

 Eric Sammons, RHCE
 (804)697-3925
 eric.sammons at frit.frb.org
 FRIT - Unix Systems

 ===

 First you guess.  Don't laugh, this is the most important
 step.  then you
 compute the consequences.  Compare the consequences to
 experience.  If it
 disagrees with experience, the guess is wrong.  In that
 simple statement
 is the key to science.  It doesn't matter how beautiful your
 guess is or
 how smart you are or what your name is.  If it disagrees with
 experience,
 It's wrong.  That's all there is to it.  -- Richard Feynman





 Post, Mark K [EMAIL PROTECTED]
 Sent by: Linux on 390 Port [EMAIL PROTECTED]
 06/30/2004 11:00 AM
 Please respond to Linux on 390 Port


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Trouble booting a new guest

 That all looks like normal startup messages to me.  What is
 your problem,
 exactly?


 Mark Post

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On
 Behalf Of Eric
 Sammons
 Sent: Wednesday, June 30, 2004 10:03 AM
 To: [EMAIL PROTECTED]
 Subject: Trouble booting a new guest


 I have installed a new guest, I am using NFS as my install
 medium and not
 that it should matter, I am using a Red Hat Linux Intel
 system as my NFS
 server.  The system seems to build just fine; however, when I
 execute the
 ipl 300 clear I get the following:

 Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
 Buffer-cache
 hash
 table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
 entries:
 131072 (order: 7, 524288 bytes)
 debug: Initialization complete
 POSIX conformance testing by UNIFIX
 Detected 1 CPU's
 Boot cpu address  0
 cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
 migration_task 0 on cpu=0 init_mach : starting machine check
 handler Linux
 NET4.0 for Linux 2.4 Based upon Swansea University Computer Society
 NET3.039
 Initializing RT netlink socket mach_handler : ready
 mach_handler : waiting
 for wakeup Starting kswapd kinoded started
 VFS: Diskquotas version dquot_6.5.0 initialized
 aio_setup: num_physpages = 32768
 aio_setup: sizeof(struct page) = 44
 pty: 256 Unix98 ptys configured
 RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
 loop: loaded (max 16 devices)
 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
 md: Autodetecting RAID arrays.
 md: autorun ...
 md: ... autorun DONE.
 debug: cio_msg: new level 6
 debug: cio_trace: new level 6
 debug: cio_crw: new level 6
 NET4: Linux TCP/IP 1.0 for NET4.0
 IP Protocols: ICMP, UDP, TCP, IGMP
 IP: routing cache hash table of 2048 buckets, 32Kbytes
 TCP: Hash tables configured (established 65536 bind 65536) Linux IP
 multicast router 0.06 plus PIM-SM
 NET4: Unix domain sockets 

Re: Trouble booting a new guest

2004-06-30 Thread Eric Sammons
I cut and paste directly from my terminal, I believe everything is there.
If not I will post messages again after I attempt the build again.

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 12:48 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

You didn't post the whole of your boot messages.  There may be something
near the top that might be of interest.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Trouble booting a new guest


The system never gets to runlevel 3.  In fact I believe it fails to get to
runlevel 2.  You will notice I have root prompt, Never got a login prompt
and never got to the point where services start-up.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:00 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache
hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society
NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on or if something is missing etc. . .

Thoughts - Help?

Thanks!
===

Eric Sammons, RHCE
eric.sammons at frit.frb.org

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple 

Re: suse 7.2 for s390 running on 03 processors

2004-06-30 Thread Nilson Vieira
It4s in lpar mode

- Original Message -
From: Post, Mark K [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, June 30, 2004 12:21 PM
Subject: Re: suse 7.2 for s390 running on 03 processors


Is this on z/VM, or in an LPAR?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Nilson
Vieira
Sent: Tuesday, June 29, 2004 12:40 PM
To: [EMAIL PROTECTED]
Subject: suse 7.2 for s390 running on 03 processors


Hi all,


I have a suse 7.2 s390 set up with 02 processors running
fine. The problem is when i try to put one more processor
the system won4t IPL with no messages. Does anyone knows what is going on?


Regards

--
For LINUX-390 subscribe / signoff / archive access instructions, send email
to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Trouble booting a new guest

2004-06-30 Thread Post, Mark K
It would probably be easier to make sure your virtual console is spooled so
that it captures everything, and you don't have to worry about stuff
scrolling off the screen.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 1:14 PM
To: [EMAIL PROTECTED]
Subject: Re: Trouble booting a new guest


I cut and paste directly from my terminal, I believe everything is there. If
not I will post messages again after I attempt the build again.

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 12:48 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

You didn't post the whole of your boot messages.  There may be something
near the top that might be of interest.


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 11:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Trouble booting a new guest


The system never gets to runlevel 3.  In fact I believe it fails to get to
runlevel 2.  You will notice I have root prompt, Never got a login prompt
and never got to the point where services start-up.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement is
the key to science.  It doesn't matter how beautiful your guess is or how
smart you are or what your name is.  If it disagrees with experience, It's
wrong.  That's all there is to it.  -- Richard Feynman





Post, Mark K [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 11:00 AM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

That all looks like normal startup messages to me.  What is your problem,
exactly?


Mark Post

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
Sammons
Sent: Wednesday, June 30, 2004 10:03 AM
To: [EMAIL PROTECTED]
Subject: Trouble booting a new guest


I have installed a new guest, I am using NFS as my install medium and not
that it should matter, I am using a Red Hat Linux Intel system as my NFS
server.  The system seems to build just fine; however, when I execute the
ipl 300 clear I get the following:

Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache hash
table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
entries:
131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket mach_handler : ready mach_handler : waiting
for wakeup Starting kswapd kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536) Linux IP
multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#


I have two disks and two filesystems:

0300=  /dev/dasdf1 =  /boot   = ext3
0301=  /dev/dasdg1 =  /   = ext3

I can not figure out what is going on 

Re: Trouble booting a new guest

2004-06-30 Thread Eric Sammons
Can't tell, after the install I get a message that the system will now
shutdown and that I should proceed to boot using my root dasd.  Which I
do...  At which point all appears well and then when it appears things
should be moving into run level 2 it drops into the root shell, from which
I can see nothing other than the 3 directories and the command linuxrc.

Thanks!

===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





David Kreuter [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 01:59 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

What initialization level does /etc/inittab say it is attempting?
David Kreuter



From: Linux on 390 Port on behalf of Eric Sammons
Sent: Wed 6/30/2004 1:54 PM
To: [EMAIL PROTECTED]
Subject: Re: Trouble booting a new guest



Here it is again, a fresh build with
0300ext2/boot
0301ext3/
0302ext3/var
0303ext3/home
Ready; T=0.01/0.02 13:50:31
ipl 300 clear
hwc low level driver: can write messages
hwc low level driver: can not read state change notifications
hwc low level driver: can receive signal quiesce
hwc low level driver: can read commands
hwc low level driver: can read priority commands
Linux version 2.4.19-3suse-SMP ([EMAIL PROTECTED]) (gcc version 3.2) #1 SMP Wed
Nov 6
 22:34:43 UTC 2002
We are running under VM (31 bit mode)
This machine has an IEEE fpu
On node 0 totalpages: 131072
zone(0): 131072 pages.
zone(1): 0 pages.
zone(2): 0 pages.
Building zonelist for node : 0
Kernel command line: root=/dev/ram0 ro
Highest subchannel number detected (hex) : 0023
Calibrating delay loop... 627.50 BogoMIPS
Memory: 513944k/524288k available (1706k kernel code, 0k reserved, 396k
data, 56
k init)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) ,
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
debug: Initialization complete
POSIX conformance testing by UNIFIX
Detected 1 CPU's
Boot cpu address  0
cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
migration_task 0 on cpu=0
init_mach : starting machine check handler
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
mach_handler : ready
mach_handler : waiting for wakeup
Starting kswapd
kinoded started
VFS: Diskquotas version dquot_6.5.0 initialized
aio_setup: num_physpages = 32768
aio_setup: sizeof(struct page) = 44
pty: 256 Unix98 ptys configured ,
RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
loop: loaded (max 16 devices)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
debug: cio_msg: new level 6
debug: cio_trace: new level 6
debug: cio_crw: new level 6
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 32Kbytes
TCP: Hash tables configured (established 65536 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 644k freed
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 14k freed
#

Thoughts?



===

Eric Sammons, RHCE
(804)697-3925
eric.sammons at frit.frb.org
FRIT - Unix Systems

===

First you guess.  Don't laugh, this is the most important step.  then you
compute the consequences.  Compare the consequences to experience.  If it
disagrees with experience, the guess is wrong.  In that simple statement
is the key to science.  It doesn't matter how beautiful your guess is or
how smart you are or what your name is.  If it disagrees with experience,
It's wrong.  That's all there is to it.  -- Richard Feynman





Little, Chris [EMAIL PROTECTED]
Sent by: Linux on 390 Port [EMAIL PROTECTED]
06/30/2004 01:11 PM
Please respond to Linux on 390 Port


To: [EMAIL PROTECTED]
cc:
Subject:Re: Trouble booting a new guest

Doesn't look like everything was installed.  Are you sure it completed
successfully?

 -Original Message-
 From: Eric Sammons 

Re: NFS Help - RHEL3 Linux client, VM server

2004-06-30 Thread O'Brien, Dennis L
I searched the TCP/IP manuals, and didn't find any references to vmlogin.  Is 
MOUNTPW the same thing?  MOUNTPW and MOUNT both have parameters to specify VM userids 
and passwords.

   Dennis O'Brien
   Bank of America

Mr. Gorbachev, tear down this wall!  -- Ronald Reagan, 12 Jun 1987

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
David Boyes
Sent: Monday, May 24, 2004 18:49
To: [EMAIL PROTECTED]
Subject: Re: NFS Help - RHEL3 Linux client, VM server


Can someone point me in the direction I need to go to get my RHEL3 NFS
client to connect to the VM NFS
server?

You need to compile and run mvslogin/vmlogin.c which are provided with
the CMS NFS server. See the VM TCPIP Planning and Configuraiton Guide
and the VM TCPIP Users Guide for all the gory details.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: NFS Help - RHEL3 Linux client, VM server

2004-06-30 Thread Tom Shilson
I know nothing, but from the email below, vmlogin.c is not a command, but
it is a C file that needs to be compiled.  I would suggest looking in the
indexes of the manuals below for vmlogin or vmlogin.c.  This world is a
confusing place for those not used to it.

Be careful out there! - Hill Street Blues

   _/)  Tom Shilson
~GEDW  VM System Services
Aloha   Tel:  651-733-7591   tshilson at mmm dot com
   Fax:  651-736-7689



 O'Brien, Dennis
 L
 Dennis.L.O'Brien  To
 @bankofamerica.co [EMAIL PROTECTED]
 m cc
 Sent by: Linux on
 390 Port  Subject
 [EMAIL PROTECTED] Re: NFS Help - RHEL3 Linux client,
 IST.EDU  VM server


 06/30/2004 05:30
 PM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






I searched the TCP/IP manuals, and didn't find any references to vmlogin.
Is MOUNTPW the same thing?  MOUNTPW and MOUNT both have parameters to
specify VM userids and passwords.

   Dennis O'Brien
   Bank of America

Mr. Gorbachev, tear down this wall!  -- Ronald Reagan, 12 Jun 1987

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
David Boyes
Sent: Monday, May 24, 2004 18:49
To: [EMAIL PROTECTED]
Subject: Re: NFS Help - RHEL3 Linux client, VM server


Can someone point me in the direction I need to go to get my RHEL3 NFS
client to connect to the VM NFS
server?

You need to compile and run mvslogin/vmlogin.c which are provided with
the CMS NFS server. See the VM TCPIP Planning and Configuraiton Guide
and the VM TCPIP Users Guide for all the gory details.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: NFS Help - RHEL3 Linux client, VM server

2004-06-30 Thread O'Brien, Dennis L
I searched all five z/VM 4.4.0 TCP/IP manuals for vmlogin and vmlogin.c, but got no 
hits.  MOUNTPW is a C program on TCPMAINT 592.  There are some other C programs on 
that disk, but nothing with a name remotely like vmlogin.

   Dennis O'Brien
   Bank of America

Mr. Gorbachev, tear down this wall!  -- Ronald Reagan, 12 Jun 1987

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Tom
Shilson
Sent: Wednesday, June 30, 2004 16:12
To: [EMAIL PROTECTED]
Subject: Re: NFS Help - RHEL3 Linux client, VM server


I know nothing, but from the email below, vmlogin.c is not a command, but
it is a C file that needs to be compiled.  I would suggest looking in the
indexes of the manuals below for vmlogin or vmlogin.c.  This world is a
confusing place for those not used to it.

Be careful out there! - Hill Street Blues

   _/)  Tom Shilson
~GEDW  VM System Services
Aloha   Tel:  651-733-7591   tshilson at mmm dot com
   Fax:  651-736-7689



 O'Brien, Dennis
 L
 Dennis.L.O'Brien  To
 @bankofamerica.co [EMAIL PROTECTED]
 m cc
 Sent by: Linux on
 390 Port  Subject
 [EMAIL PROTECTED] Re: NFS Help - RHEL3 Linux client,
 IST.EDU  VM server


 06/30/2004 05:30
 PM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






I searched the TCP/IP manuals, and didn't find any references to vmlogin.
Is MOUNTPW the same thing?  MOUNTPW and MOUNT both have parameters to
specify VM userids and passwords.

   Dennis O'Brien
   Bank of America

Mr. Gorbachev, tear down this wall!  -- Ronald Reagan, 12 Jun 1987

-Original Message-
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of
David Boyes
Sent: Monday, May 24, 2004 18:49
To: [EMAIL PROTECTED]
Subject: Re: NFS Help - RHEL3 Linux client, VM server


Can someone point me in the direction I need to go to get my RHEL3 NFS
client to connect to the VM NFS
server?

You need to compile and run mvslogin/vmlogin.c which are provided with
the CMS NFS server. See the VM TCPIP Planning and Configuraiton Guide
and the VM TCPIP Users Guide for all the gory details.

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: NFS Help - RHEL3 Linux client, VM server

2004-06-30 Thread Tom Shilson
I defer to REAL experts.

   _/)  Tom Shilson
~GEDW  VM System Services
Aloha   Tel:  651-733-7591   tshilson at mmm dot com
   Fax:  651-736-7689



 O'Brien, Dennis
 L
 Dennis.L.O'Brien  To
 @bankofamerica.co [EMAIL PROTECTED]
 m cc
 Sent by: Linux on
 390 Port  Subject
 [EMAIL PROTECTED] Re: NFS Help - RHEL3 Linux client,
 IST.EDU  VM server


 06/30/2004 06:19
 PM


 Please respond to
 Linux on 390 Port
 [EMAIL PROTECTED]
 IST.EDU






I searched all five z/VM 4.4.0 TCP/IP manuals for vmlogin and vmlogin.c,
but got no hits.  MOUNTPW is a C program on TCPMAINT 592.  There are some
other C programs on that disk, but nothing with a name remotely like
vmlogin.

   Dennis O'Brien
   Bank of America

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390


Re: Trouble booting a new guest

2004-06-30 Thread Richard Hirst
On Wed, Jun 30, 2004 at 12:53:56PM -0400, Eric Sammons wrote:
 The guest never gets to run level 2.  None of the commands are available.
 Because ls and other commands are not available I use echo *, from / that
 returns:
 bin dev lib linuxrc

Clearly it has booted to the initrd and given you a shell prompt
rather than doing what it should.  Probably it should be running
that linuxrc script (or binary), which should be loading the dasd
driver kernel modules, mounting the real root filesystem, and pivoting
to that.  Details depend on the particular distro and version you are
running though.  Could be a problem with the kernel parameters; for
example having init=/bin/sh might give you this effect.

Richard


 Thanks!
 ===

 Eric Sammons, RHCE
 (804)697-3925
 eric.sammons at frit.frb.org
 FRIT - Unix Systems

 ===

 First you guess.  Don't laugh, this is the most important step.  then you
 compute the consequences.  Compare the consequences to experience.  If it
 disagrees with experience, the guess is wrong.  In that simple statement
 is the key to science.  It doesn't matter how beautiful your guess is or
 how smart you are or what your name is.  If it disagrees with experience,
 It's wrong.  That's all there is to it.  -- Richard Feynman





 Ranga Nathan [EMAIL PROTECTED]
 Sent by: Linux on 390 Port [EMAIL PROTECTED]
 06/30/2004 11:52 AM
 Please respond to Linux on 390 Port


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Trouble booting a new guest

 Hmm. Normally I would see some info about interface binding to eth0 which
 will give you an IP. Looks like you can log in as root. Can you type
 'login root'? or somehow get to run '/sbin/ifconfig eth0'? Or can you
 manually perform 'init 3'?
 __
 Ranga Nathan / CSG
 Systems Programmer - Specialist; Technical Services;
 BAX Global Inc. Irvine-California
 Tel: 714-442-7591   Fax: 714-442-2840





 Eric Sammons [EMAIL PROTECTED]

 Sent by: Linux on 390 Port [EMAIL PROTECTED]
 06/30/2004 08:37 AM
 Please respond to Linux on 390 Port

 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Trouble booting a new guest


 The system never gets to runlevel 3.  In fact I believe it fails to get to
 runlevel 2.  You will notice I have root prompt, Never got a login prompt
 and never got to the point where services start-up.

 Thanks!

 ===

 Eric Sammons, RHCE
 (804)697-3925
 eric.sammons at frit.frb.org
 FRIT - Unix Systems

 ===

 First you guess.  Don't laugh, this is the most important step.  then you
 compute the consequences.  Compare the consequences to experience.  If it
 disagrees with experience, the guess is wrong.  In that simple statement
 is the key to science.  It doesn't matter how beautiful your guess is or
 how smart you are or what your name is.  If it disagrees with experience,
 It's wrong.  That's all there is to it.  -- Richard Feynman





 Post, Mark K [EMAIL PROTECTED]
 Sent by: Linux on 390 Port [EMAIL PROTECTED]
 06/30/2004 11:00 AM
 Please respond to Linux on 390 Port


 To: [EMAIL PROTECTED]
 cc:
 Subject:Re: Trouble booting a new guest

 That all looks like normal startup messages to me.  What is your problem,
 exactly?


 Mark Post

 -Original Message-
 From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Eric
 Sammons
 Sent: Wednesday, June 30, 2004 10:03 AM
 To: [EMAIL PROTECTED]
 Subject: Trouble booting a new guest


 I have installed a new guest, I am using NFS as my install medium and not
 that it should matter, I am using a Red Hat Linux Intel system as my NFS
 server.  The system seems to build just fine; however, when I execute the
 ipl 300 clear I get the following:

 Mount-cache hash table entries: 512 (order: 0, 4096 bytes) Buffer-cache
 hash
 table entries: 32768 (order: 5, 131072 bytes) Page-cache hash table
 entries:
 131072 (order: 7, 524288 bytes)
 debug: Initialization complete
 POSIX conformance testing by UNIFIX
 Detected 1 CPU's
 Boot cpu address  0
 cpu 0 phys_idx=0 vers=FF ident=0F11AA machine=2064 unused=
 migration_task 0 on cpu=0 init_mach : starting machine check handler Linux
 NET4.0 for Linux 2.4 Based upon Swansea University Computer Society
 NET3.039
 Initializing RT netlink socket mach_handler : ready mach_handler : waiting
 for wakeup Starting kswapd kinoded started
 VFS: Diskquotas version dquot_6.5.0 initialized
 aio_setup: num_physpages = 32768
 aio_setup: sizeof(struct page) = 44
 pty: 256 Unix98 ptys configured
 RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize
 loop: loaded (max 16 devices)
 md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
 md: Autodetecting RAID arrays.
 md: autorun ...
 md: ... autorun DONE.
 debug: cio_msg: new level 6
 debug: cio_trace: new level 6
 debug: cio_crw: new level 6
 NET4: Linux 

Linux on Mainframe

2004-06-30 Thread Víctor Echavarry
Does anybody know how I get the SUSE Linux 8.0 Administration Guide for
s/390. We can't find it at the SUSE web site.
Thanks,

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390