Farid --
Here is how it works.
When there is a network disconnect between the nodes, the nodes attempt to "reform" the cluster.
Since neither node can communicate with each other they cannot form a cluster of a majority of the nodes (i.e. they cannot form a cluster of 2 of the 2 nodes).
Serviceguard, therefore, uses a tie-breaking system to ensure that both nodes don't try to access the data (and hence corrupt it).
The tie-breaker is known as the lock disk (some systems use a quorem server).
Once the nodes realize that they cannot talk to each other, they "race" to the lock disk to try to get it.
In your case, the node with the "failed" network gets to the lock disk first.
When node 2 gets to the lock disk, it sees that it's already owned by node 1.
To ensure that there is no data corruption, node 2 kills itself with the TOC.
This is standard Serviceguard behavior.
Best regards,
Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"