- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: New Openvms technical journal
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
06-11-2006 06:31 PM
06-11-2006 06:31 PM
New Openvms technical journal
http://h71000.www7.hp.com/openvms/journal/index.html#intercept. The same goes for the Perfdat article that interested me a lot. I gave up reading at that point.
I have not understood this code from the "Alphaserver console" article
$ b = ''f$string(''f$getenv("auto-action")')')
followed by
$ sh symb b
why not just
$ wr sys$output f$getenv("auto_action")
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 06:51 PM
06-11-2006 06:51 PM
Re: New Openvms technical journal
I did that to enable remote booting of satellites when it was acceptable to reboot if I was too long
>>> set mop 1
>>> set trig 1
>>> set pwsd abc...
>>> cont
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 08:26 PM
06-11-2006 08:26 PM
Re: New Openvms technical journal
$ b = f$string(f$getenv("auto_action"))
f$getenv will return a string value anyway, so the use of f$string is also redundant.
Regards,
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 08:46 PM
06-11-2006 08:46 PM
Re: New Openvms technical journal
http://h71000.www7.hp.com/openvms/journal/index.html#perfdat
http://h71000.www7.hp.com/openvms/journal/v8/ssi.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 08:57 PM
06-11-2006 08:57 PM
Re: New Openvms technical journal
http://h71000.www7.hp.com/openvms/journal/v8/perfdat.html
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 08:59 PM
06-11-2006 08:59 PM
Re: New Openvms technical journal
I have found several typos in the .html files, it seems nobody has re-read the documents before posting them online.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 09:13 PM
06-11-2006 09:13 PM
Re: New Openvms technical journal
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 09:18 PM
06-11-2006 09:18 PM
Re: New Openvms technical journal
I was going to mail to "send us your comments", but the page is correct now !
Hp seems to be pretty responsive sometimes :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2006 11:18 PM
06-11-2006 11:18 PM
Re: New Openvms technical journal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 12:40 AM
06-12-2006 12:40 AM
Re: New Openvms technical journal
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 03:03 AM
06-12-2006 03:03 AM
Re: New Openvms technical journal
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 05:26 PM
06-16-2006 05:26 PM
Re: New Openvms technical journal
I originally had the same problem but, just to point out, the correct links were always available from the TOC.
Also, when Ruth says "The implementation of the mechanism limits interception to system services in executive images; that
is, system services in privileged shareable images cannot be intercepted.", let me point out that this functionality is still available from Jock Gillings' article in the V7 Technical Journal. Fake_Rtl.com will still do what you want here.
I've also taken the liberty of attaching and Inner-Mode Friendlier version of the command file. Still needs work to be called from Kernel Mode (or Exec mode ASTs) but it get's alot further.
Just define FAKE_LOAD and all the RTL routines are loaded at initialize (user-mode) time.
Regards Richard Maher