sharing /usr/local and NIS server and client

I have two sun v880 with solaris 9 one is nis server and other nis client . The nis master sharing /usr/local with nis client. I need that one sun will be backup from other, if one stop working other continuos. What is que best practice for to do this, stop de nis service and copy /usr/local of one to other? Change nis client to nis slave? I don't have experience with solaris.

[387 byte] By [Flavia] at [2007-11-26 8:40:13]
# 1

Do you only have 2 machines total?

You discuss two separate services: NIS and filesharing.

For NIS, all that is required is that you set up a slave. The slave continues to serve data (but not update it) while the master is down.

Sharing /usr/local is different. If it's just these 2 machines, instead of NFS I might set up rsync to copy the data over periodically.

--

Darren

Darren_Dunham at 2007-7-6 22:16:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...
# 2
Yes i only have 2 machines.For i setup a slave i have to do anything special? Have i to take care with anything?tks for your answers
Flavia at 2007-7-6 22:16:30 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...