- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- TRANSLATED image install problem
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-15-2010 09:55 AM
04-15-2010 09:55 AM
I translated (AEST) an ALPHA software package, RS/1, to run on my Integrity server. It runs only if I give the user account SYSLCK priv. On the ALPHA, this was installed with this priv. I install it on the I64 and remove the priv from the account. I get this message ...
PROMB4->rs1
%DCL-W-ACTIMAGE, error activating image JKT$DECC_RTL_AXP_AV-CLI-E-IMGNAME, image file PROMB4$DKA7:[SYS0.SYSCOMMON.][SYSLIB]JKT$DECC_RTL_AXP_AV.EXE;1
-SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged image
........
When I try to install this, I get .
...
%INSTALL-E-FAIL, failed to CREATE entry for DISK$I64_V831H1:
JKT$DECC_RTL_AXP_AV.EXE
-INSTALL-E-IMGTRACED, /TRACEBACK image cannot be a privileged, execute_only, or resident image
Any thoughts ? Is it a danger to give out SYSLCK to a handful of users ?
Thanks !
-jg-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2010 10:25 AM
04-15-2010 10:25 AM
Re: TRANSLATED image install problem
As for your question? Passing out SYSLCK to a handful of users? No. Pass it out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2010 05:01 PM
04-15-2010 05:01 PM
SolutionI don't know anything about AEST, but does it have the ability to create a /NOTRACEBACK image?
This is the same on Alpha and IA64, sothe Alpha image must be /NOTRACEBACK, so I'd assume (:-0) an IA64 translated version would be also...
Have fun
PJ
Peejay
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If it can't be done with a VT220, who needs it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-15-2010 05:19 PM
04-15-2010 05:19 PM
Re: TRANSLATED image install problem
I've noticed you've asked a couple questions about AEST and the TIE. I am the current maintainer of both software packages (no, I do not work directly for HP). If you're interested in some help getting your software up and running, you can contact me at tim.sneddon[at]bigpond.com.
Tim.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-18-2010 01:53 PM
04-18-2010 01:53 PM
Re: TRANSLATED image install problem
OpenVMS V8 and above has the SET IMAGE command to turn things like DEBUG and TRACEBACK on and off. If AEST doesn't have a direct mechanism to generate a NOTRACEBACK image, try:
$ SET IMAGE/FLAGS=(NOTBK_IN_IMG) JKT$DECC_RTL_AXP_AV.EXE
If that doesn't work have a look at HELP SET IMAGE/FLAGS for other possibilities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-18-2010 11:27 PM
04-18-2010 11:27 PM
Re: TRANSLATED image install problem
$ SET IMAGE/FLAGS=(NOTBK_IN_IMG) JKT$DECC_RTL_AXP_AV.EXE
<<<
That will not work. Because of a)
%SET-E-NOTSET, image attributes not changed
-SET-F-OPNOTALLOWED, operation not allowed on translated images
and b) you need to set NOIMGSTA to get rid of the "/trace", no matter if you have traceback records in the image or in a dsf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-19-2010 03:40 AM
04-19-2010 03:40 AM
Re: TRANSLATED image install problem
As privileges go, SYSLCK is not a particular risk for a handful of users in a controlled environment.
Would SYSLCK be passed out to everybody logged in over on the Deathrow cluster? No.
There's no path to privilege escalation via SYSLCK. (That's why it's a system-class privilege and not an all-class.)
Yes, you can mess up a system with errant system locks. That's why it's system-class, and why it could cause stability problems over on Deathrow. But there are (many) other ways to mess up a system.
Here? Pass it out to the handful of users, and move on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-20-2010 07:59 PM
04-20-2010 07:59 PM
Re: TRANSLATED image install problem
What an amazing bunch ! I wish I could share beers with all !
Thanks for all the feedback/suggestions/sounding-board stuff.
I finally convinced management that giving a few, (6), users SYSLCK priv, while in a monitored account, was easier than paying to have this re-written, was the way to go.
(I really love the "That is not an option" response.) Points to follow ! Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-20-2010 08:01 PM
04-20-2010 08:01 PM
Re: TRANSLATED image install problem
-jg-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-20-2010 08:07 PM
04-20-2010 08:07 PM
Re: TRANSLATED image install problem
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP