4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

UbuntuにSAP Netweaver 7.52 Developer Editionをインストールする

4
Last updated at Posted at 2019-08-26

■今回使用したPCスペック

・CPU  AMD Athllon 5350
・メモリ 8GB
・SSD  256GB
・OS   Ubuntu 18.04.3 LTS

■前提

  • IPアドレスが固定されていること
  • SAP Netweaver 7.52 Developer Editionがダウンロード済みであること

■ファイヤーウォール設定

sudo ufw status
sudo ufw allow 3200
sudo ufw reload
sudo ufw status

■hostsファイル設定

sudo nano /etc/hosts

・以下を記載
 ※「vhcalnplci vhcalnplci.dummy.nodomain」の部分は固定

固定したIPアドレス vhcalnplci vhcalnplci.dummy.nodomain

■インストール

SAP Netweaver 7.52 Developer Editionを解凍し、フォルダ内にある「install.sh」を実行する。
20分ほどかかるので放置。

sudo chmod +x install.sh
./install.sh

■GUIインストール(Java)版

conn=/H/固定したIPアドレス/S/3200

■ログイン

ID パスワード クライアント 内容説明
DEVELOPER Down1oad 001 Developer User
BWDEVELOPER Down1oad 001 Developer User
DDIC Down1oad 000/001 Data Dictionary User
SAP* Down1oad 000/001 SAP Administrator

■ハードウェアキー更新

SAP*ユーザでログインしTr-CD:SLICENSEでハードウェアキーを取得する。

以下のURLにアクセスし、ライセンスファイルをダウンロードし、インストールする

https://go.support.sap.com/minisap/#/minisap
NPL – SAP NetWeaver 7.x (Sybase ASE)

■サービス起動方法

su npladm
vhcalnplci:npladm 1> startsap ALL
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?