- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Can any other OS do this?
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
07-25-2006 07:57 PM
07-25-2006 07:57 PM
Can any other OS do this?
just got a dead AXP system from a desperate customer. And this is some kind of a success story I want to share.
The machine (an EV4 processor based system) was running for now nine years on the same hardware, last installation change end of 97.
eleven machine checks in this time, as usual the decw$server process. With an appropriate patch those wouldn't have happen.
Made an image backup (which OS does really offer an image backup so easy to handle) and an image restore to newer hard disks. (two commands, no extra boots).
Thereafter - oh good - the system refused to boot. Reason: OS version too low for hardware. No problem - bootet VMS 7.3, did upgrade, automatic parameter change, made two changes in the system startup procedure (to set correct mounts) and ... system came up as usual.
Had so many nightmares with this scenario on this OSes:
- Linux (RedHat/Fedora)
- Windows (Server and Workstation)
- Solaris (Sparc)
- HPUX
- AIX
With these OSes you will end up with a complete new installation.
Concluding question:
Can any other OS do this?
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 08:16 PM
07-25-2006 08:16 PM
Re: Can any other OS do this?
- no change in LAN adapter name
- same license class
- something else I have forgotten ;-)
In the past few weeks I have successfully moved Windows NT, Windows 2003 and Linux servers from physical hardware onto VMware ESX server. We had:
- different mother board and different processor
-- Pentium III vs. XEON
- different LAN adapters
-- DECchip vs. AMD PCnet/VMware vmxnet
- different storage adapters
-- boot from IDE, data on Adaptec SCSI vs.
-- VMware emulated BusLogic or LSI logic HBAs
Certainly this was some more work, because the hardware was more different, but a modern image utility is a nice counterpart to OpenVMS BACKUP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 08:22 PM
07-25-2006 08:22 PM
Re: Can any other OS do this?
Again the wise words of Uwe.
We still have started the exercise (I'm a managed service).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 03:17 AM
07-26-2006 03:17 AM
Re: Can any other OS do this?
OpenVMS is pretty alone in that area. Most significantly, other OS's lack logical names, and must therefore use some form of virtualization approach to achieve the configuration independence (a fact that I noted in one of my chapters in the Handbook of Information Security, see http://www.rlgsc.com/hinfosec/hinfosec.html for a description of the book).
I have also had the experience of transitioning systems from one set of hardware to another with only the slightest degree of disruption, even though the hardware environments are dramatically different, it is truly a pleasure.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 04:21 AM
07-26-2006 04:21 AM
Re: Can any other OS do this?
On the other hand: many operating systems have some kind of abstraction which has nothing to do with virtualization and can easily deal with changes to devices.
On Unix/Linux, you can mount a file system somewhere into the tree (/boot, /var, /mnt/cdrom) and it does not matter what the device's name is (/dev/hda, /dev/sda, ...). If the device name changes, you change the device name in the data file for the mounts (/etc/fstab) but keep the mount point (/var). Red Hat Linux puts a file system label (similar to the ODS volume label) into FSTAB and lets the mount command find out on which device the file system exists.
Tru64 Unix does persistent LUN binding to make sure that the device name (dsk3) does not change when a LUN is moved to a different target/LUN address. Should the LUN get a new WWN identifier, it gets a new name, but you can rename it back to dsk3.
I am not a Tru64 expert, but I know they have a thing called the 'generic kernel' which, I think, includes all supported device drivers so it can boot on any supported hardware.
Maybe Hein can add to this...
Windows maps a drive letter to a file system (OK, you have only 26 ;-), but you can also use Unix-style mount points. The SCSI address does not matter at all.
A Windows OS image was never meant to be moved between computers, but several vendors (including HP) have started to provide migration tools.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2006 06:08 AM
07-26-2006 06:08 AM
Re: Can any other OS do this?
although the points put forward by the other posters do mean something, I still tend to highly concur with you:
There really is no system where such thing are SO EASY!!
"OpenVMS, when downtime is NOT an option!"
(but even VMS can be, and sometimes IS, configured apparently to specifically PREVENT doing things the easy way).
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2006 04:21 AM
07-27-2006 04:21 AM
Re: Can any other OS do this?
None of the other OSes I have played with are this easy to me. The best you can hope for is to get to a stable install then reinstall from tape. Sometimes reinstalling without restore from tape is a good thing -- helps cleanup. :D