Re: IBM SDK 1.4.1 JIT disabled

2004-02-19 Thread Paul Landay
Aria Bamdad wrote:

 Hi,

 I downloaded the IBM Java SDK 1.4.1 RPM from the IBM site.  It installs
 just fine but when I issue 'java -version' I get the warning:
 JIT compiler 'jitc' not found.  Will use interpreter.
 and later: (JIT disabled).

 With version 1.3.1 had no problems like this.

 I do have the  (ibmsdkdir)/bin  and (ibmsdkdir)/jre/bin  in my PATH.
 I cannot figure out why the 1.4.1 version says it can't find the JIT
 compiler.  The file libjitc.so is in the /jre/bin directory.

 Anyone else has seen this problem?

Which distribution?
Install the RPM that contains the C++ runtime libs.
I think for sles8 it is compat-libstdc++ or something like that.

You can do:
  java -verbose -version
and look for the message about couldn't find lib xyz
and work from that to the RPM.

This is all from my vague memory, so take with a grain of salt.

Paul Landay


Re: LiS installation problem

2004-02-13 Thread Paul Landay
Ranga Nathan wrote:

 Anyone installed LiS-2.16?
 This is a pre-req for IBM Communication Server.
 I applied the specified patch and did a 'make'

 I many lines of errors like this:
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_mknod':
 /usr/src/LiS/head/linux-mdep.c:167: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_unlink':
 /usr/src/LiS/head/linux-mdep.c:168: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_mount':
 /usr/src/LiS/head/linux-mdep.c:169: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_umount2':
 /usr/src/LiS/head/linux-mdep.c:171: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list

 Help please!


After some searching we found that this is caused
by some conflict between using gcc 3.3 and the
sles8-s390 2.4.19 kernel.  By default sles8-s390
comes with gcc 3.2 which works fine.

Here are the combinations I have tried:

  gcc 3.2   gcc 3.3
  ---   ---
   kernel 2.4.19   works fails
   kernel 2.4.21   works works

The sles8-s390 Service Pack 3 ships the 2.4.21 kernel level,
so applying that service pack is one solution to the problem.

Using gcc 3.2 for any kernel related (including LiS) compiles
is another solution.

A 'hack' is to copy the /usr/src/linux*/include/asm-s390/unistd.h
from a 2.4.21 kernel to the 2.4.19 system to do the LiS build.

The gcc 3.3 level is shown as recommended for the
June 2003 stream at the IBM developerworks web site:

http://www10.software.ibm.com/developerworks/opensource/linux390/june2003_recommended.shtml
but only if you also go to the recommended 2.4.21 kernel.

Paul Landay


Re: LiS installation problem

2004-02-09 Thread Paul Landay
Ranga Nathan wrote:

 Anyone installed LiS-2.16?
 This is a pre-req for IBM Communication Server.
 I applied the specified patch and did a 'make'

 I many lines of errors like this:
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_mknod':
 /usr/src/LiS/head/linux-mdep.c:167: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_unlink':
 /usr/src/LiS/head/linux-mdep.c:168: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_mount':
 /usr/src/LiS/head/linux-mdep.c:169: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list
 /usr/src/LiS/head/linux-mdep.c: In function `syscall_umount2':
 /usr/src/LiS/head/linux-mdep.c:171: error: asm-specifier for variable
 `__arg1' conflicts with asm clobber list

 Help please!

Which level of LiS?
Which linux-s390 distribution  kernel level?
Do you have the kernel-source which matches that kernel installed?
Did the LiS 'make' find the right kernel-source location?
Can you send the /usr/src/LiS/config.in file to me?

Paul Landay  [EMAIL PROTECTED]


Re: NT SNA Print Srv to LPAR Linux

2004-01-23 Thread Paul Landay
Tom Butler wrote:

 Our current NT SNA print servers are entering their end-of-life
 cycle. These servers handle our current IMS/CICS SNA  requirements out to
 the field. If anyone has successfully done this port/migration I'd
 appreciate hearing from them concerning the challenges of doing so. Thanks
 in advance.

 Tom Butler
 America West Airlines
 IBM Mainframe Project Engineer
 (480) 693-7592
 [EMAIL PROTECTED]

A combination of the 'pr3287' component of x3270:
  http://x3270.bgp.nu/pr3287-man.html
and the TN3270 server component of the recently
announced IBM Communications Server for Linux on zSeries:
  http://www-306.ibm.com/software/network/commserver/
may be a viable replacement.

There is a 90-day trial download of CS Linux available at:
  http://www14.software.ibm.com/webapp/download/search.jsp?go=yrs=icstd

Paul Landay


Re: IBM error code for RS/6000

2003-02-11 Thread Paul Landay
PAUL WILLIAMSON wrote:
 I tried rebooting my AIX 4.3.3 server (after normal shutdown)
 and now I get an amber light on one of the drives.
 The error code in the led screen is 2BA00024.  I can't
 find any kind of reference to this anywhere on IBM's
 site or in any of the manuals that I have.

What model of RS/6000 is this?  Have you looked at the
appropriate 'Service Guide' for that model?  The Service
Guides for many models are online at:
  http://www-1.ibm.com/servers/eserver/pseries/library/
Look under 'Hardware Documentation'.

For the 7026-H70 model the service guide says this about 2BA00024:
  Service processor reports bad power controller firmware
Use the system firmware diskette to re-program the system firmware
The Service Guide has other diagnostic information and should
have the steps for 're-programming the system firmware' (I think).
The code may have a different meaning for different models.

Paul Landay



Re: sna-linux

2002-12-17 Thread Paul Landay
Mitchell McKenna wrote:
 sna-linux - where art thou ?


IBM has a sna for linux PRPQ (CS/Linux = Communications Server
for Linux), but currently only for intel-32bit:
  http://www.ibm.com/software/network/commserver

There is an open source project which is supposed to
work on zSeries linux, but activity on it is sporadic:
  http://www.linux-sna.org

Paul Landay