27.12.2012 Aufrufe

CA ARCserve Backup für Windows ... - CA Technologies

CA ARCserve Backup für Windows ... - CA Technologies

CA ARCserve Backup für Windows ... - CA Technologies

MEHR ANZEIGEN
WENIGER ANZEIGEN

Sie wollen auch ein ePaper? Erhöhen Sie die Reichweite Ihrer Titel.

YUMPU macht aus Druck-PDFs automatisch weboptimierte ePaper, die Google liebt.

Implementieren eines <strong>CA</strong> <strong>ARCserve</strong> <strong>Backup</strong>-Servers auf einem NEC-Cluster<br />

Änderungen am Skript START.BAT <strong>für</strong> SQL Express-Primärserver<br />

204 Implementierungshandbuch<br />

Nach der Installation müssen Sie das Skript "start.bat" ändern, indem Sie Text an<br />

zwei Stellen hinzufügen: nach NORMAL und nach FAILOVER. Die folgenden<br />

Skriptänderungen treffen nur <strong>für</strong> SQL Express-Primärserver zu.<br />

Kopieren Sie das folgende Skript, und fügen Sie es in der Datei "start.bat" nach<br />

NORMAL und nach FAILOVER ein:<br />

REM Legen Sie die folgende Variable 'process' auf 1 <strong>für</strong> normalen<br />

REM-Vorgang fest. Ändern Sie während der Aktualisierung/Migration dieses<br />

REM-Skript, um den Wert auf null festzulegen<br />

SET process=1<br />

REM Legen Sie dieses Flag auf 1 fest, wenn es sich um einen Primärserver handelt<br />

und Sie eine<br />

REM MS SQL Express 2008-Datenbank verwenden; legen Sie es ansonsten auf 0 fest<br />

SET PRIMARY_SQLE_FLAG=1<br />

IF %process%==0 GOTO end<br />

REM Normalen Vorgang hier ausführen<br />

net stop <strong>CA</strong>SDiscovery<br />

net stop <strong>CA</strong>SSvcControlSvr<br />

if %PRIMARY_SQLE_FLAG%==0 GOTO <strong>CA</strong>_SERVICES<br />

net start mssql$arcserve_db<br />

:<strong>CA</strong>_SERVICES<br />

net start <strong>CA</strong>SDiscovery<br />

net start <strong>CA</strong>Sportmappe<br />

armload <strong>CA</strong>SSvcControlSvr /S /R 3 /FOV <strong>CA</strong>SSvcControlSvr<br />

armload <strong>CA</strong>SunivDomainSvr /S /R 3 /FOV <strong>CA</strong>SunivDomainSvr<br />

armload <strong>CA</strong>SDBEngine /S /R 3 /FOV <strong>CA</strong>SDBEngine<br />

armload <strong>CA</strong>SMessageEngine /S /R 3 /FOV <strong>CA</strong>SMessageEngine<br />

armload <strong>CA</strong>STapeEngine /S /R 3 /FOV <strong>CA</strong>STapeEngine<br />

armload <strong>CA</strong>SJobEngine /S /R 3 /FOV <strong>CA</strong>SJobEngine<br />

armload <strong>CA</strong>SMgmtSvc /S /R 3 /FOV <strong>CA</strong>SMgmtSvc<br />

net start "<strong>CA</strong> <strong>ARCserve</strong> Communication Foundation"<br />

:end<br />

REM Verlassen Sie die Batch-Datei

Hurra! Ihre Datei wurde hochgeladen und ist bereit für die Veröffentlichung.

Erfolgreich gespeichert!

Leider ist etwas schief gelaufen!