• No results found

Installation guideline. ConTool

N/A
N/A
Protected

Academic year: 2021

Share "Installation guideline. ConTool"

Copied!
8
0
0

Loading.... (view fulltext now)

Full text

(1)

Copyright consolut international ag, Schaffhausen Seite 1 von 8

Installation guideline

Installation guideline

Installation guideline

Installation guideline

Con

Con

Con

ConTool

Tool

Tool

Tool

Updated:

Updated:

Updated:

Updated: 06

06

06

06....04

04

04.20

04

.20

.20

.201

1

11

1

1

1

1

Created by: consolut international ag

Ebnatstrasse 65c CH-8200 Schaffhausen fon: +41 (0) 525 33833 10 fax: +41 (0) 525 33833 2 [email protected] www.consolut.com

(2)

Copyright consolut international ag, Schaffhausen Seite 2 von 8

Table

Table

Table

Table of contents

of contents

of contents

of contents

1 Product description CONSQL ... 3

1.1 Download link ... 3

1.2 How to install I ? (on iSeries) ... 3

1.3 How to install II ? (on PC) ... 3

1.4 How to install III ? (on iSeries) ... 4

1.5 How to install IV ConTool Diskanalyzer ? (on PC) ... 4

1.6 How to start the ConTool Diskanalyzer tool ? ... 4

1.7 How to plan via Job Scheduler (Diskanalyzer)? ... 5

1.8 How to use the data of the Diskanalyzer tool ?... 5

1.9 How to use the consolut Start SAP Tool ? ... 5

1.10 How to use the consolut Stop SAP Tool ? ... 5

1.11 How to use the consolut DLTJRNRCV Tool ? ... 6

2 How to use the consolut commands ? ... 7

2.1 Command DSPFF ... 7 2.2 Command EDTDTAARA ... 7 2.3 Command CONCMP ... 7 2.4 Command CONSTRCRT ... 7 2.5 Programm CONRFCRCV ... 7 2.6 Programm CONRFCSND ... 7 2.7 Programm CONRFCSND1 ... 7 3 Imprint ... 8

(3)

Copyright consolut international ag, Schaffhausen Seite 3 von 8

1

1

1

1

Produ

Produ

Produ

Producccctttt description CONSQL

description CONSQL

description CONSQL

description CONSQL

1.1

1.1

1.1

1.1

Download link

Download link

Download link

Download link

http://www.consolut.com/en/s/download/contool.html

1.2

1.2

1.2

1.2

How to install I ? (on iSeries)

How to install I ? (on iSeries)

How to install I ? (on iSeries)

How to install I ? (on iSeries)

- Logon with QSECOFR - CRTSAVF QGPL/CONTOOL - CRTSAVF QGPL/CONTOOLD

1.3

1.3

1.3

1.3

How to install II ? (on PC)

How to install II ? (on PC)

How to install II ? (on PC)

How to install II ? (on PC)

- unzip the file ConTool.zip to the 2 files "contool" & "contoold" to c:\temp - ftp the data binary to your iSeries into the created SAVFs

You can do that similar as follows: ftp <iSeries-Name> cd qgpl bin lcd c:\temp put contool put contoold quit

(4)

Copyright consolut international ag, Schaffhausen Seite 4 von 8

1.4

1.4

1.4

1.4

How to install III ? (on iSeries)

How to install III ? (on iSeries)

How to install III ? (on iSeries)

How to install III ? (on iSeries)

1. Logon with QSECOFR

2. RSTLIB SAVLIB(CONTOOL) DEV(*SAVF) SAVF(QGPL/CONTOOL) MBROPT(*ALL)

ALWOBJDIF(*ALL)

3. RSTLIB SAVLIB(CONTOOLD) DEV(*SAVF) SAVF(QGPL/CONTOOLD) MBROPT(*ALL)

ALWOBJDIF(*ALL) 4. mkdir '/ConTool'

5. RST DEV('/QSYS.LIB/CONTOOL.LIB/CONTOOLIFS.FILE') OBJ(('/ConTool/*'))

6. GRTOBJAUT OBJ(CONTOOL/*ALL) OBJTYPE(*ALL) USER(*PUBLIC) AUT(*ALL)

7. GRTOBJAUT OBJ(CONTOOLD/*ALL) OBJTYPE(*ALL) USER(*PUBLIC) AUT(*ALL)

8. CALL CONTOOL/CRTSHARES

9. If you are using iASP, you need to change the DTAARA CONTOOLD/IASP as

follows:

10. CHGDTAARA DTAARA(CONTOOLD/IASP) VALUE('Your-iASP')

1.5

1.5

1.5

1.5

How to install IV ConTool Diskanalyzer ? (on PC)

How to install IV ConTool Diskanalyzer ? (on PC)

How to install IV ConTool Diskanalyzer ? (on PC)

How to install IV ConTool Diskanalyzer ? (on PC)

- Rename the file

\\<iSeries-Name>\rootbin\ConTool\Data\HostSpaceOccupied.htm with your Windows Explorer to

\\<iSeries-Name>\rootbin\ConTool\Data\<iSeries-Name>SpaceOccupied.htm - Edit the file the following file with notepad, pspad, textpad or similar and exchange all occurrences of "&HOST&" with "<iSeries-Name>" (Should be about 40 times)

\\<iSeries-Name>\rootbin\ConTool\Data\<iSeries-Name>SpaceOccupied.htm

1.6

1.6

1.6

1.6

How to start the ConTool Diskanalyzer tool ?

How to start the ConTool Diskanalyzer tool ?

How to start the ConTool Diskanalyzer tool ?

How to start the ConTool Diskanalyzer tool ?

- Logon with QSECOFR (e.g. every sunday 4pm via WRKJOBSCDE weekly) - CALL PGM(CONTOOL/STRCONTOSM)

(5)

Copyright consolut international ag, Schaffhausen Seite 5 von 8

1.7

1.7

1.7

1.7

How to plan via Job Scheduler (Diskanalyzer)?

How to plan via Job Scheduler (Diskanalyzer)?

How to plan via Job Scheduler (Diskanalyzer)?

How to plan via Job Scheduler (Diskanalyzer)?

ADDJOBSCDE JOB(STRCONTOOL) CMD(CALL PGM(CONTOOL/STRCONTOSM)) FRQ(*WEEKLY) SCDDATE(*NONE) SCDDAY(*SUN) SCDTIME(160000)

RCYACN(*NOSBM) JOBD(CONTOOL/CONTOOL) JOBQ(QCTL) TEXT('Start ConTool for Disk Checks')

... STRCONTOSM should be modified for iASP ...

1.8

1.8

1.8

1.8

How to

How to

How to

How to use the data of the Diskanalyzer tool ?

use the data of the Diskanalyzer tool ?

use the data of the Diskanalyzer tool ?

use the data of the Diskanalyzer tool ?

- Mount a network drive e.g. X:\ with \\<iSeries-Name>\ROOTBIN - Start your Internet Browser and enter the following:

X:\ConTool\Data\<iSeries-Name>SpaceOccupied.htm ... click on the different links and enjoy :-))

1.9

1.9

1.9

1.9

How to use the consolut Start SAP Tool ?

How to use the consolut Start SAP Tool ?

How to use the consolut Start SAP Tool ?

How to use the consolut Start SAP Tool ?

- CHGOBJOWN OBJ(CONTOOL/CONSTRSAP1) OBJTYPE(*PGM) NEWOWN(QSECOFR) - CHGPGM PGM(CONTOOL/CONSTRSAP1) USRPRF(*OWNER)

- If you want to start your SAP system include the following: CALL PGM(CONTOOL/CONSTRSAP1) PARM(SID)

1.10

1.10

1.10

1.10 How to use the consolut Stop SAP Tool ?

How to use the consolut Stop SAP Tool ?

How to use the consolut Stop SAP Tool ?

How to use the consolut Stop SAP Tool ?

- CHGOBJOWN OBJ(CONTOOL/CONENDSAP1) OBJTYPE(*PGM) NEWOWN(QSECOFR) - CHGPGM PGM(CONTOOL/CONENDSAP1) USRPRF(*OWNER)

- If you want to stop your SAP system include the following: CALL PGM(CONTOOL/CONENDSAP1) PARM(SID)

(6)

Copyright consolut international ag, Schaffhausen Seite 6 von 8

1.11

1.11

1.11

1.11How to use the consolut DLTJRNRCV Tool ?

How to use the consolut DLTJRNRCV Tool ?

How to use the consolut DLTJRNRCV Tool ?

How to use the consolut DLTJRNRCV Tool ?

- Before the nightly backup delete all old contents: CLRPFM FILE(CONTOOL/DLTJRNRCV)

- Run the following for each SID BEFORE the backup: CALL PGM(CONTOOL/DLTJRNRCV1) PARM(SID) - Run the following AFTER your backup once: CALL PGM(CONTOOL/DLTJRNRCV2)

(7)

Copyright consolut international ag, Schaffhausen Seite 7 von 8

2

2

2

2

How to use the consolut commands ?

How to use the consolut commands ?

How to use the consolut commands ?

How to use the consolut commands ?

2.1

2.1

2.1

2.1

Command DSPFF

Command DSPFF

Command DSPFF

Command DSPFF

This command is better than DSPFFD

2.2

2.2

2.2

2.2

Command

Command

Command

Command EDTDTAARA

EDTDTAARA

EDTDTAARA

EDTDTAARA

This command is better than CHGDTAARA for CHAR.

2.3

2.3

2.3

2.3

Command

Command

Command

Command CONCMP

CONCMP

CONCMP

CONCMP

Useful Pre-Compile-Statements

2.4

2.4

2.4

2.4

Command

Command

Command

Command CONSTRCRT

CONSTRCRT

CONSTRCRT

CONSTRCRT

Send file and Field definition to SAP

2.5

2.5

2.5

2.5

Programm CONRFCRCV

Programm CONRFCRCV

Programm CONRFCRCV

Programm CONRFCRCV

Standard tool for RFC transfer from SAP (includes table)

2.6

2.6

2.6

2.6

Programm CONRFCSND

Programm CONRFCSND

Programm CONRFCSND

Programm CONRFCSND

Standard tool for RFC transfer to SAP (includes table)

2.7

2.7

2.7

2.7

Programm CONRFCSND1

Programm CONRFCSND1

Programm CONRFCSND1

Programm CONRFCSND1

(8)

Copyright consolut international ag, Schaffhausen Seite 8 von 8

3 Imprint

This document was created by: consolut international ag Ebnatstrasse 65c 8200 Schaffhausen Switzerland Fon : +41(0)525 33833 10 Fax : +41(0)525 33833 2 Contact: [email protected] Internet: www.consolut.com

References

Related documents

Belt and pulley, or simply called the belt, is mainly used to transmit the rotating driving force from the drive wheel to the driven wheel (Fig.. The pulley is often made

No tuition fees will be refunded to students who notify the Embassy English Centre of their withdrawal after the commencement of their first course. When a student has enrolled

Relaying on this information, a forwarder node will give a score to each neighbor according to an objective function “f(x)”. Since AGEM protocol relays on beacon exchange for

Table 2 shows summary of the standard deviations of climatological monthly mean air temperature (average of the twelve months, and correlation coefficient between the reanalysis and

(Recommendations from health authorities concerning Radon always refer to the one-year average Radon levels.).. Note: After 5 years of continuous operation - if the Radon Monitor

NPs, nanoparticles; Ih, icosahedral; CO, cuboctahedral; fcc, face- centered cubic; c-Si, crystalline Si; a-Si, amorphous Si; TEM, transmission electron microscopy;

Compute a shorter the ten year mortgage calculator will be regardless of the best fits your home, as of the case with all fixed rate mortgages with the refinance.. Same or

The research worked with an emergent set of six themes; the significance of the TESTT model, the gaps in provision and markets in Durham City, the engineering of social impacts