Bacula + tape size

2008-09-12 Thread Tomasz Westrych
Hello,

We use Bacula and VTS to make backups I wonder if we can configure in z/V
M
tape volumes greater than 830 MB. It look like that what I can define max

830 MB.

Best Regards

Tomasz


Re: Bacula + tape size

2008-09-12 Thread Imler, Steven J
When you say VTS, I assume you mean an IBM 3494 ... no, you can't.  The
virtual volumes are emulated to the extent that includes simulating the
capacity of a physical 3490E cartridge.


JR (Steven) Imler
CA
Senior Sustaining Engineer
Tel: +1 703 708 3479
[EMAIL PROTECTED]



 -Original Message-
 From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED]
On
 Behalf Of Tomasz Westrych
 Sent: Friday, September 12, 2008 03:11 AM
 To: IBMVM@LISTSERV.UARK.EDU
 Subject: Bacula + tape size
 
 Hello,
 
 We use Bacula and VTS to make backups I wonder if we can configure in
z/V=
 M
 tape volumes greater than 830 MB. It look like that what I can define
max=
 
 830 MB.
 
 Best Regards
 
 Tomasz


Eliminating DASD at IPL

2008-09-12 Thread Scott Rohling
We are trying to eliminate all the z/OS DASD we are seeing on our z/VM
system... mostly to cut down on our huge MONITOR DATA and avoid seeing them
in PERFKIT.   Our SYSTEM CONFIG looks like so:

Devices ,
  Online_at_IPL   -00FF,
  0120-07FF,
  0900-09FF,
  0B00-26FF,
  5C00-5CFF,
  6000-62FF,
  6400-64FF,
  6A00-6AFF,
  6C00-6CFF,
  Sensed  -

However - we still see the z/OS DASD -- for example:

q 4000-400f
DASD 4000 SXX06O  , DASD 4001 PPX2K0  , DASD 4002 PPX2K1  , DASD 4003 PPX2K2
DASD 4004 OXX312  , DASD 4005 ORX313  , DASD 4006 PGX300  , DASD 4007 PPX283
DASD 4008 CXX105  , DASD 4009 PGX500  , DASD 400A WKX007  , DASD 400B CMX107
DASD 400C PXX100  , DASD 400D PPX284  , DASD 400E PPX285  , DASD 400F PPX286
Ready; T=0.01/0.01 07:15:26

Which is not in the range we specified to be online at IPL.   Do we have to
use Offline_at_IPL instead?  Or Not_Accepted?   I guess I'm not
understanding how this works because my assumption was that specifying
Online_At_IPL would limit what's put online to just those addresses...

Thanks for any assistance...

Scott Rohling


Re: Eliminating DASD at IPL

2008-09-12 Thread Harris, Nick J.
Scott,

You need to add the offline_at_ipl command:  

Here is what I have coded...

Devices ,   

  Online_at_IPL   -,

  Offline_at_IPL  0293-02FF,

  0390-0391,

  07c0-07c3,

  0a40-0a7f,

  1200-12ff,

  2200-22ff,

  3293-32FF,

  4200-42ff,

  5200-52ff,

  6200-62ff,

  7200-72ff,

  8200-82ff,

  9200-92ff,

  a200-f2ff,

  Sensed  -

 

Thanks,

Nick

From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Rohling
Sent: Friday, September 12, 2008 8:20 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Eliminating DASD at IPL

 

We are trying to eliminate all the z/OS DASD we are seeing on our z/VM
system... mostly to cut down on our huge MONITOR DATA and avoid seeing
them in PERFKIT.   Our SYSTEM CONFIG looks like so:

Devices ,   
  Online_at_IPL   -00FF,
  0120-07FF,
  0900-09FF,
  0B00-26FF,
  5C00-5CFF,
  6000-62FF,
  6400-64FF,
  6A00-6AFF,
  6C00-6CFF,
  Sensed  - 

However - we still see the z/OS DASD -- for example:

q 4000-400f
DASD 4000 SXX06O  , DASD 4001 PPX2K0  , DASD 4002 PPX2K1  , DASD 4003
PPX2K2
DASD 4004 OXX312  , DASD 4005 ORX313  , DASD 4006 PGX300  , DASD 4007
PPX283
DASD 4008 CXX105  , DASD 4009 PGX500  , DASD 400A WKX007  , DASD 400B
CMX107
DASD 400C PXX100  , DASD 400D PPX284  , DASD 400E PPX285  , DASD 400F
PPX286
Ready; T=0.01/0.01 07:15:26

Which is not in the range we specified to be online at IPL.   Do we have
to use Offline_at_IPL instead?  Or Not_Accepted?   I guess I'm not
understanding how this works because my assumption was that specifying
Online_At_IPL would limit what's put online to just those addresses...

Thanks for any assistance...

Scott Rohling



Re: Eliminating DASD at IPL

