RPMS Installation

From VistApedia
Revision as of 00:08, 1 July 2009 by DavidWhitten (talk | contribs)
Jump to: navigation, search

RPMS Installation Instructions

Written by Sam Habiel. I want to acknowledge Rick Pullen and Nancy Anthracite, who helped me put this together.

For development use; consult a Vista Cache expert for production system set-up. Optional steps marked with *.

  1. Install Cache or Ensemble (lastest versions); answer no to the question that asks weather to put the key in now if you have the key as a file.
  2. In the Mgr directory, copy the key and make sure it's named cache.key
  3. Log into the System Mangement Portal. Right-click on notification icon, choose that option, and if you set a password, log in
  4. Home > Configuration > Advanced Settings
    1. IO
      • Filemode = True
      • Openmode = 1 for Read/Write
    2. Memory
      • GenericHeapSize = 10000. More may be needed for shadowed systems.
      • ZFHEAP = 125000 (minimum). May require more depending on software running and OS platform.
    3. Miscellaneous
      • WebServerPort = 57772 (default) This can be changed and is the port number that the System Management Portal uses.
    4. ObjectScript
      • Set ZEOF = True
    5. Telnet
      • DNSLookup = True (if DNS server is available). Set to False if no DNS server available. Only affects Windows OS.
    6. *Home > Configuration > Memory and Startup
      • Routine Cache: Min 50MB
      • Database Cache (8 KB): Min 1500MB. Leave 2 KB Cache at 0.
  5. Create a blank database
    1. Configuration > Local Databases > Create New Database
    2. Give it a 2-5 letter name, and put in a directory with the same name
    3. Size: 1MB
    4. Jounal: No
    5. Resource: %DB_%Default
  6. Create a namespace
    1. Configuration > Namespaces > Create New Namespace
    2. Give it the same name as your DB created in #4
    3. Map it to your DB
    4. Don't copy any mappings
  7. Create the mappings (Namespaces, Global Mappings and Routine Mappings)
    1. Globals: (%Z*, %z*) to your namespace; (UTILITY, TMP, TEMP, XTMP) to CACHETEMP
    2. Routines: %DT*, %HOSTCMD, %INET, %RCR, %Serenj*, %XB*, %XU*, %ZI*, %ZO*, %ZT*, %ZU*, %ZV*, %ZDEBUG
  8. *Home > Security Management > Users
    1. Add accounts. Copy from SuperUser. Add Password. Set Namespace. If this is intended for general use, set the routine to be ^ZU, otherwise, leave it blank.
  9. *Home > Security Management > CSP Applications > Edit /csp/sys (this portal). Uncheck unauthenticed and check password to allow only authenticated users to use the system management portal.
  10. *Home > Security Management > Services > Edit %Service_Telnet. Enable it and choose appropriate authentication.
  11. *Home > Security Management > Resources > Edit %Development and enable it (only for systems on which development will be performed).
  12. Shutdown Cache/Ensemble, put your real CACHE.DAT in the folder, and start Cache/Ensemble again.
  13. *For databases migrated from Cache 5.0.x, recompile the routines and update database objects.
    • Enter Programmer Mode
    • Go to your namespace
    • Execute the following:
      • D ^%RCOMPIL
      • Routine(s): %*
      • Routine(s): **
      • ZN "%SYS"
      • $System.OBJ.UpgradeAll()
    • Go back to your namespace
      • D RebuildIndex^%R("","",1)
  14. In Programmer mode, D ^ZTMGRSET, choose OpenM for OS, and type your namespace on the three quetions, and rename fileman routines.
  15. Correct the Volume Set and Default HFS fields in the Kernel Systems Parameters file
  16. Correct the Volume in Volume Set file
  17. Taskman Site Parameters need to be XXX:CACHE or XXX:ENSEMBLE or XXX:<INSTANCE NAME>
  18. Check the Mailman Site Params file for the correct entry in the below field: CPU (UCI,VOL) FOR FILER TO RUN: XXX,XXX
  19. Before you proceed, fix the volume set field for devices |TRM| and |TNT| or otherwise you won't be able to use fileman features.
  20. In Option Scheduling file, correct Volume field for tasks by stuffing the right one
  21. In Device File, correct Volume Set field also by stuffing
  22. Kill ^%ZTSK and ^%ZTSCH. Reindex the Option Scheduling file (all indices)
  23. Fix the RPMS Site file. Set OS to DOS
  24. In CIA LISTENER file, correct UCI.
  25. In XUP, go to CIANB MAIN MENU, edit the CIA broker package parameters and remove old UCI and put new one.
  26. Start the listner.
  27. In BMXMENU, edit all the ports to have a correct namespace, and then start all of them.
  28. In the portal, go to system services and enable telnet.
  29. Go to XUP, and add yourself as a user.
  30. Find your DUZ
  31. Give yourself the "@"
  32. Assign yourself all the keys in the universe by D ^AKMOSUSR
  33. Make a folder where your ehr client will reside. Share that folder with read access to all users.
  34. Find lastest major version of EHR (currently 1.1) and double click on the exe and extract the files to folder you just created.
  35. In the resulting dialog, put the UNC path of the shared folder in the first box; in the last box, add /trace to enable tracing by default (for developers).
  36. Install EHR 1.1 patch 1
  37. Install EHR 1.1 patch 4. It contains the last license (the permanent one).
  38. Edit the VueCentric Framework defaults. In XUP, choose CIAV MANAGER
    • Choose site parameter edit
    • Object source path is the UNC to your bin folder
    • You may choose to change the default VueCentric Template now or later

Stuff to do later... There is so much set-up you can work on. Here are some things that are needed:

  1. *Add Mailman Domain; Christen; have Kernel point to it.
  2. *Add Institution; Set-up Medical Center Division to point to it; have Kernel point to default division.
  3. *Setup Backup and Journalling in Cache/Ensemble.