Starting the AppScan Presence

About this task

Important: For Linux systems the shell script must have execute permissions. Use chmod +x startPresence.sh, or chmod +x startPresenceAsService.sh

Procedure

Locate and run:
  • Linux, to start the Presence as a process:
    startPresence.sh
  • Linux, to start the Presence as a service (sudo password required):
    startPresenceAsService.sh start
    The service name is aspresence.
  • Windows, to start the Presence as a process:
    Presence.exe
  • Windows, to start the Presence as a service:
    1. Create a Windows service for the Presence:
      startPresenceAsService.bat create
    2. Start the Presence:
      startPresenceAsService.bat start
    The service name is HCL Presence
Restriction: You cannot run the Presence as a process and a service on the same machine. After running it as a service you cannot run it as a process until you delete the service.