2008-09-12 Thread Mary Anne Matyaz
Scott et al,
We also use not accepted for the MVS stuff because we definitely NEVER want
it online, and as I recall, certain interrupts, or channel offline/online
would cause VM to go out and sense it again and bring it online. (But maybe
we didn't have the offline at the time).
We have:
Devices,
 Notaccepted 1000-8FFF,
 Offline_at_IPL -,
 Online_at_IPL 0001-0005,  /* Consoles  */
 Online_at_IPL A00-A0F,/* OSA */
 Online_at_IPL F00-FFF,/* Hipersockets */
 Online_at_IPL 9000-95FF, /* Dasd */
 Online_at_IPL A000-A5FF,/* Dasd */
etc.

Mary Anne



On Fri, Sep 12, 2008 at 9:35 AM, Harris, Nick J. [EMAIL PROTECTED]wrote:

  Scott,

 You need to add the offline_at_ipl command:

 Here is what I have coded…

 Devices ,

   Online_at_IPL   -,

   Offline_at_IPL  0293-02FF,

   0390-0391,

   07c0-07c3,

   0a40-0a7f,

   1200-12ff,

   2200-22ff,

   3293-32FF,

   4200-42ff,

   5200-52ff,

   6200-62ff,

   7200-72ff,

   8200-82ff,

   9200-92ff,

   a200-f2ff,

   Sensed  -



 Thanks,

 Nick

 *From:* The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] *On
 Behalf Of *Scott Rohling
 *Sent:* Friday, September 12, 2008 8:20 AM
 *To:* IBMVM@LISTSERV.UARK.EDU
 *Subject:* Eliminating DASD at IPL



 We are trying to eliminate all the z/OS DASD we are seeing on our z/VM
 system... mostly to cut down on our huge MONITOR DATA and avoid seeing them
 in PERFKIT.   Our SYSTEM CONFIG looks like so:

 Devices ,
   Online_at_IPL   -00FF,
   0120-07FF,
   0900-09FF,
   0B00-26FF,
   5C00-5CFF,
   6000-62FF,
   6400-64FF,
   6A00-6AFF,
   6C00-6CFF,
   Sensed  -

 However - we still see the z/OS DASD -- for example:

 q 4000-400f
 DASD 4000 SXX06O  , DASD 4001 PPX2K0  , DASD 4002 PPX2K1  , DASD 4003
 PPX2K2
 DASD 4004 OXX312  , DASD 4005 ORX313  , DASD 4006 PGX300  , DASD 4007
 PPX283
 DASD 4008 CXX105  , DASD 4009 PGX500  , DASD 400A WKX007  , DASD 400B
 CMX107
 DASD 400C PXX100  , DASD 400D PPX284  , DASD 400E PPX285  , DASD 400F
 PPX286
 Ready; T=0.01/0.01 07:15:26

 Which is not in the range we specified to be online at IPL.   Do we have to
 use Offline_at_IPL instead?  Or Not_Accepted?   I guess I'm not
 understanding how this works because my assumption was that specifying
 Online_At_IPL would limit what's put online to just those addresses...

 Thanks for any assistance...

 Scott Rohling



Re: Bacula + tape size

2008-09-12 Thread David Boyes
 We use Bacula and VTS to make backups I wonder if we can configure in
z/V
 M
 tape volumes greater than 830 MB. It look like that what I can define
max
 830 MB.

There's no limit in z/VM; the tape mount code we wrote writes until
physical EOV; you may need to define a new media type in Bacula to
represent the larger media. 


Re: Bacula + tape size

2008-09-12 Thread David Boyes
 When you say VTS, I assume you mean an IBM 3494 ... no, you can't.
The
 virtual volumes are emulated to the extent that includes simulating
the
 capacity of a physical 3490E cartridge.

Ah, right. VTS, duh. 

Suggestion: define a disk pool with large volumes (5-10G) and do
migration from disk to tape. Much more efficient. If you have FCP disk
available, this is a great use for lower cost FCP disk pools. 


OSA issue (VSWITCH) again

2008-09-12 Thread Daniel Allen
Today, I logged off the OS/390 system.
 
I destroyed the VSWITCH via DETACH.
 
I created the VSWITCH using the following command:
 
DEFINE VSWITCH SWITCH1 RDEV 103 CONNECT
 
I also issued the following command:
 
SET VSWITCH SWITCH1 GRANT BH3A
 
When I IPL'd the OS/390 guest BH3A, the following message was in the
log:
 
NIC 0104 is created; devices 0104-0106 defined
 
The OS/390 guest came up normally.
 
Here is the output from the 'Q VSWITCH SWITCH1 DET' :
 
VSWITCH SYSTEM SWITCH1  Type: VSWITCH Connected: 1Maxconn: INFINITE

  PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF

  VLAN Unaware

  State: Ready

  IPTimeout: 5 QueueStorage: 8

  Portname: UNASSIGNED RDEV: 0103 Controller: DTCVSW2  VDEV:  0103

VSWITCH Connection:

  RX Packets: 0  Discarded: 17 Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0103  Unit: 000   Role: DATA

Adapter Owner: BH3A NIC: 0104  Name: PORTVM1

  RX Packets: 0  Discarded: 0  Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0106  Unit: 002   Role: DATA

 
Things are different from yesterday.
 
However, I am still unable to connect to BH3A via a PCOM session.
 
 

**
This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. Any 
unauthorized review, use, disclosure or distribution is prohibited. If you are 
not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
**



Re: OSA issue (VSWITCH) again

2008-09-12 Thread Daniel Allen
I did that yesterday and it did not work.



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Quay, Jonathan (IHG)
Sent: Friday, September 12, 2008 8:54 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OSA issue (VSWITCH) again



I think that z/OS requires a portname and requires it to match the real
underlying portname.  I don't have any z/OS guests to test though.

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Allen
Sent: Friday, September 12, 2008 11:20 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: OSA issue (VSWITCH) again

 

Today, I logged off the OS/390 system.

 

I destroyed the VSWITCH via DETACH.

 

I created the VSWITCH using the following command:

 

DEFINE VSWITCH SWITCH1 RDEV 103 CONNECT

 

I also issued the following command:

 

SET VSWITCH SWITCH1 GRANT BH3A

 

When I IPL'd the OS/390 guest BH3A, the following message was in the
log:

 

NIC 0104 is created; devices 0104-0106 defined

 

The OS/390 guest came up normally.

 

Here is the output from the 'Q VSWITCH SWITCH1 DET' :

 

VSWITCH SYSTEM SWITCH1  Type: VSWITCH Connected: 1Maxconn: INFINITE

  PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF

  VLAN Unaware

  State: Ready

  IPTimeout: 5 QueueStorage: 8

  Portname: UNASSIGNED RDEV: 0103 Controller: DTCVSW2  VDEV:  0103

VSWITCH Connection:

  RX Packets: 0  Discarded: 17 Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0103  Unit: 000   Role: DATA

Adapter Owner: BH3A NIC: 0104  Name: PORTVM1

  RX Packets: 0  Discarded: 0  Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0106  Unit: 002   Role: DATA


 

