This command adds support features to a provisionable server.
Add OS monitoring and base management support to a provisionable server:
add server server feature osmonitor agentip agentip agentssh agentssh |
Add base management support to a provisionable server:
add server server feature basemanagement agentip agentip agentssh agentssh |
agentip – Specify the IP address used for OS monitoring on the provisionable server, which should be the IP address of the provisioning network interface on the server.
agentssh – Specify the SSH credentials used for OS monitoring on the provisionable server. The SSH user must have root access on the provisionable server. The agentssh format is a user name/password pair for SSH credentials: ssh-username/ssh-password.
basemanagement – Provides support for OS update deployment and remote commands.
osmonitor – Provides support for OS monitoring and the basemanagement feature. This enables you to monitor OS resources status information (also known as utilization) for the server. See the show server command for more details.
server – The management name of a server.