Re: Basic FTP question

2009-10-02 Thread Cal
For Filezilla to display the VM files you need to have a / infront of the 
directory.

Under Site Manager Advanced for Default remote directory: enter /
I am using 3.2.7.1
I think this problem started with zVM 5.3
Cal Fisher
MVMUA website http://www2.marist.edu/~mvmua/
My Navy memoirs http://www.the-fishers.com/cal/Navy



- Original Message - 
From: "Smith, Ann (ISD, IT)" 

To: 
Sent: Friday, October 02, 2009 6:18 PM
Subject: Re: Basic FTP question


I missed your earler post about Filezilla. I use Filezilla a lot with
the linux servers. I never pursued it much with z/VM since I never could
get it to display the VM filename/filetype. I see all files with the
name of my id for file name. Is there an option to fix the display of
file names on VM? I'd rather use Filezilla. I currently have 2.28b
installed


Re: Basic FTP question

2009-10-02 Thread Smith, Ann (ISD, IT)
I missed your earler post about Filezilla. I use Filezilla a lot with
the linux servers. I never pursued it much with z/VM since I never could
get it to display the VM filename/filetype. I see all files with the
name of my id for file name. Is there an option to fix the display of
file names on VM? I'd rather use Filezilla. I currently have 2.28b
installed
  

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Hodge, Robert L
Sent: Friday, October 02, 2009 5:48 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

I've been using Filezilla for years. For minidisks to work you need to
limit the number of connections to one, otherwise you receive the
message about the minidisk being read-only. This is because when
Filezilla connects it is given a write link to the minidisk, but if
connections are not limited to one, then for a file transfer, Filezilla
obtains a new connection which is read-only. Filezilla works fine with
SFS when setting list-format to Unix.  Works fine with the reader
option. And it works with SSL protected sessions. You need version 2 of
Filezilla for SSL to work with z/VM 5.3. If you have z/VM 5.4 and the
test fix for TCP/IP APAR PK87640, then Filezilla version 3 SSL protected
FTP sessions work just fine.  

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Smith, Ann (ISD, IT)
Sent: Friday, October 02, 2009 3:01 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

For what it is worth WS_FTP pro works between zVM and Windows PC.



-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Ward, Mike S
Sent: Friday, October 02, 2009 3:31 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

Can you define a tdisk to put it on?

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Henry
Sent: Friday, October 02, 2009 9:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried
a=
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile= d
to retrieve directory listing". I finally found an ftp product that
works =

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't
transf= er any data to it. Is there a setting in the z/VM FTP server
that causes thi= s? 
Can I issue a SITE command (or something else) that will put the mdisk
in=
 
write mode?
==
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to which they
are addressed. If you have received this email in error please notify
the system manager. This message contains confidential information and
is intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. If you are
not the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of this
information is strictly prohibited.


This communication, including attachments, is for the exclusive use of
addressee and may contain proprietary, confidential and/or privileged
information.  If you are not the intended recipient, any use, copying,
disclosure, dissemination or distribution is strictly prohibited.  If
you are not the intended recipient, please notify the sender immediately
by return e-mail, delete this communication and destroy all copies.


This communication, including attachments, is for the exclusive use of 
addressee and may contain proprietary, confidential and/or privileged 
information.  If you are not the intended recipient, any use, copying, 
disclosure, dissemination or distribution is strictly prohibited.  If you are 
not the intended recipient, please notify the sender immediately by return 
e-mail, delete this communication and destroy all copies.



Re: XEDIT Question

2009-10-02 Thread Schuh, Richard
The SET NULLS ON tells XEDIT to not translate null characters to blanks. It 
does not affect the showing of unwanted trailing blanks when you have 'verify h 
n *' in effect. In fact, xedit pads all records to the specified LRECL with 
blanks when it displays the file; it does not stop at the longest record's 
length.

Regards, 
Richard Schuh 

 