Things are different from yesterday.

 

However, I am still unable to connect to BH3A via a PCOM session.

 

 

**

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message. 

**

 



Re: Starter SLES10

2008-09-12 Thread Austin, Alyce (CIV)
Hello again,

After doing the link novstart 191 f191 MR,  the cmsddr restore appeared
to work.  This is what I got as a response:

q v f191
DASD F191 3390 52LNX1 R/W  5 CYL ON DASD  5437 SUBCHANNEL = 000A
Ready; T=0.01/0.01 09:29:40
set pf12 retrieve
Ready; T=0.01/0.01 09:30:35
cmsddr restore f191 nov191 diskimg a
z/VM DASD DUMP/RESTORE PROGRAM
RESTORING NOV191
COPYING DATA  05/28/08 AT 23.11.37  GMT FROM NOV191 RESTORED TO SCRATCH
INPUT CYLINDER EXTENTS  OUTPUT CYLINDER EXTENTS
  START   STOP STARTSTOP
      0004  0004
END OF RESTORE
 BYTES RESTORED 0003696300
 
 
END OF JOB

Does this look OK?

Thanks,
Alyce

-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Bruce Hayden
Sent: Thursday, September 11, 2008 4:03 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Starter SLES10

I think your F191 disk may not exist or may not be attached.  What
does Q V F191 show?

On Thu, Sep 11, 2008 at 5:30 PM, Alyce Austin
[EMAIL PROTECTED] wrote:
 Hello,
 I'm following the instructions in the SUSE Linux Ent Serv Starter
System
 manual dated July 2, 2008.  On page 14, Step 13, I issued the command
 to restore the nov191 diskimg file to novstart 191.
 Ready; T=0.02/0.03 14:01:28
 flist
 Ready; T=0.01/0.01 14:01:40
 cmsddr restore f191 nov191 diskimg a
46 +++ nr_cyls=nr_cyls-1 /* Minus 1 because of
startcyl = 0
  */
 DMSREX476E Error 41 running CMSDDR EXEC, line 46: Bad arithmetic
conversion
 Ready(20041); T=0.01/0.01 14:03:00

 Has anyone else gotten this error?  If so, what did you do to fix it?

 Thanks for your support,
 Alyce




-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY


Re: Starter SLES10

2008-09-12 Thread David Boyes
 After doing the link novstart 191 f191 MR,  the cmsddr restore
appeared
 to work.  This is what I got as a response:
[snip]

Yes, that's what you should expect.


Re: Starter SLES10

2008-09-12 Thread Austin, Alyce (CIV)
Thanks, Everyone!!!

Alyce



-Original Message-
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Bruce Hayden
Sent: Friday, September 12, 2008 9:52 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: Starter SLES10

Yes, it looks like it worked.

On Fri, Sep 12, 2008 at 12:36 PM, Austin, Alyce (CIV) [EMAIL PROTECTED]
wrote:
 Hello again,

 After doing the link novstart 191 f191 MR,  the cmsddr restore
appeared
 to work.  This is what I got as a response:

 q v f191
 DASD F191 3390 52LNX1 R/W  5 CYL ON DASD  5437 SUBCHANNEL =
000A
 Ready; T=0.01/0.01 09:29:40
 set pf12 retrieve
 Ready; T=0.01/0.01 09:30:35
 cmsddr restore f191 nov191 diskimg a
 z/VM DASD DUMP/RESTORE PROGRAM
 RESTORING NOV191
 COPYING DATA  05/28/08 AT 23.11.37  GMT FROM NOV191 RESTORED TO
SCRATCH
 INPUT CYLINDER EXTENTS  OUTPUT CYLINDER EXTENTS
  START   STOP STARTSTOP
      0004  0004
 END OF RESTORE
  BYTES RESTORED 0003696300


 END OF JOB

 Does this look OK?

 Thanks,
 Alyce





-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY


Re: OSA issue (VSWITCH) again

2008-09-12 Thread Raymond Noal
Daniel,
 
Do you have a TRLE defined in your VTAMLST for your portname?
 
HITACHI
 DATA SYSTEMS 
Raymond E. Noal 
Senior Technical Engineer 
Office: (408) 970 - 7978 
 


From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Allen
Sent: Friday, September 12, 2008 8:59 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OSA issue (VSWITCH) again
 
I did that yesterday and it did not work.
 


From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Quay, Jonathan (IHG)
Sent: Friday, September 12, 2008 8:54 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: OSA issue (VSWITCH) again
I think that z/OS requires a portname and requires it to match the real
underlying portname.  I don't have any z/OS guests to test though.
 


From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Daniel Allen
Sent: Friday, September 12, 2008 11:20 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: OSA issue (VSWITCH) again
 
Today, I logged off the OS/390 system.
 
I destroyed the VSWITCH via DETACH.
 
I created the VSWITCH using the following command:
 
DEFINE VSWITCH SWITCH1 RDEV 103 CONNECT
 
I also issued the following command:
 
SET VSWITCH SWITCH1 GRANT BH3A
 
When I IPL'd the OS/390 guest BH3A, the following message was in the
log:
 
NIC 0104 is created; devices 0104-0106 defined
 
The OS/390 guest came up normally.
 
Here is the output from the 'Q VSWITCH SWITCH1 DET' :
 
VSWITCH SYSTEM SWITCH1  Type: VSWITCH Connected: 1Maxconn: INFINITE

  PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF

  VLAN Unaware

  State: Ready

  IPTimeout: 5 QueueStorage: 8

  Portname: UNASSIGNED RDEV: 0103 Controller: DTCVSW2  VDEV:  0103

VSWITCH Connection:

  RX Packets: 0  Discarded: 17 Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0103  Unit: 000   Role: DATA

Adapter Owner: BH3A NIC: 0104  Name: PORTVM1

  RX Packets: 0  Discarded: 0  Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0106  Unit: 002   Role: DATA

 
Things are different from yesterday.
 
