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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Move parent server in Novell

Status
Not open for further replies.
Joined
Feb 27, 2003
Messages
50
Location
US
Does anyone know an easy way to change the parent server in a Novell environment? We have a wide verity of clients and I didn't want to try to copy down the grc file to over 400 pc's.

Thanks
 
Copyiyng the GRC.dat file is the only way I know of. You can always put a DOS batch file in your login script that does something like:

If Exist \destination\dir\grc.dat then exit
copy \\server\volume\dir\grc.dat \destination\direxit:
end

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top