Alterar Horário de Verão no ZVM
PROCEDIMENTO PARA ALTERAR O HORÁRIO DE VERÃO NO ZVM
-
Action Performed by Date and Time Comment Publish admin 2009-04-06 10:05 No comments.
1 – Logar como usuário MAINT no terminal 3270
2 – Sair do modo CP e entrar no CMS:
CP IPL CMS
DMSACC724I 19E replaces Y (19E)
DMSACP723I Y (19E) R/O
z/VM V5.2.0 2007-08-02 15:24
DMSWSP100W Shared S-STAT not available
DMSWSP100W Shared Y-STAT not available
Ready; T=0.01/0.01 14:02:19
CMS
3 – Verificar se o horário está correto:
Q TIME
TIME IS 14:02:42 BRT MONDAY 10/01/07
CONNECT= 99:59:59 VIRTCPU= 000:09.64 TOTCPU= 000:10.92
Ready; T=0.01/0.01 14:02:42
4 – No z/VM, todas as configurações de horário de verão estão no arquivo SYSTEM CONFIG. Para abrir o arquivo com o usuário MAINT, basta executar o comando:
CHGCONF
4.1 – Digitar X na frente do SYSTEM CONFIG e depois <Control>:
MAINT FILELIST A0 V 169 Trunc=169 Size=16 Line=1 Col=1 Alt=0
Cmd Filename Filetype Fm Format Lrecl Records Blocks Date Time
X SYSTEM CONFIG F1 F 80 456 9 10/01/07 14:52:17
SYSTEM CONFIGBK F1 F 80 254 5 7/26/07 10:45:51
CPLOAD MODULE F1 V 65535 191 3023 11/18/05 23:44:09
1= Help 2= Refresh 3= Quit 4= Sort(type) 5= Sort(date) 6= Sort(size)7= Backward 8= Forward 9= FL /n 10= 11= XEDIT/LIST 12= Cursor
====>
4.2 – Dentro do mesmo arquivo procurar por uma string chamada Timezone Definitions:
====> /Timezone Definitions
4.3 – Fazer as alterações necessárias mudando as linhas para:
00038 /* Timezone Definitions */
00039 /**********************************************************************/
00040
00041 Timezone_Definition BRT West 03.00.00
00042 Timezone_Definition BST West 02.00.00
00043 Timezone_Definition CDT West 05.00.00
00044 Timezone_Definition CST West 06.00.00
00045 Timezone_Definition MDT West 06.00.00
00046 Timezone_Definition MST West 07.00.00
00047 Timezone_Definition PDT West 07.00.00
00048 Timezone_Definition PST West 08.00.00
00049
00050 Timezone_boundary on 2007-10-14 at 00:00:00 to BST
00051 Timezone_boundary on 2008-02-17 at 00:00:00 to BRT
00052
00053 Timezone_boundary on 2008-04-06 at 02:00:00 to BRT
00054 Timezone_boundary on 2008-10-26 at 02:00:00 to BST
00055
00056 Timezone_boundary on 2009-04-05 at 02:00:00 to BRT
00057 Timezone_boundary on 2009-10-25 at 02:00:00 to BST
00058
====>
4.4 – Executar o comando abaixo para salvar o arquivo:
====> FILE
4.5 – Para sair do CHGCONF, digitar QQ ao final da tela, após a seta:
4.5.1 – Se o arquivo não estiver com nada errado, aparecerá uma mensagem parecida com:
CONFIGURATION FILE PROCESSING COMPLETE -- NO ERRORS ENCOUNTERED.
DASD 0CF1 DETACHED
CPACCESS request for mode A scheduled.
Ready; T=0.86/0.86 14:59:17
HCPZAC6732I CPACCESS request for MAINT's 0CF1 in mode A completed.
5 – Execute o comando abaixo para efetuar as mudanças:
SET TIMEZONE BRT
6 – Para verificar se as alterações foram feitas, execute o comando:
Q TIMEZONE
6.1 – A resposta deve ser parecida com:
Q TIMEZONE
Zone Direction Offset Status
UTC ---- 00.00.00 Inactive
GMT ---- 00.00.00 Inactive
BRT West 03.00.00 Active
BST West 02.00.00 Inactive
CDT West 05.00.00 Inactive
(...)
PDT West 07.00.00 Inactive
PST West 08.00.00 Inactive
Ready; T=0.01/0.01 14:53:39
7 – Verificar se
o horário está correto:
Q TIME
TIME IS 15:01:18 BRT MONDAY 10/01/07
CONNECT= 99:59:59 VIRTCPU= 000:12.17 TOTCPU= 000:14.54
Ready; T=0.01/0.01 15:01:18
8 – Caso as
alterações não tenham sido aplicadas, executar o comando manualmente:
DEFINE TIMEZONE BRT WEST 03.00.00
Time zone BRT has been defined as 03.00.00 west of UTC.
DEFINE TIMEZONE BST WEST 02.00.00
Time zone BST has been defined as 02.00.00 west of UTC.
8.1 – Executar o comando Q TIMEZONE para verificar se a alteração ocorreu. Caso não tenha acontecido, então será necessário um boot da LPAR.