However, I am still unable to connect to BH3A via a PCOM session.
 
 
**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they are
addressed. Any unauthorized review, use, disclosure or distribution is
prohibited. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message. 
**
 


Re: OSA issue (VSWITCH) again

2008-09-12 Thread Brian Nielsen
The output from Q VSWITCH shows that your OS/390 TCPIP stack has not yet 

registered it's IP address to the VSWITCH.  You should be looking for 
error messages in your OS/390 TCPIP and VTAM logs.  You may also need to 

make sure that the appropriate VTAM nodes have been activated sucessfully
 
and that the associated TCPIP devices names have been started.

Brian Nielsen


On Fri, 12 Sep 2008 08:19:55 -0700, Daniel Allen [EMAIL PROTECTED] wrot
e:

Today, I logged off the OS/390 system.
 
I destroyed the VSWITCH via DETACH.
 
I created the VSWITCH using the following command:
 
DEFINE VSWITCH SWITCH1 RDEV 103 CONNECT
 
I also issued the following command:
 
SET VSWITCH SWITCH1 GRANT BH3A
 
When I IPL'd the OS/390 guest BH3A, the following message was in the
log:
 
NIC 0104 is created; devices 0104-0106 defined
 
The OS/390 guest came up normally.
 
Here is the output from the 'Q VSWITCH SWITCH1 DET' :
 
VSWITCH SYSTEM SWITCH1  Type: VSWITCH Connected: 1Maxconn: INFINITE

  PERSISTENT  RESTRICTEDNONROUTER Accounting: OFF

  VLAN Unaware

  State: Ready

  IPTimeout: 5 QueueStorage: 8

  Portname: UNASSIGNED RDEV: 0103 Controller: DTCVSW2  VDEV:  0103

VSWITCH Connection:

  RX Packets: 0  Discarded: 17 Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0103  Unit: 000   Role: DATA

Adapter Owner: BH3A NIC: 0104  Name: PORTVM1

  RX Packets: 0  Discarded: 0  Errors: 0

  TX Packets: 0  Discarded: 0  Errors: 0

  RX Bytes: 0TX Bytes: 0

  Device: 0106  Unit: 002   Role: DATA

 
Things are different from yesterday.
 
However, I am still unable to connect to BH3A via a PCOM session.
 
 

**
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they are 

addressed. Any unauthorized review, use, disclosure or distribution is 

prohibited. If you are not the intended recipient, please contact the 
sender by reply e-mail and destroy all copies of the original message. 

**




WAIT STATE

2008-09-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi 

 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

 

Any ideas?

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]

 



Re: WAIT STATE

2008-09-12 Thread Carlos Bodra

its missing console address.

In other words, console address could be different from real to system 
generated.
IF you are running zVM 4.4 or superior, it is redirect console for SE or 
HMC Software Messages Screen.


Good luck

Carlos

Martin, Terry R. (CMS/CTR) (CTR) escreveu:


Hi

 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED 
WAIT STATE CODE: 1010.


 


Any ideas?

 


//Thank You,//

 


//Terry Martin//

//Lockheed Martin - Information Technology//

//z/OS  z/VM Systems - Performance and Tuning//

//Cell - 443 632-4191//

//Work - 410 786-0386//

//[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]//

 



Re: WAIT STATE

2008-09-12 Thread Mike Hammock
You do not have a terminal device connected to the system/LPAR at an
address specified as an Operator console device in the SYSTEM CONFIG.

Mike

C. M. (Mike) Hammock
Sr. Technical Support
zFrame  IBM zSeries Solutions
(404) 643-3258
[EMAIL PROTECTED]


   
 Martin, Terry R. 
 (CMS/CTR) (CTR)  
 [EMAIL PROTECTED]  To 
 .hhs.gov IBMVM@LISTSERV.UARK.EDU   
 Sent by: The IBM  IBMVM@LISTSERV.UARK.EDU   
 z/VM Operating cc 
 System
 [EMAIL PROTECTED] Subject 
 ARK.EDU  WAIT STATE  
   
   
 09/12/2008 04:23  
 PM
   
   
 Please respond to 
   The IBM z/VM
 Operating System  
 [EMAIL PROTECTED] 
 ARK.EDU  
   
   




Hi

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]



__

This email may contain confidential and privileged material for the sole use of 
the intended recipient(s). Any review, use, distribution or disclosure by 
others is strictly prohibited. If you are not the intended recipient (or 
authorized to receive for the recipient), please contact the sender by reply 
email and delete all copies of this message. To reply to our email 
administrator directly, send an email to [EMAIL PROTECTED]


Re: WAIT STATE

2008-09-12 Thread Doug Breneman

HCP1010W  NO CONSOLE AVAILABLE.
Explanation:  The indicated disabled wait state PSW is loaded when an
operational primary or alternate operator's console cannot be found.
If you were running in virtual mode, CONMODE was not set to 3270.
System Action:  The system enters a disabled wait state (wait state code =
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain
the values held at the time the wait state was entered. Register 2 contains
the console device address.
Operator Response:  There is probably a hardware malfunction. Notify your
system support personnel. Verify that the RIOGEN macro instruction properly
defined the primary and alternate system consoles.
If you were running in virtual mode, enter the TERMinal CONMODE 3270
command,
and re-IPL.
If using SAPL, either specify the correct console address on the LOADPARM
parameter of the IPL command or specify the correct console address using
the
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone
Program Loader Defaults in z/VM: CP Planning and Administration.
If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error.
Doug Breneman z/VM Development IBM Endicott


   
  From:   Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]
   
  To: IBMVM@LISTSERV.UARK.EDU  
   
  Date:   09/12/2008 04:27 PM  
   
  Subject:WAIT STATE   
   





Hi

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]



Re: WAIT STATE

2008-09-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP Planning and Administration. 

If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error. 

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi


From:


Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:


IBMVM@LISTSERV.UARK.EDU


Date:


09/12/2008 04:27 PM


Subject:


WAIT STATE






Hi 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 





Re: WAIT STATE

