Sergey Sprogis wrote:
Could anyone educate me on a correct way of returning BFU-ed machine to the previous Open Solaris boot environment. Basically I just need to know what did I wrong in the following set of steps.
...
3. Restoring BFU-ed machine to the Previous Boot Environment Now I tried to restore my Test machine to the original opensolaris-5 BE described in 2.1. So I did the following: beadm activate opensolaris-5 reboot But after that 'uname -a' command still producing message [2] described in step 2.2, though I expect it to produce message [1] described in step 2.1 What did I miss here?
Gday Sergey, looks to me like you didn't target bfu quite right. You've got the initial "opensolaris" BE from the initial install. You've got the "opensolaris-5" BE from your image-update to 125. You then bfu'd _on top of opensolaris-5_ rather than beadm create testbe beadm mount testbe /mnt bfu /path/to/archives /mnt acr /mnt beadm umount testbe beadm activate testbe I think you'll need to re-activate your original BE "opensolaris" then image-update, then follow the steps I mention above. hth, James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
