Sponsored Content
Special Forums UNIX and Linux Applications Rescue "LiveCD" for UNIX (as opposed to Linux) Post 302948241 by bakunin on Saturday 27th of June 2015 10:01:08 AM
Old 06-27-2015
Quote:
Originally Posted by BernP
I found it interesting that for every version of Linux there seems to be a LiveCD which can be used to recover a broken system.
However with the Unix variant the response is "The Emergency boot Cd is specific to an installation."
I just wondered:
  • If true, why this is the case?
  • Has anyone out there tried/succeeded to create a generic (or variant specific) Unix Live/Rescue CD?
  • If one could boot a SCO/Unixware Unix system from a Linux
Yes, this is probably true and the reason is most probably license issues. A "rescue CD" will have to hold a copy of a working kernel and this is perhaps licensed software which one cannot simply distribute or copy. The Linux kernel is free and you are entitled to copy it as often as you like, but this is probably not true for SCO Unixware.

A "generic UNIX Rescue CD" is impossible. "UNIX" is not a single, coherent system but rather a standard how an operating system has to do things or how it is supposed to react to certain circumstances. We can talk about "cars" and every one of them will have a driving wheel, the accelerator pedal right, the brake pedal left, etc.. So in a sense all "cars" are equal. Still, this will not mean that one can build a "generic car brake", which you could use on any car, regardless of the car being a Maserati or a Beetle.

If you compare UNIX with, say, Windows, the difference is: if a certain program compiles on a Windows system and you transfer the binary to another Windows system it is guaranteed to run. (in principle! You may not have enough memory to run it, not enough disk space to store it, etc., but apart from such issues it will.) In UNIX the situation is very different: UNIX runs on many different platforms, different architectures - systems which are vastly different. A binary compiled on one such platform will almost never run on another platform. But you are guaranteed to be able to transfer the source code to another platform, compile it there and it will run.

Lastly: boot Unixware from Linux. For the reasons sketched out above it will most probably not be possible. It may be the same hardware architecture they are running on but internally - executable format, library calls, .... - they are probably very different. You might be able to mount the Unixware filesystems on a running Linux, though, as this article suggests.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
 

We Also Found This Discussion For You

1. UNIX for Advanced & Expert Users

Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour

Hi, We have a DEC Alpha 4100 Server with OSF1 Digital Unix 4.0. Can any one tell me, if there are any commands on this Unix which are equivalent to "top" and "sar" on HP-UX or Sun Solaris ? I am particularly interested in knowing the CPU Load, what process is running on which CPU, etc. ... (1 Reply)
Discussion started by: sameerdes
1 Replies
All times are GMT -4. The time now is 05:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy