hongyunqi 发表于 2008-07-29 10:49

luupgrade 失败

无奈啊,这个问题困扰好久了,网上都找不到答案,看看这里有没有高手

/dev/dsk/c1t0d0s5 是我当前的启动分区。

具体分区是这样的
                              BE name
--------------------------------------------
c1t0d0s5/             sol10env_old
c1t0d0s6/var      sol10env_old

c1t0d0s0    /         sol10env_new
c1t0d0s1    /var      sol10env_new

# lucreate -C /dev/dsk/c1t0d0s5 -c sol10env_old -s - -m /:/dev/dsk/c1t0d0s0:ufs -m /var:/dev/dsk/c1t0d0s1:ufs -n sol10env_new
Discovering physical storage devices
Discovering logical storage devices
Cross referencing storage devices with boot environment configurations
Determining types of file systems supported
Validating file system requests
Preparing logical storage devices
Preparing physical storage devices
Configuring physical storage devices
Configuring logical storage devices
Analyzing system configuration.
Updating boot environment description database on all BEs.
Searching /dev for possible boot environment filesystem devices                           

Updating system configuration files.
The device </dev/dsk/c1t0d0s0> is not a root device for any boot environment.
Creating <ufs> file system for </> on </dev/dsk/c1t0d0s0>.
Creating <ufs> file system for </var> on </dev/dsk/c1t0d0s1>.
Creation of boot environment <sol10env_new> successful.

# lustatus
Boot Environment         Is       Active Active    Can    Copy      
Name                     Complete Now    On Reboot Delete Status   
------------------------- -------- ------ --------- ------ ----------
sol10env_old               yes      yes    yes       no   -         
sol10env_new               no       no   no      yes    -      

# luupgrade -f -n sol10env_new -s /crash/s0 -a /crash/OMCarchivev10.
Validating the contents of the media </crash/s0>.
The media is a standard Solaris media.
Validating the contents of the miniroot </crash/s0/Solaris_10/Tools/Boot>.
Locating the flash install program.
Checking for existence of previously scheduled Live Upgrade requests.
Constructing flash profile to use.
Creating flash profile for BE <sol10env_new>.
Performing the operating system flash install of the BE <sol10env_new>.
CAUTION: Interrupting this process may leave the boot environment unstable or unbootable.
Extracting Flash Archive: 100% completed (of 1681.73 megabytes)            
The operating system flash install completed.
ERROR: Unable to determine the configuration of the current boot environment <sol10env_old>.
ERROR: Update of loader failed.
ERROR: Unable to umount ABE <sol10env_new>: cannot make ABE bootable.
Making the ABE <sol10env_new> bootable FAILED.
ERROR: Unable to make boot environment <sol10env_new> bootable.

死活升不上去啊,各位高手还需要什么信息,我再提供。

[ 本帖最后由 hongyunqi 于 2008-7-29 10:50 编辑 ]

bencyber 发表于 2008-07-29 10:59

是不是不能在同一块硬盘上呀,加多一块硬盘试试。

hongyunqi 发表于 2008-07-29 11:03

是在同一块硬盘

同一个硬盘的不同分区,也可以luupgrade

应该不是 硬盘不同的原因

oushitianxia915 发表于 2014-03-11 16:07

luactive solenv_new
init 6
可以启动新引导环境吗?
页: [1]
查看完整版本: luupgrade 失败