Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 8993.11

Package: Kernel

XULM LOCK MANAGER PARAMETERS(#8993.1)-->8993.11

Sub-Field: 8993.11


Information

Parent File Name Number Package
XULM LOCK MANAGER PARAMETERS(#8993.1) NODES 8993.11 Kernel

Details

Field # Name Loc Type Details
.01 NODES 0;1 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>60!($L(X)<1) X
  • LAST EDITED:  OCT 24, 2012
  • HELP-PROMPT:  Enter the name of a node on your system. Answer must be 1-60 characters in length.
  • DESCRIPTION:  This field will identify a node that makes up a part of the system.
    While logged onto a node, its name can be obtained by entering at the MUMPS prompt: W ##class(%SYS.System).GetInstanceName()
    In the following example the node is named ISFKDASVR.
    NXT>W ##class(%SYS.System).GetInstanceName() ISFKDASVR
  • CROSS-REFERENCE:  8993.11^B
    1)= S ^XLM(8993.1,DA(1),3,"B",$E(X,1,30),DA)=""
    2)= K ^XLM(8993.1,DA(1),3,"B",$E(X,1,30),DA)
.02 TCP/IP ADDRESS 0;2 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>40!($L(X)<7) X
  • LAST EDITED:  OCT 10, 2012
  • HELP-PROMPT:  Enter the TCP/IP Address of the node in the format nn.nn.nn.nn.
  • DESCRIPTION:  This is the TCP/IP address of the node. It will be used to communicate with the M-TO-M Broker running on that node.
.03 BROKER PORT 0;3 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>65535)!(X<1)!(X?.E1"."1.N) X
  • LAST EDITED:  OCT 14, 2012
  • HELP-PROMPT:  Enter the port number for either the RPC Broker or the M-TO-M Broker running on this node. Either port can be used, but the RPC Broker port is recommended.
  • DESCRIPTION:  This is the port number that the RPC Broker or M-TO-M Broker is listening on for this node and IP address. Either port can be used, but hte RPC broker port is recommended.
.04 SHORT DISPLAY NAME 0;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  OCT 24, 2012
  • HELP-PROMPT:  If the node's name is over 8 characters, you may enter a shortened name here, to be used when the display is limited to 8 characters.
  • DESCRIPTION:  If the node name is over 8 characters, only the last 8 characters will appear at times in the Lock Manager display screens. If that is not acceptable, a shortened version may be entered in this field, and it will appear
    in the display when a space is limited to 8 characters.
  • CROSS-REFERENCE:  8993.11^C
    1)= S ^XLM(8993.1,DA(1),3,"C",$E(X,1,30),DA)=""
    2)= K ^XLM(8993.1,DA(1),3,"C",$E(X,1,30),DA)
    This is index is used to find link all nodes that make up the production system.
Info |  Details