- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Process Affinity
Operating System - OpenVMS
1819897
Members
3021
Online
109607
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО01-28-2009 03:58 AM
тАО01-28-2009 03:58 AM
Process Affinity
Hi,
I have a strange behavior regarding process affinity on OpenVMS IA64 8.3. The parameter SCH_HARD_OFFLD is 1-3 (4 active CPU's). I start a detached process $run/deta/out=a.txt dir:b.exe. I would think that the process would be limited to CPU 0 due to the sysgen parameter but actually I see it on all 4 CPU's.
A $show cpu/full shows that this process is not manually affinitized. Any ideas appreciated.
I have a strange behavior regarding process affinity on OpenVMS IA64 8.3. The parameter SCH_HARD_OFFLD is 1-3 (4 active CPU's). I start a detached process $run/deta/out=a.txt dir:b.exe. I would think that the process would be limited to CPU 0 due to the sysgen parameter but actually I see it on all 4 CPU's.
A $show cpu/full shows that this process is not manually affinitized. Any ideas appreciated.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2009 06:28 AM
тАО01-28-2009 06:28 AM
Re: Process Affinity
According to the HP OpenVMS Version 8.3--1H1
for Integrity Servers New Features and Release Notes chapter 3.4.2 HP OpenVMS Version 8.3 New Features and Documentation Overview
'Also, because of a technical issue, the SCH_HARD_OFFLD parameter is no longer used starting in OpenVMS V8.3.'
This may explain the behaviour you've seen.
Volker.
for Integrity Servers New Features and Release Notes chapter 3.4.2 HP OpenVMS Version 8.3 New Features and Documentation Overview
'Also, because of a technical issue, the SCH_HARD_OFFLD parameter is no longer used starting in OpenVMS V8.3.'
This may explain the behaviour you've seen.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2009 06:21 PM
тАО01-28-2009 06:21 PM
Re: Process Affinity
Note that affinity isn't very well documented. There is functionality that hasn't yet made it into HELP or the DCL Dictionary.
Maybe next release of the docs will explain it all. In the mean time, contact your local Customer Support Centre to get more detail on what you can do with SET PROCESS/AFFINITY.
Maybe next release of the docs will explain it all. In the mean time, contact your local Customer Support Centre to get more detail on what you can do with SET PROCESS/AFFINITY.
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2009 07:09 AM
тАО05-07-2009 07:09 AM
Re: Process Affinity
$! dedicate.com
$! p1 is the CPU to be dedicated
$
$ if p1 .eqs. "" then inquire p1
$
$ set process /priority=63
$ set process /affinity /set='p1' /perm
$ loop: goto loop
For example;
$ set device BG0: /preferred_cpus=19
$ spawn /nowait /notify @dedicate 19
...
$! p1 is the CPU to be dedicated
$
$ if p1 .eqs. "" then inquire p1
$
$ set process /priority=63
$ set process /affinity /set='p1' /perm
$ loop: goto loop
For example;
$ set device BG0: /preferred_cpus=19
$ spawn /nowait /notify @dedicate 19
...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP