NISCS PORT SERV: Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
Created page with "'''NISCS_PORT_SERV''' is a system parameter that provides flag bits for PEDRIVER port services: *Setting bits 0 and 1 (hex bitmask value 3) enables data..."
 
added a SCACP link
 
Line 6: Line 6:
The remaining bits are reserved for future use.
The remaining bits are reserved for future use.


Starting with OpenVMS Version 7.3-1, you can use the SCACP command SET VC/CHECKSUMMING to specify data checking on the VCs to certain nodes. You can do this on a running system. Starting with OpenVMS Version 8.3, you can also use the SCACP command SET VC/COMPRESSION to specify data compression on theon the VCs to certain nodes. You can use SCACP to enable eitherdata checking or data compression on a running system. Also starting with [[OpenVMS Version 8.3]], the [[NISCS_PORT_SERV]] system parameter is dynamic, that is, changing the setting of this parameter no longer requires a reboot. Furthermore, this parameter applies to all virtual circuits between the node on which it is set and other nodes in the cluster.
Starting with OpenVMS Version 7.3-1, you can use the [[SCACP]] command SET VC/CHECKSUMMING to specify data checking on the VCs to certain nodes. You can do this on a running system. Starting with OpenVMS Version 8.3, you can also use the SCACP command SET VC/COMPRESSION to specify data compression on theon the VCs to certain nodes. You can use SCACP to enable eitherdata checking or data compression on a running system. Also starting with [[OpenVMS Version 8.3]], the [[NISCS_PORT_SERV]] system parameter is dynamic, that is, changing the setting of this parameter no longer requires a reboot. Furthermore, this parameter applies to all virtual circuits between the node on which it is set and other nodes in the cluster.
NISCS_PORT_SERV has the DYNAMIC and AUTOGEN attributes.
NISCS_PORT_SERV has the DYNAMIC and AUTOGEN attributes.



Latest revision as of 13:01, 8 November 2019

NISCS_PORT_SERV is a system parameter that provides flag bits for PEDRIVER port services:

  • Setting bits 0 and 1 (hex bitmask value 3) enables data checking.
  • Setting bit 2 (hex bitmask value 4) enables data compression on all virtual channels (VCs) to nodes that support compression.

The remaining bits are reserved for future use.

Starting with OpenVMS Version 7.3-1, you can use the SCACP command SET VC/CHECKSUMMING to specify data checking on the VCs to certain nodes. You can do this on a running system. Starting with OpenVMS Version 8.3, you can also use the SCACP command SET VC/COMPRESSION to specify data compression on theon the VCs to certain nodes. You can use SCACP to enable eitherdata checking or data compression on a running system. Also starting with OpenVMS Version 8.3, the NISCS_PORT_SERV system parameter is dynamic, that is, changing the setting of this parameter no longer requires a reboot. Furthermore, this parameter applies to all virtual circuits between the node on which it is set and other nodes in the cluster. NISCS_PORT_SERV has the DYNAMIC and AUTOGEN attributes.

See also