cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
513
Views
0
Helpful
1
Replies

unknown namespace: http://tailf.com/ha in ha-config Daemon died status=10

kbarve
Cisco Employee
Cisco Employee

I am trying to follow the example for NSO manual-ha

When i execute below command from n1 folder

NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

CDB boot error: failed to load ./ncs-cdb/ncs_init.xml:3: unknown namespace: http://tailf.com/ha in ha-config

Daemon died status=10

1 Accepted Solution

Accepted Solutions

lmanor
Cisco Employee
Cisco Employee

Kirti,

In this example, it seems that if an attempt is made to start ncs in ha/n1 directory prior to doing the 'make all' you get this error:

n1$ NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

CDB boot error: failed to load ./ncs-cdb/ncs_init.xml:4: unknown namespace: http://tailf.com/ha in ha-config

Daemon died status=10

Then do a 'make all' - without doing a 'make clean' first, you get into this state:

n1$ NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

CDB boot error: failed to load ./ncs-cdb/ncs_init.xml:4: unknown namespace: http://tailf.com/ha in ha-config

Daemon died status=10

Do the following to successfully get NCS running in ha/n1 dir:

1) 'make clean' in ha directory

2) 'make all'

3) start ncs in ha/n1:

n1$ NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

n1$ NCS_IPC_PORT=5757 ncs_cli -u admin

admin connected from 127.0.0.1 using console on GB6B

admin@GB6B>

View solution in original post

1 Reply 1

lmanor
Cisco Employee
Cisco Employee

Kirti,

In this example, it seems that if an attempt is made to start ncs in ha/n1 directory prior to doing the 'make all' you get this error:

n1$ NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

CDB boot error: failed to load ./ncs-cdb/ncs_init.xml:4: unknown namespace: http://tailf.com/ha in ha-config

Daemon died status=10

Then do a 'make all' - without doing a 'make clean' first, you get into this state:

n1$ NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

CDB boot error: failed to load ./ncs-cdb/ncs_init.xml:4: unknown namespace: http://tailf.com/ha in ha-config

Daemon died status=10

Do the following to successfully get NCS running in ha/n1 dir:

1) 'make clean' in ha directory

2) 'make all'

3) start ncs in ha/n1:

n1$ NCS_IPC_PORT=5757 sname=n1 NCS_HA_NODE=n1 ncs -c ncs.conf

n1$ NCS_IPC_PORT=5757 ncs_cli -u admin

admin connected from 127.0.0.1 using console on GB6B

admin@GB6B>