Veritas-bu

[Veritas-bu] (no subject)

2001-09-07 17:13:16
Subject: [Veritas-bu] (no subject)
From: scott.kendall AT abbott DOT com (scott.kendall AT abbott DOT com)
Date: Fri, 7 Sep 2001 16:13:16 -0500
Actually, you can "push" out an install on NT.  Run the NT client setup and
choose the option to do remotely.  You can select multiple targets and it will
push it out to all of them.

For the Exclude, the NetBackup NT admin console does this great from the GUI.
Or use a for loop and the reg.exe utility from the NT resource kit.  It will
let you edit the registry remotely.  Either way will allow you to do multiple
machines at once.

If using the Registry the value is
HKEY_LOCAL_MACHINE\Software\Veritas\NetBackup\CurrentVersion\Config\Exclude.
Easiest thing to do is set it once the way you like it and then go look at it
in the Registry and make everyone else look like that.

For scripting an install you can also edit the Registry.

Heres an example:

run "regedit.exe /s filename.reg" from cmd with the file containing the data
below to edit the Registry with values in file.

REGEDIT4

[HKEY_LOCAL_MACHINE\Software\Veritas\NetBackup\CurrentVersion\Config]
"SERVER_SENDS_MAIL"="YES"
"OTM_Use"="YES"
"OTM_Current"="ALL_AVAILABLE"
"OTM_Cache_Size_Max"=dword:00000000
"OTM_Error_Control"=dword:00000002
"OTM_Quiescent_Timeout"=dword:00000078
"CLIENT_READ_TIMEOUT"=dword:00000384




                                                                                
                                                   
                    Guy Speier                                                  
                                                   
                    <guys AT firstlogic DOT com>                To:     
veritas-bu AT mailman.eng.auburn DOT edu                                 
                    Sent by:                             cc:                    
                                                   
                    veritas-bu-admin AT mailman DOT eng.        Subject:     
[Veritas-bu] (no subject)                                    
                    auburn.edu                                                  
                                                   
                                                                                
                                                   
                                                                                
                                                   
                    09/06/2001 02:23 PM                                         
                                                   
                                                                                
                                                   
                                                                                
                                                   




Is there anyway to push out a default exclude list for window$ machines
(either during
the install or post install).

I know that you can't really "push" out an install, but perhaps a post
install script or something?

thx,
g
_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu





<Prev in Thread] Current Thread [Next in Thread>