> -Original Message-
> From: The IBM z/VM Operating System 
> [mailto:ib...@listserv.uark.edu] On Behalf Of Tom Duerbusch
> Sent: Friday, October 02, 2009 7:52 AM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: XEDIT Question
> 
> I thought there was an old subcommandone that was used in 
> the dial up ages...
> 
> Set Nulls on
> Set Remote on
> Set something on
> 
> It was a method of having Xedit use trailing nulls, instead 
> of trailing blanks.  Which helped a lot with a 9600 baud modem.
> 
> Tom Duerbusch
> THD Consulting
> 
> >>> "Schuh, Richard"  10/1/2009 4:23 PM >>>
> Suppose you are editing a file that has RECFM V and you want 
> to see the hex translation. You enter the command VER H 1 *, 
> and you are immediately presented with the hex data. Is there 
> any way to prevent XEDIT from padding short records with 
> x'40's? Any way short of rewriting a chunk of the XEDIT code, that is.
> 
> 
> Regards,
> Richard Schuh
> 

Re: Basic FTP question

2009-10-02 Thread P S
On Fri, Oct 2, 2009 at 5:47 PM, Hodge, Robert L  wrote:
> I've been using Filezilla for years. For minidisks to work you need to limit 
> the number of connections to one, otherwise you receive the message about the 
> minidisk being read-only. This is because when Filezilla connects it is given 
> a write link to the minidisk, but if connections are not limited to one, then 
> for a file transfer, Filezilla obtains a new connection which is read-only. 
> Filezilla works fine with SFS when setting list-format to Unix.  Works fine 
> with the reader option. And it works with SSL protected sessions. You need 
> version 2 of Filezilla for SSL to work with z/VM 5.3. If you have z/VM 5.4 
> and the test fix for TCP/IP APAR PK87640, then Filezilla version 3 SSL 
> protected FTP sessions work just fine.

Verrry interesting! Shouldn't Filezilla be smart enough to
automatically limit the number of connections if it's VM?


Re: Basic FTP question

2009-10-02 Thread Hodge, Robert L
I've been using Filezilla for years. For minidisks to work you need to limit 
the number of connections to one, otherwise you receive the message about the 
minidisk being read-only. This is because when Filezilla connects it is given a 
write link to the minidisk, but if connections are not limited to one, then for 
a file transfer, Filezilla obtains a new connection which is read-only. 
Filezilla works fine with SFS when setting list-format to Unix.  Works fine 
with the reader option. And it works with SSL protected sessions. You need 
version 2 of Filezilla for SSL to work with z/VM 5.3. If you have z/VM 5.4 and 
the test fix for TCP/IP APAR PK87640, then Filezilla version 3 SSL protected 
FTP sessions work just fine.  

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Smith, Ann (ISD, IT)
Sent: Friday, October 02, 2009 3:01 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

For what it is worth WS_FTP pro works between zVM and Windows PC.



-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Ward, Mike S
Sent: Friday, October 02, 2009 3:31 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

Can you define a tdisk to put it on?

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Henry
Sent: Friday, October 02, 2009 9:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried
a=
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile= d
to retrieve directory listing". I finally found an ftp product that
works =

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't
transf= er any data to it. Is there a setting in the z/VM FTP server
that causes thi= s? 
Can I issue a SITE command (or something else) that will put the mdisk
in=
 
write mode?
==
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to which they
are addressed. If you have received this email in error please notify
the system manager. This message contains confidential information and
is intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. If you are
not the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of this
information is strictly prohibited.


This communication, including attachments, is for the exclusive use of 
addressee and may contain proprietary, confidential and/or privileged 
information.  If you are not the intended recipient, any use, copying, 
disclosure, dissemination or distribution is strictly prohibited.  If you are 
not the intended recipient, please notify the sender immediately by return 
e-mail, delete this communication and destroy all copies.



Re: Basic FTP question

2009-10-02 Thread Smith, Ann (ISD, IT)
For what it is worth WS_FTP pro works between zVM and Windows PC.



-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Ward, Mike S
Sent: Friday, October 02, 2009 3:31 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

