zoukankan      html  css  js  c++  java
  • Changing the load order/delay the start of the Server service

    THE INFORMATION IN THIS ARTICLE APPLIES TO:

    • Secure FTP Server (All Versions)
    • EFT Server (All Versions)

    QUESTION

    How can the EFT Server or Secure FTP Server service loading order be changed/delayed?

    ANSWER

    Windows 2008 and 2012:

    To delay start of the EFT server service on a Windows 2008 server that needs to be very sequence driven, you will need to perform the following steps to use the Windows built-in Delay Start option:

    1. Do one of the following to open the Services Microsoft Management Console (MMC) snap-in:
      • In Windows 2008: Click Start, type services.msc in the search box, then press ENTER.
      • In Windows 2012: In the Server Manager, click Tools > Services.
    2. Click to select the EFT Server Enterprise service, then right-click and click Properties. The Properties dialog box appears.
    3. On the General tab, click the Startup type drop down list and change it from Automatic to Automatic (Delayed Start).
    4. Click OK to save the change.

    Windows 2003 or earlier:

    Follow the steps below to change the load order of the EFT Server or Secure FTP Server service on Window 2003 or earlier:

    Caution: The following steps involve editing the Windows registry on the server computer. Incorrectly editing the registry may severely damage your system. These instructions are intended for the advanced user who is prepared to both edit and restore the registry. We recommend that you backup the registry before proceeding.

      1. Start Registry Editor and navigate to the following subkey:

    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlServiceGroupOrder

             2. Double-click on the list entry and add a new value in the list named GlobalSCAPE. Place the new value into the list at the point in the startup sequence where you want the Server service to start. (For example, to configure it so that the Server service starts after all other services, place the GlobalSCAPE value at the end of the list.)

    3 Click OK to close the editing screen.

    4.Navigate to the following subkey:

    HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesGlobalSCAPE EFT Server (or Secure FTP Server)

    5.Right-click on the name of the subkey, click New and then click String Value.

    6.For the name, type Group.

    7.Double-click to modify the newly created Group entry and type GlobalSCAPE for the value.

    8.Click OK and then close Registry Editor.

  • 相关阅读:
    Jquery(智能感知AJAX,从后台调数据)
    jQuery插件(输入关键字出现提示,并可查询)
    设置缓存失效的三种方法
    关于fluorinefx基础和服务器搭建的文章地址
    关于过河问题的感悟
    .net 大文件上传
    iis7中运行cmd
    学习总结
    C#开源资源项目(转载)
    HTML数据提取
  • 原文地址:https://www.cnblogs.com/sos-blue/p/3507687.html
Copyright © 2011-2022 走看看