Sponsored Content
Operating Systems SCO Virtualization a bare metal SCO Open Server 6? Post 303011302 by c3rb3rus on Tuesday 16th of January 2018 10:19:02 AM
Old 01-16-2018
I was hoping to move the bare metal into a VM; that way I can do VM level backups and in case of restore it is much easier in VMware.

But I doubt we'll be able to get passed this licensing roadblock, so likely will just need to stock up on exact same hard drive off ebay.

I wonder what triggers tbasic to ask for activation - you think this is because the disk controller changed? Thinking ahead - if we stick with bare metal - and have to swap a failed disk down the road will we run into a similar issue or so as long as the hardware is the same it should not trigger tbasic to look for new activation.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

sco open server 5.0.6

I'm new to the whole Unix thing and have inherited a network running Macs, Windows 2000 and Unix. The Unix side is very suspect at this point and I want to change out the server. I'd love to use one of the new Apple servers but can't find any info on what "flavors" of Unix it will run. Specificly... (3 Replies)
Discussion started by: matthewd
3 Replies

2. UNIX for Advanced & Expert Users

SCO Open Server 5.05 Installaltuion

I'm in the process of installing SCO Open Server 5.05 on the following platform: Hardware: IBM 300PL 64 MB RAM Yamaha 16/4/16 CDRW (Internal defined on SCSI ID 3 LUN 0) I'm able to boot from the CD and advance to the Installation screen but when it asks for where the media source will... (3 Replies)
Discussion started by: budrito
3 Replies

3. SCO

SCO Open Server.

Dear All, I am considering installing SCO Open Server as an alternative to MS Exchange. Has anybody had any real world experience of using Open Office? Thanks, TC. (1 Reply)
Discussion started by: TCuk
1 Replies

4. SCO

Sco Open Server 5.05

How can I to know procesor type. (1 Reply)
Discussion started by: Batya
1 Replies

5. SCO

Purchase of SCO Open Server 6.0

I have to purchase SCO Open Server 6.0, so I want to know from where I can get SCO Open Server 6.0 and what is the min. cost in which I can avail this. Thanks and Regards Himanshu Software Engineer R&D Department (4 Replies)
Discussion started by: ghimanshu
4 Replies

6. UNIX for Dummies Questions & Answers

what is PXE boot bare-metal

hi members i am reading RHEL and i am unable to under stand about PXE boot and bare metal (1 Reply)
Discussion started by: wagmare
1 Replies

7. HP-UX

bare metal backup for HP-UX 11i v3?

How can i make a dvd image ( bare metal backup ) for HP-UX 11i v3 installation on integrity servers , for quick recovery for the os and installed software in case of disaster (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies

8. SCO

SCO Open Server

Hi, Completely new to UNIX - so be gentle Cut a long story short, we have a micros 8700 system (eclipse) that needs the Micros 8700 software installed. The system needs UNIX and I have downloaded and successfully installed SCO open Server 6 and can log into root e.t.c. Now I have... (13 Replies)
Discussion started by: kennyruss
13 Replies

9. Red Hat

Is here anyone hands on in Linux Bare Metal Restore..??

Hi all, I am working on Linux Bare Metal Restore in which i have few things to be discussed with a person who has his/her hands on in that process. If anyone kindly give a reply post in this thread.. :) :) Thanks Selva (3 Replies)
Discussion started by: selvarajvs
3 Replies
PHSEG(3)						MBK PHYSICAL STRUCTURE DEFINITIONS						  PHSEG(3)

NAME
phseg - mbk physical segment DESCRIPTION
The phseg structure is used to describe a segment belonging to a symbolic layout model, see phfig(3) for details. Transistors are segments of a particular layer. The declarations needed to work on phseg are available in the header file "/labo/include/mph402.h", where '402' is the actual mbk version. The following C structure supports the description of the segment : typedef struct phseg { struct phseg *NEXT; char *NAME; long X1,Y1,X2,Y2; long WIDTH; char TYPE; char LAYER; struct ptype *USER; } phseg_list; NEXT Pointer to the next segment in the list. NAME Name of the segment. The name is not an identifier, and a name is present only if the designer used one for debug pur- poses. X1, Y1, X2, Y2 Coordinates of each end of the segment. Since it's a symbolic segment, one alway has either X1 = X2 or Y1 = Y2. Fur- thermore, by construction, it is warranty, if one accesses the data structure through the legal functions, that X1 <= X2 and Y1 <= Y2. TYPE This caracter can take four values : LEFT or RIGHT if Y1 = Y2. The exact value is chosen by addphseg, depending upon X1 and X2 relations. UP or DOWN if X1 = X2 LAYER Symbolic layer used for the segment. The legal values are : NWELL N bulk PWELL P bulk NTIE N implant in P bulk PTIE P implant in N bulk NDIF N diffusion PDIF P diffusion NTRANS N transistor PTRANS P transistor POLY polysilicium ALU1 first metal ALU2 second metal ALU3 third metal TPOLY polysilicum through route TALU1 first metal through route TALU2 second metal through route TALU3 third metal through route WIDTH Width of the segment. The physical extension of a segment is perpendicular to its direction. USER Pointer to a ptype list, see ptype for details, that is a general purpose pointer used to share informations on the segment. SEE ALSO
mbk(1), addphseg(3), getphseg(3), delphseg(3), phfig(3), ptype(3). BUG REPORT
This tool is under development at the ASIM department of the LIP6 laboratory. We need your feedback to improve documentation and tools. ASIM
/LIP6 October 1, 1997 PHSEG(3)
All times are GMT -4. The time now is 11:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy