Upgrading the Component Controller
Scenarios
This topic describes how to upgrade the component controller from salt-minion to isap-agent for tenant-side data collection. salt-minion was used as component controller in earlier tenant-side data collection.
The upgrade does not affect the data plane.
Preparing for the Upgrade
- Create a user group and assign permissions.
Create a user group on the IAM console, and attach a custom policy to the group.
{ "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ "secmaster:node:create", "secmaster:node:monitor", "secmaster:node:update", "secmaster:node:taskQueueDetail" "secmaster:node:updateTaskNodeStatus" ] } ] }
- Create a user and add the user to the user group.
Create a user with Access Type set to Programmatic access on the IAM console and add the user to the group created in 1.
- Log in to the console as the IAM user created in 1.
- On the management console, hover over the username in the upper right corner, and choose Security Settings from the drop-down list.
- On the Security Settings page, click the Critical Operations tab and ensure that the Virtual MFA Device is not bound.
If it has been bound, unbind it. For details, see .
Procedure
- Log in to the management console.
- Click in the upper part of the page and choose Security > SecMaster.
- In the navigation pane on the left, choose Workspaces > Management. In the workspace list, click the name of the target workspace.
Figure 1 Workspace management page
- Deregister a node.
- In the navigation pane on the left, choose Settings > Components. On the displayed Nodes page, locate the row that contains the target node and click Logout.
- In the displayed dialog box, click OK.
The node is deregistered successfully, and its Health Status changes to Disconnected.
- Copy the script.
- Install the component controller.
- Use a remote management tool, such as Xftp, SecureFX, WinSCP, PuTTY, or Xshell, to log in to the disconnected ECS node.
- Run the command copied in 5.b as user root to install the Agent on the ECS.
Figure 2 Installing the agent
- Enter the IAM username and password created in Preparing for the Upgrade as prompted.
- If information similar to the following is displayed, the agent is successfully installed:
install isap-agent successfully
- Check the node status on the Nodes page on the SecMaster console.
- Delete the salt-minion management channel.
- On the Nodes page, click Create. On the Create Node page, click Delete in the Operation column for each management channel.
- In the displayed dialog box, click OK.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot