- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Avoid intrusion alerts for DECnet objects
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-12-2006 08:48 PM
04-12-2006 08:48 PM
Avoid intrusion alerts for DECnet objects
I have the next situation: one system connects to a DECnet object on another system. This DECnet is created in an application. So if the application is not running (planned or unplanned), the object is not available. But each time the other system tries to connect, I get a security alert. I am not allowed to disable this security alert (security policy of the company). I thought about the next solution: install a dummy object that closes each incomming connection immediately. When the application starts, it first removes this dummy object and installs itself as that object. But when the applciation crashes, I cannot restore the dummy object. Is it possible to installe 2 objects with the same name, but with a difference in priority or something like that.
Please some suggestions to avoid the intrusion alerts without affecting the security settings.
Thanks in advance,
Hans
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2006 09:50 PM
04-12-2006 09:50 PM
Re: Avoid intrusion alerts for DECnet objects
I'm pretty sure, that you cannot install two DECnet objects (in NCL speak: session control applications) with the same name or number.
You may need to write some checking DCL procedure (as a batch or detached job), which checks if the real application has crashed and re-instates the dummy object. Depending on how the application process is running (detached process ?), you could wrap it into a DCL procedure, which sets up the dummy object, if the real application program exists.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2006 10:36 PM
04-17-2006 10:36 PM
Re: Avoid intrusion alerts for DECnet objects
1. create a batch queue with JOB_LIMIT=1.
2. Wrap your application in a procedure that:
__2a. checks the queue to ensure that a second copy of the job is pending in the queue.
__2b. notifies you if the 'spare' job is missing.
__2c. resubmits itself.
3. submit your job and forget it until you get a notification of failure, then check the logfile to see WHY it failed.
4. fix the cause of the failure, goto 3.
I could supply some sample dcl, but I would have to spend some time anonymising it first.
John T.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 01:45 AM
04-18-2006 01:45 AM
Re: Avoid intrusion alerts for DECnet objects
Thanx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 10:25 AM
04-18-2006 10:25 AM