0
0

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 1 year has passed since last update.

Installing SAP NetWeaver Developer Edition on an Ubuntu desktop VM

Last updated at Posted at 2022-08-21

この記事を参考した英語記事へのリンク

  • 事前準備
    1. 最新版の「VMware Workstation Player無償評価版」をダウンロードする。(リンク)
    2. 「Ubuntu 18.04 LTS」のisoイメージをダウンロードする。(リンク)
    3. 最新版のABAPをダウンロードする。(リンク) 現時点の最新版は7.52 SP04です。SAPのユーザーを持っていない場合無料で登録必要です。
  • Ubuntuをインストール後の設定。(下記のコマンドを実行する)
    1. sudo apt install csh
    2. sudo apt install libaio1
    3. sudo apt install uuid
    4. sudo systemctl start uuidd
    5. ip addr show
    6. sudo nano /etc/hosts
    7. sudo reboot now
    8. sudo systemctl start uuidd
    9. systemctl status uuidd
  • ABAPをインストールする。
    1. ダウンロードしたABAPのrarファイルを7zipで解凍する。(TD752SP04part01.rarのみ)
    2. 最新のライセンスファイル「SYBASE_ASE_TestDrive.lic」を「/mnt/hgfs/unpack_path/server/TAR/x86_64」にコピーする
    3. windowsとlinuxの共有フォルダを設定する
      image.png
    4. sudo -i
    5. chmod +x install.sh
    6. ./install.sh (下記イメージのようなメッセージが出たらインストール成功しました)
      image.png
  • NPLを設定する。
    1. su -l npladm
    2. sapcontrol -nr 00 -function GetProcessList
  • 「SAP GUI For Windows」をインストールする(リンク)
  • Connection情報を設定する
    image.png
  • 下記のデフォルトユーザーでログインできる(デフォルトパスワード:Down1oad)
    image.png
  • Ubuntu再起動後サービスの起動と終了方法
    1. su -l npladm
    2. startsap ALL
    3. stopsap ALL
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?