Not able to create Live Upgrade BE - from scratch


 
Thread Tools Search this Thread
Operating Systems Solaris Not able to create Live Upgrade BE - from scratch
# 1  
Old 04-20-2010
Error Not able to create Live Upgrade BE - from scratch

I have d0 as root and d4 as /var
d3 and d5 are /lu-root and /u-var respectively
Doing this on a M-series

Code:
bash-3.00# lucreate -m /:/dev/md/dsk/d3:ufs -m /var:/dev/md/dsk/d5:ufs -c Active -n Passive
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
ERROR: the file system on device </dev/md/dsk/d3> is currently mounted at </lu-root>
ERROR: device </dev/md/dsk/d3> is not available for use with mount point </>
ERROR: cannot create new boot environment using file systems as configured
ERROR: please review all file system configuration options
ERROR: cannot create new boot environment using options provided
 
bash-3.00# df -k | grep lu
/dev/md/dsk/d3****** 36149036** 35865 35751681**** 1%*** /lu-root
/dev/md/dsk/d5****** 20655025** 20505 20427970**** 1%*** /lu-var
 
bash-3.00# umount /lu-root****************************************************************************************************************************************************** << Tried unmounting the disk so as to pass the above criteria
bash-3.00# umount /lu-var
 
bash-3.00# lucreate -m /:/dev/md/dsk/d3:ufs -m /var:/dev/md/dsk/d5:ufs -c Active -n Passive
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.
No name for current boot environment.
Current boot environment is named <Active>.
Creating initial configuration for primary boot environment <Active>.
WARNING: The device </dev/md/dsk/d0> for the root file system mount point </> is not a physical device.
WARNING: The system boot prom identifies the physical device </dev/dsk/c1t5000C5001CE82C0Bd0s0> as the system boot device.
Is the physical device </dev/dsk/c1t5000C5001CE82C0Bd0s0> the boot device for the logical device </dev/md/dsk/d0>? (yes or no) yes
INFORMATION: Assuming the boot device </dev/dsk/c1t5000C5001CE82C0Bd0s0> obtained from the system boot prom is the physical boot device for logical device </dev/md/dsk/d0>.
The device </dev/dsk/c1t5000C5001CE82C0Bd0s0> is not a root device for any boot environment; cannot get BE ID.
PBE configuration successful: PBE name <Active> PBE Boot Device </dev/dsk/c1t5000C5001CE82C0Bd0s0>.
Comparing source boot environment <Active> file systems with the file
system(s) you specified for the new boot environment. Determining which
file systems should be in the new boot environment.
ERROR: The following required file systems are not mounted by the currently running OS </lu-var /lu-root>** << Fail again, this time as we unmounted the filesystem above…Is this proper?
ERROR: All required PBE file systems are not mounted.

# 2  
Old 04-22-2010
anyone got the procedure to assist?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Patching using live upgrade - with non-globalzone

Hi all, I would like to ask what will be the best practice for the following setup / - c0t0d0s0 - current BE (named First) / - c0t0d1s0 - alternate BE (name Second) i have a non-global zone with zonepath in /zones/myzone /mnt/opt - c0t0d2s6 (shared between the 2 BE)... (3 Replies)
Discussion started by: javanoob
3 Replies

2. Solaris

Live upgrade first steps

Hello Guys, I am a little confused about the first step in the live upgrade process. I will be glad if someone can clarify this for me. The pre-live upgrade patch, when do you add this patch to the OS you want to upgrade? 1. before creating the new boot environment? or 2. after creating... (1 Reply)
Discussion started by: cjashu
1 Replies

3. Solaris

Problem in SVM after live upgrade

Hi I am new to live upgrade. I would like to tell you about my new setup, where my boot disk(c0d0) is mirrored with secondary disk(c0d1). I have remove the secondary whole disk(C0d1) from the mirror, so that I can do live upgrade on this secondary disk. I have done live upgrade on s0 partition... (3 Replies)
Discussion started by: amity
3 Replies

4. Solaris

Live upgrade query

Hi All, Is it possible to use external san disk for creating alternate boot environment and boot from it.My root disk is about 70 gb and i want to use external san disk for 272gb to create alternate boot environment.If this is possible can you please redirect me some good documents, i had... (1 Reply)
Discussion started by: sahil_shine
1 Replies

5. Emergency UNIX and Linux Support

Live Upgrade Query

I am upgrading Solaris-9 Update-7 to Solaris-9 Update-9 through live upgrade. I am able to create another boot environment and have OS DVD inside server. But i am confused for, what command/path should I give for luupgrade. OS DVD is mounted on /mnt Boot environments are Solaris9old (Active now)... (2 Replies)
Discussion started by: solaris_1977
2 Replies

6. Solaris

Live Upgrade Issue

I tried a live upgrade for one my solaris 10u8 server which didnt go sucessfull and after that i now have following mounts in memory. df: cannot statvfs /.alt.sol10u8_2/var: No such file or directory df: cannot statvfs /.alt.sol10u8_2/var/run: No such file or directory df: cannot statvfs... (0 Replies)
Discussion started by: fugitive
0 Replies

7. Solaris

Live upgrade question

I want to basically update an ABE that someone created a few months back. I'm sure stuff has changed since it was made, and I was going to delete it and create a new one. But from what I'm looking at, the lumake appears like it would be a faster approach. I want to use live upgrade to... (0 Replies)
Discussion started by: BG_JrAdmin
0 Replies

8. Solaris

Live upgrade Issue

Hi, I upgraded solaris 10 x86 from update 3 to update 7 with zones installed n UFS file system . The global zone was updated but the non global zone still shows update 3 what could be the reason for this and how can i update the local zones to update 7 (0 Replies)
Discussion started by: fugitive
0 Replies
Login or Register to Ask a Question