Re: vswitch problem

2007-07-02 Thread Shimon Lebowitz
I just noticed something about the data I 
posted last week.

In the Q NIC output, I have this:

  CONNECTION NAME: z/VM  STATE: Session Established
  DEVICE: 0F00  UNIT: 000   ROLE: CTL-READ
  DEVICE: 0F01  UNIT: 001   ROLE: CTL-WRITE
  DEVICE: 0F02  UNIT: 002   ROLE: DATA
UNICAST IP ADDRESSES:
  10.0.0.7 Mask: 255.0.0.0
  10.1.15.2Mask: 255.0.0.0
  10.1.20.100  Mask: 255.0.0.0
  10.1.50.12   Mask: 255.0.0.0
  10.1.51.22   Mask: 255.0.0.0
  10.1.88.7Mask: 255.0.0.0
  10.1.90.2Mask: 255.0.0.0

And again in the Q VSWITCH this:

ADAPTER OWNER: TCPIPNIC: 0F00  NAME: VSWNIC1
  DEVICE: 0F02  UNIT: 002   ROLE: DATA
UNICAST IP ADDRESSES:
  10.0.0.7 Mask: 255.0.0.0
  10.1.15.2Mask: 255.0.0.0
  10.1.20.100  Mask: 255.0.0.0
  10.1.50.12   Mask: 255.0.0.0
  10.1.51.22   Mask: 255.0.0.0
  10.1.88.7Mask: 255.0.0.0
  10.1.90.2Mask: 255.0.0.0


All of which implies to me that TCPIP is trying to use
a class A mask of 255.0.0.0 . Why should that be,
when the profile definitions for the link are class B?

; LINK THROUGH QDIO NIC F00 TO VSWITCH1 - TO MAIN 10.0.0.0/16 LAN
DEVICE NIC-F00  OSDF00 PORTNAME VSWNIC1 ; F00-F02
LINK LAN10QDIOETHERNET  NIC-F00

GATEWAY
  10=LAN10 1500 0.255.0.0   0
  DEFAULTNET   10.0.0.6   LAN10 1500 0

Is this what is preventing my vswitch from working correctly?
And if so, what must I do to fix it?

Shimon

-- 
**
**
Shimon Lebowitzmailto:[EMAIL PROTECTED]
VM System Programmer   .
Israel Police National HQ. 
Jerusalem, Israel  phone: +972 2 542-9877  fax: 542-9308
**
**


Hiper PAV

2007-07-02 Thread Sikich, Frank J.
To All:

   From my reading Hyper PAV only supported in z/VM 5.3.  If Hyper PAV
is turn on for the 8300 will 5.2 just ignore it?  Or will I run into
some issues?  I plan to go to 5.3 later this year.

 

 

Thanks

Frank


---
***National City made the following annotations
---
This communication is a confidential and proprietary business communication.  
It is intended solely for the use of the designated recipient(s).  If this
communication is received in error, please contact the sender and delete 
this communication.
===

Re: Hiper PAV

2007-07-02 Thread Steve Wilkins

z/VM 5.2.0 will not enable HyperPAV alias volumes.   These volumes will be
used in traditional PAV mode using the base to alias definitions that the
DS8300 requires to be setup.   z/VM must tell each LSS to enable HyperPAV
alias volumes before they can me used in Hyperpav mode; z/VM 5.2.0 doesn't
do this secret handshake.

Regards, Steve.

Steve Wilkins
IBM z/VM Development


   
 Sikich, Frank
 J.   
 [EMAIL PROTECTED]  To
 ionalcity.comIBMVM@LISTSERV.UARK.EDU 
 Sent by: The IBM   cc
 z/VM Operating
 SystemSubject
 [EMAIL PROTECTED] Hiper PAV   
 ARK.EDU  
   
   
 07/02/2007 11:31  
 AM
   
   
 Please respond to 
   The IBM z/VM
 Operating System  
 [EMAIL PROTECTED] 
 ARK.EDU  
   
   




To All:
   From my reading Hyper PAV only supported in z/VM 5.3.  If Hyper PAV is
turn on for the 8300 will 5.2 just ignore it?  Or will I run into some
issues?  I plan to go to 5.3 later this year.


Thanks
Frank


---

***National City made the following annotations
---




This communication is a confidential and proprietary business
communication. It is intended solely for the use of the designated
recipient(s). If this communication is received in error, please contact
the sender and delete this communication.
===



Re: vswitch problem

2007-07-02 Thread David Kreuter
not sure if this got sent, so at the risk of a resend:
What version of zvm are you running? I do not see the network mask output on 
these commands on my vswitches on zvm520 or zvm530.
Maybe IBM got rid of these messages, come to think of it this may have been 
discussed a while back on this list.
David


