Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install steps:

  1. Double click the MSI installer and choose the the splash screen will display. 
  2. Click Next button to move to license page. Accept the license by clicking check-box button. 
  3. Click Next button and choose the path to install PBS Pro executable. (By default this path points to  "C:\Program Files (x86)\PBS\")
  4. Open Command prompt as a Administrator and navigate to installation path of "PBS/exec/etc" path (Here, we could see postwin_installpostinstall.py script)

  5. Manually execute the "win_postinstall.py" script as below.

    <PBS_EXEC>\python\python.exe win_postinstall.py -u <username>  -p <password>


    Note: Even on domain machine, please use username only.
    Example: if the user name in domain machine is <domain>\<username>, just pass username as argument.


Un-install steps:

  1.  Stop/kill the services from "Task_Manager"
  2.  De register the PBS_SERVER, PBS_SCHED, PBS_MOM, PBS_COMM services manually.
    (pbs_account --unreg pbs_server
    pbs_account --unreg pbs_sched
    pbs_account --unreg pbs_comm
    pbs_account --unreg pbs_mom )
  3. Un-install the package using msi installer. (In second double click, we will get "Remove" option)
  4. Manually need to delete PBS directory at "C:\\program files(x86)\PBS"



...