[543] | 1 | $TXT Created by TOPPENBERG,KEVIN at FAMILY PHYSICANS OF GREENEVILLE (KIDS) on Wednesday, 08/20/08
|
---|
| 2 | =============================================================================
|
---|
| 3 | Run Date: AUG 12,2008 Designation: TMG-GUI-CONFIG*1.0*3
|
---|
| 4 | Package : TMG - FAMILY PHYSICANS OF GREENEVILLE Priority: Optional
|
---|
| 5 | Version : 1 SEQ #3 Status: Released
|
---|
| 6 | =============================================================================
|
---|
| 7 |
|
---|
| 8 | Associated patches: None
|
---|
| 9 |
|
---|
| 10 | Subject: Patch to support WorldVistA Configuration Utility
|
---|
| 11 |
|
---|
| 12 | Category:
|
---|
| 13 | - Routine
|
---|
| 14 |
|
---|
| 15 | Description:
|
---|
| 16 | ============
|
---|
| 17 |
|
---|
| 18 | This patch fixes issues related to setting Access and Verify codes.
|
---|
| 19 |
|
---|
| 20 | SECURITY ISSUES:
|
---|
| 21 | The configuration utility allows users easy access to all files on the system.
|
---|
| 22 | Generally Fileman DB API calls are used for posting to the database. One exception
|
---|
| 23 | is made that allows users to set their Fileman access code to @. Thus a user
|
---|
| 24 | of this application can gain complete control of the sytem. That was the intent,
|
---|
| 25 | to allow administrators to effectively manage their systems. But with easy use
|
---|
| 26 | come easy potential for mistakes.
|
---|
| 27 |
|
---|
| 28 | Methods to limit access to the server: During start up of the application, a
|
---|
| 29 | standard RPC login into the server is required. The user must have the XUPROGMODE
|
---|
| 30 | security key, OR have a unlocking menu OPTION added to their secondary menu field
|
---|
| 31 | in their NEW PERSON file record. The needed menu OPTION is:
|
---|
| 32 |
|
---|
| 33 | TMG RPC CONTEXT GUI_CONFIG
|
---|
| 34 |
|
---|
| 35 | ROUTINE SUMMARY:
|
---|
| 36 | ================
|
---|
| 37 | Routine Summary
|
---|
| 38 | The following routines are included in this patch. The second line of each
|
---|
| 39 | of these routines now looks like:
|
---|
| 40 | ;;1.0;TMG-LIB;**[Patch List]**;08/12/09
|
---|
| 41 |
|
---|
| 42 |
|
---|
| 43 | INSTALLATION INSTRUCTIONS:
|
---|
| 44 | ==========================
|
---|
| 45 | This patch should cause minimal impact on live systems, as it provides only 1 routine,
|
---|
| 46 | 1 OPTION, and 1 REMOTE PROCEDURE. Installation will take less than 1 minute. Users
|
---|
| 47 | may remain on the system. Note: the follow instructions were copied from another KIDS
|
---|
| 48 | install and modified. There may be some discrepancies.
|
---|
| 49 |
|
---|
| 50 | The following are instructions for those using the Packman method:
|
---|
| 51 | ------------------------------------------------------------------
|
---|
| 52 | 1. Use the INSTALL/CHECK MESSAGE option on the PackMan menu.
|
---|
| 53 |
|
---|
| 54 | 2. Review your mapped set. If any of the routines listed in the
|
---|
| 55 | ROUTINE SUMMARY section are mapped, they should be removed
|
---|
| 56 | from the mapped set at this time.
|
---|
| 57 |
|
---|
| 58 | 3. From the Kernel Installation and Distribution System Menu, select
|
---|
| 59 | the Installation menu.
|
---|
| 60 |
|
---|
| 61 | 4. From this menu, you may elect to use the following options
|
---|
| 62 | (when prompted for INSTALL NAME, enter TMG-GUI-CONFIG*1.0*3):
|
---|
| 63 | a. Backup a Transport Global
|
---|
| 64 | b. Compare Transport Global to Current System
|
---|
| 65 | c. Verify Checksums in Transport Global
|
---|
| 66 |
|
---|
| 67 | 5. Use the Install Package(s) option and select the package TMG-GUI-CONFIG*1.0*3.
|
---|
| 68 |
|
---|
| 69 | 6. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//'
|
---|
| 70 | respond NO.
|
---|
| 71 |
|
---|
| 72 | 7. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and
|
---|
| 73 | Protocols? YES//', respond NO.
|
---|
| 74 |
|
---|
| 75 | 8. If routines were unmapped as part of step 2, they should be returned
|
---|
| 76 | to the mapped set once the installation has run to completion.
|
---|
| 77 |
|
---|
| 78 | 9. (See step 9 below)
|
---|
| 79 |
|
---|
| 80 | The following are instructions for those loading the patch via Host File System:
|
---|
| 81 | ---------------------------------------------------------------------------------
|
---|
| 82 | 1. Navigate the menu option path to reach the Kernel Installation and Distribution
|
---|
| 83 | System Menu. Or, the menu option XPD MAIN may be entered directly.
|
---|
| 84 |
|
---|
| 85 | 2. Next, at the menu displaying:
|
---|
| 86 | Edits and Distribution ...
|
---|
| 87 | Utilities ...
|
---|
| 88 | Installation ... <---------- pick this one.
|
---|
| 89 |
|
---|
| 90 | 3. Next, at the menu displaying the options as below, choose each of the options
|
---|
| 91 | in a step-by-step fashion, in numerical order (i.e. 1, 2, 3 etc.) Step #1 will
|
---|
| 92 | prompt the user to enter the file path on the host file system where the source
|
---|
| 93 | file is stored. The filename to enter is TMG_GUI_CONFIG-1.0-3.KID, but add the
|
---|
| 94 | appropriate path. E.g. /tmp/TMG_GUI_CONFIG-1.0-3.KID
|
---|
| 95 |
|
---|
| 96 | 1 Load a Distribution
|
---|
| 97 | 2 Verify Checksums in Transport Global
|
---|
| 98 | 3 Print Transport Global
|
---|
| 99 | 4 Compare Transport Global to Current System
|
---|
| 100 | 5 Backup a Transport Global
|
---|
| 101 | 6 Install Package(s)
|
---|
| 102 | Restart Install of Package(s)
|
---|
| 103 | Unload a Distribution
|
---|
| 104 |
|
---|
| 105 | 4. From this menu, you may elect to use the following options
|
---|
| 106 | (when prompted for INSTALL NAME, enter TMG-GUI-CONFIG*1.0*3):
|
---|
| 107 | a. Backup a Transport Global
|
---|
| 108 | b. Compare Transport Global to Current System
|
---|
| 109 | c. Verify Checksums in Transport Global
|
---|
| 110 |
|
---|
| 111 | 5. Use the Install Package(s) option and select the package TMG-GUI-CONFIG*1.0*3.
|
---|
| 112 |
|
---|
| 113 | 6. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//'
|
---|
| 114 | respond NO.
|
---|
| 115 |
|
---|
| 116 | 7. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and
|
---|
| 117 | Protocols? YES//', respond NO.
|
---|
| 118 |
|
---|
| 119 | 8. If routines were unmapped as part of step 2, they should be returned
|
---|
| 120 | to the mapped set once the installation has run to completion.
|
---|
| 121 |
|
---|
| 122 |
|
---|
| 123 | Routine Information:
|
---|
| 124 | ====================
|
---|
| 125 |
|
---|
| 126 | Routine Name:
|
---|
| 127 | - CHANNEL^TMGRPC3
|
---|
| 128 |
|
---|
| 129 |
|
---|
| 130 | Routine Checksum:
|
---|
| 131 |
|
---|
| 132 | =============================================================================
|
---|
| 133 | User Information:
|
---|
| 134 | Entered By : TOPPENBERG,KEVIN Date Entered : AUG 12, 2009
|
---|
| 135 | Completed By: TOPPENBERG,KEVIN Date Completed: AUG 12, 2009
|
---|
| 136 | Released By : TOPPENBERG,KEVIN Date Released : AUG 12, 2009
|
---|
| 137 | =============================================================================
|
---|
| 138 |
|
---|
| 139 | Packman Mail Message:
|
---|
| 140 | =====================
|
---|
| 141 |
|
---|
| 142 | $END TXT
|
---|