Last active
December 1, 2024 16:59
-
-
Save arkuznetsov/4791b4495ca2417abc0d972c03e3d265 to your computer and use it in GitHub Desktop.
Revisions
-
arkuznetsov revised this gist
Oct 9, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ set version=%1 set regport=%241 set port=%240 set range=%260:%291 set work_dir=C:\Program Files\1cv8\srvinfo%regport% set srvc_name="1C:Enterprise 8.3 Server Agent (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d \"%work_dir%\"" set description="1C:Enterprise 8.3 Server Agent (%regport%)" sc stop %srvc_name% -
arkuznetsov revised this gist
Oct 9, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,9 +3,9 @@ set version=%1 set regport=%241 set port=%240 set range=%260:%291 set work_dir="C:\Program Files\1cv8\srvinfo%regport%" set srvc_name="1C:Enterprise 8.3 Server Agent (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d %work_dir%" set description="1C:Enterprise 8.3 Server Agent (%regport%)" sc stop %srvc_name% -
arkuznetsov revised this gist
Oct 9, 2020 . 4 changed files with 7 additions and 7 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ @echo off set version=%1 set regport=%241 set port=%240 set range=%260:%291 set work_dir="C:\Program Files\1cv8\srvinfo" set srvc_name="1C:Enterprise 8.3 Server Agent (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d \"%work_dir%\"" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ @echo off set version=%1 set port=%245 set agent_address=127.0.0.1 set agent_port=%240 set srvc_name="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" set binpath="C:\Program Files\1cv8\%version%\bin\ras.exe cluster --service --port=%port% %agent_address%:%agent_port%" set description="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ @echo off set version=%1 set port=%242 set storage_path=d:\1CRepo set srvc_name="1C:Enterprise 8.3 Configuration Repository Server (%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\crserver.exe -srvc -port %port% -d \"%storage_path%\"" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ @echo off set version=%1 set address=127.0.0.1 set port=%250 set srvc_name="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\dbgs.exe --service --addr=%address% --port=%port%" set description="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" -
arkuznetsov revised this gist
Nov 15, 2019 . 3 changed files with 3 additions and 3 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set port=1540 set range=1560:1591 set work_dir="C:\Program Files\1cv8\srvinfo" set srvc_name="1C:Enterprise 8.3 Server Agent (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d \"%work_dir%\"" set description="1C:Enterprise 8.3 Server Agent (%regport%)" sc stop %srvc_name% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set port=1545 set agent_address=127.0.0.1 set agent_port=1540 set srvc_name="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" set binpath="C:\Program Files\1cv8\%version%\bin\ras.exe cluster --service --port=%port% %agent_address%:%agent_port%" set description="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" sc stop %srvc_name% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set version=%1 set address=127.0.0.1 set port=1550 set srvc_name="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\dbgs.exe --service --addr=%address% --port=%port%" set description="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" sc stop %srvc_name% -
arkuznetsov revised this gist
Nov 15, 2019 . 4 changed files with 8 additions and 8 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,9 +6,9 @@ set range=1560:1591 set work_dir="C:\Program Files\1cv8\srvinfo" set srvc_name="1C:Enterprise 8.3 Server Agent (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe\" -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d \"%work_dir%\"" set description="1C:Enterprise 8.3 Server Agent (%regport%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %description% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,9 +5,9 @@ set agent_address=127.0.0.1 set agent_port=1540 set srvc_name="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" set binpath="C:\Program Files\1cv8\%version%\bin\ras.exe\" cluster --service --port=%port% %agent_address%:%agent_port%" set description="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %description% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set port=1542 set storage_path=d:\1CRepo set srvc_name="1C:Enterprise 8.3 Configuration Repository Server (%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\crserver.exe -srvc -port %port% -d \"%storage_path%\"" set description="1C:Enterprise 8.3 Configuration Repository Server (%port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %description% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set address=127.0.0.1 set port=1550 set srvc_name="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\dbgs.exe\" --service --addr=%address% --port=%port%" set description="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %description% -
arkuznetsov revised this gist
Nov 15, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,9 @@ set regport=1541 set port=1540 set range=1560:1591 set work_dir="C:\Program Files\1cv8\srvinfo" set srvc_name="1C:Enterprise 8.3 Server Agent (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe\" -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d \"%work_dir%\"" set desctiption="1C:Enterprise 8.3 Server Agent (%regport%)" sc stop %srvc_name% sc delete %srvc_name% -
arkuznetsov revised this gist
Nov 15, 2019 . 2 changed files with 15 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ @echo off set version=%1 set regport=1541 set port=1540 set range=1560:1591 set work_dir="C:\Program Files\1cv8\srvinfo" set srvc_name="1C:Enterprise 8.3 Remote Debug Server (%regport%)" set binpath="C:\Program Files\1cv8\%version%\bin\ragent.exe\" -srvc -agent -regport %regport% -port %port% -range %range% -debug -http -d \"%work_dir%\"" set desctiption="1C:Enterprise 8.3 Remote Debug Server (%regport%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %desctiption% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set version=%1 set port=1542 set storage_path=d:\1CRepo set srvc_name="1C:Enterprise 8.3 Configuration Repository Server (%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\crserver.exe -srvc -port %port% -d \"%storage_path%\"" set desctiption="1C:Enterprise 8.3 Configuration Repository Server (%port%)" sc stop %srvc_name% -
arkuznetsov revised this gist
Nov 15, 2019 . 1 changed file with 13 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ @echo off set version=%1 set port=1545 set agent_address=127.0.0.1 set agent_port=1540 set srvc_name="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" set binpath="C:\Program Files\1cv8\%version%\bin\ras.exe\" cluster --service --port=%port% %agent_address%:%agent_port%" set desctiption="1C:Enterprise 8.3 Remote Administration Server (%port% -> %agent_address%:%agent_port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %desctiption% -
arkuznetsov revised this gist
Nov 15, 2019 . 2 changed files with 11 additions and 6 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,12 @@ @echo off set version=%1 set port=1542 set storage_path=d:\1CRepo set srvc_name="1C:Enterprise 8.3 Configuration Repository Server (%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\crserver.exe -srvc -port %port% -d \"%cluster_path%\"" set desctiption="1C:Enterprise 8.3 Configuration Repository Server (%port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %desctiption% This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,11 +2,11 @@ set version=%1 set address=127.0.0.1 set port=1550 set srvc_name="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\dbgs.exe\" --service --addr=%address% --port=%port%" set desctiption="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %desctiption% -
arkuznetsov revised this gist
Nov 15, 2019 . 1 changed file with 12 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ @echo off set version=%1 set address=127.0.0.1 set port=1550 set storage_path=d:\1CRepo set srvc_name="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" set binpath="C:\Program Files\1cv8\%version%\bin\dbgs.exe\" --service --addr=%address% --port=%port%" set desctiption="1C:Enterprise 8.3 Remote Debug Server (%address%:%port%)" sc stop %srvc_name% sc delete %srvc_name% sc create %srvc_name% binPath= %binpath% start= auto displayname= %desctiption% -
arkuznetsov created this gist
Nov 15, 2019 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ set version=%1 set storage_path=d:\1CRepo set srvc_name="1C:Enterprise 8.3 Configuration Repository Server" set binpath="C:\Program Files\1cv8\%version%\bin\crserver.exe -srvc -port 1542 -d \"%cluster_path%\"" set desctiption="1C:Enterprise 8.3 Configuration Repository Server" sc create %srvc_name% binPath= %binpath% start= auto displayname= %desctiption%