Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1.1 KiB

  1. @REM ----------------------------------------------------------------------------------
  2. @REM This batch file sets the required environment for the clusbvt. This is called
  3. @REM by the clusbvt and should be placed in the same directory. A copy should be made
  4. @REM and tailored to one's environment.
  5. @REM IMPORTANT: The following should be valid and existing entities on the cluster.
  6. @REM ( The rest need be fictional for they get deleted ...)
  7. @REM
  8. @REM NAME_OF_CLUSTER
  9. @REM NAME_OF_NODE1
  10. @REM NAME_OF_NODE2
  11. @REM
  12. @REM Author: SriniG
  13. @REM History: 7-3-1996 First creation.
  14. @REM ----------------------------------------------------------------------------------
  15. @echo.
  16. @echo The following temp environment variables are being set to run the cluster bvts
  17. @echo.
  18. @REM The following should be editted to match you cluster system
  19. set NAME_OF_CLUSTER=TESTCLUSTER
  20. set NAME_OF_NODE1=TESTNODE1
  21. set NAME_OF_NODE2=TESTNODE2
  22. @REM The following should NOT be editted
  23. set NAME_OF_GROUP=TEST-GROUP
  24. set NAME_OF_RESOURCE1=TEST-CMD1
  25. set NAME_OF_RESOURCE2=TEST-CMD2
  26. set NAME_OF_RESOURCETYPE="GENERIC APPLICATION"