- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Login failure settings in audit
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
05-28-2008 05:16 AM
05-28-2008 05:16 AM
Login failure settings in audit
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 06:21 AM
05-28-2008 06:21 AM
Re: Login failure settings in audit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 06:34 AM
05-28-2008 06:34 AM
Re: Login failure settings in audit
has some of it.
But I did a
set ho/lat : local
set ho/teln : remote
set ho 0 : remote
ftp : network
I don't get lat and telnet. I would have expected network logins like ftp. And what about server ? Terminal server ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 06:41 AM
05-28-2008 06:41 AM
Re: Login failure settings in audit
I assume. that LAT logins are considered LOCAL, because they replaced former directly conmected terminals with terminals at terminalservers.
If memory serves me right, the SET HOST/LAT functionality was added later to VMS.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 06:49 AM
05-28-2008 06:49 AM
Re: Login failure settings in audit
I bet ologin will be registered as remote.
Hum, may be you have not installed OSI login
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 07:10 AM
05-28-2008 07:10 AM
Re: Login failure settings in audit
While on the subject : what about subprocess and detached login ? I failed to create a subprocess (spawn with already too many processes for me) but got no alarm.
I did a run sys$system:loginout/inp=nonexistsingfile : subprocess. Idem but /uic : detached. That seems ok.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 07:18 AM
05-28-2008 07:18 AM
Re: Login failure settings in audit
Was thinking may be all decnet was remote. But no : T2T is network.
Did an SSH : network. No remote here.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 07:49 AM
05-28-2008 07:49 AM
Re: Login failure settings in audit
http://h71000.www7.hp.com/doc/82final/decnetplus/ftam_use.pdf
But I am wrong, ologin is used to connect using OSI protocol from a Digital Unix to Vms.
From Vms it is
set host/vtp
This comes from years ago when Digital thought Osi would be the standard, but Tcpip became the standard...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 09:21 AM
05-28-2008 09:21 AM
Re: Login failure settings in audit
You log in from a terminal connected directly to the central processor or from
a terminal server that communicates directly with the central processor.
Remote
You log in to a node over the network by entering the DCL command SET
HOST.
Network
The system performs a network login when you start a network task on a remote node, such as displaying the contents of a directory or copying files stored in a directory on another node. Both your current system and the remote system must be nodes in the same network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2008 02:14 AM
06-02-2008 02:14 AM
Re: Login failure settings in audit
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 05:03 AM
10-17-2008 05:03 AM
Re: Login failure settings in audit
REMOTE - Anything that came in over a network line before determining the type of session. E.g. TELNET, SET HOST.
LOCAL - Anything that connects through a serial interface as its connection method. E.g. the console, or if you had RS-232 (or newer) lines physically connected to the device. AND its UCB isn't marked "dialup."
For the old DECservers using LAT, you were either LOCAL or DIALUP depending on how you marked the individual ports on the DECserver end. (Did I just give away my age here?)
BATCH is obvious, there is only one way to get there. SUBMIT or an API equivalent using SNDJBC$ or something like that.
SUBPROCESS is a SPAWN or CREPRC$ operation
DETACHED is a RUN/DETACHED or CREPRC$ operation (the latter with the appropriate options).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 05:09 AM
10-17-2008 05:09 AM
Re: Login failure settings in audit
Possibly one of the SERVER queues such as TCPIP$SMTP_{mumble}, which shows up as a SERVER queue if you use the appropriate SHOW QUEUE /FULL options to select it. After all, you have to create a session under which to run the SMTP sender for your mail messages and such.