-Original Message-
From: The IBM z/VM Operating System on behalf of Shimon Lebowitz
Sent: Mon 7/2/2007 6:54 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: [IBMVM] vswitch problem
 
I just noticed something about the data I 
posted last week.

In the Q NIC output, I have this:

  CONNECTION NAME: z/VM  STATE: Session Established
  DEVICE: 0F00  UNIT: 000   ROLE: CTL-READ
  DEVICE: 0F01  UNIT: 001   ROLE: CTL-WRITE
  DEVICE: 0F02  UNIT: 002   ROLE: DATA
UNICAST IP ADDRESSES:
  10.0.0.7 Mask: 255.0.0.0
  10.1.15.2Mask: 255.0.0.0
  10.1.20.100  Mask: 255.0.0.0
  10.1.50.12   Mask: 255.0.0.0
  10.1.51.22   Mask: 255.0.0.0
  10.1.88.7Mask: 255.0.0.0
  10.1.90.2Mask: 255.0.0.0

And again in the Q VSWITCH this:

ADAPTER OWNER: TCPIPNIC: 0F00  NAME: VSWNIC1
  DEVICE: 0F02  UNIT: 002   ROLE: DATA
UNICAST IP ADDRESSES:
  10.0.0.7 Mask: 255.0.0.0
  10.1.15.2Mask: 255.0.0.0
  10.1.20.100  Mask: 255.0.0.0
  10.1.50.12   Mask: 255.0.0.0
  10.1.51.22   Mask: 255.0.0.0
  10.1.88.7Mask: 255.0.0.0
  10.1.90.2Mask: 255.0.0.0


All of which implies to me that TCPIP is trying to use
a class A mask of 255.0.0.0 . Why should that be,
when the profile definitions for the link are class B?

; LINK THROUGH QDIO NIC F00 TO VSWITCH1 - TO MAIN 10.0.0.0/16 LAN
DEVICE NIC-F00  OSDF00 PORTNAME VSWNIC1 ; F00-F02
LINK LAN10QDIOETHERNET  NIC-F00

GATEWAY
  10=LAN10 1500 0.255.0.0   0
  DEFAULTNET   10.0.0.6   LAN10 1500 0

Is this what is preventing my vswitch from working correctly?
And if so, what must I do to fix it?

Shimon

-- 
**
**
Shimon Lebowitzmailto:[EMAIL PROTECTED]
VM System Programmer   .
Israel Police National HQ. 
Jerusalem, Israel  phone: +972 2 542-9877  fax: 542-9308
**
**




Re: vswitch problem

2007-07-02 Thread Alan Altmark
On Monday, 07/02/2007 at 01:46 AST, David Kreuter 
[EMAIL PROTECTED] wrote:
 not sure if this got sent, so at the risk of a resend:
 What version of zvm are you running? I do not see the network mask 
output on 
 these commands on my vswitches on zvm520 or zvm530.
 Maybe IBM got rid of these messages, come to think of it this may have 
been 
 discussed a while back on this list.

Pay no attention to the subnet mask in the QUERY NIC output.

NETSTAT GATE is the arbiter of VM routing information.

Alan Altmark
z/VM Development
IBM Endicott


Re: CPFMTXA: Automation of?

2007-07-02 Thread Marcy Cortes
Put your commands into a file - let's say ICKDSF COMMANDS A --- example
line:
CPVOL FMT MODE(ESA) UNIT(3900) NVFY VOLID(3900VM) RANGE(0,32759)

Be sure and start in column 2.
 
The type
 
ICKDSF 
enter ICKDSF COMMANDS A--- for the input
output - whatever you want - maybe ICKDSF OUTPUT A
 
and off you go
 
 
 
 

Marcy Cortes
Enterprise Hosting Services -
http://ehs.homestead.wellsfargo.com/C1/MOBS/WebPart%20Pages/zVM.aspx z/VM
and z/Linux
w. (415) 243-6343
c. (415) 517-0895 
This message may contain confidential and/or privileged information. If you
are not the addressee or authorized to receive this for the addressee, you
must not use, copy, disclose, or take any action based on this message or
any information herein. If you have received this message in error, please
advise the sender immediately by reply e-mail and delete this message. Thank
you for your cooperation.

 

  _  

From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Raulerson
Sent: Monday, July 02, 2007 9:00 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: [IBMVM] CPFMTXA: Automation of?



Does anyone have an example script they would be willing to share that shows
how to automate CPFMTXA? I have a few hundred DASD volumes to format and I
would REALLY like to just write a script and have it go. I am, of course,
stuck in figuring out how to say 'YES' to the program when it wants it. 

 

Thanks 

-Paul