Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: NVSHELP

NVSHELP.m

Go to the documentation of this file.
  1. NVSHELP ;JLS/OIOFO - NVSMENU HELP 1/21/06 NOON
  1. ;;1.8
  1. ;
  1. ;
  1. Q:$D(NVSARR)=""
  1. W @IOF,!,DASH,!,$S(USRSEL="R":"ROUTINE",USRSEL="G":"GLOBAL",1:"ZCALL")," HELP",!,DASH,!
  1. S NUMH="" F S NUMH=$O(NVSARR(NUMH)) Q:NUMH="" D
  1. .S ITEMH=$G(NVSARR(NUMH)) S USRHLP=USRSEL_NUMH
  1. .F LINO=0:1 S LINH=$P($T(@USRHLP+LINO),";",2) Q:LINH="" D
  1. ..I $Y>(IOSL-4) S DIR(0)="E",DIR("A")="Press RETURN to go continue" W ! D ^DIR W @IOF
  1. ..I LINO=0 S LINH=NUMH_" "_LINH W !!,LINH Q
  1. ..S:$G(LINH)=999 LINH="No help text available." W !?3,LINH
  1. .Q
  1. K ITEMH,LINH,LINO,NUMH,USRHLP
  1. Q
  1. ;
  1. R1 ;- VistA and VMS device setup -
  1. ;This item allows you to add or edit a Vista device, create a Vista
  1. ;terminal type, reload the VMS LAT table, or reload the VMS Outbound
  1. ;Telnet table.
  1. Q
  1. R2 ;- Start/Stop TM/Broker/Mailman -
  1. ;This item will manually start or stop Taskman, RPC Broker and Mailman on
  1. ;the current node the utility is running on. It will initially check for
  1. ;existing processes and ask if you are sure you wish to start or stop the
  1. ;process(es).
  1. Q
  1. R3 ;- System wide System Status -
  1. ;This item lists a cluster-wide system status.
  1. ;NOTE: This item uses the Fileman Browser for display, ie, to scroll through
  1. ;the screen pages use the Up/Down Arrow keys, *NOT* the RETURN key. For
  1. ;additional help on navigation function details, use <PF1>H for online help.
  1. Q
  1. R4 ;- Show current namespace and DAT -
  1. ;This item displays the current namespace and default directory.
  1. Q
  1. R5 ;- Show defined namespaces -
  1. ;This item lists the all namespaces for the running Cache configuration.
  1. Q
  1. R6 ;- Show info about current Namespace -
  1. ;This item lists global mapping and routine directory locations for the
  1. ;current namespace.
  1. Q
  1. R7 ;- Change Namespace -
  1. ;This item switches from your current process namespace to a different
  1. ;namespace. Using this option will exit from the utility.
  1. Q
  1. R8 ;- Show DAT file -
  1. ;This item lists all configuration DAT file locations.
  1. Q
  1. R9 ;- Change to a different DAT file -
  1. ;This item will switch from the default DAT file location to another DAT
  1. ;file location. Using this option will exit from the utility.
  1. Q
  1. R10 ;- Clean Inactive Job Nodes in TMP -
  1. ;This item will check/purge old data from the cluster node's ^TMP global.
  1. ;This needs to be run on each node in the cluster as ^TMP is local to all
  1. ;nodes.
  1. Q
  1. R11 ;- Check Enhanced Cube Security -
  1. ;This item will display the current settings for the Cache Cube enhanced
  1. ;security including defined classes, location of the CACHEUAF.SYS file and
  1. ;software version.
  1. Q
  1. R12 ;- Check Cache DCL Level Security -
  1. ;This item displays cluster user information regarding DCL access to Cache.
  1. Q
  1. R13 ;- Free Block Counts for configuration files -
  1. ;This item displays all configuration DAT files listing total blocks, free
  1. ;blocks, expansion capability, and file directory locations.
  1. Q
  1. R14 ;- Display Cluster Master -
  1. ;This item displays the configuration nodes, the 'CLUSTER' node
  1. ;identifies the current Cache master node.
  1. Q
  1. R15 ;- HL Link Ping Test -
  1. ;This item will perform a ping test to check the network link status to
  1. ;another domain in VHA. Note - if a remote link is disabled this test can
  1. ;take minutes to complete.
  1. Q
  1. R16 ;- Show System Error Log -
  1. ;This item displays system error log information.
  1. Q
  1. R17 ;- Queue Management -
  1. ;This item provides a menu to start, stop and maintain vms queues.
  1. Q
  1. ;;;
  1. G1 ;- Show Mapping for a global -
  1. ;This item displays namespace mapping information for a selected global.
  1. Q
  1. G2 ;- Get node counts for a global -
  1. ;This item will list global node counts for a selected global,
  1. ;ie ^TMP or ^XTMP.
  1. Q
  1. ;;;
  1. Z1 ;- Show current config signed into -
  1. ;This call displays the directory location of the Cache configuration CPF
  1. ;file and configuration name.
  1. Q
  1. Z2 ;- Show namespace -
  1. ;This call displays the name of the namespace the process is running in.
  1. Q
  1. Z3 ;- Show VMS node name -
  1. ;This call displays the name of the node the process is running on.
  1. Q
  1. Z4 ;- Primary MAC address -
  1. ;This call displays the MAC address for the node the process is running on.
  1. Q
  1. Z5 ;- Ethernet Device -
  1. ;This call displays the Ethernet address for the node the running process.
  1. Q
  1. Z6 ;- Show Current Journal File -
  1. ;This call displays the directory location and name of the current open
  1. ;Journal file.
  1. Q
  1. Z7 ;- Journaling Started/Stopped? -
  1. ;This call displays the Journaling status for the Cache configuration.
  1. Q
  1. Z8 ;- Allow unsubscripted kills (this session) -
  1. ;WARNING: This call will enable unsubscripted global kills, ie, K ^TMP will
  1. ;be allowed and DELETE the entire global. Use this with extreme caution!
  1. Q
  1. Z9 ;- Disallow unsubscripted kills (this session) -
  1. ;This call will disable unsubscripted global kills, ie, attempting a K ^TMP
  1. ;will be prohibited resulting in a <PROTECT> error message displayed.
  1. Q
  1. ;;;