VSEn/Shutdown: Difference between revisions

From The Mainframe Wiki
Jump to navigation Jump to search
(Created page with "To shutdown a VSEn install, you need to shut down all the individual partitions. To shut down OLTP (CICS), issue: MSG F2,DATA=CEMT P SHUT To shut down VTAM, issue: Z NET,QUICK")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
To shutdown a VSEn install, you need to shut down all the individual partitions.
To shutdown a VSEn install, you need to shut down all the individual partitions.
To shut down TCPIP, issue:
(TODO)


To shut down OLTP (CICS), issue:
To shut down OLTP (CICS), issue:
Line 5: Line 9:
  MSG F2,DATA=CEMT P SHUT
  MSG F2,DATA=CEMT P SHUT


To shut down VTAM, issue:
To shut down VCDD (VTAM), issue:


  Z NET,QUICK
  Z NET,QUICK
Once all partitions are shut down, end VSEn/POWER using:
PEND
And finish off with
0 ROD
0
When VSEn/POWER has been shut down, power down the CPU using
PWROFF
15 YES

Latest revision as of 13:58, 17 March 2023

To shutdown a VSEn install, you need to shut down all the individual partitions.

To shut down TCPIP, issue:

(TODO)

To shut down OLTP (CICS), issue:

MSG F2,DATA=CEMT P SHUT

To shut down VCDD (VTAM), issue:

Z NET,QUICK

Once all partitions are shut down, end VSEn/POWER using:

PEND

And finish off with

0 ROD
0 

When VSEn/POWER has been shut down, power down the CPU using

PWROFF
15 YES