Quote: The Trusted Solaris Team wrote on Tue, 24 August 2004 20:43<br />-<br />The only supported backup programs on Trusted Solaris are ufsdump and tar (with the T option). We can not comment on what is the best method, but we do know that flash archives will not work because they use cpio, and that will lose the label and privilege information on the files.<br />-<br />
If a flash archive is created with tar or ufsdump, then extracting it becomes another issue. The flash extraction process is expecting an archive in the cpio format. Any ideas how to address this problem? Does anyone know what scripts/programs to look into to change the extraction process from cpio to tar or ufsdump.
Quote: i3bargon wrote on Wed, 06 July 2005 14:34<br />-<br />What i have done is used ufsdump to dump partitions then added those dumpfiles on a custom Jumpstart CD.
<br />-<br />
Could you elaborate on this? Are the ufsdump's then 'installed' in the finish script in the jumpstart installation? How do you configure the partitions in jumpstart and then add the partitions via ufsdump? I will need to dump all partitions.
To restore from Trusted Solaris 8 (x86) from a DVD, I ended up creating a custom jumptart DVD using a Solaris 9 x86 DVD. I used a dummy flash archive (basic 30meg Sol9 installation) just to get the partitions setup and everything else working through Jumpstart. I created images of the partitions on the hard drive using dd and compressing with gzip... after I created empty space on the filesystem with "cat /dev/null > /zero".. this allows gzip to compress large partitions better. Then I created a finish script to use dd to restore the partitions from the images. Exact copy of Trusted Solaris. I even added more to the Jumpstart finish script to configure the autoboot settings (if hardware was slightly different with this system). If the hardware was very different on the new restored system, then a reboot can get messy with running drvconfig ,devlinks, etc.. (or devfsadm).
-Kevin