- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS 8.3 Data compression
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 01:16 AM
10-23-2006 01:16 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 01:46 AM
10-23-2006 01:46 AM
Re: VMS 8.3 Data compression
SCACP> SHOW VC/SDA remote-node
seems to show, whether VC compression has been requested for the virtual circuit and if compression is active:
- VC Characteristics ---
...
Options 4 = compression active
- VC Mgt Settings ---
...
VC Options 4 = compression requested
You can test this, by requesting compression on a VC to a node, which does NOT (yet) supported compression. A VC which supports compression is the VC to the local (V8.3) node:
SCACP> SET VC/COMPRESSION
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2006 08:45 PM
10-23-2006 08:45 PM
Re: VMS 8.3 Data compression
I had set NISCS_PORT_SERV=16 (Bit4 = 1) to request data compression. It seems this was not enough.
SCACP> SHOW VC/SDA remote-node
shows:
VC Characteristics: Options 10 (10=?)
VC Mgt Settings: VC Options 0
After
SCACP> SET VC/COMPRESSION node
the values are
VC Characteristics: Options 14
VC Mgt Settings: VC Options 4
So what exactly is to do to enable compression between two nodes (nod1,nod2) from boot-time on?
In System Management Utilities Reference Manual you can read about NISCS_PORT_SERV:
page D-39:
Setting bits 0 and 1 (decimal value 3) enables data checking
Setting bit 4 enables data compression (what about bit 2 and 3?)
page 5-18:
The /NOCOMPRESSION qualifier does not override compression enabled by setting bit 2 of NISCS_PORT_SERV.
Bit 2 is decimal 4. Is there a mismatch in the doku between bit 4 and decimal value 4 (bit 2)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 05:32 PM
10-24-2006 05:32 PM
Solutionassuming that SCACP> SET VC/COMPRESSION knows what it's doing, bit 2 (hex bitmask value 4) seems to control VC compression.
The help text in SYSGEN> HELP SYS_P NISCS_PORT_SERV is therefore probably wrong, as well as parts of the documentation.
Set NISCS_PORT_SERV=4 if you want VC compression enabled at boot time.
If you can, please log a call with HP to fix the documentation and help text for the future.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2006 11:52 PM
10-24-2006 11:52 PM
Re: VMS 8.3 Data compression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 07:31 PM
10-26-2006 07:31 PM
Re: VMS 8.3 Data compression
I've found the following in the OpenVMS Bootcamp 2006 presentation 'V8.3 Cluster Interconnect New Features':
Data Compression: Enabled on a per VC basis, or globally for all VCs by using:
- SCACP> SET VC nodename /COMPRESS
- NISCS_PORT_SERV bit 2 (mask: 4 hex) for all VCs
- Availability Manager fix command is coming.
This should settle the discussion.
Volker.