Can you define a tdisk to put it on?

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Henry
Sent: Friday, October 02, 2009 9:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried
a=
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile= d
to retrieve directory listing". I finally found an ftp product that
works =

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't
transf= er any data to it. Is there a setting in the z/VM FTP server
that causes thi= s? 
Can I issue a SITE command (or something else) that will put the mdisk
in=
 
write mode?
==
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to which they
are addressed. If you have received this email in error please notify
the system manager. This message contains confidential information and
is intended only for the individual named. If you are not the named
addressee you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system. If you are
not the intended recipient you are notified that disclosing, copying,
distributing or taking any action in reliance on the contents of this
information is strictly prohibited.


This communication, including attachments, is for the exclusive use of 
addressee and may contain proprietary, confidential and/or privileged 
information.  If you are not the intended recipient, any use, copying, 
disclosure, dissemination or distribution is strictly prohibited.  If you are 
not the intended recipient, please notify the sender immediately by return 
e-mail, delete this communication and destroy all copies.



Re: XEDIT Question

2009-10-02 Thread P S
On Fri, Oct 2, 2009 at 10:51 AM, Tom Duerbusch
 wrote:
> I thought there was an old subcommandone that was used in the dial up 
> ages...
>
> Set Nulls on
> Set Remote on
> Set something on
>
> It was a method of having Xedit use trailing nulls, instead of trailing 
> blanks.  Which helped a lot with a 9600 baud modem.

That's at the screen level, doesn't have anything to do with this
issue, though your confusion is perfectly reasonable.


Re: XEDIT Question

2009-10-02 Thread Tom Duerbusch
I thought there was an old subcommandone that was used in the dial up 
ages...

Set Nulls on
Set Remote on
Set something on

It was a method of having Xedit use trailing nulls, instead of trailing blanks. 
 Which helped a lot with a 9600 baud modem.

Tom Duerbusch
THD Consulting

>>> "Schuh, Richard"  10/1/2009 4:23 PM >>>
Suppose you are editing a file that has RECFM V and you want to see the hex 
translation. You enter the command VER H 1 *, and you are immediately presented 
with the hex data. Is there any way to prevent XEDIT from padding short records 
with x'40's? Any way short of rewriting a chunk of the XEDIT code, that is.


Regards,
Richard Schuh


Re: Basic FTP question

2009-10-02 Thread Ward, Mike S
I forgot to add format the tdisk

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Alan Altmark
Sent: Friday, October 02, 2009 2:42 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

On Friday, 10/02/2009 at 03:32 EDT, "Ward, Mike S"  
wrote:
> Can you define a tdisk to put it on?

You cannot FTP to a tdisk since they are not LINKable.  However, if you 
have a vdisk mdisk in your directory entry you can FTP to it., though
you 
cannot ftp to a vdisk created by the DEFINE command.

Alan Altmark
z/VM Development
IBM Endicott
==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.



Re: Basic FTP question

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 03:54 EDT, "Ward, Mike S"  
wrote:
> I was thinking more on the lines of:
> 
> Define Tdisk
> Acc as X or whatever
> 
> FTP to X or whatever
> 
> 
> Send the file to the user.

You mean define a Tdisk in the FTP server?  Sure.  But if you're going to 
do that, you might as well just go ahead create an MDISK.

Alan Altmark
z/VM Development
IBM Endicott


Re: Basic FTP question

2009-10-02 Thread Smith, Ann (ISD, IT)
You can FTP then GET files to the tdisk you previously defined and
accessed as X. 
FTP othervm
User:
 myuser
Password:
 mypassword
get others.exec others.exec.X



-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Ward, Mike S
Sent: Friday, October 02, 2009 3:53 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

I was thinking more on the lines of:

Define Tdisk
Acc as X or whatever

FTP to X or whatever


Send the file to the user.

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Alan Altmark
Sent: Friday, October 02, 2009 2:42 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

On Friday, 10/02/2009 at 03:32 EDT, "Ward, Mike S" 
wrote:
> Can you define a tdisk to put it on?

You cannot FTP to a tdisk since they are not LINKable.  However, if you 
have a vdisk mdisk in your directory entry you can FTP to it., though
you 
cannot ftp to a vdisk created by the DEFINE command.

Alan Altmark
z/VM Development
IBM Endicott
==
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity
to which they are addressed. If you have received this email in error
please notify the system manager. This message
contains confidential information and is intended only for the
individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify
the sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your
system. If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any
action in reliance on the contents of this
information is strictly prohibited.


This communication, including attachments, is for the exclusive use of 
addressee and may contain proprietary, confidential and/or privileged 
information.  If you are not the intended recipient, any use, copying, 
disclosure, dissemination or distribution is strictly prohibited.  If you are 
not the intended recipient, please notify the sender immediately by return 
e-mail, delete this communication and destroy all copies.



Re: Basic FTP question

2009-10-02 Thread Ward, Mike S
I was thinking more on the lines of:

Define Tdisk
Acc as X or whatever

FTP to X or whatever


Send the file to the user.

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Alan Altmark
Sent: Friday, October 02, 2009 2:42 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Basic FTP question

On Friday, 10/02/2009 at 03:32 EDT, "Ward, Mike S"  
wrote:
> Can you define a tdisk to put it on?

You cannot FTP to a tdisk since they are not LINKable.  However, if you 
have a vdisk mdisk in your directory entry you can FTP to it., though
you 
cannot ftp to a vdisk created by the DEFINE command.

Alan Altmark
z/VM Development
IBM Endicott
==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.



Re: Basic FTP question

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 03:32 EDT, "Ward, Mike S"  
wrote:
> Can you define a tdisk to put it on?

You cannot FTP to a tdisk since they are not LINKable.  However, if you 
have a vdisk mdisk in your directory entry you can FTP to it., though you 
cannot ftp to a vdisk created by the DEFINE command.

Alan Altmark
z/VM Development
IBM Endicott


Re: Basic FTP question

2009-10-02 Thread Ward, Mike S
Can you define a tdisk to put it on?

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Henry
Sent: Friday, October 02, 2009 9:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried
a=
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile=
d to 
retrieve directory listing". I finally found an ftp product that works =

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't
transf=
er 
any data to it. Is there a setting in the z/VM FTP server that causes
thi=
s? 
Can I issue a SITE command (or something else) that will put the mdisk
in=
 
write mode?
==
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity
to which they are addressed. If you have received this email in error please 
notify the system manager. This message
contains confidential information and is intended only for the individual 
named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please notify the 
sender immediately by e-mail if you
have received this e-mail by mistake and delete this e-mail from your system. 
If you are not the intended recipient
you are notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this
information is strictly prohibited.



MVMUA meeting October 20, 2009

2009-10-02 Thread Bill Munson
The next meeting of MVMUA will be soon.
Please let me know if you plan to attend.



Metropolitan VM Users Association139

TUESDAY  TUESDAY
October 20, 2009


Brown Brothers Harriman
525 Washington Blvd 
12th Floor 
Jersey City, NJ 07310




 8:30 AM   Continental Breakfast ? 

 9:30 AM   Bill Munson  -  BBH  -  Meeting Opening 

 9:45 AM   Jim Newell ? IBM - Managing z/VM & Linux Performance with 
OMEGAMON XE 

10:45 AM  Coffee Break

11:00 AM   Bill Bitner ? IBM ? z/VM Memory Management: Three Views 

12:00 AM  LUNCH Break  - 

 1:00 PM  Phil Smith - Voltage Security, Inc. - Enterprise Encryption 101  


 2:00 PM   Coffee Break 
 
 2:15 PM  Alan Altmark ? IBM ? Security Zones on z/VM

 3:15 PMCoffee Break
 
 3:30 PM  Alan Altmark ? IBM ? z/VM Platform Update ?Introducing zVM 6.1?  
 

 4:30 PM   adjourn for the day and we thank you very much. 

thanx

Bill Munson 
Sr. z/VM Systems Programmer 
Brown Brothers Harriman & CO.
525 Washington Blvd. 
Jersey City, NJ 07310 
201-418-7588

