Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 17:41:32 -0700
From:      perikillo <perikillo@gmail.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Re[2]: Re[2]: Copy bootcode to mirror disk?
Message-ID:  <CAAZNESaHQtvnz_4mQumgfX9qq4os5nGonoHwJAbOh5FL37P-AA@mail.gmail.com>
In-Reply-To: <1466728696.778596880.0qwmo21g@frv35.fwdcdn.com>
References:  <CAAZNESYsu%2BwW9fagSRtGO8g-Bsovuxk0f1UPhmBk-KcvAsRTMg@mail.gmail.com> <1466717892.674545627.ai2dh1w6@frv35.fwdcdn.com> <CAAZNESahYTvNRHd4eaiV6WFhaTYSKJzsDBcPAtoYYW1T2iVL9Q@mail.gmail.com> <1466725107.953028829.tc1fmx6e@frv35.fwdcdn.com> <CAAZNESb6pdDaqtg8cNoRuYvxxgSNFLYDX2UHZJ4PYo6eQaXLzg@mail.gmail.com> <1466728696.778596880.0qwmo21g@frv35.fwdcdn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
gpart show
=>       34  976773101  ada0  GPT  (466G)
         34          6        - free -  (3.0K)
         40        128     1  freebsd-boot  (64K)
        168    2097152     2  freebsd-ufs  (1.0G)
    2097320   16777216     3  freebsd-ufs  (8.0G)
   18874536   16777216     4  freebsd-ufs  (8.0G)
   35651752    1048576     5  freebsd-ufs  (512M)
   36700328    1048576     6  freebsd-swap  (512M)
   37748904  939024231        - free -  (448G)

=>       34  976773101  ada1  GPT  (466G)
         34          6        - free -  (3.0K)
         40        128     1  freebsd-boot  (64K)
        168    2097152     2  freebsd-ufs  (1.0G)
    2097320   16777216     3  freebsd-ufs  (8.0G)
   18874536   16777216     4  freebsd-ufs  (8.0G)
   35651752    1048576     5  freebsd-ufs  (512M)
   36700328    1048576     6  freebsd-swap  (512M)
   37748904  939024231        - free -  (448G)

gmirror status
       Name    Status  Components
mirror/boot  COMPLETE  ada0p1 (ACTIVE)
                       ada1p1 (ACTIVE)
mirror/root  COMPLETE  ada0p2 (ACTIVE)
                       ada1p2 (ACTIVE)
 mirror/usr  COMPLETE  ada0p3 (ACTIVE)
                       ada1p3 (ACTIVE)
 mirror/var  COMPLETE  ada0p4 (ACTIVE)
                       ada1p4 (ACTIVE)
 mirror/tmp  COMPLETE  ada0p5 (ACTIVE)
                       ada1p5 (ACTIVE)
mirror/swap  COMPLETE  ada0p6 (ACTIVE)
                       ada1p6 (ACTIVE)

On Thu, Jun 23, 2016 at 5:38 PM, Vladislav Prodan <universite@ukr.net>
wrote:

>
>
> Please show:
>
> gpart show
> gmirror status
>
>
>  --- Original message ---
>  From: "perikillo" <perikillo@gmail.com>
>  Date: 24 June 2016, 02:53:34
>
>
>
> > sysctl kern.geom.debugflags=16
> > kern.geom.debugflags: 0 -> 16
> >
> > root@spam:~ # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
> > gpart: /dev/ada0p1: Operation not permitted
> >
> > On Thu, Jun 23, 2016 at 4:40 PM, Vladislav Prodan <universite@ukr.net>
> > wrote:
> >
> > >
> > >
> > >
> > > --- Original message ---
> > > From: "perikillo" <perikillo@gmail.com>
> > > Date: 24 June 2016, 01:58:05
> > >
> > >
> > >
> > > > Thanks for your quick answer, I got this error:
> > > >
> > > > gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
> > > >
> > > > gpart: /dev/ada0p1: Operation not permitted
> > > >
> > > > Do I need remove first from mirror or some step before this?
> > >
> > > No.
> > >
> > > Try to enter in the console:
> > > sysctl kern.geom.debugflags=16
> > > And then try again:
> > > gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
> > >
> > >
> > > >
> > > > Thanks.
> > > >
> > > > On Thu, Jun 23, 2016 at 2:40 PM, Vladislav Prodan <
> universite@ukr.net>
> > > > wrote:
> > > >
> > > > >
> > > > >
> > > > >
> > > > > --- Original message ---
> > > > > From: "perikillo" <perikillo@gmail.com>
> > > > > Date: 23 June 2016, 23:19:27
> > > > >
> > > > >
> > > > >
> > > > > > Hi I have a server with 2 hard disk in mirror setup.
> > > > > >
> > > > > > My slices are:
> > > > > >
> > > > > > Code:
> > > > > > root@spam:/boot # gpart show ada1
> > > > > > 34 976773101 ada1 GPT (466G)
> > > > > > 34 6 - free - (3.0K)
> > > > > > 40 128 1 freebsd-boot (64K)
> > > > > > 168 2097152 2 freebsd-ufs (1.0G)
> > > > > > 2097320 16777216 3 freebsd-ufs (8.0G)
> > > > > > 18874536 16777216 4 freebsd-ufs (8.0G)
> > > > > > 35651752 1048576 5 freebsd-ufs (512M)
> > > > > > 36700328 1048576 6 freebsd-swap (512M)
> > > > > > 37748904 939024231 - free - (448G)
> > > > > >
> > > > > >
> > > > > > My mirror has ada0 ada1, ada0 var slice fails, them I decide to
> > > replace
> > > > > the
> > > > > > whole disk and follow the instructions for that using gpart and
> > > backup my
> > > > > > current good disk layout into my new disk.
> > > > > >
> > > > > > gpart backup ada1 | gpart restore -F /dev/ada0
> > > > > >
> > > > > >
> > > > > > This create my slices, I forget each mirror slice and add each
> slice
> > > into
> > > > > > the mirror again.
> > > > > >
> > > > > > Everything working, but looks like I forget to add the bootcode
> to
> > > my new
> > > > > > disk because it won't boot.
> > > > > >
> > > > > > Now is booting from 2nd disk but need to boot from all hard
> disk, if
> > > ada1
> > > > > > fails I will have issues.
> > > > >
> > > > >
> > > > > Install the GPT bootcode into the boot partition:
> > > > >
> > > > > # gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ada0
> > > > >
> > > > > --
> > > > > Vladislav V. Prodan
> > > > > System & Network Administrator
> > > > > support.od.ua
> > > > >
> > > > >
> > > > >
> > > > >
> > > > _______________________________________________
> > > > freebsd-questions@freebsd.org mailing list
> > > > https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to "
> > > freebsd-questions-unsubscribe@freebsd.org"
> > > >
> > >
> > >
> > > --
> > > Vladislav V. Prodan
> > > System & Network Administrator
> > > support.od.ua
> > >
> > >
> > >
> > >
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
> >
>
>
> --
>  Vladislav V. Prodan
>  System & Network Administrator
>  support.od.ua
>
>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAZNESaHQtvnz_4mQumgfX9qq4os5nGonoHwJAbOh5FL37P-AA>