在solaris 10上解压Flash归档文件时,出现“无法接收新的文件系统stream:无效的备份stream”错误

我search了一下,但我没有运气与闪存存档的一些奇怪的行为。

我正在使用HP Server Automation 9.14来部署操作系统

我正在创build一个Solaris 10闪存存档,以在我们的环境中创build一个快照默认版本。

我创build的Flash存档

# flar create -c -S -n g8-solaris10-u10 g8-solaris10-u10.flar 

似乎创build文件没有任何问题(退出状态0)。

当部署到一个新的系统(相同的硬件),它提取到一个点,然后保释。

我可以看到的日志中的最后一个错误是提取2047.00 MB(2488.98 MB存档的82%)

 ERROR: Could not read file (172.27.118.100:/media/opsware/sunos/flar/g8-solaris10-u10.flar ERROR: Errors occurred during the extraction of flash archive. The file /tmp/flash_errors contains the list of errors encountered ERROR: Could not extract Flash archive ERROR: Flash installation failed 

错误日志包含以下消息

 cannot receive new filesystem stream: invalid backup stream 

这个Flash存档(1.8GB)以前的版本工作正常,所以我怀疑大小可能是一个因素。

源系统(Flash存档是一个图像)是HP BL460C GEN8下面的一些更多的信息。

操作系统版本信息

 # uname -a SunOS testhostname 5.10 Generic_147441-01 i86pc i386 i86pc # who -r . run-level 3 Oct 15 08:15 3 0 S 

磁盘

 # echo | format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0t0d0 <DEFAULT cyl 17841 alt 2 hd 255 sec 63> /pci@0,0/pci8086,3c06@2,2/pci103c,3355@0/sd@0,0 Specify disk (enter its number): Specify disk (enter its number): 

zpools

 # zpool list NAME SIZE ALLOC FREE CAP HEALTH ALTROOT rpool 136G 24.6G 111G 18% ONLINE - 

 # zoneadm list -cv ID NAME STATUS PATH BRAND IP 0 global running / native shared 

2047年的文件大小似乎接近2048年,这是关乎。

任何帮助将不胜感激。

谢谢