President MVMUA
http://www2.marist.edu/~mvmua/


*** IMPORTANT
NOTE* The opinions expressed in this
message and/or any attachments are those of the author and not
necessarily those of Brown Brothers Harriman & Co., its
subsidiaries and affiliates ("BBH"). There is no guarantee that
this message is either private or confidential, and it may have
been altered by unauthorized sources without your or our knowledge.
Nothing in the message is capable or intended to create any legally
binding obligations on either party and it is not intended to
provide legal advice. BBH accepts no responsibility for loss or
damage from its use, including damage from virus.



Re: HyperPAV use with full pack MDISK allocation

2009-10-02 Thread Kris Buelens
When Linux sees PAV is available, it can issue more than one I/O to a disk.
Otherwise Linux will queue the I/O.
In such a case CP can exploit PAV only when multiple guests have minidisks
on the same pack.

So: it depends, CP's PAV support can not replace PAV in a guest.

2009/10/2 Krueger Richard 

> Thank you all for the input.  After trying and failing to make the MINIOPT
> user directory statement work, the ticket with IBM took a positive turn,
> and have what I think is a good answer.  They pointed me to CP Planning
> Manual section "Using HyperPAV Minidisks" which indicates for MDISK
> allocations (the way we are allocating space) z/VM will automatically use
> PAV if present.  This means there is no need, as discussed in the SC33-
> 8414-00 manual, to try and cause the z/Linux guest to use PAV with COMMAND
> DEFINE HYPERPAVALIAS, DASDOPT, or MINIOPT statements in the user directory.
>



-- 
Kris Buelens,
IBM Belgium, VM customer support


Re: Basic FTP question

2009-10-02 Thread Fran Hensler
Bob -
 
If the userid is logged on you can't get write access to the 191 disk.
With WS-FTP I specifyuserid.RDR   as the remote directory.  The
file will end up in your RDR in NETDATA format.
 
Note that the FTPSERVE machine must have enough workspace to hold your
whole file during the FTP.  It then does a SENDFILE to the specified
user.
 
What I did was define a 64M virtual disk to FTPSERVE to use as a work
area.  Works great!
 
/Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 years
mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.738.2153
  "Yes, Virginia, there is a Slippery Rock"
--
On Fri, 2 Oct 2009 09:47:58 -0500 Bob_Henry said:
>I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried a
>couple FTP products (FileZilla & WinSCP) which produces errors "Failed to
>retrieve directory listing". I finally found an ftp product that works
>(CoreFTP) but the CMS 191 disk is accessed as read only so I can't transfer
>any data to it. Is there a setting in the z/VM FTP server that causes this?
>Can I issue a SITE command (or something else) that will put the mdisk in
>write mode?


Re: DIRMAINT start-up error

2009-10-02 Thread Mary Anne Matyaz
Plus the DVHXLV9666T isn't documented...that I could find.
MA

On Fri, Oct 2, 2009 at 1:34 PM, Alan Altmark wrote:

> On Friday, 10/02/2009 at 01:12 EDT, joe.dipi...@frit.frb.org wrote:
>
> > Thank you for your immediate response. I see that the maint id had 11F
> disk
> > accessed which as you say caused our problem.  Thanks again this very
> > supportive group!
>
> You might consider talking to the Support Center.  DVHXLVL has a couple of
> problems:
>
> 1. It doesn't handle the "default" case properly for the message. (There's
> supposed to be something between LEVEL and the comma.)
> 2. It doesn't report any specifics of the error. It should at least relay
> the CP error message from the LINK.
>
> I can't predict if they will consider it a defect or not.  They may want
> you to open a requirement.
>
> Alan Altmark
> z/VM Development
> IBM Endicott
>


Re: DIRMAINT start-up error

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 01:12 EDT, joe.dipi...@frit.frb.org wrote:

> Thank you for your immediate response. I see that the maint id had 11F 
disk 
> accessed which as you say caused our problem.  Thanks again this very 
> supportive group!

