Linux IPLs hang when started via XAUTOLOG

2004-06-02 Thread Henry . Calzaretta
Hello, We shutdown our Linux instances once a week to get clean volume backups. They are started back up via a REXX exec which simply issues: 'XAUTOLOG LINUX001' sleep 30 sec 'XAUTOLOG LINUX002' sleep 30 sec 'XAUTOLOG LINUX003' At least 1 of the 3 Linuxes will hang

Re: WebSphere on Linux - Locked out of admin console

2004-03-03 Thread Henry . Calzaretta
Here's what I do: cd /opt/WebSphere/AppServer/bin ./wsadmin.sh -conntype NONE security off exit Bounce App Server Thanks, Hank -Original Message- From: James Melin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 10:22 AM To: [EMAIL PROTECTED] Subject: WebSphere on Linux -

Re: REAL WORLD L390 APPLICATIONS?

2004-02-19 Thread Henry . Calzaretta
Ed, 1) I know that using REXX spawn, it will use an environmental variable, _BPX_SHAREAS=YES, to decide whether to run in the same address space. The same may be true for fork and C++. 2) We are running 2 production WebSphere/DB2 and 1 production Perl/Apache/PostgreSQL applications on zLinux.

IP address puzzle

2004-01-20 Thread Henry . Calzaretta
Hello, I have a GBit Ethernet OSA port (qeth0) dedicated to an zLinux server (SLES7) under zVM. The IP address configured for this device is 172.16.111.101. ifconfig output wcs-mf-winxs-test:/etc # ifconfig eth0 eth0 Link encap:Ethernet HWaddr 00:02:55:9A:EC:9E

Re: IP address puzzle

2004-01-20 Thread Henry . Calzaretta
Alex, That's entirely possible..I will check into it. Why would going after it by IP address, http://172.16.111.103, work though? Thanks, Hank -Original Message- From: Alex deVries [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 4:54 PM To: [EMAIL PROTECTED] Subject: Re: IP

Expanded to/from Central Page Movement

2003-10-13 Thread Henry . Calzaretta
Hello, I am running zVM 4.2 in an LPAR on a zSeries machine with 4.5GB real storage and 1.5GB expanded storage defined to it. I have 12 to 15 zLinux guests active at any given time. The main Linuxes are DB2/UDB (3) and WebSphere (4). Each of these are defined with a virtual machine size of

Re: websphere on zlinux?

2003-08-29 Thread Henry . Calzaretta
Lionel, I support WebSphere environments on both zLinux (Test and Production) and Intel (Development). The only real gotcha is the CPU speed difference, as it relates to Java performance, that folks on this list are dealing with every day. WebSphere is a complete Java application, so all things

Re: Db2connect - a quick question

2003-07-25 Thread Henry . Calzaretta
My system has the following line in /etc/inittab: db:234:once:/etc/rc.db2 /dev/console 21 # Autostart DB2 Services Thanks, Hank Calzaretta Moore Wallace -Original Message- From: James Melin [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 1:48 PM To: [EMAIL PROTECTED] Subject:

Re: End_request: I/O error

2003-05-31 Thread Henry . Calzaretta
Daniel, I see the exact same message issued for my /usr RO filesystem. In my case, the minidisk in zVM is RR for the owner and linked RR by all sharing Linux guests. On my system, it seems to be caused by DB2/UDB accessing programs living in /usr, but I have been unable to determine why. I've