I'd like to try to add a single 3TB drive, create a new pool, and replicate, mirror or copy the old pool to this new pool.
Is this possible, and if yes, what command would I need to use?
I would need to do this using a live DVD, either osol 0906 or Openindiana oi-dev-151a7-live.
Problem is that I can't get EON to boot anymore on this system.
(Asrock AliveNF7G-HDready with AMD cpu) I had EON 0.600-130-64-cifs running on this machine, tried to install EON 1.0b-151-64-cifs-min but it won't reboot.
What I did here is:
Take out AOC controller, disconnect IDE and disable in bios.
Boot EON 1.0b CD. This comes up ok. Did the tests like mentioned on the wiki.
No problem. Then install.sh. All goes well, but no way to boot from the stick.
(yes, checked bios, USB was marked bootable in priority)
Tried all 4 grub methods. The OEM versions error out, the EON versions hang.
That's why I'd like to get rid of this Asrock mobo and replicate my zpool.
Thanks a lot for your insight!
Erwin
Yes, that's exactly what I'm saying. As a matter of fact I did the whole install process twice with the same result. I'll also try to run this stick on another machine to see how it goes.
I'll run GRUB verbose and post back.
I also happen to have a copy of the first install history as I did this using ssh, this lists all the test commands as listed in the wiki.
Erwin
Booting threw the same error. Frozen.
Next I edited GRUB to boot verbose.
And the system continued to boot successfully!!
To make sure, I repeated this scenario a couple of times, but all was the same.
Next I made the GRUB -v edit persistent editing /mnt/eon0/boot/grub/menu.lst
Next I setup my new user, ran ./slinky r and ./slinky c
Ran setup etc.
I still have some messages like:
SMF Initialization problems..svc:/network/nfs/server:default
SMF Initialization problems..svc:/network/nfs/nlockmgr:default
SMF Initialization problems..svc:/network/nfs/nlockmgr:default
SMF Initialization problems..svc:/network/nfs/nlockmgr:default
SMF Initialization problems..svc:/network/nfs/nlockmgr:default
SMF Initialization problems..svc:/network/nfs/server:default
SMF Initialization problems..svc:/network/nfs/server:default
SMF Initialization problems..svc:/network/nfs/client:default
SMF Initialization problems..svc:/network/nfs/client:default
SMF Initialization problems..svc:/network/nfs/server:default
SMF Initialization problems..svc:/network/nfs/mapid:default
I guess these are a remnant of NFS running on the previous USB stick.
I did not follow the way of the read-only import, as a)I was just unaware of this feature and b) I already forced import yesterday on a couple of occassions booting with the live DVD's
So finally where am I now?
- Added 3TB drive and created pool00
Purpose is to zfs send the existing pool0 to create a replica.
I've peeked into the commands, but I'm not very sure.
It seems I need to create a snapshot first? As you can see, I still have a lot to learn, but it's an extremely interesting voyage!
- Also added an extra 2TB drive.
Purpose is to use a partition and then as play / test ground for zfs learning.
What are your suggestions?
Erwin
Your guess on the smf nfs errors are correct.
> What is the way to get rid of these?
> I'd like to gain an understanding as to where this information resides? It must be 'inside' the pool and not in some /etc/config file?
>
You are also correct on needing to create a snapshot before zfs send/receive. Remember you can also use rsync between the pools.
> Here's a snippet of my history log trying to create a snapshot.
> My reasoning being that I want to make a snapshot of pool0 and want to name it the date of 08-02-2013:
** Create snapshot
library:8:~#zfs snapshot pool0@08-02-2013 correct
library:9:~#zfs list -r pool0
NAME USED AVAIL REFER MOUNTPOINT
pool0 2.28T 358G 20.2G /pool0
pool0/data 394G 358G 394G /pool0/data
pool0/public 1.88T 358G 1.35T /pool0/public
pool0/swap 2.13G 361G 16K -
library:10:~#
*** Hmm, I don't see anything? zfs list -t snapshot to see them
Now I must admit, at some point I've thought the system froze, and as I was continuing working on another PC, while I thought it it just stood waiting, all of the sudden after 'minutes'it continued booting while I'm not aware of what has been processing in the background, perhaps only some unresponsive network traffic??
So I'm not 100% sure. I can't exactly pinpoint to what situation the attachd screenshot is related.
Sounds like a low level hardware issue somewhere, as it sounds like if given time it times out and comes to login?
At the mement I've put the system into a less accessible place and it's headless. I'd like to edit my GRUB and copy the first boot entry (without -v) so that I can choose with or without -v.
I'll then retest booting and post back.
When it hung, it froze immediately after the SunOS Release message, nothing more after "Üse is subject to licence terms."
>
>
Make sure you update to the latest updates using rail.
> I have to look into this, but I've not installed this before.
> Do I need to install the binary kit first?