Re: [oneSIS-users] [EXT] Re: Still trying CentOS 7.2 & oneSIS
Brought to you by:
jjengla
|
From: <bbe...@go...> - 2016-08-17 13:57:06
|
Yep. It appears to definitely be some kind of timing. I switched from xfs to ext3 and I still get the problem. :-( It still says: ... oneSIS: Mounting local filesystem: / mount: mounting /dev/sda4 on /mnt failed: No such device mount: mounting /dev/sda4 on /mnt failed: No such file or directory oneSIS: Error! Failed to mount local root filesystem! * * * Dropping to a shell... /bin/ash: can't access tty; job control turned off / # Followed, a few seconds, later by: [ 14.676503] mpt2sas0: port enable: SUCCESS [ 14.683360] scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS YS0A PQ: 0 ANSI: 6 [ 14.692232] scsi 0:0:0:0: SSP: handle(0x000a), sas_addr(0x5000c5004cf8ae19), phy(3), device_name(0x00c5005018aef84c) [ 14.703518] scsi 0:0:0:0: SSP: enclosure_logical_id(0x5d4ae520868ab800), slot(0) [ 14.711670] scsi 0:0:0:0: qdepth(254), tagged(1), simple(0), ordered(0), scsi_level(7), cmd_que(1) [ 14.723860] sd 0:0:0:0: [sda] 286749480 512-byte logical blocks: (146 GB/136 GiB) [ 14.732769] sd 0:0:0:0: [sda] Write Protect is off [ 14.738447] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA [ 14.753850] sda: sda1 sda2 sda3 sda4 [ 14.762004] sd 0:0:0:0: [sda] Attached SCSI disk Here is my current /proc/cmdline: BOOT_IMAGE=/vmlinuz-3.10.0-327.el7.x86_64 root=/dev/sda4 ro crashkernel=auto console=tty0 console=ttyS0,115200 I tried adding "rootdelay=60" but that made no difference at all. There's no pause at the point in the boot. Do you (or anyone else? :-) have any other idea(s) for me to try? Thanks! - Bill >>> Josh England writes: Josh> So the timing thing might still be an issue, but I just verified in the Josh> code that xfs labels aren't supported either (just ext3,4). Josh> Josh> -JE Josh> Josh> Josh> On Tue, Aug 16, 2016 at 4:49 AM, <bbe...@go...> wrote: Josh> >> Well... it's better but still not working... :-) >> >> oneSIS: Mounting local filesystem: / >> mount: mounting LABEL=3D/boot on /mnt failed: No such device >> mount: mounting LABEL=3D/boot on /mnt failed: No such file or directory >> >> oneSIS: Error! Failed to mount local root filesystem! >> * * * Dropping to a shell... >> /bin/ash: can't access tty; job control turned off >> / # >> >> *THEN* after a few seconds: >> >> mpt2sas0: port enable: SUCCESS >> scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS >> blah >> blah >> sda: sda1 sda2 sda3 sda4 >> sd: 0:0:0:0: [sda] Attached SCSI disk >> >> / # cat /proc/cmdline >> BOOT_IMAGE=3D/vmlinuz-3.10.0-327.el7.x86_64 root=3DLABEL=3D/boot ro >> crashkernel=3Dauto LANG=3Den_US.UTF-8 >> >> / # >> >> And when I boot the system diskless, here is the output of "lsblk -f": >> >> [root@rdsargo158 ~]# lsblk -f >> NAME FSTYPE LABEL UUID MOUNTPOINT >> sda >> =E2=94=9C=E2=94=80sda1 xfs /boot 7bbbfee8-2695-4448-86bc-3eb76b477e8= Josh> 7 /boot >> =E2=94=9C=E2=94=80sda2 vfat 121D-9BD7 = Josh> /boot/efi >> =E2=94=9C=E2=94=80sda3 swap swap 87bc7ea5-1700-4164-8948-a961501de5b= Josh> b [SWAP] >> =E2=94=94=E2=94=80sda4 xfs / 5a606e14-a61b-448f-a0c4-6d6ab05f5a0= Josh> 1 >> >> [root@rdsargo158 ~]# >> >> So the /boot partition is indeed there and labeled as "/boot". >> >> - Bill >> >> >>> Josh England writes: >> Josh> That's probably it. The oneSIS ramfs does not support mounting >> via UUID. >> Josh> Try using either the explicit device name (eg: root=3D3D/dev/sda2= Josh> ) >> or the >> Josh> device label if there is one (eg: root=3D3DLABEL=3D3D/). >> Josh> >> Josh> -JE >> Josh> >> Josh> On Aug 15, 2016 4:49 PM, "Bill Benedetto" <bbe...@go...= m> >> wrote: >> Josh> >> >> >> This is typed by hand but I=3DE2=3D80=3D99m pretty sure I got it rig= Josh> ht. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> / # cat /proc/cmdline >> >> >> >> >> >> BOOT_IMAGE=3D3D/vmlinuz-3.10.0-327.el7.x86_64 >> root=3D3DUUID=3D3D7bbbfee8-2695-4=3D >> Josh> 448-86bc-3eb76b477e87 >> >> >> ro crashkernel=3D3Dauto LANG=3D3Den_US.UTF-8 >> >> >> >> >> >> >> >> >> >> >> >> / # >> >> >> >> >> >> >> >> >> >> >> >> Bill >> >> >> >> >> >> >> >> >> >> >> >> *From:* Josh England [mailto:jj...@gm...] >> >> >> *Sent:* Monday, August 15, 2016 7:18 PM >> >> >> *To:* Bill Benedetto <bbe...@go...> >> >> >> *Cc:* OneSIS User List <one...@li...> >> >> >> *Subject:* [EXT] Re: [oneSIS-users] Still trying CentOS 7.2 & oneSIS >> >> >> >> >> >> >> >> >> >> >> >> I've seen something similar where the network interface takes foreve= Josh> r >> to >> >> >> show up and the boot drops to a shell, so this is not too surprising= Josh> . >> >> >> >> >> >> >> >> >> >> >> >> I would have expected a 'Failed to find valid root partition' error >> if th=3D >> Josh> e >> >> >> disk device didn't exist yet, so maybe something else is going on. >> What >> >> >> does /proc/cmdline look like? >> >> >> >> >> >> >> >> >> >> >> >> -JE >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Mon, Aug 15, 2016 at 2:37 PM, <bbe...@go...> wrote: >> >> >> >> >> >> Good day! >> >> >> >> >> >> I can boot diskless CentOS 7.2 just fine. >> >> >> >> >> >> I'm now trying to boot diskful. >> >> >> >> >> >> I think that I have everything set up correctly (I must not have, >> >> >> of course... :-). >> >> >> >> >> >> This is what I see on the screen at boot time now: >> >> >> >> >> >> ... >> >> >> oneSIS: Error! No root partition specified! >> >> >> * * * Dropping to a shell... >> >> >> /bin/ash: can't access tty; job control turned off >> >> >> / # >> >> >> >> >> >> *THEN* the following appears on the screen: >> >> >> >> >> >> mpt2sas0: port enable: SUCCESS >> >> >> scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS >> >> >> BLAH >> >> >> BLAH >> >> >> sda: sda1 sda2 sda3 sda4 >> >> >> sd: 0:0:0:0: [sda] Attached SCSI disk >> >> >> >> >> >> That makes me feel like the disk is just slow showing up. >> >> >> Does this make any sense to anyone? >> >> >> >> >> >> The NIC is up just fine and I can ping the node. >> >> >> "fdisk -l" shows my disk is all there. >> >> >> >> >> >> Any help or suggestions to debug this or fix this would be helpful, = Josh> of >> >> >> course. >> >> >> >> >> >> Thanks! >> >> >> >> >> >> -- >> >> >> - Bill >> >> >> +=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+= Josh> =3D3D+=3D3D+=3D3D+=3D >> 3D+=3D3D+=3D3D+=3D3D+=3D >> Josh> =3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D= Josh> +=3D3D >> >> >> +=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+ >> >> >> Bill Benedetto <bbe...@go...> The Goodyear Tire & >> >> >> Rubber Co. >> >> >> I don't speak for Goodyear and they don't speak for me. We're both >> happy=3D >> Josh> . >> >> >> >> >> >> ------------------------------------------------------------ >> >> >> ------------------ >> >> >> _______________________________________________ >> >> >> oneSIS-users mailing list >> >> >> one...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/onesis-users >> >> >> >> >> >> >> >> >> >> Josh> >> Josh> --001a114db54c905603053a25b70b Josh> Content-Type: text/html; charset=3D"UTF-8" Josh> Content-Transfer-Encoding: quoted-printable Josh> X-Microsoft-Exchange-Diagnostics: Josh> 1;CY4PR07MB2968;9:gO+FkMxetoK1PYKDzWRmzJSVV6sshg4Go >> B55zszqwg9419xIetgHcfmDpaRlotrEfFZF/VUXYOpFACRby6DttwYwbQ4VO+/ >> xoBEkYhdUidzqnHzYSx93IcwI7A8NvWhJZrpsrBWJCqNJM+ >> E9lK7sQXdd40kjRNMGWZZPwysYCa8/ZcEuH7JsOSWDwEiZpKd46QTA4FsOvmDrCxypEH6hHw= Josh> =3D=3D >> Josh> <meta http-equiv=3D3D"Content-Type" content=3D3D"text/html; >> charset=3D3Dutf-8"><p=3D >> Josh> dir=3D3D"ltr">That's probably it. The oneSIS ramfs does no= Josh> t >> support mo=3D >> Josh> unting via UUID. Try using either the explicit device name >> (eg: root=3D >> Josh> =3D3D/dev/sda2) or the device label if there is one (eg: >> root=3D3DLABEL=3D3D/).</=3D >> p> >> Josh> <p dir=3D3D"ltr">-JE</p> >> Josh> <div class=3D3D"gmail_extra"><br><div class=3D3D"gmail_quote">On = Josh> Aug >> 15, 2016 4=3D >> Josh> :49 PM, "Bill Benedetto" <<a href=3D3D"mailto: >> bbenedetto@goodyea=3D >> Josh> r.com">bbe...@go...</a>> wrote:<br >> type=3D3D"attribution"><bloc=3D >> Josh> kquote class=3D3D"gmail_quote" style=3D3D"margin:0 0 0 >> .8ex;border-left:1px #cc=3D >> Josh> c solid;padding-left:1ex"> >> Josh> >> Josh> >> Josh> >> Josh> >> Josh> >> Josh> <div lang=3D3D"EN-US" link=3D3D"blue" vlink=3D3D"purple"> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d">This is typed by hand but >> I=3DE2=3D80=3D99m=3D >> Josh> pretty sure I got it right.<u></u><u></u></span></p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d"><u></u> <u></u></ span> </p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d"><u></u> <u></u></ span> </p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d">/ # cat >> /proc/cmdline<u></u><u></u></=3D >> span> </p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d">BOOT_IMAGE=3D3D/vmlinuz- >> 3.10.0-<wbr>327=3D >> Josh> .el7.x86_64 root=3D3DUUID=3D3D7bbbfee8-2695-4448-<wbr>86bc-3eb76b= Josh> 477e87 >> ro cras=3D >> Josh> hkernel=3D3Dauto LANG=3D3Den_US.UTF-8<u></u><u></u></span></p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d"><u></u> <u></u></ span> </p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d">/ #<u></u><u></u></span></p= >> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d"><u></u> <u></u></ span> </p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d">Bill<u></u><u></u></ span> </p> >> Josh> <p class=3D3D"MsoNormal"><span style=3D3D"font-size:11.0pt; >> font-family:"Ca=3D >> Josh> libri",sans-serif;color:#1f497d"><u></u> <u></u></ span> </p> >> Josh> <p class=3D3D"MsoNormal"><b><span style=3D3D"font-size:11.0pt; >> font-family:"=3D >> Josh> ;Calibri",sans-serif">From:</span></b><span >> style=3D3D"font-size:11.0pt;=3D >> Josh> font-family:"Calibri",sans-serif"> Josh England [mailto= Josh> :<a >> href=3D >> Josh> =3D3D"mailto:jj...@gm..." target=3D3D"_blank">jjengla@gmail= Josh> .com >> </a>] >> Josh> <br> >> Josh> <b>Sent:</b> Monday, August 15, 2016 7:18 PM<br> >> Josh> <b>To:</b> Bill Benedetto <<a href=3D3D"mailto:bbenedetto@ >> goodyear.com" ta=3D >> Josh> rget=3D3D"_blank">bbe...@go...</a>><br> >> Josh> <b>Cc:</b> OneSIS User List <<a href=3D3D"mailto:onesis-users@ >> lists.source=3D >> Josh> forge.net" target=3D3D"_blank">onesis-users@lists.<wbr>sourceforg= Josh> e. >> net</a>>=3D >> Josh> ;<br> >> Josh> <b>Subject:</b> [EXT] Re: [oneSIS-users] Still trying CentOS 7.2 >> & oneS=3D >> Josh> IS<u></u><u></u></span></p> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal">I've seen something similar where the >> network interf=3D >> Josh> ace takes forever to show up and the boot drops to a shell, so >> this is not =3D >> Josh> too surprising.<u></u><u></u></p> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> </div> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal">I would have expected a 'Failed to find >> valid root p=3D >> Josh> artition' error if the disk device didn't exist yet, so maybe >> something els=3D >> Josh> e is going on. What does /proc/cmdline look >> like?<u></u><u></u></p> >> Josh> </div> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> </div> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal">-JE<u></u><u></u></p> >> Josh> </div> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> </div> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> </div> >> Josh> </div> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> <div> >> Josh> <p class=3D3D"MsoNormal">On Mon, Aug 15, 2016 at 2:37 PM, <<a >> href=3D3D"mail=3D >> Josh> to:bbe...@go..." target=3D3D"_blank">bbenedetto@ >> goodyear.com</a>&g=3D >> Josh> t; wrote:<u></u><u></u></p> >> Josh> <blockquote style=3D3D"border:none;border-left:solid #cccccc >> 1.0pt;padding:0i=3D >> Josh> n 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in"> >> Josh> <p class=3D3D"MsoNormal">Good day!<br> >> Josh> <br> >> Josh> I can boot diskless CentOS 7.2 just fine.<br> >> Josh> <br> >> Josh> I'm now trying to boot diskful.<br> >> Josh> <br> >> Josh> I think that I have everything set up correctly (I must not >> have,<br> >> Josh> of course... :-).<br> >> Josh> <br> >> Josh> This is what I see on the screen at boot time now:<br> >> Josh> <br> >> Josh> ...<br> >> Josh> oneSIS: Error! No root partition specified!<br> >> Josh> * * * Dropping to a shell...<br> >> Josh> /bin/ash: can't access tty; job control turned off<br> >> Josh> / #<br> >> Josh> <br> >> Josh> *THEN* the following appears on the screen:<br> >> Josh> <br> >> Josh> mpt2sas0: port enable: SUCCESS<br> >> Josh> scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS<br> >> Josh> BLAH<br> >> Josh> BLAH<br> >> Josh> sda: sda1 sda2 sda3 sda4<br> >> Josh> sd: 0:0:0:0: [sda] Attached SCSI disk<br> >> Josh> <br> >> Josh> That makes me feel like the disk is just slow showing up.<br> >> Josh> Does this make any sense to anyone?<br> >> Josh> <br> >> Josh> The NIC is up just fine and I can ping the node.<br> >> Josh> "fdisk -l" shows my disk is all there.<br> >> Josh> <br> >> Josh> Any help or suggestions to debug this or fix this would be >> helpful, of cour=3D >> Josh> se.<br> >> Josh> <br> >> Josh> Thanks!<br> >> Josh> <span style=3D3D"color:#888888"><br> >> Josh> <span>--</span><br> >> Josh> <span>- Bill</span><br> >> Josh> <span>+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3= Josh> D&# >> 43;=3D3D+=3D3D+=3D >> Josh> =3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D= Josh> <wbr>&# >> 43;=3D3D+=3D3D=3D >> Josh> 3;=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D= Josh> 3D+=3D >> 3D+=3D3D+=3D >> Josh> =3D3D+=3D3D+=3D3D+=3D3D<wbr>+=3D3D+=3D3D+= Josh> =3D3D&# >> 43;=3D3D+=3D3D=3D >> Josh> 3;=3D3D+=3D3D+=3D3D+</span><br> >> Josh> <span>Bill Benedetto <<a href=3D3D"mailto: >> bbenedetto@go=3D >> Josh> odyear.com" target=3D3D"_blank">bbe...@go...</a>>&n= Josh> bsp; >> =3D >> Josh> The Goodyear Tire & Rubber Co.</span><br> >> Josh> <span>I don't speak for Goodyear and they don't speak for >> me. We're b=3D >> Josh> oth happy.</span><br> >> Josh> <br> >> Josh> <span>------------------------------<wbr>------------------- >> -----------<wbr=3D >> >> >> ------------------</span><br> >> Josh> <span>______________________________<wbr>_________________</ span> <br> >> Josh> <span>oneSIS-users mailing list</span><br> >> Josh> <span><a href=3D3D"mailto:one...@li..." >> target=3D3D"_blan=3D >> Josh> k">oneSIS-users@lists.<wbr>sourceforge.net</a></span><br> >> Josh> <span><a href=3D3D"https://lists.sourceforge.net/lists/ >> listinfo/onesis-users"=3D >> Josh> target=3D3D"_blank">https://lists.sourceforge.net/<wbr> >> lists/listinfo/onesis=3D >> Josh> -users</a></span></span><u></u><u></u></p> >> Josh> </blockquote> >> Josh> </div> >> Josh> <p class=3D3D"MsoNormal"><u></u> <u></u></p> >> Josh> </div> >> Josh> </div> >> Josh> </div> >> Josh> >> Josh> </blockquote></div></div> >> Josh> >> Josh> --001a114db54c905603053a25b70b-- >> >> >> Josh> Josh> --001a114473a0ea144f053a355536 Josh> Content-Type: text/html; charset="UTF-8" Josh> Content-Transfer-Encoding: quoted-printable Josh> X-Microsoft-Exchange-Diagnostics: Josh> 1;CY4PR07MB2968;9:cdnOddJDnWHnlendqA7EFsbeuIZ/N6+Ztf6m6O1/mirH2ZgZ6I4XIqqtJ5ohQrjolQLGKnblhGlE8aot2htMO3GoxeMXtIPUkHiWTgRCYFSl5KoyDGfEftOJiFSEMJGQM4I86O3fSSdU7GAEwuTBHLyIzxNCsApp/WnLZoMB8yubRzwBa1kIdzT4lyj/SuB2IWs5CsIGoW64R9wkN3687g== Josh> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8"><d= Josh> iv dir=3D"ltr">So the timing thing might still be an issue, but I just veri= Josh> fied in the code that xfs labels aren't supported either (just ext3,4).<div= >> <br></div><div>-JE</div><div><br></div></div><div class=3D"gmail_extra"><b= r> <div class=3D"gmail_quote">On Tue, Aug 16, 2016 at 4:49 AM, <span dir=3D= Josh> "ltr"><<a href=3D"mailto:bbe...@go..." target=3D"_blank">bben= Josh> ed...@go...</a>></span> wrote:<br><blockquote class=3D"gmail_quo= Josh> te" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"= >> Well... it's better but still not working... :-)<br> Josh> <br> Josh> oneSIS: Mounting local filesystem: /<br> Josh> mount: mounting LABEL=3D/boot on /mnt failed: No such device<br> Josh> mount: mounting LABEL=3D/boot on /mnt failed: No such file or direct= Josh> ory<br> Josh> <br> Josh> oneSIS: Error! Failed to mount local root filesystem!<br> Josh> <span class=3D""> * * * Dropping to a shell...<br> Josh> /bin/ash: can't access tty; job control turned off<br> Josh> / #<br> Josh> <br> Josh> </span>*THEN* after a few seconds:<br> Josh> <span class=3D""><br> Josh> mpt2sas0: port enable: SUCCESS<br> Josh> scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS<br> Josh> </span> blah<br> Josh> blah<br> Josh> <span class=3D""> sda: sda1 sda2 sda3 sda4<br> Josh> sd: 0:0:0:0: [sda] Attached SCSI disk<br> Josh> <br> Josh> </span> / # cat /proc/cmdline<br> Josh> BOOT_IMAGE=3D/vmlinuz-<a href=3D"tel:3.10.0-327" value=3D"+13100= Josh> 327">3.10.0-327</a>.el7.x86_<wbr>64 root=3DLABEL=3D/boot ro crashkernel=3Da= Josh> uto LANG=3Den_US.UTF-8<br> Josh> <br> Josh> / #<br> Josh> <br> Josh> And when I boot the system diskless, here is the output of "lsblk -f&q= Josh> uot;:<br> Josh> <br> Josh> [root@rdsargo158 ~]# lsblk -f<br> Josh> NAME FSTYPE LABEL UUID = Josh> &nbs= Josh> p; MOUNTPOINT<br> Josh> sda<br> Josh> =E2=94=9C=E2=94=80sda1 xfs /boot 7bbbfee8-2695-4448-86b= Josh> c-<wbr>3eb76b477e87 /boot<br> Josh> =E2=94=9C=E2=94=80sda2 vfat 121D-9B= Josh> D7 &nb= Josh> sp; /boot/efi<br> Josh> =E2=94=9C=E2=94=80sda3 swap swap 87bc7ea5-1700-416= Josh> 4-8948-<wbr>a961501de5bb [SWAP]<br> Josh> =E2=94=94=E2=94=80sda4 xfs / 5a606e1= Josh> 4-a61b-448f-a0c4-<wbr>6d6ab05f5a01<br> Josh> <br> Josh> [root@rdsargo158 ~]#<br> Josh> <br> Josh> So the /boot partition is indeed there and labeled as "/boot".<br= >> Josh> <br> Josh> - Bill<br> Josh> <br> Josh> >>> Josh England writes:<br> Josh> <br> Josh> Josh> That's probably it. The oneSIS ramfs does not support= Josh> mounting via UUID.<br> Josh> <br> Josh> Josh> Try using either the explicit device name (eg: root=3D3D/de= Josh> v/sda2) or the<br> Josh> <br> Josh> Josh> device label if there is one (eg: root=3D3DLABEL=3D3D/).<br= >> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh> -JE<br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh> On Aug 15, 2016 4:49 PM, "Bill Benedetto" <<a = Josh> href=3D"mailto:bbe...@go...">bbe...@go...</a>> wro= Josh> te:<br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> >> This is typed by hand but I=3DE2=3D80=3D99m pretty sure I g= Josh> ot it right.<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> / # cat /proc/cmdline<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> BOOT_IMAGE=3D3D/vmlinuz-<a href=3D"tel:3.10.0-327" value=3D= Josh> "+13100327">3.10.0-327</a>.el7.<wbr>x86_64 root=3D3DUUID=3D3D7bbbfee8-2= Josh> 695-4=3D<br> Josh> <br> Josh> Josh> 448-86bc-3eb76b477e87<br> Josh> <br> Josh> >> ro crashkernel=3D3Dauto LANG=3D3Den_US.UTF-8<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> / #<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> Bill<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> *From:* Josh England [mailto:<a href=3D"mailto:jjengla@gmai= Josh> l.com">jj...@gm...</a>]<br> Josh> <br> Josh> >> *Sent:* Monday, August 15, 2016 7:18 PM<br> Josh> <br> Josh> >> *To:* Bill Benedetto <<a href=3D"mailto:bbenedetto@goody= Josh> ear.com">bbe...@go...</a>><br> Josh> <br> Josh> >> *Cc:* OneSIS User List <<a href=3D"mailto:onesis-users@l= Josh> ists.sourceforge.net">onesis-users@lists.<wbr>sourceforge.net</a>><br> Josh> <br> Josh> >> *Subject:* [EXT] Re: [oneSIS-users] Still trying CentOS 7.2= Josh> & oneSIS<br> Josh> <span class=3D""><br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> I've seen something similar where the network interface tak= Josh> es forever to<br> Josh> <br> Josh> >> show up and the boot drops to a shell, so this is not too s= Josh> urprising.<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> </span> >> I would have expected a 'Failed to find valid root p= Josh> artition' error if th=3D<br> Josh> <br> Josh> Josh> e<br> Josh> <div><div class=3D"h5"><br> Josh> >> disk device didn't exist yet, so maybe something else is go= Josh> ing on. What<br> Josh> <br> Josh> >> does /proc/cmdline look like?<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> -JE<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> On Mon, Aug 15, 2016 at 2:37 PM, <<a href=3D"mailto:bben= Josh> ed...@go...">bbe...@go...</a>> wrote:<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> Good day!<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> I can boot diskless CentOS 7.2 just fine.<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> I'm now trying to boot diskful.<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> I think that I have everything set up correctly (I must not= Josh> have,<br> Josh> <br> Josh> >> of course... :-).<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> This is what I see on the screen at boot time now:<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> ...<br> Josh> <br> Josh> >> oneSIS: Error! No root partition specified!<br> Josh> <br> Josh> >> * * * Dropping to a shell...<br> Josh> <br> Josh> >> /bin/ash: can't access tty; job control turned off<br> Josh> <br> Josh> >> / #<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> *THEN* the following appears on the screen:<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> mpt2sas0: port enable: SUCCESS<br> Josh> <br> Josh> >> scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS<br> Josh> <br> Josh> >> BLAH<br> Josh> <br> Josh> >> BLAH<br> Josh> <br> Josh> >> sda: sda1 sda2 sda3 sda4<br> Josh> <br> Josh> >> sd: 0:0:0:0: [sda] Attached SCSI disk<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> That makes me feel like the disk is just slow showing up.<b= r> Josh> <br> Josh> >> Does this make any sense to anyone?<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> The NIC is up just fine and I can ping the node.<br> Josh> <br> Josh> >> "fdisk -l" shows my disk is all there.<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> Any help or suggestions to debug this or fix this would be = Josh> helpful, of<br> Josh> <br> Josh> >> course.<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> Thanks!<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> --<br> Josh> <br> Josh> >> - Bill<br> Josh> <br> Josh> </div></div> >> +=3D3D+=3D3D+=3D3D+=3D3D+= Josh> =3D3D+=3D3D+=3D3D+=3D<wbr>3D+=3D3D+=3D3D+=3D3D+= Josh> =3D3D+=3D3D+=3D3D+=3D<wbr>3D+=3D3D+=3D3D+=3D3D+= Josh> =3D<br> Josh> <br> Josh> Josh> =3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+= Josh> ;=3D3D+=3D<wbr>3D+=3D3D+=3D3D+=3D3D+=3D3D<br> Josh> <br> Josh> >> +=3D3D+=3D3D+=3D3D+=3D3D+=3D3D+=3D3= Josh> D+=3D3D+=3D<wbr>3D+<br> Josh> <span class=3D""><br> Josh> >> Bill Benedetto <<a href=3D"mailto:bbe= Josh> ne...@go...">bbe...@go...</a>> The Good= Josh> year Tire &<br> Josh> <br> Josh> >> Rubber Co.<br> Josh> <br> Josh> </span> >> I don't speak for Goodyear and they don't speak for = Josh> me. We're both happy=3D<br> Josh> <br> Josh> Josh> .<br> Josh> <br> Josh> >><br> Josh> <br> Josh> >> ------------------------------<wbr>------------------------= Josh> ------<br> Josh> <span class=3D""><br> Josh> >> ------------------<br> Josh> <br> Josh> >> ______________________________<wbr>_________________<br> Josh> <br> Josh> >> oneSIS-users mailing list<br> Josh> <br> Josh> >> <a href=3D"mailto:one...@li...">oneSI= Josh> S-users@lists.<wbr>sourceforge.net</a><br> Josh> <br> Josh> >> <a href=3D"https://lists.sourceforge.net/lists/listinfo/one= Josh> sis-users" rel=3D"noreferrer" target=3D"_blank">https://lists.sourceforge.n= Josh> et/<wbr>lists/listinfo/onesis-users</a><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> >><br> Josh> <br> Josh> </span> Josh><br> Josh> <br> Josh> Josh> --001a114db54c905603053a25b70b<br> Josh> Josh> Content-Type: text/html; charset=3D"UTF-8"<br> Josh> Josh> Content-Transfer-Encoding: quoted-printable<br> Josh> Josh> X-Microsoft-Exchange-<wbr>Diagnostics:<br> Josh> Josh> 1;CY4PR07MB2968;9:gO+<wbr>FkMxetoK1PYKDzWRmzJSVV6= Josh> sshg4Go<wbr>B55zszqwg9419xIetgHcfmDpaRlotr<wbr>EfFZF/<wbr>VUXYOpFACRby6Dttw= Josh> YwbQ4VO+/<wbr>xoBEkYhdUidzqnHzYSx93IcwI7A8Nv<wbr>WhJZrpsrBWJCqNJM+<= wbr> E9lK7sQXdd40kjRNMGWZZPwysYCa8/<wbr>ZcEuH7JsOSWDwEiZpKd46QTA4FsOvm<wbr>D= Josh> rCxypEH6hHw=3D=3D<br> Josh> <br> Josh> Josh> <meta http-equiv=3D3D"Content-Type" content=3D= Josh> 3D"text/html; charset=3D3Dutf-8"><p=3D<br> Josh> <br> Josh> Josh> dir=3D3D"ltr">That's probably it.&nb= Josh> sp; The oneSIS ramfs does not support mo=3D<br> Josh> <br> Josh> Josh> unting via UUID.&nbsp; Try using either the explicit de= Josh> vice name (eg: root=3D<br> Josh> <br> Josh> Josh> =3D3D/dev/sda2) or the device label if there is one (eg: ro= Josh> ot=3D3DLABEL=3D3D/).</=3D<br> Josh> <br> Josh> p><br> Josh> <br> Josh> Josh> <p dir=3D3D"ltr">-JE</p><br> Josh> <br> Josh> Josh> <div class=3D3D"gmail_extra"><br><= Josh> div class=3D3D"gmail_quote">On Aug 15, 2016 4=3D<br> Josh> <br> Josh> Josh> :49 PM, &quot;Bill Benedetto&quot; &lt;<a hr= Josh> ef=3D3D"mailto:<a href=3D"mailto:bbenedetto@goodyea">bbenedetto@<wbr>g= Josh> oodyea</a>=3D<br> Josh> <br> Josh> Josh> <a href=3D"http://r.com" rel=3D"noreferrer" target=3D"_blan= Josh> k">r.com</a>"><a href=3D"mailto:bbe...@go...">bbenedetto= Josh> @goodyear.com</a><wbr></a>&gt; wrote:<br type=3D3D"attrib= Josh> ution"><bloc=3D<br> Josh> <br> Josh> Josh> kquote class=3D3D"gmail_quote" style=3D3D"ma= Josh> rgin:0 0 0 .8ex;border-left:1px #cc=3D<br> Josh> <br> Josh> Josh> c solid;padding-left:1ex"><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh> <div lang=3D3D"EN-US" link=3D3D"blue"= Josh> ; vlink=3D3D"purple"><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d">This= Josh> is typed by hand but I=3DE2=3D80=3D99m=3D<br> Josh> <br> Josh> Josh> pretty sure I got it right.<u></u><u&g= Josh> t;</u></span></<wbr>p><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d"><= Josh> u></u>&nbsp;<u></u></<wbr>span></p><br= >> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d"><= Josh> u></u>&nbsp;<u></u></<wbr>span></p><br= >> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d">/ # = Josh> cat /proc/cmdline<u></u><u></u></=3D<br> Josh> <br> Josh> span> </p><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d">BOOT= Josh> _IMAGE=3D3D/vmlinuz-<wbr>3.10.0-<wbr>327=3D<br> Josh> <br> Josh> Josh> .el7.x86_64 root=3D3DUUID=3D3D7bbbfee8-2695-<wbr>4448-<w= Josh> br>86bc-3eb76b477e87 ro cras=3D<br> Josh> <br> Josh> Josh> hkernel=3D3Dauto LANG=3D3Den_US.UTF-8<u></u><= Josh> ;u></<wbr>u></span></p><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d"><= Josh> u></u>&nbsp;<u></u></<wbr>span></p><br= >> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d">/ #&= Josh> lt;u></u><u></u></span></p><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d"><= Josh> u></u>&nbsp;<u></u></<wbr>span></p><br= >> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d">Bill= Josh> <u></u><u></u></<wbr>span></p><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><span style=3D3= Josh> D"font-size:11.0pt;<wbr>font-family:&quot;Ca=3D<br> Josh> <br> Josh> Josh> libri&quot;,sans-serif;color:#<wbr>1f497d"><= Josh> u></u>&nbsp;<u></u></<wbr>span></p><br= >> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><b><span = Josh> style=3D3D"font-size:11.0pt;<wbr>font-family:&quot=3D<br> Josh> <br> Josh> Josh> ;Calibri&quot;,sans-serif"><wbr>From:</span&= Josh> gt;</b><span style=3D3D"font-size:11.0pt;=3D<br> Josh> <br> Josh> Josh> font-family:&quot;Calibri&<wbr>quot;,sans-serif&quo= Josh> t;> Josh England [mailto:<a href=3D<br> Josh> <br> Josh> Josh> =3D3D"mailto:<a href=3D"mailto:jj...@gm...">jjen= Josh> gl...@gm...</a>" target=3D3D"_blank"><a href=3D"mailto:= Josh> jj...@gm...">jjengla@<wbr>gmail.com</a></a>]<br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> <b>Sent:</b> Monday, August 15, 2016 7:18 PM<= Josh> ;br><br> Josh> <br> Josh> Josh> <b>To:</b> Bill Benedetto &lt;<a href=3D= Josh> 3D"mailto:<a href=3D"mailto:bbe...@go...">bbenedetto@<wbr>g= Josh> oodyear.com</a>" ta=3D<br> Josh> <br> Josh> Josh> rget=3D3D"_blank"><a href=3D"mailto:bbenedetto= Josh> @goodyear.com">bbenedetto@<wbr>goodyear.com</a></a>&gt;<br>= Josh> <br> Josh> <br> Josh> Josh> <b>Cc:</b> OneSIS User List &lt;<a href= Josh> =3D3D"mailto:<a href=3D"mailto:one...@li...">onesis-users= Josh> @<wbr>lists.source</a>=3D<br> Josh> <br> Josh> Josh> <a href=3D"http://forge.net" rel=3D"noreferrer" target=3D"_= Josh> blank">forge.net</a>" target=3D3D"_blank">onesis-<wbr>use= Josh> rs@lists.<wbr><a href=3D"http://sourceforge.net" rel=3D"noreferrer" t= Josh> arget=3D"_blank">sourceforge.<wbr>net</a></a>&gt=3D<br> Josh> <br> Josh> Josh> ;<br><br> Josh> <br> Josh> Josh> <b>Subject:</b> [EXT] Re: [oneSIS-users] Still = Josh> trying CentOS 7.2 &amp; oneS=3D<br> Josh> <br> Josh> Josh> IS<u></u><u></u></span></p= Josh> ><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal">I've seen somethin= Josh> g similar where the network interf=3D<br> Josh> <br> Josh> Josh> ace takes forever to show up and the boot drops to a shell,= Josh> so this is not =3D<br> Josh> <br> Josh> Josh> too surprising.<u></u><u></u></p= Josh> ><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal">I would have expec= Josh> ted a 'Failed to find valid root p=3D<br> Josh> <br> Josh> Josh> artition' error if the disk device didn't exist yet, so may= Josh> be something els=3D<br> Josh> <br> Josh> Josh> e is going on.&nbsp; What does /proc/cmdline look like?= Josh> <u></u><u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal">-JE<u></u= Josh> ><wbr><u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> <div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal">On Mon, Aug 15, 20= Josh> 16 at 2:37 PM, &lt;<a href=3D3D"mail=3D<br> Josh> <br> Josh> Josh> <a href=3D"mailto:to%3Ab...@go...">to:bbenedet= Josh> to...@go...</a>" target=3D3D"_blank"><a href=3D"mailt= Josh> o:bbe...@go...">bbenedetto@<wbr>goodyear.com</a></a>&g= Josh> =3D<br> Josh> <br> Josh> Josh> t; wrote:<u></u><u></u></p><b= r> Josh> <br> Josh> Josh> <blockquote style=3D3D"border:none;border-<wbr>left= Josh> :solid #cccccc 1.0pt;padding:0i=3D<br> Josh> <br> Josh> Josh> n 0in 0in 6.0pt;margin-left:4.8pt;<wbr>margin-right:0in&quo= Josh> t;><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal">Good day!<br>= Josh> ;<br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> I can boot diskless CentOS 7.2 just fine.<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> I'm now trying to boot diskful.<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> I think that I have everything set up correctly (I must not= Josh> have,<br><br> Josh> <br> Josh> Josh> of course... :-).<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> This is what I see on the screen at boot time now:<br>= Josh> ;<br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> &nbsp; ...<br><br> Josh> <br> Josh> Josh> &nbsp; oneSIS: Error! No root partition specified!<b= Josh> r><br> Josh> <br> Josh> Josh> &nbsp; * * * Dropping to a shell...<br><br> Josh> <br> Josh> Josh> &nbsp; /bin/ash: can't access tty; job control turned o= Josh> ff<br><br> Josh> <br> Josh> Josh> &nbsp; / #<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> *THEN* the following appears on the screen:<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> &nbsp; mpt2sas0: port enable: SUCCESS<br><br> Josh> <br> Josh> Josh> &nbsp; scsi 0:0:0:0: Direct-Access SEAGATE ST9146853SS&= Josh> lt;br><br> Josh> <br> Josh> Josh> &nbsp; BLAH<br><br> Josh> <br> Josh> Josh> &nbsp; BLAH<br><br> Josh> <br> Josh> Josh> &nbsp; sda: sda1 sda2 sda3 sda4<br><br> Josh> <br> Josh> Josh> &nbsp; sd: 0:0:0:0: [sda] Attached SCSI disk<br><= br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> That makes me feel like the disk is just slow showing up.&l= Josh> t;br><br> Josh> <br> Josh> Josh> Does this make any sense to anyone?<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> The NIC is up just fine and I can ping the node.<br><= br> Josh> <br> Josh> Josh> &quot;fdisk -l&quot; shows my disk is all there.<= Josh> ;br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> Any help or suggestions to debug this or fix this would be = Josh> helpful, of cour=3D<br> Josh> <br> Josh> Josh> se.<br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> Thanks!<br><br> Josh> <br> Josh> Josh> <span style=3D3D"color:#888888"><br><= br> Josh> <br> Josh> Josh> <span>--</span><br><br> Josh> <br> Josh> Josh> <span>- Bill</span><br><br> Josh> <br> Josh> Josh> <span>&#43;=3D3D&#43;=3D3D&#43;=3D<wbr>3D= Josh> &#43;=3D3D&#43;=3D3D&#43;=3D3D&#<wbr>43;=3D3D&#43;=3D3D= Josh> &#43;=3D<br> Josh> <br> Josh> Josh> =3D3D&#43;=3D3D&#43;=3D3D&#43;=3D3D&#<wbr>4= Josh> 3;=3D3D&#43;=3D3D&#43;=3D3D<wbr>&#<wbr>43;=3D3D&#43;= Josh> =3D3D&#4=3D<br> Josh> <br> Josh> Josh> 3;=3D3D&#43;=3D3D&#43;=3D3D&#43;=3D3D&<wbr>= Josh> #43;=3D3D&#43;=3D3D&#43;=3D3D&#43;=3D<wbr>3D&#43;=3D3D&= Josh> #43;=3D<br> Josh> <br> Josh> Josh> =3D3D&#43;=3D3D&#43;=3D3D&#43;=3D3D<<wbr>wbr= Josh> >&#43;=3D3D&#43;=3D3D&#43;=3D3D&#<wbr>43;=3D3D&#43;= Josh> =3D3D&#4=3D<br> Josh> <br> Josh> Josh> 3;=3D3D&#43;=3D3D&#43;=3D3D&#43;</<wbr>span&= Josh> gt;<br><br> Josh> <br> Josh> Josh> <span>Bill Benedetto&nbsp; &nbsp; &nbsp;&= Josh> amp;lt;<a href=3D3D"mailto:<a href=3D"mailto:bbenedetto@go">bbenede= Josh> tto@go</a>=3D<br> Josh> <br> Josh> Josh> <a href=3D"http://odyear.com" rel=3D"noreferrer" target=3D"= Josh> _blank">odyear.com</a>" target=3D3D"_blank"><a href=3D"ma= Josh> ilto:bbe...@go...">bbenedetto@<wbr>goodyear.com</a></a>&am= Josh> p;gt;&nbsp; &nbsp; =3D<br> Josh> <br> Josh> Josh> The Goodyear Tire &amp; Rubber Co.</span><br&g= Josh> t;<br> Josh> <br> Josh> Josh> <span>I don't speak for Goodyear and they don't speak= Josh> for me.&nbsp; We're b=3D<br> Josh> <br> Josh> Josh> oth happy.</span><br><br> Josh> <br> Josh> Josh> <br><br> Josh> <br> Josh> Josh> <span>------------------------<wbr>------<wbr>-= Josh> ------------------<wbr>-----------<wbr=3D<br> Josh> <br> Josh> >> ------------------</span><br><br> Josh> <br> Josh> Josh> <span>________________________<wbr>______<wbr>_= Josh> ________________</<wbr>span><br><br> Josh> <br> Josh> Josh> <span>oneSIS-users mailing list</span><br>= Josh> ;<br> Josh> <br> Josh> Josh> <span><a href=3D3D"mailto:<a href=3D"mailto:o= Josh> neS...@li...">oneSIS-users@<wbr>lists.sourceforge.net<= Josh> /a>" target=3D3D"_blan=3D<br> Josh> <br> Josh> Josh> k">oneSIS-users@lists.<wbr><a href=3D"http://= Josh> sourceforge.net" rel=3D"noreferrer" target=3D"_blank">sou<wbr>rceforge.net<= Josh> /a></a></span><br><br> Josh> <br> Josh> Josh> <span><a href=3D3D"<a href=3D"https://lists.s= Josh> ourceforge.net/lists/listinfo/onesis-users" rel=3D"noreferrer" target=3D"_b= Josh> lank">https://lists.<wbr>sourceforge.net/lists/<wbr>listinfo/onesis-users</= a> "=3D<br> Josh> <br> Josh> Josh> target=3D3D"_blank"><a href=3D"https://l= Josh> ists.sourceforge.net/" rel=3D"noreferrer" target=3D"_blank">https://<wbr>li= Josh> sts.sourceforge.net/</a><wbr><wbr>lists/listinfo/onesis=3D<br> Josh> <br> Josh> Josh> -users</a></span></span><u></<wb= r> u><u></u></p><br> Josh> <br> Josh> Josh> </blockquote><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> <p class=3D3D"MsoNormal"><u></u>= Josh> ;&<wbr>nbsp;<u></u></p><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh> </div><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh> </blockquote></div></div><br> Josh> <br> Josh> Josh><br> Josh> <br> Josh> Josh> --<wbr>001a114db54c905603053a25b70b--<br> Josh> <br> Josh> <br> Josh> </blockquote></div><br></div> Josh> Josh> --001a114473a0ea144f053a355536-- |