Tuesday, July 30, 2013

SAS: Move Content with BRM

1.Customize brm.properties and brm-log4j.properties on Source SAS Server
2. Run brm backup command to back up solutions content on source server
    c:\BRM> brm backup
    or
    # > ./brm.sh backup

3.Customize brm.properties and brm-log4j.properties on Destination SAS Server

4. Run brm backup command to back up solutions content on destination server

    c:\BRM> brm backup
    or
    # > ./brm.sh backup

5. Run brm saveconfig command to back up solutions content on destination server

    c:\BRM> brm saveconfig
    or
    # > ./brm.sh saveconfig

6. Run brm restore on the destination server
    on Windows:
    brm restore \\machinename\sharename\BRM-backup-dir
    on Unix
    ./brmrunas.sh sassrv restore /export/machinename/sharename/BRM-backup-dir

 7. Run brm loadconfig on destination server
    on Windows:
    brm loadconfig
    on Unix
    ./brmrunas.sh loadconfig

8. Restart all servers

9. Refresh SAS BI Web Services
    on Windows:
    brm refreshservices
    on Unix
    ./brmrunas.sh refreshservices

10. Refresh URLs in SAS BI Dashboard Indicator
    on Windows:
    brm indicators
    on Unix
    ./brmrunas.sh indicators

11. Restart All Servers

No comments:

Post a Comment