Re: [zfs-discuss] zfs boot issue, changing device id

2007-10-09 Thread Mark J Musante
On Mon, 8 Oct 2007, Kugutsumen wrote: > I just tried.. > mount -o rw,remount / > zpool import -f tank > mount -F zfs tank/rootfs /a > zpool status > ls -l /dev/dsk/c1t0d0s0 > # /[EMAIL PROTECTED],0/pci1000,[EMAIL PROTECTED]/[EMAIL PROTECTED],0:a > csh > setenv TERM vt100 > vi /a/boot/solaris/boot

Re: [zfs-discuss] zfs boot issue, changing device id

2007-10-07 Thread Eric Schrock
On Mon, Oct 08, 2007 at 09:09:39AM +0700, Kugutsumen wrote: > It is the vmware lsi scsi controller... > > I managed to fix the UFS disk (DISK A) using the procedure describe > here (https://www.opensolaris.org/jive/thread.jspa?threadID=7615) but > I am still struggling with the ZFS boot disk (

Re: [zfs-discuss] zfs boot issue, changing device id

2007-10-07 Thread Kugutsumen
It is the vmware lsi scsi controller... I managed to fix the UFS disk (DISK A) using the procedure describe here (https://www.opensolaris.org/jive/thread.jspa?threadID=7615) but I am still struggling with the ZFS boot disk (DISK B). On 08/10/2007, at 7:53 AM, Eric Schrock wrote: > What drive

Re: [zfs-discuss] zfs boot issue, changing device id

2007-10-07 Thread Kugutsumen
I just tried.. mount -o rw,remount / zpool import -f tank mount -F zfs tank/rootfs /a zpool status ls -l /dev/dsk/c1t0d0s0 # /[EMAIL PROTECTED],0/pci1000,[EMAIL PROTECTED]/[EMAIL PROTECTED],0:a csh setenv TERM vt100 vi /a/boot/solaris/bootenv.rc # the bootpath was actually set to the proper device

Re: [zfs-discuss] zfs boot issue, changing device id

2007-10-07 Thread Eric Schrock
What driver are you using? The SATA framework has a bug that prevents ldi_open_by_devid() from working early in boot. ZFS is trying to do the right thing, but has to fall back on the physical device path, which in this case is the wrong value. - Eric On Mon, Oct 08, 2007 at 07:26:39AM +0700, Ku

Re: [zfs-discuss] zfs boot issue, changing device id

2007-10-07 Thread Kugutsumen
Did some googling, I guess the culprit is the bootpath in /boot/ solaris/bootenv.rc setprop bootpath '/[EMAIL PROTECTED],0/pci1000,[EMAIL PROTECTED]/[EMAIL PROTECTED],0:a' I have to touch /reconfigure and reboot. I hope it works. On 08/10/2007, at 7:26 AM, Kugutsumen wrote: > Hi, > > Given tw

[zfs-discuss] zfs boot issue, changing device id

2007-10-07 Thread Kugutsumen
Hi, Given two disk c1t0d0 (DISK A) and c1t1d0 (DISK B)... 1/ Standard install on DISK A. 2/ zfs boot install on DISK B. 3/ I change the boot order and my zfs boot works fine. 4/ I install grub on the mbr of DISK B 5/ I disconnect and replace DISK A with DISK B 6/ Reboot, get the grub menu selec