2008-09-12 Thread Davis, Larry
Use 
 
CONS= 
 
Where  is the console address 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 4:44 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE



Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP Planning and Administration. 

If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error. 

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi


From:


Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:


IBMVM@LISTSERV.UARK.EDU


Date:


09/12/2008 04:27 PM


Subject:


WAIT STATE






Hi 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 





Re: WAIT STATE

2008-09-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
This not the first time I have had this VM up. I changed the system
config adding page packs and such and might have had a finger check!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: Martin, Terry R. (CMS/CTR) (CTR) 
Sent: Friday, September 12, 2008 4:44 PM
To: 'The IBM z/VM Operating System'
Subject: RE: WAIT STATE

 

Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP Planning and Administration. 

If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error. 

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi


From:


Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:


IBMVM@LISTSERV.UARK.EDU


Date:


09/12/2008 04:27 PM


Subject:


WAIT STATE






Hi 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 



Re: OSA issue (VSWITCH) again

2008-09-12 Thread Alan Altmark
On Friday, 09/12/2008 at 01:32 EDT, Daniel Allen [EMAIL PROTECTED] 
wrote:
 Yes. I have given up trying to bring OS/390 guest into a  VSWITCH. It 
does not 
 work.

In The Beginning there were, indeed, difficulties bringing up CommServer 
on a VSWITCH.

Do you have all available CommServer PTFs applied?  I mean, you're using 
OS/390, not z/OS, so OS/390 may not have gotten all the needed fixes.  I 
don't know.

Alan Altmark
z/VM Development
IBM Endicott


Re: WAIT STATE

2008-09-12 Thread Hodge, Robert L
Terry,
From the SAL screen, there is a PF key to list the files on the CP parm
disk. It may help you in determining what went wrong. If you made a
backup of the SYSTEM CONFIG on the parm disk, then you can use the FN=
and FT= options in the IPL parameters area to point to another SYSTEM
CONFIG. If you have another CP parm disk (i.e. 2 or 3) that would work,
then there is field in the upper left of the SAL screen where you can
point to another CP parm disk. Press enter on the SAL screen to
unprotect the CP parm disk field, and press enter after entering a new
value.



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 2:49 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE



This not the first time I have had this VM up. I changed the system
config adding page packs and such and might have had a finger check!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: Martin, Terry R. (CMS/CTR) (CTR) 
Sent: Friday, September 12, 2008 4:44 PM
To: 'The IBM z/VM Operating System'
Subject: RE: WAIT STATE

 

Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP Planning and Administration. 

If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error. 

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi


From:


Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:


IBMVM@LISTSERV.UARK.EDU


Date:


09/12/2008 04:27 PM


Subject:


WAIT STATE






Hi 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 



Re: WAIT STATE

2008-09-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi Bob,

 

I can not even get into the SAL screen. How do you get into the SAL
screen if you do not have a console? 

 

Thanks for the help!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Hodge, Robert L
Sent: Friday, September 12, 2008 5:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

Terry,

From the SAL screen, there is a PF key to list the files on the CP parm
disk. It may help you in determining what went wrong. If you made a
backup of the SYSTEM CONFIG on the parm disk, then you can use the FN=
and FT= options in the IPL parameters area to point to another SYSTEM
CONFIG. If you have another CP parm disk (i.e. 2 or 3) that would work,
then there is field in the upper left of the SAL screen where you can
point to another CP parm disk. Press enter on the SAL screen to
unprotect the CP parm disk field, and press enter after entering a new
value.

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 2:49 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

This not the first time I have had this VM up. I changed the system
config adding page packs and such and might have had a finger check!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: Martin, Terry R. (CMS/CTR) (CTR) 
Sent: Friday, September 12, 2008 4:44 PM
To: 'The IBM z/VM Operating System'
Subject: RE: WAIT STATE

 

Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP Planning and Administration. 

If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error. 

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi


From:


Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:


IBMVM@LISTSERV.UARK.EDU


Date:


09/12/2008 04:27 PM


Subject:


WAIT STATE






Hi 

I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT
STATE CODE: 1010.

Any ideas?

Thank You,

Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 



Re: WAIT STATE

2008-09-12 Thread Hodge, Robert L
Terry,
I think it is actually called SAPL ( Standalone Program Loader ). There
are instructions in the CP Planning and Administration book. If I
remember correctly, when you do the load function the HMC, there is a
field for the console address. Insert the four digit address of your
console and proceed with the load. The SAPL screen will eventually
appear on the console. If you want to proceed with the IPL using the
console address, then specify CONS=, where  the the console
address, in the IPL parameters field as was mentioned in a previous
posting. There is a PF key to proceed with the IPL/load. Or do as I said
in my previous posting.



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 3:52 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE



Hi Bob,

 

I can not even get into the SAL screen. How do you get into the SAL
screen if you do not have a console? 

 

Thanks for the help!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Hodge, Robert L
Sent: Friday, September 12, 2008 5:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

Terry,

From the SAL screen, there is a PF key to list the files on the CP parm
disk. It may help you in determining what went wrong. If you made a
backup of the SYSTEM CONFIG on the parm disk, then you can use the FN=
and FT= options in the IPL parameters area to point to another SYSTEM
CONFIG. If you have another CP parm disk (i.e. 2 or 3) that would work,
then there is field in the upper left of the SAL screen where you can
point to another CP parm disk. Press enter on the SAL screen to
unprotect the CP parm disk field, and press enter after entering a new
value.

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 2:49 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

This not the first time I have had this VM up. I changed the system
config adding page packs and such and might have had a finger check!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: Martin, Terry R. (CMS/CTR) (CTR) 
Sent: Friday, September 12, 2008 4:44 PM
To: 'The IBM z/VM Operating System'
Subject: RE: WAIT STATE

 

Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP Planning and Administration. 

If the problem persists, contact your IBM Support Center personnel to
diagnose
and correct the hardware error. 

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi


From:


Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:


IBMVM@LISTSERV.UARK.EDU


Date:


09/12/2008 04:27 PM


