DPA

Aus Zovis Wikili
Wechseln zu: Navigation, Suche

DPA (Data Protection Advisor)

Mit EMC Data Protection Advisor können Sie Überwachung, Analyse, Alarmierung und Reporting über Backup-, Replikations- und virtuelle Umgebungen hinweg automatisieren. Die leistungsstarke Data-Protection-Managementsoftware von EMC hilft Ihnen Service-Levels zu managen, die Komplexität reduzieren und manuelle Vorgänge überflüssig machen.


FAQ

Ports

Client

Auf dem Client muss der 3741 offen sein:


Test auf dem Client. Der Port 9002 muss offen sein:

[root@hbeh05 etc]# netstat -tulpen |grep 3741
tcp6 0 0 :::3741 :::* LISTEN 0 37165033 55992/dpaagent
[root@hbeh05 etc]#


Test vom Server aus Telnet auf Port:

C:\Users\neuenschwank>telnet hbeh01.pnet.ch 3741

[leer]
control+c
C:\Users\neuenschwank>


Server

Test auf dem Client muss der 9002 offen sein:

Vom Client aus Telnet auf Port:

[root@hbeh05 etc]# telnet vdpaa1 9002
Trying 172.27.34.16...
Connected to vdpaa1.
Escape character is '^]'.
^CConnection closed by foreign host.
[root@hbeh05 etc]#



Start Stop DPA Agent on Linux

/opt/emc/dpa/agent/etc/dpa start|stop|restart|status

[root@hbeh05 ~]#
[root@hbeh05 ~]#  /opt/emc/dpa/agent/etc/dpa status
dpaagent is stopped
[root@hbeh05 ~]#
[root@hbeh05 ~]#
[root@hbeh05 ~]#
[root@hbeh05 ~]#  /opt/emc/dpa/agent/etc/dpa start

Starting DPA Agent: [ OK ]

[root@hbeh05 ~]#
[root@hbeh05 ~]#  /opt/emc/dpa/agent/etc/dpa status
dpaagent (pid 55992) is running...
[root@hbeh05 ~]#




Update DPA Agent

Linux

Das alte Paket muss nicht entfernt werden! Ist Instal- und Updatepaket

hbeh01:/tmp # chmod 777 DPA-Agent-Linux-x86_64-6.4.0.67.bin
hbeh01:/tmp #
hbeh01:/tmp # ./DPA-Agent-Linux-x86_64-6.4.0.67.bin
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
...

Folge den Anweisungen

Uninstall DPA Agent

Linux

This section describes how to uninstall DPA in both UNIX/Linux and Windows environments.

Procedure:

  1. Run the following command:
[DPA install directory]/_uninstall/Uninstall_Data_Protection_Advisor

Add -i silent to the command if you want silent uninstallation. The uninstaller will not ask you for input.

  1. Results

When uninstalling the DPA Datastore, a warning indicating that the uninstaller will remove the features that were installed during product installation appears indicating that the database will be removed.

Windows

Uninstalling through user interface on Windows

Procedure

  1. Select

Start > Control Panel > Programs and Features.

  1. Uninstall

EMC Data Protection Advisor from the list of installed applications

Uninstalling by using silent command line

On UNIX/Linux machines, start a command shell, navigate to the _uninstall directory and type the following command:

./Uninstall_Data_Protection_Advisor -i silent

On Windows machines, type the following command through the command line:

Uninstall_Data_Protection_Advisor.exe -i silent

Requestimeout auf einem DAP Agent verlängern

in die Agentconfig Datei

/opt/emc/dpa/agent/etc/dpaagent_config.xml

folgendes hinzufügen:

<REQUESTTIMEOUT>21600</REQUESTTIMEOUT>

z.B.:

hbeh01:/opt/emc/dpa/agent/etc # less dpaagent_config.xml
<AGENTCONFIG>
    <VERSION>600</VERSION>
    <AGENTVERSION>6.2.2.99240</AGENTVERSION>
    <SERVERNAME>vdpaa1.pext.ch</SERVERNAME>
    <SERVERPORT>9002</SERVERPORT>
    <SERVERSSL>true</SERVERSSL>
    <REQUESTTIMEOUT>21600</REQUESTTIMEOUT>
    <LOGFILE>/opt/emc/dpa/agent/bin/../logs/dpaagent.log</LOGFILE>
    <LOGLEVEL>Info</LOGLEVEL>
    <JREDIR>/opt/emc/dpa/agent/_jre</JREDIR>
</AGENTCONFIG>
hbeh01:/opt/emc/dpa/agent/etc #



DPA Server Upgrade

  • Snapshot der beiden DPA Server vdpaa1 und vdpad1 im ausgeschalteten Zustand.
  • DB Export:
    • CMD als Administrator ausführen
    • Im D:\EMC\DPA\services\bin> dpa service status ->
    • wenn ok zur Sicherheit: dpa ds export [EXPORTERZEICHNIS]
    • z.B. dpa ds export D:\DPA_expo
      • Import wäre z.B.: "dpa.bat ds import d:\DPA_export\datastore-6_2_0_102-2015-04-07-0945"
  • SW updaten auf beiden Servern
  • zuerst vdpad1 neu starten und die Services vollständig starten lassen
  • vdpaa1 neu starten und geduld haben bis alle Dienste gestartet sind.
  • Testen mit Reports senden
  • Voila



Links