- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Anyone use OMS?
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-15-2004 08:15 AM
04-15-2004 08:15 AM
Anyone use OMS?
The OpenVMS Management Station (OMS) allows you to manage multiple OpenVMS systems from various Windows desktop platforms OMS includes two components:
Client â Installed on the PC from which you will manage OpenVMS systems
Server â Installed on each OpenVMS system to be managed
Account creation tasks can be done from OMS:
Add a UAF entry
Grant rights identifiers
Create directory
Set up disk quota
Set up user VMSmail characteristics
Account maintenance tasks can be done from OMS:
Update disk quota
Add privilege
Grant identifier
Remove account
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:46 PM
04-15-2004 03:46 PM
Re: Anyone use OMS?
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 06:32 PM
04-15-2004 06:32 PM
Re: Anyone use OMS?
:-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 06:59 PM
04-15-2004 06:59 PM
Re: Anyone use OMS?
The problem was that the agent on VMS regularly started looping. It also doesn't handle nodes that are down/unreachable, sysuaf's that are distributed etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 09:50 PM
04-15-2004 09:50 PM
Re: Anyone use OMS?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 04:31 AM
04-16-2004 04:31 AM
Re: Anyone use OMS?
With proper training, help desk people can use OMS to reset passwords, restart a queue, etc.
Let's face it, there are some who have never seen or used a command line interface these days. OMS fits the bill nicely for them.
In fact, just before I wrote this, I used it to check on a stalled queue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2004 09:09 AM
04-16-2004 09:09 AM
Re: Anyone use OMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 08:34 PM
04-18-2004 08:34 PM
Re: Anyone use OMS?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2004 09:29 AM
04-20-2004 09:29 AM
Re: Anyone use OMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2004 08:05 PM
04-30-2004 08:05 PM
Re: Anyone use OMS?
My experience was that you couldn't prevent a helpdesk user (for example) that only needed access to resetting passwords from being able to create new accounts. I wanted a solution where I could limit access to functions and allow access to others through OMS but it didn't seem like it was able to do that.
Times may, however, have changed or I may have missed something.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2004 06:28 AM
05-01-2004 06:28 AM
Re: Anyone use OMS?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2004 12:56 AM
05-02-2004 12:56 AM
Re: Anyone use OMS?
have to make your own
That' s what we did.
For that (and other functions) we have (many versions of) a tiny c program that just spawns a (name hard coded!) command procedure.
This image has an ACL that limits access to holders of a specific identifier, and it is INSTALLed with the priv's needed for that function.
It is run from a menu that gets it entries from the various identifiers that specify which funtions/apllics a user is allowed.
Of course any error- & exit route is (subprocess-) LOGOUT, ie. UNpriv'd back into the menu.
This way we control exactly what certain users can and cannot do.
For example, at > 10K SYSUAF entries you DON'T want to maintain that by hand (and much less by GUI!!).
All personnel is loaded from the personnel system into SYSUAF automatically.
The Authorisation Group (which works 4-platform) have a menu that allows them to grant & revoke application identifiers to EXISTING personnel. Of course this is logged with all info that the auditors want to have on it (like who gave the order for it), AND they maintain a paper record of all requests.
People NOT from the personnel system (temporaty hired forces, supplier maintenance people etc) CAN be added (by a very limited number of people only), but only with expiration dates less than half a year into the future.
And of course we DON'T allow any interactive access to the system by any account that is not uniquely defined to be ONE and only ONE person.
We have also looked into various "one GUI, multi-platform" user-authorization tools, but we never found one that even remotely approached the granularity of control we want.
And after a rather short time most of the many people that have some form of these non-GUI menu's (usually in a terminal emulator window) are commenting at how must more pleasant it is to work WITHOUT having to access the mouse so often..
Jan