Reference13r1:Concept App Platform: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Line 9: Line 9:
* root login with '''root''' and '''iplinux''' (root login is not directly possible over SSH)
* root login with '''root''' and '''iplinux''' (root login is not directly possible over SSH)
* web login '''pwd'''
* web login '''pwd'''
= App Platform arm =
* The installation image has a size of ~50 MB. During installation, the following partitions are created:
** /dev/sda1 fat32: 200MB (contains ramdisk, rootfs and kernel)
** /dev/sda2 ext4: depends on disk size (contains databases, log files and apps)
** /dev/sda3 ext4: 500MB (contains the rootfs)
** /dev/sda4 swap: 512MB


= App Platform x86-64 Virtual Machine =
= App Platform x86-64 Virtual Machine =
Line 19: Line 27:
* static IP address, DNS, gateway can be configured with the command '''setip''' on the console. Run '''setip --help''' to get a list of parameters.
* static IP address, DNS, gateway can be configured with the command '''setip''' on the console. Run '''setip --help''' to get a list of parameters.
* '''loadkeys de''' can be used to change to german keyboard layout (etc.)
* '''loadkeys de''' can be used to change to german keyboard layout (etc.)
* partitions:
** /dev/sda1 ext2: 350MB (contains ramdisk, rootfs and kernel)
** /dev/sda2 ext4: depends on disk size (contains databases, log files and apps)
** /dev/sda3 ext4: 500MB (contains the rootfs)
** /dev/sda4 swap: 512MB

Revision as of 11:13, 13 May 2019

Linux (App Platform) General

Default credentials

  • SSH-Login with admin and ipapps
  • root login with root and iplinux (root login is not directly possible over SSH)
  • web login pwd

App Platform arm

  • The installation image has a size of ~50 MB. During installation, the following partitions are created:
    • /dev/sda1 fat32: 200MB (contains ramdisk, rootfs and kernel)
    • /dev/sda2 ext4: depends on disk size (contains databases, log files and apps)
    • /dev/sda3 ext4: 500MB (contains the rootfs)
    • /dev/sda4 swap: 512MB

App Platform x86-64 Virtual Machine

  • The default disk size is 16 GB. It should be increased before the first start if needed!
  • Multiple CPUs are supported, default is one CPU
  • default RAM: 512 MB
  • static IP address, DNS, gateway can be configured with the command setip on the console. Run setip --help to get a list of parameters.
  • loadkeys de can be used to change to german keyboard layout (etc.)
  • partitions:
    • /dev/sda1 ext2: 350MB (contains ramdisk, rootfs and kernel)
    • /dev/sda2 ext4: depends on disk size (contains databases, log files and apps)
    • /dev/sda3 ext4: 500MB (contains the rootfs)
    • /dev/sda4 swap: 512MB