- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Install utility (INSTALL)
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
06-12-2006 07:49 AM
06-12-2006 07:49 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:11 AM
06-12-2006 08:11 AM
SolutionIs the auditor concern regarding versions of HP-distributed shareable images, or your locally-written application?
Or is the auditor's concern regarding the "scrubbing" of physical memory used by the old image prior to the reboot?
-- Rob (VMS Engineering)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:17 AM
06-12-2006 08:17 AM
Re: Install utility (INSTALL)
One of the items that had come up on our audit related to putting new applications into production. We described to them that if development put a new application into production, the user would not be able to use it until we installed it in memoryâ ¦that was a good control to them. However, I went on to tell them that when the system rebooted, the latest version of the application was installed in memory and there is no procedure in place for us to know if the version of the application installed in memory after reboot was the same version of the software that was there before the rebootâ ¦they deemed this as a risk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:31 AM
06-12-2006 08:31 AM
Re: Install utility (INSTALL)
There is no record of what was previously INSTALLed. I suppose that you could have SYS$MANAGER:SYSHUTDWN.COM invoke INSTALL LIST to produce a listing each time you shut down the system (though this doesn't address system crashes / power failures).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 08:48 AM
06-12-2006 08:48 AM
Re: Install utility (INSTALL)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 09:01 AM
06-12-2006 09:01 AM
Re: Install utility (INSTALL)
The problem that the auditors are trying to prevent is a scenario where some body writes a program that copies all the files on a system to an external system, compiles the program, copies it to the application directory using the name of the installed application image and causes a system crash. On reboot the system will run their little copy program and before anybody realizes what is going on the person is gone with a bunch of crucial data for sale to the highest bidder. Not good but it could happen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 09:06 AM
06-12-2006 09:06 AM
Re: Install utility (INSTALL)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2006 12:02 PM
06-12-2006 12:02 PM
Re: Install utility (INSTALL)
If I understand your problem, you're trying to avoid the situation where a new version of some software product is installed on a node, but not deployed (for want of a better description).
In other words, we copy the files, but don't start it, then the system crashes and before we expected it, the new version is "live"? Yes?
I guess that's a similar situation to someone using SYSGEN to set a CURRENT value for a non-dynamic parameter, then later the system reboots and the new value becomes live.
In an environment like OpenVMS with long uptimes, this is a very real risk as the value change may have occurred months or even years prior to the reboot that makes it live.
For the case in point, I'd put the onus of keeping track back on the installation procedure/process - don't copy any files until you're ready for the cutover to the new version, and make sure the new version is deployed immediately after installation (if that requires a reboot, then so be it).
Other than that, maybe you could write a procedure that examined important application images, and flagged any prior versions found.
If images are known to be INSTALLed, another option is to check at shutdown time. Use INSTALL LIST and/or F$FILE(file,"KNOWN") to identify which file is installed, and make sure it isn't occluded by a newer version. Granted this only helps for a planned shutdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2006 03:57 AM
06-13-2006 03:57 AM