Snippets

Василий Котов Создание серверов 1С из командной строки

Created by Василий Котов last modified
1
2
3
4
5
6
7
//Хранилище
sc create "1C:Enterprise Configuration Repository Server 3542" type= own start= auto binpath= "C:\Program Files\1cv8\8.3.15.1565\bin\crserver.exe -srvc -port 3542 -d D:\Depository"

//Сервер
@echo off
chcp 1251
sc create "1C:Enterprise 8.3 Server Agent (x86-64) [3540]" binPath= "C:\Program Files\1cv8\8.3.16.1063\bin\ragent.exe -srvc -agent -regport 3541 -port 3540 -range 3560:3591 -d \"C:\Program Files\1cv8\srvinfo-3540\" -debug -http" start= auto obj= .\Admin depend= Tcpip/Dnscache/lanmanworkstation/lanmanserver displayname= "Агент сервера 1С:Предприятия 8.3 (x86-64) [3540]" password= ""

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.