[tickets] [opensaf:tickets] #3053 imm: not respawned when immnd terminated during start up

2019-06-28 Thread Thang Duc Nguyen via Opensaf-tickets
- **status**: review --> fixed
- **Comment**:

commit 97e375ff571bbdb163e6846b90e2f2da58394cbb
Author: thang.d.nguyen 
Date:   Thu Jun 20 06:44:15 2019 +0700

imm: immnd respawns if it exits during startup [#3053]

During start up, the immnd was exited due to sync interrupted.
It should send the  error respond to nid.




---

** [tickets:#3053] imm: not respawned when immnd terminated during start up  **

**Status:** fixed
**Milestone:** 5.19.06
**Created:** Tue Jun 18, 2019 11:43 PM UTC by Thang Duc Nguyen
**Last Updated:** Mon Jun 24, 2019 08:10 AM UTC
**Owner:** Thang Duc Nguyen


During SC-1 is going up, SCC-2 was down. And immnd on SC-1 was terminated (e.i, 
exit(0)) but before exiting, it does not send respond error to nid to respawn.

2019-06-18 13:38:20.637 SC-1 opensafd: Starting OpenSAF Services(5.19.06 - 
9d64c986706f31ef15d40faffc1cfbed61d6217b) (Using TIPC)
2019-06-18 13:38:20.643 SC-1 opensafd[111]: /etc/init.d/opensafd: 121: 
/etc/init.d/opensafd: cannot create /proc/sys/kernel/core_pattern: Read-only 
file system
2019-06-18 13:38:20.657 SC-1 opensafd: Reboot file 
/var/log/opensaf/clm_cluster_reboot_in_progress not found, startup continue...
2019-06-18 13:38:20.659 SC-1 opensafd[144]: logtrace: trace enabled to file 
'opensafd.log', mask=0x0
2019-06-18 13:38:20.764 SC-1 opensafd[144]: NO svc_monitor_thread is up and in 
ready state
2019-06-18 13:38:20.933 SC-1 opensaf: TIPC node address not yet configured , 
Configuring...
2019-06-18 13:38:21.010 SC-1 osaftransportd[176]: Started
2019-06-18 13:38:21.070 SC-1 osafclmna[182]: Started
2019-06-18 13:38:21.113 SC-1 opensafd[144]: NO Monitoring of TRANSPORT started
2019-06-18 13:38:21.115 SC-1 opensafd[144]: NO Monitoring of CLMNA started
2019-06-18 13:38:21.286 SC-1 osafrded[191]: Started
2019-06-18 13:38:21.288 SC-1 osafclmna[182]: NO Starting to promote this node 
to a system controller
2019-06-18 13:38:21.333 SC-1 opensafd[144]: NO Monitoring of RDE started
2019-06-18 13:38:21.429 SC-1 osafclmna[182]: NO 
safNode=SC-1,safCluster=myClmCluster Joined cluster, nodeid=2010f
2019-06-18 13:38:21.512 SC-1 osaffmd[200]: Started
2019-06-18 13:38:21.521 SC-1 osaffmd[200]: NO Configuration file located at 
/etc/opensaf/fmd.conf
2019-06-18 13:38:21.536 SC-1 opensafd[144]: NO Monitoring of HLFM started
2019-06-18 13:38:21.588 SC-1 osafimmd[210]: Started
2019-06-18 13:38:21.591 SC-1 opensafd[144]: NO Monitoring of IMMD started
2019-06-18 13:38:21.592 SC-1 osafimmd[210]: NO *** SC_ABSENCE_ALLOWED 
(Headless Hydra) is configured: 900 ***
2019-06-18 13:38:21.659 SC-1 osafimmnd[221]: Started
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Use default reserved class 
names.
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Persistent Back-End capability 
configured, Pbe file:imm.db (suffix may get added)
2019-06-18 13:38:21.682 SC-1 osafimmnd[221]: NO IMMD service is UP ... 
ScAbsenseAllowed?:0 introduced?:0
2019-06-18 13:38:21.683 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_ANONYMOUS --> IMM_SERVER_CLUSTER_WAITING
2019-06-18 13:38:21.696 SC-1 osafimmnd[221]: NO Fevs count adjusted to 1241 
preLoadPid: 0
2019-06-18 13:38:21.788 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_CLUSTER_WAITING --> IMM_SERVER_LOADING_PENDING
2019-06-18 13:38:21.844 SC-1 osafimmnd[221]: WA SC Absence IS allowed:900 IMMD 
service is DOWN
2019-06-18 13:38:21.848 SC-1 osafimmnd[221]: NO IMMD SERVICE IS DOWN, HYDRA IS 
CONFIGURED => UNREGISTERING IMMND form MDS
2019-06-18 13:38:21.861 SC-1 osafimmnd[221]: NO SC abscence interrupted sync of 
this IMMND - exiting


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #3053 imm: not respawned when immnd terminated during start up

2019-06-24 Thread Vu Minh Nguyen via Opensaf-tickets
https://sourceforge.net/p/opensaf/mailman/message/36698160/


---

** [tickets:#3053] imm: not respawned when immnd terminated during start up  **

**Status:** review
**Milestone:** 5.19.06
**Created:** Tue Jun 18, 2019 11:43 PM UTC by Thang Duc Nguyen
**Last Updated:** Mon Jun 24, 2019 02:57 AM UTC
**Owner:** Thang Duc Nguyen


During SC-1 is going up, SCC-2 was down. And immnd on SC-1 was terminated (e.i, 
exit(0)) but before exiting, it does not send respond error to nid to respawn.

2019-06-18 13:38:20.637 SC-1 opensafd: Starting OpenSAF Services(5.19.06 - 
9d64c986706f31ef15d40faffc1cfbed61d6217b) (Using TIPC)
2019-06-18 13:38:20.643 SC-1 opensafd[111]: /etc/init.d/opensafd: 121: 
/etc/init.d/opensafd: cannot create /proc/sys/kernel/core_pattern: Read-only 
file system
2019-06-18 13:38:20.657 SC-1 opensafd: Reboot file 
/var/log/opensaf/clm_cluster_reboot_in_progress not found, startup continue...
2019-06-18 13:38:20.659 SC-1 opensafd[144]: logtrace: trace enabled to file 
'opensafd.log', mask=0x0
2019-06-18 13:38:20.764 SC-1 opensafd[144]: NO svc_monitor_thread is up and in 
ready state
2019-06-18 13:38:20.933 SC-1 opensaf: TIPC node address not yet configured , 
Configuring...
2019-06-18 13:38:21.010 SC-1 osaftransportd[176]: Started
2019-06-18 13:38:21.070 SC-1 osafclmna[182]: Started
2019-06-18 13:38:21.113 SC-1 opensafd[144]: NO Monitoring of TRANSPORT started
2019-06-18 13:38:21.115 SC-1 opensafd[144]: NO Monitoring of CLMNA started
2019-06-18 13:38:21.286 SC-1 osafrded[191]: Started
2019-06-18 13:38:21.288 SC-1 osafclmna[182]: NO Starting to promote this node 
to a system controller
2019-06-18 13:38:21.333 SC-1 opensafd[144]: NO Monitoring of RDE started
2019-06-18 13:38:21.429 SC-1 osafclmna[182]: NO 
safNode=SC-1,safCluster=myClmCluster Joined cluster, nodeid=2010f
2019-06-18 13:38:21.512 SC-1 osaffmd[200]: Started
2019-06-18 13:38:21.521 SC-1 osaffmd[200]: NO Configuration file located at 
/etc/opensaf/fmd.conf
2019-06-18 13:38:21.536 SC-1 opensafd[144]: NO Monitoring of HLFM started
2019-06-18 13:38:21.588 SC-1 osafimmd[210]: Started
2019-06-18 13:38:21.591 SC-1 opensafd[144]: NO Monitoring of IMMD started
2019-06-18 13:38:21.592 SC-1 osafimmd[210]: NO *** SC_ABSENCE_ALLOWED 
(Headless Hydra) is configured: 900 ***
2019-06-18 13:38:21.659 SC-1 osafimmnd[221]: Started
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Use default reserved class 
names.
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Persistent Back-End capability 
configured, Pbe file:imm.db (suffix may get added)
2019-06-18 13:38:21.682 SC-1 osafimmnd[221]: NO IMMD service is UP ... 
ScAbsenseAllowed?:0 introduced?:0
2019-06-18 13:38:21.683 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_ANONYMOUS --> IMM_SERVER_CLUSTER_WAITING
2019-06-18 13:38:21.696 SC-1 osafimmnd[221]: NO Fevs count adjusted to 1241 
preLoadPid: 0
2019-06-18 13:38:21.788 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_CLUSTER_WAITING --> IMM_SERVER_LOADING_PENDING
2019-06-18 13:38:21.844 SC-1 osafimmnd[221]: WA SC Absence IS allowed:900 IMMD 
service is DOWN
2019-06-18 13:38:21.848 SC-1 osafimmnd[221]: NO IMMD SERVICE IS DOWN, HYDRA IS 
CONFIGURED => UNREGISTERING IMMND form MDS
2019-06-18 13:38:21.861 SC-1 osafimmnd[221]: NO SC abscence interrupted sync of 
this IMMND - exiting


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #3053 imm: not respawned when immnd terminated during start up

2019-06-23 Thread Thang Duc Nguyen via Opensaf-tickets
- **status**: assigned --> review



---

** [tickets:#3053] imm: not respawned when immnd terminated during start up  **

**Status:** review
**Milestone:** 5.19.06
**Created:** Tue Jun 18, 2019 11:43 PM UTC by Thang Duc Nguyen
**Last Updated:** Tue Jun 18, 2019 11:47 PM UTC
**Owner:** Thang Duc Nguyen


During SC-1 is going up, SCC-2 was down. And immnd on SC-1 was terminated (e.i, 
exit(0)) but before exiting, it does not send respond error to nid to respawn.

2019-06-18 13:38:20.637 SC-1 opensafd: Starting OpenSAF Services(5.19.06 - 
9d64c986706f31ef15d40faffc1cfbed61d6217b) (Using TIPC)
2019-06-18 13:38:20.643 SC-1 opensafd[111]: /etc/init.d/opensafd: 121: 
/etc/init.d/opensafd: cannot create /proc/sys/kernel/core_pattern: Read-only 
file system
2019-06-18 13:38:20.657 SC-1 opensafd: Reboot file 
/var/log/opensaf/clm_cluster_reboot_in_progress not found, startup continue...
2019-06-18 13:38:20.659 SC-1 opensafd[144]: logtrace: trace enabled to file 
'opensafd.log', mask=0x0
2019-06-18 13:38:20.764 SC-1 opensafd[144]: NO svc_monitor_thread is up and in 
ready state
2019-06-18 13:38:20.933 SC-1 opensaf: TIPC node address not yet configured , 
Configuring...
2019-06-18 13:38:21.010 SC-1 osaftransportd[176]: Started
2019-06-18 13:38:21.070 SC-1 osafclmna[182]: Started
2019-06-18 13:38:21.113 SC-1 opensafd[144]: NO Monitoring of TRANSPORT started
2019-06-18 13:38:21.115 SC-1 opensafd[144]: NO Monitoring of CLMNA started
2019-06-18 13:38:21.286 SC-1 osafrded[191]: Started
2019-06-18 13:38:21.288 SC-1 osafclmna[182]: NO Starting to promote this node 
to a system controller
2019-06-18 13:38:21.333 SC-1 opensafd[144]: NO Monitoring of RDE started
2019-06-18 13:38:21.429 SC-1 osafclmna[182]: NO 
safNode=SC-1,safCluster=myClmCluster Joined cluster, nodeid=2010f
2019-06-18 13:38:21.512 SC-1 osaffmd[200]: Started
2019-06-18 13:38:21.521 SC-1 osaffmd[200]: NO Configuration file located at 
/etc/opensaf/fmd.conf
2019-06-18 13:38:21.536 SC-1 opensafd[144]: NO Monitoring of HLFM started
2019-06-18 13:38:21.588 SC-1 osafimmd[210]: Started
2019-06-18 13:38:21.591 SC-1 opensafd[144]: NO Monitoring of IMMD started
2019-06-18 13:38:21.592 SC-1 osafimmd[210]: NO *** SC_ABSENCE_ALLOWED 
(Headless Hydra) is configured: 900 ***
2019-06-18 13:38:21.659 SC-1 osafimmnd[221]: Started
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Use default reserved class 
names.
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Persistent Back-End capability 
configured, Pbe file:imm.db (suffix may get added)
2019-06-18 13:38:21.682 SC-1 osafimmnd[221]: NO IMMD service is UP ... 
ScAbsenseAllowed?:0 introduced?:0
2019-06-18 13:38:21.683 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_ANONYMOUS --> IMM_SERVER_CLUSTER_WAITING
2019-06-18 13:38:21.696 SC-1 osafimmnd[221]: NO Fevs count adjusted to 1241 
preLoadPid: 0
2019-06-18 13:38:21.788 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_CLUSTER_WAITING --> IMM_SERVER_LOADING_PENDING
2019-06-18 13:38:21.844 SC-1 osafimmnd[221]: WA SC Absence IS allowed:900 IMMD 
service is DOWN
2019-06-18 13:38:21.848 SC-1 osafimmnd[221]: NO IMMD SERVICE IS DOWN, HYDRA IS 
CONFIGURED => UNREGISTERING IMMND form MDS
2019-06-18 13:38:21.861 SC-1 osafimmnd[221]: NO SC abscence interrupted sync of 
this IMMND - exiting


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #3053 imm: not respawned when immnd terminated during start up

2019-06-18 Thread Thang Duc Nguyen via Opensaf-tickets
- Description has changed:

Diff:



--- old
+++ new
@@ -1,3 +1,5 @@
+During SC-1 is going up, SCC-2 was down. And immnd on SC-1 was terminated 
(e.i, exit(0)) but before exiting, it does not send respond error to nid to 
respawn.
+
 2019-06-18 13:38:20.637 SC-1 opensafd: Starting OpenSAF Services(5.19.06 - 
9d64c986706f31ef15d40faffc1cfbed61d6217b) (Using TIPC)
 2019-06-18 13:38:20.643 SC-1 opensafd[111]: /etc/init.d/opensafd: 121: 
/etc/init.d/opensafd: cannot create /proc/sys/kernel/core_pattern: Read-only 
file system
 2019-06-18 13:38:20.657 SC-1 opensafd: Reboot file 
/var/log/opensaf/clm_cluster_reboot_in_progress not found, startup continue...






---

** [tickets:#3053] imm: not respawned when immnd terminated during start up  **

**Status:** assigned
**Milestone:** 5.19.06
**Created:** Tue Jun 18, 2019 11:43 PM UTC by Thang Duc Nguyen
**Last Updated:** Tue Jun 18, 2019 11:43 PM UTC
**Owner:** Thang Duc Nguyen


During SC-1 is going up, SCC-2 was down. And immnd on SC-1 was terminated (e.i, 
exit(0)) but before exiting, it does not send respond error to nid to respawn.

2019-06-18 13:38:20.637 SC-1 opensafd: Starting OpenSAF Services(5.19.06 - 
9d64c986706f31ef15d40faffc1cfbed61d6217b) (Using TIPC)
2019-06-18 13:38:20.643 SC-1 opensafd[111]: /etc/init.d/opensafd: 121: 
/etc/init.d/opensafd: cannot create /proc/sys/kernel/core_pattern: Read-only 
file system
2019-06-18 13:38:20.657 SC-1 opensafd: Reboot file 
/var/log/opensaf/clm_cluster_reboot_in_progress not found, startup continue...
2019-06-18 13:38:20.659 SC-1 opensafd[144]: logtrace: trace enabled to file 
'opensafd.log', mask=0x0
2019-06-18 13:38:20.764 SC-1 opensafd[144]: NO svc_monitor_thread is up and in 
ready state
2019-06-18 13:38:20.933 SC-1 opensaf: TIPC node address not yet configured , 
Configuring...
2019-06-18 13:38:21.010 SC-1 osaftransportd[176]: Started
2019-06-18 13:38:21.070 SC-1 osafclmna[182]: Started
2019-06-18 13:38:21.113 SC-1 opensafd[144]: NO Monitoring of TRANSPORT started
2019-06-18 13:38:21.115 SC-1 opensafd[144]: NO Monitoring of CLMNA started
2019-06-18 13:38:21.286 SC-1 osafrded[191]: Started
2019-06-18 13:38:21.288 SC-1 osafclmna[182]: NO Starting to promote this node 
to a system controller
2019-06-18 13:38:21.333 SC-1 opensafd[144]: NO Monitoring of RDE started
2019-06-18 13:38:21.429 SC-1 osafclmna[182]: NO 
safNode=SC-1,safCluster=myClmCluster Joined cluster, nodeid=2010f
2019-06-18 13:38:21.512 SC-1 osaffmd[200]: Started
2019-06-18 13:38:21.521 SC-1 osaffmd[200]: NO Configuration file located at 
/etc/opensaf/fmd.conf
2019-06-18 13:38:21.536 SC-1 opensafd[144]: NO Monitoring of HLFM started
2019-06-18 13:38:21.588 SC-1 osafimmd[210]: Started
2019-06-18 13:38:21.591 SC-1 opensafd[144]: NO Monitoring of IMMD started
2019-06-18 13:38:21.592 SC-1 osafimmd[210]: NO *** SC_ABSENCE_ALLOWED 
(Headless Hydra) is configured: 900 ***
2019-06-18 13:38:21.659 SC-1 osafimmnd[221]: Started
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Use default reserved class 
names.
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Persistent Back-End capability 
configured, Pbe file:imm.db (suffix may get added)
2019-06-18 13:38:21.682 SC-1 osafimmnd[221]: NO IMMD service is UP ... 
ScAbsenseAllowed?:0 introduced?:0
2019-06-18 13:38:21.683 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_ANONYMOUS --> IMM_SERVER_CLUSTER_WAITING
2019-06-18 13:38:21.696 SC-1 osafimmnd[221]: NO Fevs count adjusted to 1241 
preLoadPid: 0
2019-06-18 13:38:21.788 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_CLUSTER_WAITING --> IMM_SERVER_LOADING_PENDING
2019-06-18 13:38:21.844 SC-1 osafimmnd[221]: WA SC Absence IS allowed:900 IMMD 
service is DOWN
2019-06-18 13:38:21.848 SC-1 osafimmnd[221]: NO IMMD SERVICE IS DOWN, HYDRA IS 
CONFIGURED => UNREGISTERING IMMND form MDS
2019-06-18 13:38:21.861 SC-1 osafimmnd[221]: NO SC abscence interrupted sync of 
this IMMND - exiting


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets


[tickets] [opensaf:tickets] #3053 imm: not respawned when immnd terminated during start up

2019-06-18 Thread Thang Duc Nguyen via Opensaf-tickets



---

** [tickets:#3053] imm: not respawned when immnd terminated during start up  **

**Status:** assigned
**Milestone:** 5.19.06
**Created:** Tue Jun 18, 2019 11:43 PM UTC by Thang Duc Nguyen
**Last Updated:** Tue Jun 18, 2019 11:43 PM UTC
**Owner:** Thang Duc Nguyen


2019-06-18 13:38:20.637 SC-1 opensafd: Starting OpenSAF Services(5.19.06 - 
9d64c986706f31ef15d40faffc1cfbed61d6217b) (Using TIPC)
2019-06-18 13:38:20.643 SC-1 opensafd[111]: /etc/init.d/opensafd: 121: 
/etc/init.d/opensafd: cannot create /proc/sys/kernel/core_pattern: Read-only 
file system
2019-06-18 13:38:20.657 SC-1 opensafd: Reboot file 
/var/log/opensaf/clm_cluster_reboot_in_progress not found, startup continue...
2019-06-18 13:38:20.659 SC-1 opensafd[144]: logtrace: trace enabled to file 
'opensafd.log', mask=0x0
2019-06-18 13:38:20.764 SC-1 opensafd[144]: NO svc_monitor_thread is up and in 
ready state
2019-06-18 13:38:20.933 SC-1 opensaf: TIPC node address not yet configured , 
Configuring...
2019-06-18 13:38:21.010 SC-1 osaftransportd[176]: Started
2019-06-18 13:38:21.070 SC-1 osafclmna[182]: Started
2019-06-18 13:38:21.113 SC-1 opensafd[144]: NO Monitoring of TRANSPORT started
2019-06-18 13:38:21.115 SC-1 opensafd[144]: NO Monitoring of CLMNA started
2019-06-18 13:38:21.286 SC-1 osafrded[191]: Started
2019-06-18 13:38:21.288 SC-1 osafclmna[182]: NO Starting to promote this node 
to a system controller
2019-06-18 13:38:21.333 SC-1 opensafd[144]: NO Monitoring of RDE started
2019-06-18 13:38:21.429 SC-1 osafclmna[182]: NO 
safNode=SC-1,safCluster=myClmCluster Joined cluster, nodeid=2010f
2019-06-18 13:38:21.512 SC-1 osaffmd[200]: Started
2019-06-18 13:38:21.521 SC-1 osaffmd[200]: NO Configuration file located at 
/etc/opensaf/fmd.conf
2019-06-18 13:38:21.536 SC-1 opensafd[144]: NO Monitoring of HLFM started
2019-06-18 13:38:21.588 SC-1 osafimmd[210]: Started
2019-06-18 13:38:21.591 SC-1 opensafd[144]: NO Monitoring of IMMD started
2019-06-18 13:38:21.592 SC-1 osafimmd[210]: NO *** SC_ABSENCE_ALLOWED 
(Headless Hydra) is configured: 900 ***
2019-06-18 13:38:21.659 SC-1 osafimmnd[221]: Started
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Use default reserved class 
names.
2019-06-18 13:38:21.667 SC-1 osafimmnd[221]: NO Persistent Back-End capability 
configured, Pbe file:imm.db (suffix may get added)
2019-06-18 13:38:21.682 SC-1 osafimmnd[221]: NO IMMD service is UP ... 
ScAbsenseAllowed?:0 introduced?:0
2019-06-18 13:38:21.683 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_ANONYMOUS --> IMM_SERVER_CLUSTER_WAITING
2019-06-18 13:38:21.696 SC-1 osafimmnd[221]: NO Fevs count adjusted to 1241 
preLoadPid: 0
2019-06-18 13:38:21.788 SC-1 osafimmnd[221]: NO SERVER STATE: 
IMM_SERVER_CLUSTER_WAITING --> IMM_SERVER_LOADING_PENDING
2019-06-18 13:38:21.844 SC-1 osafimmnd[221]: WA SC Absence IS allowed:900 IMMD 
service is DOWN
2019-06-18 13:38:21.848 SC-1 osafimmnd[221]: NO IMMD SERVICE IS DOWN, HYDRA IS 
CONFIGURED => UNREGISTERING IMMND form MDS
2019-06-18 13:38:21.861 SC-1 osafimmnd[221]: NO SC abscence interrupted sync of 
this IMMND - exiting


---

Sent from sourceforge.net because opensaf-tickets@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/opensaf/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/opensaf/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.___
Opensaf-tickets mailing list
Opensaf-tickets@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-tickets