Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NIM alternate_master in different subnet

Status
Not open for further replies.

Mik3yZ

Technical User
Apr 9, 2014
1
FR
Hi All,

i have an issue relating to defining an alternate_master. Let's first show the setup:

Code:
nim01 = 192.168.0.71/26
nim02 = 192.168.0.7/26

Networks + routing:

Code:
graymgt_net:
   routing1 = default 192.168.0.65
violetmgt_net:
   routing1 = default 192.168.0.1

Ports opened in firewall; 1508,1509,3901,3902

However, when i define the alternate_master, i get:

Code:
# niminit -a is_alternate=yes -a master=nim01 -a pif_name=en0 -a cable_type1=tp -a connect=nimsh -a name=nim02   
0513-071 The nimesis Subsystem has been added.
0513-071 The nimd Subsystem has been added.
0513-059 The nimesis Subsystem has been started. Subsystem PID is 5374066.
0042-006 niminit: (init to master) rcmd Error 0 

0513-044 The nimesis Subsystem was requested to stop.
0513-004 The Subsystem or Group, nimd, is currently inoperative.
0513-004 The Subsystem or Group, nimsh, is currently inoperative.
0513-083 Subsystem has been Deleted.
0513-083 Subsystem has been Deleted.
0518-307 odmdelete: 4 objects deleted.
0518-307 odmdelete: 33 objects deleted.

Any idea's?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top