$ ls -al
total 14248664
drwxrwxr-x. 3 ec2-user ec2-user 4096 May 31 01:50 .
drwx------. 4 ec2-user ec2-user 152 May 30 14:32 ..
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 30 14:59 TD752SP04part01.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 30 15:12 TD752SP04part02.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 30 16:04 TD752SP04part03.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 30 15:26 TD752SP04part04.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 30 15:39 TD752SP04part05.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 30 15:52 TD752SP04part06.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 31 01:11 TD752SP04part07.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 31 01:24 TD752SP04part08.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 31 01:38 TD752SP04part09.rar
-rw-rw-r--. 1 ec2-user ec2-user 1450000000 May 31 01:50 TD752SP04part10.rar
-rw-rw-r--. 1 ec2-user ec2-user 90622541 May 31 01:51 TD752SP04part11.rar
転送が完了したらunrarコマンドで展開します。
$ unrar x '*.rar'
UNRAR 5.40 freeware Copyright (c) 1993-2016 Alexander Roshal
Extracting from TD752SP04part01.rar
Extracting readme.html OK
Creating server OK
Creating server/TAR OK
Creating server/TAR/x86_64 OK
(略)
Extracting client/JavaGUI/PlatinManual750_5-80002496.ZIP OK
Extracting client/JavaGUI/PlatinGUI750_5-80002496.JAR OK
All OK
$ ls
client install.sh SAP_COMMUNITY_DEVELOPER_License TD752SP04part01.rar TD752SP04part03.rar TD752SP04part05.rar TD752SP04part07.rar TD752SP04part09.rar TD752SP04part11.rar
img readme.html server TD752SP04part02.rar TD752SP04part04.rar TD752SP04part06.rar TD752SP04part08.rar TD752SP04part10.rar
$ unrar x License.rar
UNRAR 5.40 freeware Copyright (c) 1993-2016 Alexander Roshal
Extracting from License.rar
Creating License OK
Extracting License/info.txt OK
Creating License/SYBASE_ASE_TestDrive OK
Extracting License/SYBASE_ASE_TestDrive/SYBASE_ASE_TestDrive.lic OK
All OK
$ cp License/SYBASE_ASE_TestDrive/SYBASE_ASE_TestDrive.lic /home/ec2-user/sapimage/server/TAR/x86_64
$ sudo ./install.sh
Hostname primesap assumed to be SAP compliant
Your distribution 'almalinux' was not tested. Do you want to continue? y
You have chosen to continue with install in non tested distribution
and we encourage you to share your experience with the SAP community
Error: /sbin/uuidd: not executable file
Do you want to continue regardless of the missing dependencies? yes/no: y
#============================================
#
# Installing SAP Developer Edition
#
#============================================
You are about to install the SAP Developer Edition
Please make sure you have carefully read and understood the documentation
To install this TestDrive you have to accept
the SAP COMMUNITY DEVELOPER License (DEV).
SAP DEVELOPER CENTER
MASTER SOFTWARE DEVELOPER LICENSE AGREEMENT
Please scroll down and read the following SAP Developer Center Software Developer License Agre
ement (?Developer Agreement?) carefully. By clicking ?I Accept? or by attempting to access or
use the SAP Software, You agree that this Developer Agreement forms a legally binding agreemen
t between You (?You? or ?Your?) and SAP AG, for and on behalf of itself and its subsidiaries a
nd affiliates (as defined in Section 15 of the German Stock Corporation Act) (?SAP?) and You a
gree to be bound by all of the terms and conditions stated in this Developer Agreement. If You
are trying to access or download the SAP Software on behalf of Your employer or as a consulta
nt or agent of a third party (either "Your Company"), You represent and warrant that You have
the authority to act on behalf of and bind Your Company to the terms of this Developer Agreeme
nt and everywhere in this Developer Agreement that refers to ?You? or ?Your? shall also includ
e Your Company. If You do not agree to these terms, do not click "I Accept", and do not access
or use the SAP Software.
Do you agree to the above license terms? yes/no:y
Now we need the passwords for the OS users.
Please enter a password which will be used
for all operating system users.
Please enter a password:(任意のパスワード)
Please re-enter password for verification:(任意のパスワード)
Now we begin with the installation.
Be patient, this will take a while ...
extracting data archives...
extracting /home/ec2-user/sapimage/server/TAR/x86_64/dbdata.tgz-*
sybase/NPL/sapdata_1/
(略)
Removed directory /root/.sapinst/primesap/1408.
Configure profiles for 4GB physical memory
Profile /sapmnt/NPL/profile/NPL_D00_primesap: changing PHYS_MEMSIZE from 1536 to 2048
Profile /sapmnt/NPL/profile/NPL_D00_primesap: changing abap/shared_objects_size_MB from 200 to 386
Configuring strong TLS according to SAP Note 510007
Profile /sapmnt/NPL/profile/DEFAULT.PFL: adding ssl/ciphersuites = 135:PFS:HIGH::EC_P256:EC_HIGH
Profile /sapmnt/NPL/profile/DEFAULT.PFL: adding ssl/client_ciphersuites = 150:PFS:HIGH::EC_P256:EC_HIGH
Checking syb Database
Database is running
-------------------------------------------
Starting Startup Agent sapstartsrv
OK
Instance Service on host primesap started
-------------------------------------------
starting SAP Instance ASCS01
Startup-Log is written to /home/npladm/startsap_ASCS01.log
-------------------------------------------
/usr/sap/NPL/ASCS01/exe/sapcontrol -prot NI_HTTP -nr 01 -function Start
Instance on host primesap started
Starting Startup Agent sapstartsrv
OK
Instance Service on host primesap started
-------------------------------------------
starting SAP Instance D00
Startup-Log is written to /home/npladm/startsap_D00.log
-------------------------------------------
/usr/sap/NPL/D00/exe/sapcontrol -prot NI_HTTP -nr 00 -function Start
Instance on host primesap started
Installation of NPL successful
$ sudo su - npladm
Last login: Tue May 31 15:11:40 UTC 2022 on pts/0
primesap:npladm 2> stopsap all
Checking syb Database
Database is running
-------------------------------------------
stopping the SAP instance D00
Shutdown-Log is written to /home/npladm/stopsap_D00.log
-------------------------------------------
/usr/sap/NPL/D00/exe/sapcontrol -prot NI_HTTP -nr 00 -function Stop
Instance on host primesap stopped
Waiting for cleanup of resources
..........
stopping the SAP instance ASCS01
Shutdown-Log is written to /home/npladm/stopsap_ASCS01.log
-------------------------------------------
/usr/sap/NPL/ASCS01/exe/sapcontrol -prot NI_HTTP -nr 01 -function Stop
Instance on host primesap stopped
Waiting for cleanup of resources
..
stopping database NPL ...
stop database completed successfully
Checking syb Database
Database is not available via R3trans
-------------------------------------------
primesap:npladm 3> exit
logout
起動確認をする
一度サーバーを再起動させます。
$ sudo /sbin/reboot
npladmユーザーになり、「startsap all」でSAPが正常起動するか確認します。
$ sudo su - npladm
Last login: Tue May 31 15:17:05 UTC 2022 on pts/0
primesap:npladm 4> startsap all
Checking syb Database
Database is not available via R3trans
-------------------------------------------
starting database NPL ...
Log file: /sybase/NPL/startdb.log
parse level 0: identified message 'Database 'master' is now online.'
parse level 1: identified message 'Database 'tempdb' is now online.'
parse level 2: identified message 'Database 'sybsystemprocs' is now online.'
parse level 3: identified message 'Recovery complete.'
Recovery Complete
startdb completed successfully
Starting Startup Agent sapstartsrv
OK
Instance Service on host primesap started
-------------------------------------------
starting SAP Instance ASCS01
Startup-Log is written to /home/npladm/startsap_ASCS01.log
-------------------------------------------
/usr/sap/NPL/ASCS01/exe/sapcontrol -prot NI_HTTP -nr 01 -function Start
Instance on host primesap started
Starting Startup Agent sapstartsrv
OK
Instance Service on host primesap started
-------------------------------------------
starting SAP Instance D00
Startup-Log is written to /home/npladm/startsap_D00.log
-------------------------------------------
/usr/sap/NPL/D00/exe/sapcontrol -prot NI_HTTP -nr 00 -function Start
Instance on host primesap started
Increased focuses on growth, digitalization and operational excellence have highlighted a need for better, more widespread automation.Hyperautomation is a business-driven approach to identify, vet and automate as many business and IT processes as possible. It requires the orchestrated use of multiple technologies tools and platforms, including RPA, low-code platforms and process mining tools.
By 2024, diffuse hyperautomation spending will drive up the total cost of ownership 40-fold, making adaptive governance a differentiating factor in corporate performance
A global oil and gas company has 14 concurrent hyperautomation initiatives.These initiatives include targeted task automation, industrializing over 90 different areas including intelligent document processing, and automation of geoscience and offshore oil drilling operations. Decisions on what to automate are made strategically and are premised on targeted business outcomes for either quality, time to market, business agility or innovation for new business models.