hi all:
I can not store my job info to mysql by slurmdbd, there have a "cluster not
registered" message at logfile.
I have add cluster name to my db by sacctmgr follow by
http://slurm.schedmd.com/accounting.html
And there have my cluster name in mysql db.
=============================slurmdbd log
info======================================
slurmdbd: debug2: DBD_JOB_START: START CALL ID:42 NAME:test_slurm INX:0
slurmdbd: debug2: as_mysql_slurmdb_job_start() called
slurmdbd: DBD_JOB_START: cluster not registered
slurmdbd: debug2: DBD_STEP_START: ID:42.4294967294 NAME:batch SUBMIT:1460646258
slurmdbd: DBD_STEP_START: cluster not registered
slurmdbd: debug2: DBD_STEP_COMPLETE: ID:42.4294967294 SUBMIT:1460646258
slurmdbd: DBD_STEP_COMPLETE: cluster not registered
slurmdbd: debug2: DBD_JOB_START: START CALL ID:42 NAME:test_slurm INX:9
slurmdbd: debug2: as_mysql_slurmdb_job_start() called
slurmdbd: DBD_JOB_START: cluster not registered
slurmdbd: debug2: DBD_JOB_COMPLETE: ID:42
slurmdbd: debug2: as_mysql_slurmdb_job_complete() called
slurmdbd: DBD_JOB_COMPLETE: cluster not registered
================== cluster in my sql============
mysql> select * from cluster_table;
+---------------+------------+---------+------------------+--------------+--------------+-----------+-------------+----------------+------------+------------------+-------+
| creation_time | mod_time | deleted | name | control_host |
control_port | last_port | rpc_version | classification | dimensions |
plugin_id_select | flags |
+---------------+------------+---------+------------------+--------------+--------------+-----------+-------------+----------------+------------+------------------+-------+
| 1460645091 | 1460645091 | 0 | hgcp_cluster_2_0 | |
0 | 0 | 0 | 0 | 1 |
0 | 0 |
+---------------+------------+---------+------------------+--------------+--------------+-----------+-------------+----------------+------------+------------------+-------+
1 row in set (0.00 sec)
how should I Solve this problem?
Zihan Wen