EasyAccess Virtual Appliance – Install Guide (PhenixID)

Requirements:

  • PhenixID VA install media (ISO file)
  • Create Account for OneTouch
    • https://support.phenixid.se/customer/authenticate/registration
  • Virtual Hardware (minimum)
    • CPU: 2
    • RAM: 3GB
    • Storage: 12GB
  • Network information
    • IP
    • Network
    • Gateway
    • DNS
  • Network Outbound – for registration
    • UDP/53
    • TCP/22
    • TCP/443

Install system:

  1. Create new virtual machine – install the ISO-file following the on-screen instructions.
  2. Registrate PhenixID with your OneTouch account
    1. Default username: phenixid
    2. Default password: password
  3. Activate network setting via: # menu
  4. Activate PhenixID Authentication Service via: # menu
  5. Open PhenixID config at: https://<ip-address>:8443/config

Install VMware-tools (https://software.opensuse.org/download.html?project=Virtualization%3AVMware&package=open-vm-tools)

  1. Verify system OS via: # cat /etc/os-release (OpenSUSE 15.1)
  2. Add repository: # sudo zypper addrepo https://download.opensuse.org/repositories/Virtualization:VMware/openSUSE_Leap_15.1/Virtualization:VMware.repo
  3. Refresh repo: # sudo zypper refresh
  4. Intall VMware tools: # sudo zypper install open-vm-tools
  5. Start service: # sudo service vmtoolsd start (stop – status)