You might consider talking to the Support Center.  DVHXLVL has a couple of 
problems:

1. It doesn't handle the "default" case properly for the message. (There's 
supposed to be something between LEVEL and the comma.)
2. It doesn't report any specifics of the error. It should at least relay 
the CP error message from the LINK.

I can't predict if they will consider it a defect or not.  They may want 
you to open a requirement.

Alan Altmark
z/VM Development
IBM Endicott


Re: HyperPAV use with full pack MDISK allocation

2009-10-02 Thread Krueger Richard
Thank you all for the input.  After trying and failing to make the MINIOP
T 
user directory statement work, the ticket with IBM took a positive turn, 

and have what I think is a good answer.  They pointed me to CP Planning 

Manual section "Using HyperPAV Minidisks" which indicates for MDISK 
allocations (the way we are allocating space) z/VM will automatically use
 
PAV if present.  This means there is no need, as discussed in the SC33-
8414-00 manual, to try and cause the z/Linux guest to use PAV with COMMAN
D 
DEFINE HYPERPAVALIAS, DASDOPT, or MINIOPT statements in the user director
y.


Re: DIRMAINT start-up error

2009-10-02 Thread Joe . DiPippo
Alan,

Thank you for your immediate response. I see that the maint id had 11F 
disk accessed which as you say caused our problem.  Thanks again this very 
supportive group!

Joseph Di Pippo
Operating Systems Programmer III
FRIT Computing Services
Hardware Support
1-201-531-3820




Alan Altmark  
Sent by: The IBM z/VM Operating System 
10/02/2009 01:03 PM
Please respond to
The IBM z/VM Operating System 


To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: DIRMAINT start-up error






On Friday, 10/02/2009 at 12:40 EDT, joe.dipi...@frit.frb.org wrote:
> Has anyone encountered this problem before and if so what was the 
resolution. 
> Thanks you in advance for your assistance. 
> 
> 11:59:05 * MSG FROM DIRMAINT: DVHXLV9666T UNABLE TO START-UP DIRMAINT 
WITH LE 
> VEL . LOGGING OFF. PLEASE GET HELP. 
> 11:59:05 USER DSC LOGOFF AS DIRMAINT USERS = 17 

DVHXLVL EXEC is an exit that runs to let you select a different set of 
disks when DIRMAINT starts.  You have to modify PROFILE EXEC to make it do 

anything unusual.  By default it wants the 191 (R/W), 192, 11F (R/W) and 
21F disks.  If it gets a failure linking to those disks, you will get that 

error.

Check DIRMAINT's console log.

Alan Altmark
z/VM Development
IBM Endicott




Re: DIRMAINT start-up error

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 12:40 EDT, joe.dipi...@frit.frb.org wrote:
> Has anyone encountered this problem before and if so what was the 
resolution. 
> Thanks you in advance for your assistance. 
> 
> 11:59:05 * MSG FROM DIRMAINT: DVHXLV9666T UNABLE TO START-UP DIRMAINT 
WITH LE 
> VEL . LOGGING OFF. PLEASE GET HELP. 
> 11:59:05 USER DSC LOGOFF AS DIRMAINT USERS = 17 

DVHXLVL EXEC is an exit that runs to let you select a different set of 
disks when DIRMAINT starts.  You have to modify PROFILE EXEC to make it do 
anything unusual.  By default it wants the 191 (R/W), 192, 11F (R/W) and 
21F disks.  If it gets a failure linking to those disks, you will get that 
error.

Check DIRMAINT's console log.

Alan Altmark
z/VM Development
IBM Endicott


DIRMAINT start-up error

2009-10-02 Thread Joe . DiPippo
Has anyone encountered this problem before and if so what was the 
resolution. Thanks you in advance for your assistance.

11:59:05 * MSG FROM DIRMAINT: DVHXLV9666T UNABLE TO START-UP DIRMAINT WITH 
LE 
VEL . LOGGING OFF. PLEASE GET HELP. 
11:59:05 USER DSC LOGOFF AS DIRMAINT USERS = 17 
 