Subject:


WAIT STATE






Hi 

I am trying to bring up a new VM 

Re: WAIT STATE

2008-09-12 Thread Rob van der Heij
On Fri, Sep 12, 2008 at 11:52 PM, Martin, Terry R. (CMS/CTR) (CTR)

 I can not even get into the SAL screen. How do you get into the SAL screen
 if you do not have a console?

You specify the console address as the loadparm when you IPL.

Rob


Re: WAIT STATE

2008-09-12 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

 

Thanks all. I will try to work this out. I will update the list as to
how I get out of it.

 

Thanks again for all your help!!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Hodge, Robert L
Sent: Friday, September 12, 2008 6:03 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

Terry,

I think it is actually called SAPL ( Standalone Program Loader ). There
are instructions in the CP Planning and Administration book. If I
remember correctly, when you do the load function the HMC, there is a
field for the console address. Insert the four digit address of your
console and proceed with the load. The SAPL screen will eventually
appear on the console. If you want to proceed with the IPL using the
console address, then specify CONS=, where  the the console
address, in the IPL parameters field as was mentioned in a previous
posting. There is a PF key to proceed with the IPL/load. Or do as I said
in my previous posting.

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 3:52 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

Hi Bob,

 

I can not even get into the SAL screen. How do you get into the SAL
screen if you do not have a console? 

 

Thanks for the help!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Hodge, Robert L
Sent: Friday, September 12, 2008 5:05 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

Terry,

From the SAL screen, there is a PF key to list the files on the CP parm
disk. It may help you in determining what went wrong. If you made a
backup of the SYSTEM CONFIG on the parm disk, then you can use the FN=
and FT= options in the IPL parameters area to point to another SYSTEM
CONFIG. If you have another CP parm disk (i.e. 2 or 3) that would work,
then there is field in the upper left of the SAL screen where you can
point to another CP parm disk. Press enter on the SAL screen to
unprotect the CP parm disk field, and press enter after entering a new
value.

 



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Martin, Terry R. (CMS/CTR) (CTR)
Sent: Friday, September 12, 2008 2:49 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

This not the first time I have had this VM up. I changed the system
config adding page packs and such and might have had a finger check!

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: Martin, Terry R. (CMS/CTR) (CTR) 
Sent: Friday, September 12, 2008 4:44 PM
To: 'The IBM z/VM Operating System'
Subject: RE: WAIT STATE

 

Hi

 

Yes, I found this explanation. I think I might have messed up my system
config file which is what is causing this. Can I go into SAPL mode and
enter the cons to get me back in the system if the system config is in
fact corrupted? 

 

Thank You,

 

Terry Martin

Lockheed Martin - Information Technology

z/OS  z/VM Systems - Performance and Tuning

Cell - 443 632-4191

Work - 410 786-0386

[EMAIL PROTECTED]



From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Breneman
Sent: Friday, September 12, 2008 4:36 PM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: WAIT STATE

 

HCP1010W NO CONSOLE AVAILABLE. 

Explanation: The indicated disabled wait state PSW is loaded when an 
operational primary or alternate operator's console cannot be found. 

If you were running in virtual mode, CONMODE was not set to 3270. 

System Action: The system enters a disabled wait state (wait state code
= 
1010). If using the Stand-Alone Program Loader (SAPL), all registers
contain 
the values held at the time the wait state was entered. Register 2
contains 
the console device address. 

Operator Response: There is probably a hardware malfunction. Notify your

system support personnel. Verify that the RIOGEN macro instruction
properly 
defined the primary and alternate system consoles. 

If you were running in virtual mode, enter the TERMinal CONMODE 3270
command, 
and re-IPL. 

If using SAPL, either specify the correct console address on the
LOADPARM 
parameter of the IPL command or specify the correct console address
using the 
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding
Stand-Alone 
Program Loader Defaults in z/VM: CP 

Re: WAIT STATE

2008-09-12 Thread Carlos Bodra
You can force a console address. In LOAD screem, type into LOADPARM 
field a known 3270 (local nsna) address.


1010 is a wait state code indicating a usable console could not be 
found.   IPL VM  with that address in LOADPARM. For example if your IPL 
volume is on address 0100 and your 3270 is at address 0200: IPL 0100 
LOADPARM 0200


I never tried to put into LOADPARM sysg as console address, but this 
works if you get SAIPL with cons=sysg  to get VM operator console into 
HMC Software Messages tab.




Martin, Terry R. (CMS/CTR) (CTR) escreveu:


Hi Bob,

 

I can not even get into the SAL screen. How do you get into the SAL 
screen if you do not have a console?


 


Thanks for the help!

 


//Thank You,//

 


//Terry Martin

//Lockheed Martin - Information Technology

//z/OS  z/VM Systems - Performance and Tuning

//Cell - 443 632-4191

//Work - 410 786-0386

/[EMAIL PROTECTED]///



*From:* The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Hodge, Robert L

*Sent:* Friday, September 12, 2008 5:05 PM
*To:* IBMVM@LISTSERV.UARK.EDU
*Subject:* Re: WAIT STATE

 


Terry,

From the SAL screen, there is a PF key to list the files on the CP 
parm disk. It may help you in determining what went wrong. If you made 
a backup of the SYSTEM CONFIG on the parm disk, then you can use the 
FN= and FT= options in the IPL parameters area to point to another 
SYSTEM CONFIG. If you have another CP parm disk (i.e. 2 or 3) that 
would work, then there is field in the upper left of the SAL screen 
where you can point to another CP parm disk. Press enter on the SAL 
screen to unprotect the CP parm disk field, and press enter after 
entering a new value.


 




*From:* The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Martin, Terry R. (CMS/CTR) (CTR)

*Sent:* Friday, September 12, 2008 2:49 PM
*To:* IBMVM@LISTSERV.UARK.EDU
*Subject:* Re: WAIT STATE

This not the first time I have had this VM up. I changed the system 
config adding page packs and such and might have had a finger check!


 


//Thank You,//

 


