On Wednesday, 04/29/2015 at 11:47 EDT, "Dazzo, Matt" <[email protected]>
wrote:
> Is there a way to get a copy of the 'user direct' to my desk top? When I
ftp to
> zvm I sign on with the maint id, that brings me to maint.191 disk. User
direct
> is located on C1. As you can tell a newbie to vm here. Tks Matt

Let me try to teach you to fish.  From VM:
1. QUERY ACCESSED C
2. You will see DIR or a virtual device number (<vaddr>) in the Vdev
column.
3. If it says DIR, copy the SFS directory name in its entirety and go to
step 5.
4. CP QUERY MDISK <vaddr>.  Concatenate the last two tokens with a "." in
between.
5. In your FTP session, "CD xxxxxx", where xxxxxx is what you came up with
in step 3 or 4.


Example 1:  SFS
q accessed b
Mode  Stat     Files  Vdev  Label/Directory
B      R/W       573  DIR   GPLSRV2:ALTMARKA.TOOLS
Ready;

In the above case, I would  "cd gplsrv2:altmarka.tools".  If I am logged
into FTP as ALTMARKA, then I can "cd gplsrv2:.tools", just as I could do
with the ACCESS command in CMS.

Example 2: Minidisk
q accessed d
Mode  Stat     Files  Vdev  Label/Directory
D      R/O       893  121   TCP592
Ready;

q mdisk 121
TargetID Tdev OwnerID  Odev
ALTMARKA 0121 TCPMAINT 0592
Ready;

In this example, I have virtual device 121.  If I try to "cd
altmarka.121", it will fail since I do not have a 121 mindisk in my
directory.  This is a disk I VMLINKed after I logged on.  QUERY MDISK 121
shows me it is really TCPMAINT's 592 disk.  So "cd tcpmaint.592" is what
works.

If the LINK to that disk had been in my CP directory entry, then I could
have done a "cd altmarka.121".

Alan Altmark

Senior Managing z/VM and Linux Consultant
Lab Services System z Delivery Practice
IBM Systems & Technology Group
ibm.com/systems/services/labservices
office: 607.429.3323
mobile; 607.321.7556
[email protected]
IBM Endicott

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to