Joseph Di Pippo
Operating Systems Programmer III
FRIT Computing Services
Hardware Support
1-201-531-3820



Re: Basic FTP question

2009-10-02 Thread Hodge, Robert L
For the 191 accessed read only problem in Filezilla, use Filezilla "Site 
Manager" in the "File" pull down. Define your VM as a site, go the "Transfer 
Settings" tab and limit the number of simultaneous connections to 1.

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf 
Of Bob Henry
Sent: Friday, October 02, 2009 8:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried a
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile
d to 
retrieve directory listing". I finally found an ftp product that works 

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't transf
er 
any data to it. Is there a setting in the z/VM FTP server that causes thi
s? 
Can I issue a SITE command (or something else) that will put the mdisk in
 
write mode?


Re: Basic FTP question

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 10:48 EDT, Bob Henry  
wrote:
> I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried 
a
> 
> couple FTP products (FileZilla & WinSCP) which produces errors "Faile
> d to
> retrieve directory listing". I finally found an ftp product that works
> 
> (CoreFTP) but the CMS 191 disk is accessed as read only so I can't 
transf
> er
> any data to it. Is there a setting in the z/VM FTP server that causes 
thi
> s?
> Can I issue a SITE command (or something else) that will put the mdisk 
in
> write mode?

Oh, and if your FTP client has provision to issue arbitrary commands 
immediately after login, you can issue "site listformat unix".

LISTFORMAT is also settable as the default on a per-user basis by using 
the CHKIPADR exit.

Alan Altmark
z/VM Development
IBM Endicott


Re: Basic FTP question

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 10:48 EDT, Bob Henry  
wrote:
> I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried 
a
> 
> couple FTP products (FileZilla & WinSCP) which produces errors "Faile
> d to
> retrieve directory listing". 

If an FTP client doesn't understand z/VM, then you need to tell the VM FTP 
server to send the filelist in UNIX-style format.  This is done with 
LISTFORMAT UNIX in SRVRFTP CONFIG.


> I finally found an ftp product that works
> 
> (CoreFTP) but the CMS 191 disk is accessed as read only so I can't 
transf
> er
> any data to it. Is there a setting in the z/VM FTP server that causes 
thi
> s?
> Can I issue a SITE command (or something else) that will put the mdisk 
in
> write mode?