//Terry Martin

//Lockheed Martin - Information Technology

//z/OS  z/VM Systems - Performance and Tuning

//Cell - 443 632-4191

//Work - 410 786-0386

/[EMAIL PROTECTED]/



*From:* Martin, Terry R. (CMS/CTR) (CTR)
*Sent:* Friday, September 12, 2008 4:44 PM
*To:* 'The IBM z/VM Operating System'
*Subject:* RE: WAIT STATE

 


Hi

 

Yes, I found this explanation. I think I might have messed up my 
system config file which is what is causing this. Can I go into SAPL 
mode and enter the cons to get me back in the system if the system 
config is in fact corrupted?


 


//Thank You,//

 


//Terry Martin

//Lockheed Martin - Information Technology

//z/OS  z/VM Systems - Performance and Tuning

//Cell - 443 632-4191

//Work - 410 786-0386

/[EMAIL PROTECTED]/



*From:* The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] 
*On Behalf Of *Doug Breneman

*Sent:* Friday, September 12, 2008 4:36 PM
*To:* IBMVM@LISTSERV.UARK.EDU
*Subject:* Re: WAIT STATE

 


HCP1010W NO CONSOLE AVAILABLE.

Explanation: The indicated disabled wait state PSW is loaded when an
operational primary or alternate operator's console cannot be found.

If you were running in virtual mode, CONMODE was not set to 3270.

System Action: The system enters a disabled wait state (wait state code =
1010). If using the Stand-Alone Program Loader (SAPL), all registers 
contain
the values held at the time the wait state was entered. Register 2 
contains

the console device address.

Operator Response: There is probably a hardware malfunction. Notify your
system support personnel. Verify that the RIOGEN macro instruction 
properly

defined the primary and alternate system consoles.

If you were running in virtual mode, enter the TERMinal CONMODE 3270 
command,

and re-IPL.

If using SAPL, either specify the correct console address on the LOADPARM
parameter of the IPL command or specify the correct console address 
using the
'CONS=' IPL parameter on the SAPL menu screen. Refer to Overriding 
Stand-Alone

Program Loader Defaults in z/VM: CP Planning and Administration.

If the problem persists, contact your IBM Support Center personnel to 
diagnose

and correct the hardware error.

Doug Breneman z/VM Development IBM Endicott

Inactive hide details for Martin, Terry R. (CMS---09/12/2008 04:27:55 
PM---HiMartin, Terry R. (CMS---09/12/2008 04:27:55 PM---Hi



From:




Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED]


To:




IBMVM@LISTSERV.UARK.EDU


Date:




09/12/2008 04:27 PM


Subject:




WAIT STATE


Re: WAIT STATE

2008-09-12 Thread Berry van Sleeuwen
Hello Terry,

Have a look at the CP message HCP1010W and you will find that you do not
have a console. Either the correct console has not been definied in the
SYSTEM CONFIG or it is not available. It happens to me quite often when
I IPL an LPAR in a guest VM and forget that I need to set the console to
my virtual 0009. Most of my systems have also 0009 into the system
config but some don't (sigh). So either include your console in the
system config or specify CONS= in the SALIPL screen.

BTW. Often a disabled wait will show the CP code. So if you get a 1010
or a 961 (the latter means SYSTEM shutdown complete) then try HELP
HCPxxxE, -W or -I on a different VM to see if that code is explained. Or
take the CP Messages and Codes to look for the number in the CP messages
chapter.

Regards, Berry.

Martin, Terry R. (CMS/CTR) (CTR) schreef:

 Hi

  

 I am trying to bring up a new VM LPAR and I am receiving a DISABLED
 WAIT STATE CODE: 1010.

  

 Any ideas?

  

 //Thank You,//

  

 //Terry Martin//

 //Lockheed Martin - Information Technology//

 //z/OS  z/VM Systems - Performance and Tuning//

 //Cell - 443 632-4191//

 //Work - 410 786-0386//

 //[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]//

  



Re: Eliminating DASD at IPL

2008-09-12 Thread Scott Rohling
Thanks Nick and Mary Anne!   We are going to use the NOTACCEPTED for the
ranges we don't want to show up.  I'm still a bit confused because it seems
like only the 'negative' specification works -- but hey, I'm used to being
confused :-)

Thanks again - Scott


Re: WAIT STATE

2008-09-12 Thread Michael MacIsaac
1010 is cannot find console - Did you bring up the Integrated 3270 
console on the HMC and specify SYSG as the (load) parm?

 I changed the system config adding page packs and such and might have 
had a finger check!
 Did you run CPSYNTAX before the SHUTDOWN RIEPL?  I alwasy acc 193 g (to 
pick up the CPSYNTAX command), then cpsyntax system config f (or 
whichever disk CF1 is accessed as) before ReIPLing.

Mike MacIsaac [EMAIL PROTECTED]   (845) 433-7061



Martin, Terry R. (CMS/CTR) (CTR) [EMAIL PROTECTED] 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
09/12/2008 04:23 PM
Please respond to
The IBM z/VM Operating System


To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
[IBMVM] WAIT STATE






Hi 
 
I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT 
STATE CODE: 1010.
 
Any ideas?
 
Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]
 


Re: WAIT STATE

2008-09-12 Thread Jim Bohnsack




This is something that I commented on (read "complained about") a
couple of months ago. I *ALWAYS* keep the previous nuc or
SYSTEM CONFIG file. I promote it from CF1 to CF2 with the same or
default name. I leave the previous file on CF1 renamed, at least, the
FN. A finger check does not have to spell disaster. IBM's PUT2PROD,
as far as CP nuc handling is a disaster waiting to happen, or at the
very least it is not very intuitive. If I get a call from an operator
in the middle of the night that the nuc won't load, it's easier to tell
him/her to switch to CF2 and ipl using the default CPLOAD MODULE and
SYSTEM CONFIG.
Jim

Michael MacIsaac wrote:

  This is a multipart message in MIME format.
