Previous page

Next page

Locate page in Contents

Print this page

Hardware Node Management

The old hwm interface no longer exists in VZAgent v. 4.0.0. The functionality that it provided has been moved to other interfaces, namely envm -- the Environment Management interface; migrator/vzamigrator -- the VE migration management; env_samplem -- the sample VE configuration management. The names of the most calls have changed as well. Some of the old hwm calls were dropped as obsolete. For example get_ssh_key and set_ssh_key are no longer used because SSH protocol is no longer supported in the current VZAgent version (TCP and SSL are the protocols used).

If you are using the hwm functionality in your applications, you will have to find the equivalents of the calls in the new set of API interfaces and will have to rewrite your existing code to use those interfaces instead. Individual calls will most likely have to be revised as well but the required changes should be minimal.

Please send us your feedback on this help page