If you can't get it in write mode, then someone else has the disk linked 
R/W.  (Are you logged on to the user ID while you're trying to FTP to it?)

Alan Altmark
z/VM Development
IBM Endicott


Re: Basic FTP question

2009-10-02 Thread Alan Altmark
On Friday, 10/02/2009 at 10:58 EDT, P S  wrote:
> On Fri, Oct 2, 2009 at 10:52 AM, Frank M. Ramaekers
>  wrote:
> > This will be true using MINIDISKs...if the user that owns the disk has
> > the disk LINKed in R/W, you (FTPSERVE) will only be able to access the
> > disk in R/O.  IMHO, the best way around this is to use SFS.
> 
> True but not necessarily the issue here: if the minidisk is
> password-protected, you may need to enter ACCOUNT .
> See 
> 
http://www.unt.edu/rss/faq/rss0006.htm#Using%20FTP%20in%20command%20mode%20envir
> onment

Wow.  That's incredibly ancient (1998 - and note the VM/ESA logo).  If you 
are CD-ing to one of your own disks, you don't need a pw.  You will get 
the disk R/W unless someone else has it linked R/W.

For other people's disks, you still have to use ACCT.  (Another reason 
ESMs are handy to have.   No more stinkin' mdisk pws.)

That website is also out-of-date w.r.t. SENDFILE.

Alan Altmark
z/VM Development
IBM Endicott


Re: Basic FTP question

2009-10-02 Thread P S
On Fri, Oct 2, 2009 at 10:52 AM, Frank M. Ramaekers
 wrote:
> This will be true using MINIDISKs...if the user that owns the disk has
> the disk LINKed in R/W, you (FTPSERVE) will only be able to access the
> disk in R/O.  IMHO, the best way around this is to use SFS.

True but not necessarily the issue here: if the minidisk is
password-protected, you may need to enter ACCOUNT .
See 
http://www.unt.edu/rss/faq/rss0006.htm#Using%20FTP%20in%20command%20mode%20environment


Re: Basic FTP question

2009-10-02 Thread Wakser, David
Yes - issue an ACCT x command - where x is the WRITE password
for the mini-disk.

David Wakser

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Henry
Sent: Friday, October 02, 2009 10:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried
a=
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile=
d to 
retrieve directory listing". I finally found an ftp product that works =

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't
transf=
er 
any data to it. Is there a setting in the z/VM FTP server that causes
thi=
s? 
Can I issue a SITE command (or something else) that will put the mdisk
in=
 
write mode?

Confidentiality Note: This e-mail, including any attachment to it, may contain 
material that is confidential, proprietary, privileged and/or "Protected Health 
Information," within the meaning of the regulations under the Health Insurance 
Portability & Accountability Act as amended.  If it is not clear that you are 
the intended recipient, you are hereby notified that you have received this 
transmittal in error, and any review, dissemination, distribution or copying of 
this e-mail, including any attachment to it, is strictly prohibited. If you 
have received this e-mail in error, please immediately return it to the sender 
and delete it from your system. Thank you.


Re: Basic FTP question

2009-10-02 Thread Frank M. Ramaekers
This will be true using MINIDISKs...if the user that owns the disk has
the disk LINKed in R/W, you (FTPSERVE) will only be able to access the
disk in R/O.  IMHO, the best way around this is to use SFS.

Frank M. Ramaekers Jr.
Systems Programmer   MCP, MCP+I, MCSE & RHCE
American Income Life Insurance Co.   Phone: (254)761-6649
1200 Wooded Acres Dr.Fax:   (254)741-5777
Waco, Texas  76710


 


-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Bob Henry
Sent: Friday, October 02, 2009 9:48 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Basic FTP question

I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried
a 
couple FTP products (FileZilla & WinSCP) which produces errors "Failed
to 
retrieve directory listing". I finally found an ftp product that works 
(CoreFTP) but the CMS 191 disk is accessed as read only so I can't
transfer 
any data to it. Is there a setting in the z/VM FTP server that causes
this? 
Can I issue a SITE command (or something else) that will put the mdisk
in 
write mode?

_
This message contains information which is privileged and confidential and is 
solely for the use of the
intended recipient. If you are not the intended recipient, be aware that any 
review, disclosure,
copying, distribution, or use of the contents of this message is strictly 
prohibited. If you have
received this in error, please destroy it immediately and notify us at 
privacy...@ailife.com.


Basic FTP question

2009-10-02 Thread Bob Henry
I'm trying to set up an ftp session from my PC to z/VM V5.1. I've tried a
 
couple FTP products (FileZilla & WinSCP) which produces errors "Faile
d to 
retrieve directory listing". I finally found an ftp product that works 

(CoreFTP) but the CMS 191 disk is accessed as read only so I can't transf
er 
any data to it. Is there a setting in the z/VM FTP server that causes thi
s? 
Can I issue a SITE command (or something else) that will put the mdisk in
 
write mode?


Ted Kotlowski is out of the office.

2009-10-02 Thread Ted Kotlowski
I will be out of the office starting  10/02/2009 and will not return until
10/05/2009.

I will respond to your message when I return.
If your request requires immediate attention, Please contact the MVS
Technical Support Hotline
at 1-866-866-4488 x12000


**
This e-mail message and all attachments transmitted with it may contain legally 
privileged and/or confidential information intended solely for the use of the 
addressee(s). If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, 
forwarding or other use of this message or its attachments is strictly 
prohibited. If you have received this message in error, please notify the 
sender immediately and delete this message and all copies and backups thereof.

Thank you.
**


Re: XEDIT Question

2009-10-02 Thread Russ Burtnett
It's not XEDIT but you can use BROWSE and SET HEX CHAR