Skip to main content

Post-Installation Check for Windows Server Core


AhsayOBM Service Check

After installation, check whether "Ahsay Online Backup Manager Services" and "NFS Services (Ahsay Systems Corporation)" are running.

There are two methods to check the services status:

"OBScheduler" is used to kick automated or scheduled backup jobs, and "OBNfsServer" is used for Run Direct function. Please start both of the services if you find them not running, to ensure both backup jobs and Run Direct function work.

Method 1: Use PowerShell Command Prompt

PS C:\> Get-Service -Name 'OBScheduler'

scheduler

PS C:\> Get-Service -Name 'OBNfsServer'

server

If the services are not running, use the following commands to start the service:

PS C:\> Start-Service -Name 'OBScheduler'
  PS C:\> Stat-Service -Name 'OBNdsServer'

Method 2: Use GUI

  1. Use the following command to open "Task Manager"

    PS C:\> taskmgr
  2. "Task Manager" should appear. Navigate to Services.

    tsk

  3. Ensure the following services exist and are running.

    services

    If the services are not running, right-click to Start.