--=_alternative 0005FEE3852574C3_=
Content-Type: text/plain; charset="US-ASCII"

1010 is "cannot find console" - Did you bring up the "Integrated 3270 
console" on the HMC and specify "SYSG" as the (load) parm?

  
  
I changed the system config adding page packs and such and might have 

  
  had a finger check!
 Did you run CPSYNTAX before the SHUTDOWN RIEPL?  I alwasy "acc 193 g" (to 
pick up the CPSYNTAX command), then "cpsyntax system config f" (or 
whichever disk CF1 is accessed as) before ReIPLing.

"Mike MacIsaac" [EMAIL PROTECTED]   (845) 433-7061



"Martin, Terry R. (CMS/CTR) (CTR)" [EMAIL PROTECTED] 
Sent by: The IBM z/VM Operating System IBMVM@LISTSERV.UARK.EDU
09/12/2008 04:23 PM
Please respond to
The IBM z/VM Operating System


To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
[IBMVM] WAIT STATE






Hi 
 
I am trying to bring up a new VM LPAR and I am receiving a DISABLED WAIT 
STATE CODE: 1010.
 
Any ideas?
 
Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS  z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
[EMAIL PROTECTED]
 

--=_alternative 0005FEE3852574C3_=
Content-Type: text/html; charset="US-ASCII"


brfont size=2 face="sans-serif"1010 is quot;cannot find consolequot;
- Did you bring up the quot;Integrated 3270 consolequot; on the HMC and
specify quot;SYSGquot; as the (load) parm?/font
br
brfont size=2 face="sans-serif"gt; I changed the system config adding
page packs and such and might have had a finger check!/font
brfont size=2 face="sans-serif"nbsp;Did you run CPSYNTAX before the
SHUTDOWN RIEPL? nbsp;I alwasy quot;acc 193 gquot; (to pick up the CPSYNTAX
command), then quot;cpsyntax system config fquot; (or whichever disk
CF1 is accessed as) before ReIPLing./font
brfont size=2 face="sans-serif"br
quot;Mike MacIsaacquot; lt;[EMAIL PROTECTED]gt; nbsp; (845) 433-7061/font
br
br
br
table width=100%
tr valign=top
td width=40%font size=1 face="sans-serif"bquot;Martin, Terry R.
(CMS/CTR) (CTR)quot; lt;[EMAIL PROTECTED]gt;/b /font
brfont size=1 face="sans-serif"Sent by: The IBM z/VM Operating System
lt;IBMVM@LISTSERV.UARK.EDUgt;/font
pfont size=1 face="sans-serif"09/12/2008 04:23 PM/font
table border
tr valign=top
td bgcolor=white
div align=centerfont size=1 face="sans-serif"Please respond tobr
The IBM z/VM Operating System/font/div/table
br
td width=59%
table width=100%
tr
td
div align=rightfont size=1 face="sans-serif"To/font/div
td valign=topfont size=1 face="sans-serif"IBMVM@LISTSERV.UARK.EDU/font
tr
td
div align=rightfont size=1 face="sans-serif"cc/font/div
td valign=top
tr
td
div align=rightfont size=1 face="sans-serif"Subject/font/div
td valign=topfont size=1 face="sans-serif"[IBMVM] WAIT STATE/font/table
br
table
tr valign=top
td
td/table
br/table
br
br
brfont size=2 face="Arial"Hi /font
brfont size=2 face="Arial"nbsp;/font
brfont size=2 face="Arial"I am trying to bring up a new VM LPAR and
I am receiving a DISABLED WAIT STATE CODE: 1010./font
brfont size=2 face="Arial"nbsp;/font
brfont size=2 face="Arial"Any ideas?/font
brfont size=2 face="Arial"nbsp;/font
brfont size=2 color=#800080iThank You,/i/font
brfont size=3 face="Times New Roman"nbsp;/font
brfont size=2 color=#800080iTerry Martin/i/font
brfont size=2 color=#800080iLockheed Martin - Information Technology/i/font
brfont size=2 color=#800080iz/OS amp; z/VM Systems - Performance
and Tuning/i/font
brfont size=2 color=#800080iCell - 443 632-4191/i/font
brfont size=2 color=#800080iWork - 410 786-0386/i/font
bra href="" class="moz-txt-link-freetext" href="mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]font size=2 color=blueiu[EMAIL PROTECTED]/u/i/font/a
brfont size=3 face="Times New Roman"nbsp;/font
br
--=_alternative 0005FEE3852574C3_=--

  


-- 
Jim Bohnsack
Cornell University
(972) 596-6377 home/office
(972) 342-5823 cell
[EMAIL PROTECTED]




Re: Eliminating DASD at IPL

2008-09-12 Thread Alan Altmark
On Friday, 09/12/2008 at 09:20 EDT, Scott Rohling 
[EMAIL PROTECTED] wrote:
 We are trying to eliminate all the z/OS DASD we are seeing on our z/VM 
 system...

While you can reduce the liklihood of them being accidentally used, I 
suggest you remove them from the I/O configuration.  A secure I/O 
configuration is the second step in securing a multipartition system.  If 
your auditors knew about the shared I/O, I imagine that they would object.

The reason is that owning system's audit trail will not show that another 
partition accessed its data.  If asked, Who had access to the 
sensititve data on the date in question? the answer from the 
scapegoat-seeking PHB will not be the hoped-for I do not recollect at 
this time, Senator.  Instead, the system programmers of each partition 
with shared I/O access will be on the short list.

For those who are interested, the first step is to secure the HMC, and the 
third step is to create a separate partition for managing dynamic I/O.  Do 
not allow a production system to do this - if it is, in some unforseeable 
way, hacked, it then has the keys to the data kingdom.  In larger shops, 
separate the duties of system programmming from hardware configuration 
management.  Then it requires collusion between two people to get 
unaudited access to data (a conspiracy).

Protect your company's data and yourself in one go.  Plausible 
deniability, man; it's vastly underrated these days.

Alan Altmark
z/VM Development
IBM Endicott