Hi everyone
I'm still new in SRX world
my issue is I configured chassis c;uster on 2 SRX-240 as test lab
After I deleted ethernet-swithcing and all logical units interfaces ..etc
1) I applied commands on both nodes
On device A: >set chassis cluster cluster-id 1 node 0 reboot
On device B: >set chassis cluster cluster-id 1 node 1 reboot
2) on Node 0 , I applied :
#set groups node0 system host-name primary
#set groups node0 interfaces fxp0 unit 0 family inet address 192.168.1.1/24
#set groups node1 system host-name secondary
#set groups node1 interfaces fxp0 unit 0 family inet address 192.168.1.2/24
#set apply-groups "${node}
#set interfaces fab0 fabric-options member-interfaces ge-0/0/2
#set interfaces fab1 fabric-options member-interfaces ge-5/0/2
# set chassis cluster redundancy-group 0 node 0 priority 100
# set chassis cluster redundancy-group 0 node 1 priority 1
# set chassis cluster redundancy-group 1 node 0 priority 100
# set chassis cluster redundancy-group 1 node 1 priority 1
# set chassis cluster redundancy-group 1 interface-monitor ge-0/0/5 weight 255
# set chassis cluster redundancy-group 1 interface-monitor ge-5/0/5 weight 255
# set chassis cluster redundancy-group 1 interface-monitor ge-0/0/6 weight 255
# set chassis cluster redundancy-group 1 interface-monitor ge-5/0/6 weight 255
# set chassis cluster reth-count 2
# set interfaces ge-0/0/5 gigether-options redundant-parent reth1
# set interfaces ge-5/0/5 gigether-options redundant-parent reth1
# set interfaces reth1 redundant-ether-options redundancy-group 1
# set interfaces reth1 unit 0 family inet address 20.2.0.233/24
# set interfaces ge-0/0/6 gigether-options redundant-parent reth0
# set interfaces ge-5/0/6 gigether-options redundant-parent reth0
# set interfaces reth0 redundant-ether-options redundancy-group 1
# set interfaces reth0 unit 0 family inet address 10.16.8.1/24
# set security zones security-zone untrust interfaces reth1.0
# set security zones security-zone trust interfaces reth0.0
though the commiting was successed but I forget to connect fxp0 , fxp1 and fab cables to the other Node 1 during applaing the commands on Node 0 so node 1 was lost
-
anyhow when I tired to delete all the above commands from Node 0 by writing delete instead of set like
delete groups node0 system host-name primary ......and so on
sadly I recieive error message when trying commiting the configuration
error message :
[edit chassis cluster redundancy-group 1] 'node 0'
Missing mandatory statement: 'priority
sorry for prolonging
#HA#chassiscluster#SRX#jonus