Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
Sorry for the confusion. I got it installed and is working. Thanks for everyone's help. Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale Ferguson Sent: Tuesday, March 05, 2013 3:59 PM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: Issues using VMUR

2013-03-05 Thread David Boyes
> -rw-r--r--. 1 root root 61440 Mar 5 15:40 netdatax > > No netdatax.tar file Tar doesn't care about the name (nothing on unix does, really). It's just a convention for humans to identify the content. The tar command will happily process that file as is. ---

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
Try tar-xzf netdatax.tgz. You should get a netdatax directory with five files in it. Peter -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Shumate, Scott Sent: March 5, 2013 3:53 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR [root@

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
Whatever the name of the file is you copied to your system. Your previous post showed you doing: gunzip netdatax.gz, so I assumed you still had access to that file. Alternatively, the result of the gunzip can be processed with the tar -xf command now. Just do a "tar -tf netdatax" to see what's in

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
[root@wil-zvmdb01 tmp]# tar -xzf netdata.gz tar (child): netdata.gz: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now [root@wil-zvmdb01 tmp]# Thanks Scott -Original Message-

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
tar -xzf netdata.gz On 3/5/13 3:41 PM, "Shumate, Scott" wrote: > When I use command, > > gunzip netdatax.gz > > It produces this file: > > -rw-r--r--. 1 root root 61440 Mar 5 15:40 netdatax > > No netdatax.tar file > > > Thanks > Scott > > -Original Message- > From: Linux on 3

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
When I use command, gunzip netdatax.gz It produces this file: -rw-r--r--. 1 root root 61440 Mar 5 15:40 netdatax No netdatax.tar file Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of David Boyes Sent: Tuesday, March 05, 2013 3

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
So it's a tarball which contains the executale not the executable itself. On 3/5/13 3:37 PM, "Shumate, Scott" wrote: > [root@wil-zvmdb01 bin]# file /usr/bin/netdatax > /usr/bin/netdatax: POSIX tar archive (GNU) > [root@wil-zvmdb01 bin]#

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
Yes I did. I'm going to resend it and try again. Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Peter Webb, Toronto Transit Commission Sent: Tuesday, March 05, 2013 3:18 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMU

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
[root@wil-zvmdb01 bin]# file /usr/bin/netdatax /usr/bin/netdatax: POSIX tar archive (GNU) [root@wil-zvmdb01 bin]# Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale Ferguson Sent: Tuesday, March 05, 2013 3:15 PM To: LINUX-390@VM.

Re: Issues using VMUR

2013-03-05 Thread David Boyes
That's the front of a tarball archive header. Are you sure you unpacked it? Eg: gunzip netdatax.gt tar xvf netdatax.tar . > > [root@wil-zvmdb01 bin]# head -1 `which netdatax` > > netdatax-1.0/77576476400011671701005014220 > 5ustar > > dataformatdataformatnetdatax- > 1.0/net

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
Hi Scott, That doesn't look right at all. Did you unpack the .tgz file? Peter -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Shumate, Scott Sent: March 5, 2013 3:05 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR [root@wil-zvmdb01

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
No use the file command which will tell you what type of file Linux thinks it is: file /usr/bin/netdatax On 3/5/13 3:09 PM, "Shumate, Scott" wrote: > [root@wil-zvmdb01 bin]# which netdatax > /usr/bin/netdatax -- For LINUX-39

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
[root@wil-zvmdb01 bin]# which netdatax /usr/bin/netdatax Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale Ferguson Sent: Tuesday, March 05, 2013 3:07 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR What about fil

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
What about file `which netdatax`? On 3/5/13 3:04 PM, "Shumate, Scott" wrote: > [root@wil-zvmdb01 bin]# head -1 `which netdatax` > netdatax-1.0/77576476400011671701005014220 5ustar > dataformatdataformatnetdatax-1.0/netdatax.help6447647640007707 > 116714664210

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
[root@wil-zvmdb01 bin]# head -1 `which netdatax` netdatax-1.0/77576476400011671701005014220 5ustar dataformatdataformatnetdatax-1.0/netdatax.help644764764000770711671466421016725 0ustar dataformatdataformat netdatax syntax [root@wil-zvmdb01 bin]# which netda

unsubscribe

2013-03-05 Thread Slaughter, Dale
Dale Slaughter AEGON Global Technology | Technology Operations / Mainframe Transaction Processing Cedar Rapids, Iowa | Phone: 319.355.6277 internal: 120.6277 | dale.slaugh...@transamerica.com -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Beha

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
file /usr/bin/netdatax which netdatax head -1 `which netdatax` On 3/5/13 2:56 PM, "Shumate, Scott" wrote: > [root@wil-zvmdb01 bin]# ls -l netdatax > -rwxr-xr-x. 1 root root 61440 Mar 5 14:12 netdatax -- For LINUX-390 subscrib

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
[root@wil-zvmdb01 bin]# ls -l netdatax -rwxr-xr-x. 1 root root 61440 Mar 5 14:12 netdatax Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale Ferguson Sent: Tuesday, March 05, 2013 2:45 PM To: LINUX-390@VM.MARIST.EDU Subject: Re:

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
Hi Scott, Have you done: chmod +x netdatax.cmd chmod +x netdatar.cmd chmod +x netdatas.cmd Peter -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Shumate, Scott Sent: March 5, 2013 2:41 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
ls -l /usr/bin/netdatax Is the "x" permission set? On 3/5/13 2:40 PM, "Shumate, Scott" wrote: > This is what I get. > > [root@wil-zvmdb01 tmp]# netdatax -h > -bash: /usr/bin/netdatax: cannot execute binary file > [root@wil-zvmdb01 tmp]# --

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
Hi Scott, Have a look at NETDATAX.README at the bottom. A simple receive with unpacking from NETDATA format and ASCII translation would be netdatax -r. Peter -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Shumate, Scott Sent: March 5, 2013 2:37 P

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
This is what I get. [root@wil-zvmdb01 tmp]# netdatax -h -bash: /usr/bin/netdatax: cannot execute binary file [root@wil-zvmdb01 tmp]# Thanks Scott -Original Message- From: Shumate, Scott Sent: Tuesday, March 05, 2013 2:37 PM To: 'Linux on 390 Port' Subject: RE: Issues using VMUR Ok I'

Re: Issues using VMUR

2013-03-05 Thread David Boyes
> I'm doing this from Linux side. Can this be done from the linux side? Not the part about looking at the DMSDDL source code. You have to log in to MAINT (or MAINT620 if you're on 6.2) and use the CMS environment to look at those files. You can certainly write the program to unwrap NETDATA for

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
Ok I've installed REXX and downloaded the netdatax.gz file. I unpacked it. Is there any examples on how to run it? Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Mark Post Sent: Tuesday, March 05, 2013 2:31 PM To: LINUX-390@VM.MA

Re: Issues using VMUR

2013-03-05 Thread Mark Post
>>> On 3/5/2013 at 02:26 PM, "Shumate, Scott" wrote: > I'm doing this from Linux side. Can this be done from the linux side? Yes. That's where the REXX scripts Peter Webb pointed you to are running. Mark Post -- For LINUX-

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
I'm doing this from Linux side. Can this be done from the linux side? Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of David Boyes Sent: Tuesday, March 05, 2013 12:10 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR >

Re: Issues using VMUR

2013-03-05 Thread David Boyes
> I remember from long ago that CMS NETDATA (not the TSO version) was > documented in the CMS manuals. I short search reveals it to be in the 620 > CMS Macros and Functions Reference. Yeah, looked at that, but it's missing the information you need to decode multiple data sets in a single transmis

Re: Issues using VMUR

2013-03-05 Thread David Boyes
> Hmm. I wonder if it would be generally useful if vmur were extended to > allow specifying a pre, post, in-flight processing program/script. That way, > people wouldn't need to write replacements for vmur itself for stuff like > this. Or just a pair of tools (ND[encode, decode]) that could be i

Re: Issues using VMUR

2013-03-05 Thread Harder, Pieter
David, I remember from long ago that CMS NETDATA (not the TSO version) was documented in the CMS manuals. I short search reveals it to be in the 620 CMS Macros and Functions Reference. best regards, Pieter Harder Van: Linux on 390 Port [LINUX-390@VM.MARI

Re: Issues using VMUR

2013-03-05 Thread David Boyes
> When I read the file in, its in NETDATA format. > How do I convert it to ASCII? Look at the comments in DMSDDL ASSEMBLE on MAINT after doing a VMFSETUP CMS (replace with the name of the $PPF file for your release of VM). The netdata format is documented there (AFAIK, that's the onl

Re: Issues using VMUR

2013-03-05 Thread Mark Post
>>> On 3/5/2013 at 11:27 AM, "Peter Webb, Toronto Transit Commission" wrote: > Possibly the easiest way to get it into a usable from would be to use my > NETDATAX package available from http://www.vmworkshop.org/node/70. It > would replace the VMUR receive, convert from NETDATA format and conver

Re: Problem with iucvconn under SLES 11 SP2

2013-03-05 Thread Hendrik Brueckner
Dear Florian, On Tue, Mar 05, 2013 at 04:46:56PM +0100, Florian Bilek wrote: > > I have checked. I have 2.19.1-6.33.35.1 of the util-linux > > The kernel is 3.0.58-0.6.6-default #1 SMP Tue Feb 19 11:07:00 UTC 2013 > (1576ecd) s390x s390x s390x GNU/Linux > > So there is a difference in the util-lin

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
Yes that was the issue, 0.0.0009 was there twice, (my fat finger). I fixed that. Have another question. When you receive the file with VMUR, to comes across with NETDATA format. How can I convert that to ASCII? Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
Hi Scott, Possibly the easiest way to get it into a usable from would be to use my NETDATAX package available from http://www.vmworkshop.org/node/70. It would replace the VMUR receive, convert from NETDATA format and convert to ascii at the same time. Peter -Original Message- From: Linux

Re: Issues using VMUR

2013-03-05 Thread Malcolm Beattie
Shumate, Scott writes: > Contents of /etc/zipl.conf [...] > parameters="root=/dev/mapper/VolGroup00-lv_root rd_DASD=0.0.0701 > rd_DASD=0.0.0700 rd_NO_LUKS rd_DASD=0.0.0702 LANG=en_US.UTF-8 rd_NO_MD > KEYTABLE=us cio_ignore=all,!0.0.0009,!0.0.000c rd_LVM_LV=VolGroup00/lv_root > SYSFONT=l

Re: Problem with iucvconn under SLES 11 SP2

2013-03-05 Thread Florian Bilek
Dear Hendrik, I have checked. I have 2.19.1-6.33.35.1 of the util-linux The kernel is 3.0.58-0.6.6-default #1 SMP Tue Feb 19 11:07:00 UTC 2013 (1576ecd) s390x s390x s390x GNU/Linux So there is a difference in the util-linux rpms. It must be this since it was working with SP1. Kind regards. Flor

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
I reran the zipl and rebooted. It works now. Have another question regarding VMUR. When I read the file in, its in NETDATA format. How do I convert it to ASCII? Reader file 0014 has NETDATA format Thanks Scott -Original Message- From: Shumate, Scott Sent: Tuesday, March 05, 2013

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
Contents of /etc/zipl.conf [root@wil-zvmdb01 ~]# cat /etc/zipl.conf [defaultboot] timeout=5 default=linux-2.6.32-220.el6.s390x target=/boot/ [linux-2.6.32-220.el6.s390x] image=/boot/vmlinuz-2.6.32-220.el6.s390x ramdisk=/boot/initramfs-2.6.32-220.el6.s390x.img parameters="ro

Re: OSPF and High Availibilty

2013-03-05 Thread Diep, David (OCTO-Contractor)
Hi Marcy, I thought about the same idea... would you mind sharing your script? I was thinking about a script that would capture the CPU id and then it would activate the appropriate ifcfg-ethx and include it into the zipl. Thanks! David Diep IBM Z Series Network Architect Grade.DC.gov ha

Re: Issues using VMUR

2013-03-05 Thread Malcolm Beattie
Shumate, Scott writes: > That worked, but I'm having issues with making it perm. I added it to > /etc/zipl.conf and reran zipl. I rebooted but it was still on the black > list. Have a look at the output of # cat /proc/cmdline and check the syntax closely. For example, there must be no spaces

Re: Problem with iucvconn under SLES 11 SP2

2013-03-05 Thread Hendrik Brueckner
Dear Florian, On Mon, Mar 04, 2013 at 08:26:27PM +0100, Florian Bilek wrote: > > This behavior as on hvc0 is the same on hvc1 and higher. Hmm... I have installed an SLES11 SP2 but was not able to re-create this problem using kernel version 3.0.58-0.6.6-default and agetty from util-linux-2.19.1-6.