db_resume_nodes
This job resumes the suspended nodes in the given database.
Mandatory parameters
Parameter name | Data type | Description |
---|---|---|
db_name | string | Name of an existing database. |
node_list | list | List of suspended node names that should be resumed in the given database, for example: ['n11', 'n12'] |
Optional parameters
There are no optional parameters.
Substitute parameters
There are no substitute parameters.
Allowed users
The following users are allowed to run this job:
- root
Allowed groups
The following groups are allowed to run this job:
- root
- exaadm
- exadbadm
Examples
The following examples show how to run this job in a Python program using XML-RPC or on the command line using confd_client.

conn.job_exec('db_resume_nodes', {'params': {'db_name': 'exa_db', 'node_list': ['n12']}})

confd_client db_resume_nodes db_name: exa_db node_list: '[n12]'