Sponsored Content
Operating Systems Linux Red Hat Is here anyone hands on in Linux Bare Metal Restore..?? Post 302735067 by Corona688 on Friday 23rd of November 2012 10:31:52 AM
Old 11-23-2012
Bare metal restore as in direct copying to disk? Or bare metal restore as in some commercial product I've not heard of?
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

O S for new bare PC

I have a new motherboard & HD etc that have working bios etc but won't accept my W98 upgrade as the O S, I need to know if I can get the Unix OS to work with it, instead of using Windows? I understand that the Unix OS works very well but will it install easily?? Al (5 Replies)
Discussion started by: Alrichards
5 Replies

2. AIX

AIX backup --> Linux Restore

Hi all, I have a large number of backup tapes which were originally written with the AIX "backup" command. I now need to convert these to "tar" format, but unfortunately I no longer have access to an AIX machine. I have been able to connect the old tape drive (3590) to a Linux box and it works... (2 Replies)
Discussion started by: jauru
2 Replies

3. 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

4. AIX

How to backup and restore Linux uisng NIM.

Hi Friends, I've a hard question to ask. I have a NIM server running on AIX 5.3. Now my requirement is that , " From This NIM Server i would like to take the Image of Linux servers ". I mean that using NIM server i should be able to backup / restore the linux Servers. In Simple terms... (3 Replies)
Discussion started by: rdkumarj
3 Replies

5. 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

6. SCO

SCO tape backups won't restore in Ubuntu Linux environment

Hello folks. I have the following problem: I'm trying to create a tape backup of a list of files on a 10 year old server, running SCO Openserver 5.0.5 (the tape drive is a Seagate STD224000N, connected as a SCSI drive). I then want to restore the contents of this tape onto a new server... (6 Replies)
Discussion started by: klabelkholosh
6 Replies

7. Shell Programming and Scripting

Tcl - how to report out metal layer usage in a design and measure its width and length?

Hi guys, I am very new to tcl here. would like to request some help please let say i have a design .it's a IC design . I would like to know each usage of metal layer of that design and also measure its length and width? how to code in such way? thanks for any guidance/help (3 Replies)
Discussion started by: teddy6507
3 Replies

8. SCO

Virtualization a bare metal SCO Open Server 6?

Hello, We have a SCO Open Server 6 running on bare metal hardware, this is used for a legacy application that we continue to need. I would like to migrate/virtualize the SCO server into VMware so that I can do VM level backups, etc. I did test to make sure SCO 6.0 can run in VMware/ESXi... (11 Replies)
Discussion started by: c3rb3rus
11 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 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy