You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Introduction

From software 2.47 DM redundancy for testing is implemented.

  • Master DM must have DECT Base disabled
  • Add Back-up DM today via provisioning only
  • Failover will wait for 7 minutes
  • No fallback to Master DM. Master will become back-up DM
  • Back-up DM does not need an DM license
  • Failover when:
    • Backup DM recognizes, that ( some, a significant number of, all ) base stations are disconnected from master DM
    • Backup DM recognizes, that ( some, a significant number of, all ) base stations are connectable to backup DM


Auto-provisioning

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>

    <oper name="add_backup_dm">
        <param name="DMPpasswd" value="Gigaset123+"/>
        <param name="DMDisplayName" value="dm2"/>
        <param name="DmBackupFor" value="dm1"/>
    </oper>

    </nvm>
</provisioning>

  • No labels