- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- define logicals in sylogin.com (urgent)
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
04-07-2009 06:11 PM
04-07-2009 06:11 PM
$ define/sys/exec HOSTSTR AAA
After system startup, when I
show logical HOSTSTR*, there are two entries:
(LNM$SYSTEM_TABLE)
"HOSTSTR" [super] = "AAA"
"HOSTSTR" [exec] = "AAA"
How this happened?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 06:50 PM
04-07-2009 06:50 PM
Solution> $ define/sys/exec HOSTSTR AAA
SYS$MANAGER:SYLOGIN.COM? Really? _Everyone_
runs SYS$MANAGER:SYLOGIN.COM, and most users
can't do /SYSTEM, so this seems (to me) to be
a poor idea.
> How this happened?
I can't see all the command procedures which
your system runs at system start-up. Logical
names could be defined in very many places.
What, exactly, would you _like_ to happen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2009 06:55 PM
04-07-2009 06:55 PM
Re: define logicals in sylogin.com (urgent)
Placing a privileged operation in SYLOGIN will have differing results, particularly depending on the privileges in use when each of the users log in and invoke SYLOGIN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 06:44 AM
04-08-2009 06:44 AM
Re: define logicals in sylogin.com (urgent)
I must concur with Hoff, this definition most likely should be in SYS$MANAGER:SYLOGICALS.COM, which will be executed during the system startup (and which will then be available to all users. (An equivalent system wide logical name may already be available, SYS$NODE, so it may be simpler to use the existing name.)
As to why TWO definitions (one supervisor, and one executive mode)? From the HELP TEXT (fr DEFINE/EXECUTIVE):
"If you define the /EXECUTIVE_MODE qualifier, and you do not have SYSNAM privilege, the DEFINE command ignores the qualifier and creates a supervisor-mode logical name".
Two different users created the two logical names: one with SYSNAM, and one without SYANAM.
As noted earlier, define the name once in SYS$MANAGER:SYLOGICALS.COM.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2009 09:10 PM
12-30-2009 09:10 PM