Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
t: Re: Issues using VMUR 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 &qu

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
- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale Ferguson Sent: Tuesday, March 05, 2013 3:46 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR tar -xzf netdata.gz On 3/5/13 3:41 PM, "Shumate, Scott" wrote: > When I use command, > >

Re: Issues using VMUR

2013-03-05 Thread Neale Ferguson
> > -Original Message- > From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of David > Boyes > Sent: Tuesday, March 05, 2013 3:20 PM > To: LINUX-390@VM.MARIST.EDU > Subject: Re: Issues using VMUR > > That's the front of a tarball archive

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
3:20 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR 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` >

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
using VMUR 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

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
@VM.MARIST.EDU Subject: Re: Issues using VMUR 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

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-zv

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

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
netdatax /usr/bin/netdatax [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:02 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR file /usr/bin/netdatax

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
: Issues using VMUR 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 bin

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
VMUR 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 usin

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
PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR 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

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 usin

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
X-390@VM.MARIST.EDU Subject: Re: Issues using VMUR >>> 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 po

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

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
@VM.MARIST.EDU] namens David Boyes [dbo...@sinenomine.net] Verzonden: dinsdag 5 maart 2013 18:09 Aan: LINUX-390@VM.MARIST.EDU Onderwerp: Re: Issues using VMUR > 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 d

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: Issues using VMUR

2013-03-05 Thread Shumate, Scott
-390@VM.MARIST.EDU] On Behalf Of Malcolm Beattie Sent: Tuesday, March 05, 2013 11:01 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR Shumate, Scott writes: > Contents of /etc/zipl.conf [...] > parameters="root=/dev/mapper/VolGroup00-lv_root rd_DASD=0.0.0701

Re: Issues using VMUR

2013-03-05 Thread Peter Webb, Toronto Transit Commission
: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Shumate, Scott Sent: March 5, 2013 10:33 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR I reran the zipl and rebooted. It works now. Have another question regarding VMUR. When I read the file in, its in NETDATA format

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: Issues using VMUR

2013-03-05 Thread Shumate, Scott
, 2013 10:26 AM To: 'Linux on 390 Port' Subject: RE: Issues using VMUR 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

Re: Issues using VMUR

2013-03-05 Thread Shumate, Scott
atic-menu' Adding #1: IPL section 'linux-2.6.32-220.el6.s390x' (default) Preparing boot device: dasdb. Done. Thanks Scott -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Malcolm Beattie Sent: Tuesday, March 05, 2013 6:21 AM To:

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: Issues using VMUR

2013-03-04 Thread Shumate, Scott
onday, March 04, 2013 6:01 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR Shumate, Scott writes: > I'm having issues wondering if someone could help me out. I'm trying to > receive files from my reader. I'm currently running RHEL6. [...] > I list the rdr with

Re: Issues using VMUR

2013-03-04 Thread Shumate, Scott
:LINUX-390@VM.MARIST.EDU] On Behalf Of Richard Troth Sent: Monday, March 04, 2013 5:38 PM To: LINUX-390@VM.MARIST.EDU Subject: Re: Issues using VMUR Scott -- You probably just need to define the virtual card reader. It's not surprising that a Linux guest would be profiled without one. v

Re: Issues using VMUR

2013-03-04 Thread Malcolm Beattie
Shumate, Scott writes: > I'm having issues wondering if someone could help me out. I'm trying to > receive files from my reader. I'm currently running RHEL6. [...] > I list the rdr with vmur > [root@wil-zvmdb01 dev]# vmur li > ORIGINID FILE CLASS RECORDS CPY HOLD DATE TIME NAME TYPE

Re: Issues using VMUR

2013-03-04 Thread Richard Troth
Scott -- You probably just need to define the virtual card reader. It's not surprising that a Linux guest would be profiled without one. vmcp def rdr 00c Then retry the rest of your VMUR work. On Mon, Mar 4, 2013 at 5:29 PM, Shumate, Scott wrote: > > Hi everyone, > > I'm having issue

Issues using VMUR

2013-03-04 Thread Shumate, Scott
Hi everyone, I'm having issues wondering if someone could help me out. I'm trying to receive files from my reader. I'm currently running RHEL6. I begin console spooling: [root@wil-zvmdb01 dev]# vmcp sp cons start I close the spool [root@wil-zvmdb01 dev]# vmcp sp cons clo \* rdr I list t