HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- login.com to set symbol up
Operating System - OpenVMS
1833875
Members
3131
Online
110063
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
Forums
Discussions
Discussions
Discussions
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
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
08-14-2006 08:40 AM
08-14-2006 08:40 AM
login.com to set symbol up
Hi guys,
Am using ADMIN to log onto the system. When going to my home it show the folowing:
$ sh def
SYS$SYSROOT:[SYSMGR]
= SYS$SYSROOT:[SYSMGR]
= SYS$COMMON:[SYSMGR]
So I have two login.com
One in SYS$SYSROOT:[SYSMGR]
and other in: SYS$COMMON:[SYSMGR]
I set some symbol up in both login files and neither of them is executed when I get into the system.
Q. How can I make the lines I put inside login.com get execute.
Thks a lot.
Am using ADMIN to log onto the system. When going to my home it show the folowing:
$ sh def
SYS$SYSROOT:[SYSMGR]
= SYS$SYSROOT:[SYSMGR]
= SYS$COMMON:[SYSMGR]
So I have two login.com
One in SYS$SYSROOT:[SYSMGR]
and other in: SYS$COMMON:[SYSMGR]
I set some symbol up in both login files and neither of them is executed when I get into the system.
Q. How can I make the lines I put inside login.com get execute.
Thks a lot.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 10:37 AM
08-14-2006 10:37 AM
Re: login.com to set symbol up
If you have a root-specific
SYS$SYSDEVICE:[SYSx.SYSMGR]LOGIN.COM,
then no one will ever look at the common
SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM.
(Where "x" is normally "0".)
Depending on your circumstances, the best
answer may be to put everything into only one
of these files, and to delete the other.
Note that normally
SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM
is actually
SYS$SYSDEVICE:[VMS$COMMON.SYSMGR]LOGIN.COM.
Is this an individual system of part of a
cluster?
SYS$SYSDEVICE:[SYSx.SYSMGR]LOGIN.COM,
then no one will ever look at the common
SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM.
(Where "x" is normally "0".)
Depending on your circumstances, the best
answer may be to put everything into only one
of these files, and to delete the other.
Note that normally
SYS$SYSDEVICE:[SYSx.SYSCOMMON.SYSMGR]LOGIN.COM
is actually
SYS$SYSDEVICE:[VMS$COMMON.SYSMGR]LOGIN.COM.
Is this an individual system of part of a
cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 11:35 AM
08-14-2006 11:35 AM
Re: login.com to set symbol up
You should probably only have ONE LOGIN.COM, in SYS$COMMON:[SYSMGR].
Only one procedure will execute. SYS$SYSROOT will be in preference to SYS$COMMON, but if you're in a cluster, SYS$SYSROOT is only for the current node. Usually it makes more sense to have a common login procedure in the SYS$COMMON root.
Test it with
$ SET VERIFY
$ @SYS$LOGIN:LOGIN.COM
It's possible your UAF entry specifies a different procedure. See
$ MCR AUTHORIZE SHOW ADMIN
and check the LGICMD field. If it's not blank, then that's the procedure you will execute on login. Otherwise it should be SYS$LOGIN:LOGIN.COM
Only one procedure will execute. SYS$SYSROOT will be in preference to SYS$COMMON, but if you're in a cluster, SYS$SYSROOT is only for the current node. Usually it makes more sense to have a common login procedure in the SYS$COMMON root.
Test it with
$ SET VERIFY
$ @SYS$LOGIN:LOGIN.COM
It's possible your UAF entry specifies a different procedure. See
$ MCR AUTHORIZE SHOW ADMIN
and check the LGICMD field. If it's not blank, then that's the procedure you will execute on login. Otherwise it should be SYS$LOGIN:LOGIN.COM
A crucible of informative mistakes
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP