From: Ian Collins on
george wrote:
> hume.spamfilter(a)bofh.ca wrote:
>> Zfs..<cian.scripter(a)gmail.com> wrote:
>>> Once booted run zfs list
>>> You will see your root filesystem in the rpool
>>
>> I think the livecd zfs pool will displace the normal rpool. You might
>> have to do a "zpool import -R /a".
>>
>
> Not having any success !!
> G
>
> root(a)opensolaris:~# zpool import -R /a
> pool: rpool
> id: 16180489499667123046
> state: ONLINE
> status: The pool was last accessed by another system.
> action: The pool can be imported using its name or numeric identifier and
> the '-f' flag.

Did you take this hint?

--
Ian Collins
From: george on
Ian Collins wrote:
> george wrote:
>> hume.spamfilter(a)bofh.ca wrote:
>>> Zfs..<cian.scripter(a)gmail.com> wrote:
>>>> Once booted run zfs list
>>>> You will see your root filesystem in the rpool
>>>
>>> I think the livecd zfs pool will displace the normal rpool. You might
>>> have to do a "zpool import -R /a".
>>>
>>
>> Not having any success !!
>> G
>>
>> root(a)opensolaris:~# zpool import -R /a
>> pool: rpool
>> id: 16180489499667123046
>> state: ONLINE
>> status: The pool was last accessed by another system.
>> action: The pool can be imported using its name or numeric identifier and
>> the '-f' flag.
>
> Did you take this hint?
>
I have now and its working .
Thanks all !
I knew there was still life in the solaris newsgroup, but isn't it a lot
quieter than it used to be !
G
From: cindy on
On Jan 11, 4:34 pm, george <geo...(a)twig.tk> wrote:
> Ian Collins wrote:
> > george wrote:
> >> hume.spamfil...(a)bofh.ca wrote:
> >>> Zfs..<cian.scrip...(a)gmail.com> wrote:
> >>>> Once booted run zfs list
> >>>> You will see your root filesystem in the rpool
>
> >>> I think the livecd zfs pool will displace the normal rpool. You might
> >>> have to do a "zpool import -R /a".
>
> >> Not having any success !!
> >> G
>
> >> root(a)opensolaris:~# zpool import -R /a
> >> pool: rpool
> >> id: 16180489499667123046
> >> state: ONLINE
> >> status: The pool was last accessed by another system.
> >> action: The pool can be imported using its name or numeric identifier and
> >> the '-f' flag.
>
> > Did you take this hint?
>
> I have now and its working .
> Thanks all !
> I knew there was still life in the solaris newsgroup, but isn't it a lot
> quieter than it used to be !
> G

This is an important process and should have been documented by now.

The issue that is not readily apparent is that the ZFS BE is not
mounted
automatically (canmount=noauto) so you have to mount it specifically
during
a recovery boot:

# zpool import -R /a rpool
# zfs mount root/ROOTcmroot

I've documented this process here:

http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#Recover_from_Lost_Root_Password_or_Similar_Problem

Good topic...Thanks!

Cindy