|
|
ZFS Boot Project FAQLast updated September 30, 2008ZFS Boot and Installation Release Questions ZFS Boot Questions ZFS Installation and Upgrade Questions ZFS Swap and Dump Questions ZFS Boot and Install Release Questions
You should know that the final installation phase of creating the dump device takes a long time and it might appear that the system is hung. Be patient. ZFS Boot Questions
If you created a mirrored ZFS root pool during an initial installation, you can boot from an alternate disk automatically. Identify an alternate disk in your mirrored ZFS root pool. For example, disk c1t1d0s0 in the output below.
# zpool status
pool: rpool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror ONLINE 0 0 0
c1t0d0s0 ONLINE 0 0 0
c1t1d0s0 ONLINE 0 0 0
On a SPARC system, enter the boot command with the alternate disk boot path.ok boot /pci@7c0/pci@0/pci@1/pci@0,2/LSILogic,sas@2/disk@1 If you used the zpool attach command to create a mirrored ZFS root pool after the installation, then you must run the installboot or installgrub command on the alternate disks before they are bootable. For example: sparc# installboot -F zfs /usr/platform/`uname -i`/lib/fs/zfs/bootblk /dev/rdsk/c0t1d0s0 x86# installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0t1d0s0 ZFS Install and Upgrade QuestionsInstallation QuestionsCaution: As with any installation process, please be sure to back up any data that you want to keep.
Live Upgrade Questions
ZFS Swap and Dump Questions
|