我到处搜索,但没有找到与 Flash 档案相关的一些奇怪行为。
我正在使用 HP Server Automation 9.14 来部署操作系统。
我正在创建一个 Solaris 10 闪存档案,以在我们的环境中创建快照默认版本。
我使用以下方式创建 flash 档案
# flar create -c -S -n g8-solaris10-u10 g8-solaris10-u10.flar
似乎创建文件没有任何问题(退出状态 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
这个闪存档案(1.8gb)的先前版本运行正常,因此我怀疑大小可能是一个因素。
源系统(闪存存档的图像系统)是 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):
池
# 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,这令人担忧。
任何帮助将不胜感激。
谢谢