Re: IUCV 2WAY missing from AF_IUCV in zLinux?

2020-08-18 Thread Alan Altmark
On Tuesday, 08/18/2020 at 01:47 GMT, Ursula Braun wrote: > Probably not: Either there is a good idea why to include message_send2way into > the standard socket interface AF_IUCV, or there is a new kernel module for > communication with the TCPIP service, built on top of net/iucv/iucv.c simila

Re: db2 and systemd?

2020-08-18 Thread Grzegorz Powiedziuk
On Tue, Aug 18, 2020 at 8:53 PM marcy cortes wrote: > It's not fun... > > We have a .service file of type forking that calls a script of ours to > start it and stop it. > systemd is cool with that. > However, if you stop and then start db2 outside of db2 it's no longer > associated with that serv

Re: vmrelocate and quiescence time

2020-08-18 Thread Marcy Cortes
Why not use DB2 HADR and then you can just do the takeover command? Marcy -- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://

Re: IUCV 2WAY missing from AF_IUCV in zLinux?

2020-08-18 Thread Neale Ferguson
I wrote a character device driver that allows you to use open/close/ioctl/read/write semantics to do IUCV communications. There are a couple of source RPMs at https://download.sinenomine.net/fsiucv. Use the -3 series. Note, they are tied to a kernel level so the spec file would need adjusting.

Re: db2 and systemd?

2020-08-18 Thread marcy cortes
It's not fun... We have a .service file of type forking that calls a script of ours to start it and stop it. systemd is cool with that. However, if you stop and then start db2 outside of db2 it's no longer associated with that service and systemd whacks its processes at shutdown time, resulting ge

db2 and systemd?

2020-08-18 Thread Grzegorz Powiedziuk
Hello, I realize that this is not a typical s390 question but I hope that's ok if I ask anyway. There is a high chance we have people here who run db2 on zLinux. How do you solve auto start and more importantly auto stop of DB2 on start/reboot/shutdowns ? Seems like the autostart may be handled by

Re: vmrelocate and quiescence time

2020-08-18 Thread Grzegorz Powiedziuk
On Tue, Aug 18, 2020 at 9:01 AM Bill Bitner wrote: > > z/VM doesn't have a short cut to determine that no pages have changed. So > for a guest over 100GB, it has to examine over 26 million things multiple > times. Validating the I/O is drained is another aspect, but my guess is the > traversing o

Re: IUCV 2WAY missing from AF_IUCV in zLinux?

2020-08-18 Thread Christian Svensson
Thanks Ursula, I wasn't clear if this was a call for me to justify what I am trying to do, but I thought I might mention it. > Probably not: Either there is a good idea why to include message_send2way into the standard socket interface AF_IUCV, My use-case is that I want userspace in zLinux to c

Re: HA NFS Cluster on RHEL 7

2020-08-18 Thread marcy cortes
I don’t suppose you have a license for Spectrum Scale either? ( formerly known as GPFS) On Tue, Aug 18, 2020 at 8:34 AM Mittelstädt, David < david.mittelsta...@dataport.de> wrote: > Hi everyone, > > > > In my company I need to set up a HA NFS cluster on RHEL 7 running on z/VM > 7.1. But my comp

Re: ancient history - MP3000 CTC network on SLES9

2020-08-18 Thread Mark Post
On 8/18/20 1:30 AM, r.stricklin wrote: > Once the install completes I shall have to see about experimentally finding > the actual limit. The tracepath command should be able to show you that without a lot of trial and error. Mark Post ---

HA NFS Cluster on RHEL 7

2020-08-18 Thread Mittelstädt , David
Hi everyone, In my company I need to set up a HA NFS cluster on RHEL 7 running on z/VM 7.1. But my company doesn't have a subscription for the Red Hat High Availability or the Resilient Storage Add-On. So I build the packages for pacemaker and pcs, used the drbd packages from the epel repositor

Re: IUCV 2WAY missing from AF_IUCV in zLinux?

2020-08-18 Thread Christian Svensson
Neale: I am trying to do some TCPIP socket operations from Linux. My hope is to be able to create a zLinux daemon that can listen to a port from a given VM TCPIP stack. As Alan said, all VM TCPIP seems to be 2WAY which is why I am a bit stuck on this issue it seems. I am considering forking the a

Re: vmrelocate and quiescence time

2020-08-18 Thread Ingo Adlung
I may be wrong but I think the Guarded Page facility is about load references. This could e.g. help Java to determine hot versus cold objects without generating too much overhead. As such it could therewith also assist determining the active working set ... but in the end the question remains how s

Re: vmrelocate and quiescence time

2020-08-18 Thread Bill Bitner
There have been different things discussed, though I don't recall if guarded storage facility was one of them (actually introduced in z14) as that came out after we did the initial LGR. ___ Bill Bitner - z/VM

Re: vmrelocate and quiescence time

2020-08-18 Thread Neale Ferguson
Could you take advantage of the guard page hardware facility of the z15 that the pause-less Java garbage collector uses? Original message z/VM doesn't have a short cut to determine that no pages have changed. So for a guest over 100GB, it has to examine over 26 million things m

Re: IUCV 2WAY missing from AF_IUCV in zLinux?

2020-08-18 Thread Ursula Braun
On 8/17/20 6:56 PM, Christian Svensson wrote: > [+linux-390 mailing list] > > On Mon, Aug 17, 2020 at 6:55 PM Christian Svensson wrote: >> >> Hi, >> >> I am trying to call TCPIP service using IUCV. >> I found AF_IUCV which seemed to do what I want, but reading >> more into it it looks like AF_IUCV

Re: vmrelocate and quiescence time

2020-08-18 Thread Bill Bitner
z/VM doesn't have a short cut to determine that no pages have changed. So for a guest over 100GB, it has to examine over 26 million things multiple times. Validating the I/O is drained is another aspect, but my guess is the traversing of the DAT structures is the biggest factor. Regards, Bill ___