Toggle navigation
Acronis 中文知识库系统
添加
添加
草稿列表
收藏
列表
高级检索
登录
历史
张宏邦
2019-2-25 下午12:02
差异
旧内容
内容
在本地部署模式中,使用下列方法之一: ## 方法1 (for both local and remote agents) 打开 Acronis 网页控制台。 导航到“设备”。 将鼠标悬停在“添加”按钮上, 按住 Ctrl+Shift 同时点击 “添加”按钮。 输入计算机的IP地址或主机名,然后点击“确定”。 ## 方法2 (for both local and remote agents) ### 添加 一台Windows 计算机 On the Agent machine, open Command prompt: Start -> search -> type cmd.exe and press Enter. Navigate to C:\Program Files\Acronis\RegisterAgentTool\: ` cd "C:\Program Files\Acronis\RegisterAgentTool"` Issue: ` register_agent.exe -o register -a <management server address>` where <management server address> is the IP address or hostname of the management server where the machine should be registered. Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit: ` -u <username>` ` -p <password>` ### 添加一台 Linux 计算机 On the Agent machine, open Terminal. Issue: ` ./usr/lib/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server address>` where` <management server address> `is the IP address or hostname of the management server where the machine should be registered. Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit: ` -u <username>` ` -p <password>` ### 添加一台 Mac On the Agent machine, open Terminal. Issue: ``` /Library/Application Support/BackupClient/Acronis/RegisterAgentTool/RegisterAgent -o register -a <management server address> ``` where` <management server address>` is the IP address or hostname of the management server where the machine should be registered. Optionally, you can define the organization unit where the machine should be registered by providing administrator credentials for this unit: ` -u <username>` ` -p <password>` ## 方法3 (for remote agents) Open Acronis web console. Navigate to Devices. In backup console, click Add. Then select the device you want to add. Provide machine IP or name and credentials, and then click Add.
新内容
内容
在本地部署模式中,使用下列方法之一: 如果密码包含特殊字符或空格,请将密码放在引号中(例如 *-p “Test;Pass123”*) ## 方法1(适用于本地代理和远端代理) ### 添加Windows机器 1. 在代理计算机上,打开命令提示符:开始->搜索->键入cmd.exe,然后按Enter。 1. 导航到 "C:\Program Files\Acronis\RegisterAgentTool": ``` cd "C:\Program Files\Acronis\RegisterAgentTool" ``` 1. 执行: ``` register_agent.exe -o register -s mms -a <management server address> ``` 其中,`<management server address>`是管理服务器的IP地址或主机名。 如果要以特定单元注册机器,请指定单元 ID `register_agent.exe -o register -s mms -a <management server address> --tenant=<unit_id>` 要查找单元ID,12.5版本:请在备份管理控制台中导航至“设置”->“管理员”,然后选择该单元。在浏览器的地址栏中查看URL,并在链接中记下unit_id。 15版本:单击**设置>帐户**,选择所需的单元,然后单击**详细信息**。 1. (12.5可选)您可以通过为此单元提供管理员凭据来定义应在其中注册计算机的组织单位: `-u <username>` `-p <password>` (15.0 需要) 使用注册令牌注册计算机,请执行以下操作: `register_agent.exe -o register -s mms -a <management server address:port> --token=<token>` ### 添加一台 Linux 计算机 1. 在代理程序所在计算机上,打开终端 (Terminal)。 1. 执行: ``` /usr/lib/Acronis/RegisterAgentTool/RegisterAgent -o register -s mms -a <management server address> ``` `<management server address> `是要注册到的计算机的IP地址或主机名。 1. (可选)您可以通过为此单元提供管理员凭据来定义应注册计算机的组织单位: ` -u <username>` ` -p <password>` ### 添加一台 Mac 1. 在代理程序所在计算机上,打开终端 (Terminal)。 1. 执行: ``` /Library/Application Support/BackupClient/Acronis/RegisterAgentTool/RegisterAgent -o register -s mms -a <management server address> ``` `<management server address>`是要注册到的计算机的IP地址或主机名。 1. (可选)您可以通过为此单元提供管理员凭据来定义应注册计算机的组织单位:: ` -u <username>` ` -p <password>` ## 方法2 (适用于远端代理程序) 1. 打开 Acronis 网页控制台。 1. 导航到“设备”。 1. 在备份控制台点击“添加”。 1. 选择您希望添加的设备。 1. 提供计算机的IP地址或计算机名,然后点击“添加”。 原文链接: https://kb.acronis.com/content/59828
返回