Ansicht
Dokumentation

13066 - Relocating SAP system

13066 - Relocating SAP system

BAL_S_LOG - Application Log: Log header data   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

Relocating SAP system

Hi Judith,
to suspend jobs because of an upgrade, run program BTCTRNS1.
To release these jobs after the upgrade, run programm BTCTRNS2.

To lock all users, I wrote the following little program:

REPORT ZATE_BCR_0003 LINE-SIZE 132 LINE-COUNT 65
NO STANDARD PAGE HEADING
MESSAGE-ID: ZZ.
*
TABLES: USR02. " User Master

*-----------------------------------------------------------------------
* Select options *
*-----------------------------------------------------------------------
SELECTION-SCREEN BEGIN OF BLOCK SEL1 WITH FRAME.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 01(35) TEXT-S01.
SELECTION-SCREEN POSITION 37.
PARAMETERS: P_LOCK RADIOBUTTON GROUP G1. " lock
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 01(35) TEXT-S02.
SELECTION-SCREEN POSITION 37.
PARAMETERS: P_UNLOCK RADIOBUTTON GROUP G1. " unlock
SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN SKIP 2.

SELECTION-SCREEN COMMENT 01(35) TEXT-S03.
SELECT-OPTIONS: P_BNAME FOR USR02-BNAME. "Username

SELECTION-SCREEN END OF BLOCK SEL1.
************************************************************************
* Update user master
************************************************************************
SELECT * FROM USR02 WHERE BNAME NOT IN P_BNAME.
IF P_LOCK = 'X'.
USR02-UFLAG = 64. "Lock
ENDIF.
IF P_UNLOCK = 'X'.
USR02-UFLAG = 00. "Unlock
ENDIF.
UPDATE USR02.
ENDSELECT.

Add the following Text symbols:
S01 Lock user
S02 Unlock user
S03 these users not: (for example: SAP* DDIC SAPCPIC)


Kind regards.
Karl


-----Original Message-----
From: jud_gl [mailto:jgarciaZe...]
Sent: Monday, March 01, 2004 5:27 PM
To: DoNotReply@consolut.eu
Subject: Re: Relocating SAP system

Hi Doreen,

In this document you mentioned to 'Do something with all the batch
jobs so that they don't "take off" the first time we start SAP'.

Does anybody know an easy way to avoid that bacth jobs start when SAP
starts?

I was thinking to change the instance profile parameter
rdisp/wp_no_btc to 0, but I wondering if there is a better way to do
it.

Regards,

Judith



--- In DoNotReply@consolut.eu, "Anderson, Doreen"
<dandersoZb...> wrote:
>
> I've just posted a document to the group -
> This is the process we used this past August when moving our
Production
> <SID> to a new iSeries box.
>
> It is quite detailed and there are a lot of steps - I do not like
to use
> SAVE (21) /RESTORE when moving from one operating system to
another. In
> this example - we were moving from an 840 running V5R1 to an 890
running
> V5R2.
>
>
> Doreen
> -----Original Message-----
> From: zvada65 [mailto:mzvadaZb...]
> Sent: Wednesday, January 14, 2004 2:26 AM
> To: DoNotReply@consolut.eu
> Subject: Relocating SAP system
>
> Hi gang,
>
> We have to relocating our PRD system (4.6C) from AS/400 box 720 to
a
> brand new 825 box (V5R2M0).
>
> Is it the only possibility to make a homogen system copy (R3setup)
> with the same SAP sid or shall I restore the whole database
(restore
> with 21 option) and than make some adjustment. (Network
attribute, ...)
>
> Are there anyone, who made this unsupported type of system copy?
>
> What should I do ?
>
> Thank's in advance:
>
>
> Martin Zvada
>
>
>
>
> Have a look to our homepage at: http://www.consolut.net
> DoNotReply@consolut.eu
>
> consolut Links
>
> To visit your group on the web, go to:
> http://groups.consolut.net/group/SAP on System i/
>
> To unsubscribe from this group, send an email to:
> DoNotReply@consolut.eu
>
> Your use of consolut is subject to:
> http://www.consolut.net




Have a look to our homepage at: http://www.EasyMarketplace.de
DoNotReply@consolut.eu
consolut Links






***********************************************************************
AMPHENOL TUCHEL ELECTRONICS legal disclaimer

This email and any files transmitted with it are intended
solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error
please delete the received email immediately and all
related information.

This footnote also confirms that this email message has
been swept by our daily updated content check for the
presence of computer viruses. Although checked, we can
not guarantee that this email is free of viruses.

contact: postmasterZa...
web: http://www.amphenol-tuchel.de
***********************************************************************


Durban Tours - Südafrika Safari

Fill RESBD Structure from EBP Component Structure   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 6792 Date: 20240419 Time: 035842     sap01-206 ( 4 ms )