![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Installing CVS package on solaris machine | eamani_sun | SUN Solaris | 2 | 06-03-2008 07:25 AM |
| Link type between working machine and server machine | palash2k | UNIX for Dummies Questions & Answers | 1 | 05-22-2008 03:43 AM |
| Help needed installing Grace (xmgrace) on Linux machine | karman | Linux | 2 | 07-11-2007 05:08 AM |
| Create an Ignite image on tape from Online IgniteUX image | Andrek | UNIX for Advanced & Expert Users | 3 | 02-28-2007 04:14 PM |
| Installing Cable Modem on Irix Machine. | Acidjack | UNIX for Dummies Questions & Answers | 1 | 03-09-2004 09:39 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to take image of one and installing that on another machine??? Need help
Hi,
How can I have a clone of one solaris machine on another? I have two sun solaris machines with same hardware and same OS but one has few other software installed. Now I want to take a backup (image) of one machine remotely because the tape drive is configured on some other LANed machine. And installed that image on another solais machine. Is it possible to do? Can anyone suggest on this? I tried google a lot but didn't find any appropriate answer. Please help me in this regards... Thanks... |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
have a look at:
Code:
root@lab02 # man flash_archive
Reformatting page. Please Wait... done
File Formats flash_archive(4)
NAME
flash_archive - format of flash archive
SYNOPSIS
flash_archive
DESCRIPTION
A flash archive is an easily transportable version of a
reference configuration of the Solaris operating environ-
ment, plus optional other software. Such an archive is used
for the rapid installation of Solaris on large numbers of
machines. The machine that contains a flash archive is
referred to as a master system. A machine that receives a
copy of a flash archive is called a clone system.
.....
...
..
.
[[snip]]
|
|
#3
|
|||
|
|||
|
thanks...
I did my solaris machine's epoche backup on a tape through a proprietory software and now wanted to load that dump on another solaris machine of same architecture. I used below command to restore the dump #ufsrestore rvfs /dev/rmt/0 1 but this is giving me "Media read error: Not enough space" message. What is the reason of this error? is there any other command for restoring tape dump. My aim is to do both system identical Thanks... |
|
#4
|
||||
|
||||
|
well, "Not enough space"... is the partition where you extract the dump big enough to hold the whole dump?
|
||||
| Google The UNIX and Linux Forums |