I have two disk drives.  The original 250G drive is "disk2", because it 
installed as c2d0. I have a build 79 lu on slice4 and older builds on slices 0 
and 3.   I have build 101 on disk1. 

disk2 is a 250G drive
disk1 is a 500G drive

I select the  lu on the 500G drive disk1 from my grub menu and and after 
booting, I get
this from lustatus

home-amd:dws: lustatus
Boot Environment           Is       Active Active    Can    Copy      
Name                       Complete Now    On Reboot Delete Status    
-------------------------- -------- ------ --------- ------ ----------
disk2_slice0               yes      no     no        yes    -         
disk2_slice3               yes      no     no        yes    -         
disk2_slice4               yes      yes    yes       no     -         
disk1_slice0               yes      no     no        yes    - 

However, it does appear I am using the 500G drive because df shows
home-amd:dws: df -hl
Filesystem             size   used  avail capacity  Mounted on
/dev/dsk/c1d0s0         15G    11G   4.1G    72%    /
/dev/dsk/c1d0s7        419G    75G   340G    19%    /export/home

And uname seems to confirm that I am using build 101.
home-amd:dws: uname -a
SunOS home-amd 5.11 snv_101 i86pc i386 i86pc

In this state, I cannot lumount disk2_slice4. It is busy. That also makes sense 
based on the
lustatus output but how do I get this straightened out?

I'm reasonably sure the problem is caused by my grub menu, but I have not 
managed
to get a change to take effect. The grub menu shows pointers to disk 
(luname,0,slice) Any edit or change I have tried to do to this menu so that one 
of the middle numbers is 1 for one disk
and  0 for the other disk has been wiped out when I use  the lu utilities or it 
appears  update_archive.

cat menu.lst

home-amd:dws: cat menu.lst 
default 7
splashimage /boot/grub/splash.xpm.gz
#pragma ident   "@(#)menu.lst   1.1     05/09/01 SMI"
#
# default menu entry to boot
#
# menu timeout in second before default OS is booted
# set to -1 to wait for user input
timeout 10
#
# To enable grub serial console to ttya uncomment the following lines
# and comment out the splashimage line below
# WARNING: don't enable grub serial console when BIOS console serial
#       redirection is active!!!
#   serial --unit=0 --speed=9600
#   terminal serial
#
# Uncomment the following line to enable GRUB splashimage on console
#
# To chainload another OS
#
# title Another OS
#       root (hd<disk no>,<partition no>)
#       chainloader +1
#
# To chainload a Solaris release not based on grub
#
# title Solaris 9
#       root (hd<disk no>,<partition no>)
#       chainloader +1
#       makeactive
#
# To load a Solaris instance based on grub
#
# title Solaris <version>
#       root (hd<disk no>,<partition no>,x)     --x = Solaris root slice
#       kernel /platform/i86pc/multiboot
#       module /platform/i86pc/boot_archive
#
# To override Solaris boot args (see kernel(1M)), console device and
# properties set via eeprom(1M) edit the "kernel" line to:
#
#   kernel /platform/i86pc/multiboot <boot-args> -B prop1=val1,prop2=val2,...
#

# this didn't work
#title Windows
#       rootnoverify (hd1,0)
#       chainloader +1
# found this suggestion in infodoc 73412

#title windows
#  map (hd0)(hd1)
#  map (hd1)(hd0)
#  rootnoverify (hd1,0)
# am leery of this, don't use it at first
# makeactive
#  chainloader +1
#  boot
#----- disk2_slice0 - ADDED BY LIVE UPGRADE - DO NOT EDIT  -----

title disk2_slice0
findroot (BE_disk2_slice0,0,a)                            
<<<<<<<<<<<<<------------------------------
kernel /platform/i86pc/multiboot
module /platform/i86pc/boot_archive

title disk2_slice0 failsafe
findroot (BE_disk2_slice0,0,a)
kernel /boot/multiboot kernel/unix -s
module /boot/x86.miniroot-safe

#----- disk2_slice0 -------------- END LIVE UPGRADE ------------
#----- disk2_slice3 - ADDED BY LIVE UPGRADE - DO NOT EDIT  -----

title disk2_slice3
findroot (BE_disk2_slice3,0,d)                                  
<<<<<<<<<<<<<------------------------------
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive

title disk2_slice3 failsafe
findroot (BE_disk2_slice3,0,d)
kernel /boot/platform/i86pc/kernel/unix -s 
module /boot/x86.miniroot-safe

#----- disk2_slice3 -------------- END LIVE UPGRADE ------------
#----- disk2_slice4 - ADDED BY LIVE UPGRADE - DO NOT EDIT  -----

title disk2_slice4
findroot (BE_disk2_slice4,0,e)                   
<<<<<<<<<<<<<------------------------------
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive

title disk2_slice4 Solaris xVM
findroot (BE_disk2_slice4,0,e)
kernel$ /boot/$ISADIR/xen.gz
module$ /platform/i86xpv/kernel/$ISADIR/unix 
/platform/i86xpv/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive

title disk2_slice4 failsafe
findroot (BE_disk2_slice4,0,e)
kernel /boot/platform/i86pc/kernel/unix -s 
module /boot/x86.miniroot-safe

#----- disk2_slice4 -------------- END LIVE UPGRADE ------------

#----- disk1_slice0 - ADDED BY LIVE UPGRADE - DO NOT EDIT  -----

title disk1_slice0
findroot (BE_disk1_slice0,0,a)               
<<<<<<<<<<<<<------------------------------
kernel$ /platform/i86pc/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive

title disk1_slice0 Solaris xVM
findroot (BE_disk1_slice0,0,a)
kernel$ /boot/$ISADIR/xen.gz
module$ /platform/i86xpv/kernel/$ISADIR/unix 
/platform/i86xpv/kernel/$ISADIR/unix
module$ /platform/i86pc/$ISADIR/boot_archive

title disk1_slice0 failsafe
findroot (BE_disk1_slice0,0,a)
kernel /boot/platform/i86pc/kernel/unix -s 
module /boot/x86.miniroot-safe

#----- disk1_slice0 -------------- END LIVE UPGRADE ------------


Thanks for any suggestions.
-- 
This message posted from opensolaris.org
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to