cancel
Showing results for 
Search instead for 
Did you mean: 

MDM 7.1 on HP-UX Archiving on a daily basis

0 Kudos

Hi all,

We are migrating a MDM landscape from Windows to HP-UX.

We used to run CLIX .bat files scheduled on the Windows Server to perform daily archive of our repositories.

As CLIX is only available for Windows Plataform (you can check the MDMCX7100*.ZIP from http://service.sap.com/swdc), we need to find a way to perform Repository Archiving natively on our HP-UX environment.

Is there a HP-UX tool, or MDM commands we can schedule on our HP-UX Server?

(We were recommended to run CLIX commando from our workstations, but is not really an option we can consider)

Thanks in advance

Yours faithfully,

Cristian Marin

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

If anyone my find this helpfull,

CLIX is installed as a native tool of the MDM Server, so all we had to do was to rebuild our CLIX commands under (sh) shell.

Below you may find the code we have modifiy it to replace the final a2a file.

#!/bin/sh
#El archivo resultante queda en la ruta
#/usr/sap/MDP/MDSXX/mdm/archives
FECHA=`date +%F_%T`
clix cpyArchive "<mdm-host>:<mdm-password>" "<REP_NAME>:<SID>:Oracle:system:<oracle-system-password>" -A <REP_NAME>_$FECHA.a2a

Good luck!

--

Cristian Marin

Answers (0)