
--_000_B5488210B44F434FA68B7430CC196BCFA701F17EALAMBBcorpadwrs_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Sandro, I do see: # cat /etc/selinux/targeted/modules/active/file_contexts.local # This file is auto-generated by libsemanage # Do not edit directly. /mnt/iso(/.*)? system_u:object_r:public_content_rw_t:s0 /mnt/data(/.*)? system_u:object_r:public_content_rw_t:s0 # getenforce Permissive But I still failed to create a storage domain on the ovirt.engine side and = got the same exception errors, and also vdsm is idle during the creation of= storage domain. Here is the setup for ovirt.engine: oVirt Engine will be installed using the following configuration: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D override-httpd-config: yes http-port: 80 https-port: 443 host-fqdn: ovirt.engine auth-pass: ******** org-name: ovirt application-mode: both default-dc-type: NFS db-remote-install: local db-local-pass: ******** nfs-mp: /mnt/iso config-nfs: yes override-firewall: IPTables Proceed with the configuration listed above? (yes|no): yes Thanks, Hongyi From: Sandro Bonazzola [mailto:sbonazzo@redhat.com] Sent: Thursday, July 11, 2013 2:17 AM To: Zhang, Hongyi Cc: users@ovirt.org Subject: Re: [Users] exception occured when adding NFS storage Il 10/07/2013 18:19, Zhang, Hongyi ha scritto: Hi, I started to learn the oVirt by following the oVirt Quick Start Guide. I used one server as the ovirt.engine, and another server as the ovirt.host= . Both servers run Fedora 18. After executing the command "engine-setup" in the ovirt.engine, I can get i= nto the admin portal to start the configuration of host, storage, etc. Here= was what I am doing: 1. In the Default data center, I clicked the Guide Me icon. The firs= t thing is to configure the host. After waiting for 4-5 minutes, I saw the = host ovirt.host is displayed under the Host tab with the Up status. 2. On the ovirt.engine server, I did the following before creating th= e storage: mkdir -p /mnt/data chown -R 36:36 /mnt/data Add the following line to /etc/sysconfig/nfs: NFS4_SUPPORT=3D"no" Add the following line to /etc/exports: /nmt/data *(rw,sync,no_subtree_check,all_squash,anonuid=3D36,anongid=3D= 36) systemctl restart nfs-server.service Well, exports has a typo error: /nmt/data instead of /mnt/data If that it's not enough, If you're using selinux ensure that /mnt/data has = the correct context: /etc/selinux/targeted/modules/active/file_contexts.local: /mnt/data(/.*)? system_u:object_r:public_content_rw_t:s0 3. Back to the Default data center, clicked the Guide Me icon to star= t the configuration of new storage. 4. On the New Storage dialog, set Name field to be NFS-Share, and set= the Export Path field to be ovirt.engine:/mnt/data. Then click OK After couple of minutes, I saw the error window popped up: Error: Cannot ad= d Storage. Internal error, Storage Connection doesn't exist.
From the /var/log/ ovirt-engine/engine.log, I can see:
2013-07-10 11:37:51,300 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.Co= nnectStorageServerVDSCommand] (ajp--127.0.0.1-8702-1) [41c282da] FINISH, Co= nnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-000000000000= =3D100}, log id: 1bca7819 2013-07-10 11:37:51,303 ERROR [org.ovirt.engine.core.bll.storage.NFSStorage= Helper] (ajp--127.0.0.1-8702-1) [41c282da] The connection with details 128.= 224.147.229:/mnt/data failed because of error code 100 and error message is= : generalexception 2013-07-10 11:37:51,382 WARN [org.ovirt.engine.core.bll.storage.AddNFSStor= ageDomainCommand] (ajp--127.0.0.1-8702-6) [2612bf14] CanDoAction of action = AddNFSStorageDomain failed. Reasons:VAR__TYPE__STORAGE__DOMAIN,VAR__ACTION_= _ADD,ACTION_TYPE_FAILED_STORAGE_CONNECTION_NOT_EXIST 2013-07-10 11:37:51,483 INFO [org.ovirt.engine.core.bll.storage.RemoveStor= ageServerConnectionCommand] (ajp--127.0.0.1-8702-1) [2bd59836] Running comm= and: RemoveStorageServerConnectionCommand internal: false. Entities affecte= d : ID: aaa00000-0000-0000-0000-123456789aaa Type: System 2013-07-10 11:37:51,489 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.Di= sconnectStorageServerVDSCommand] (ajp--127.0.0.1-8702-1) [2bd59836] START, = DisconnectStorageServerVDSCommand(HostName =3D ovirt.node, HostId =3D 8e47a= 267-98a9-4184-a92e-26587adae6c4, storagePoolId =3D 00000000-0000-0000-0000-= 000000000000, storageType =3D NFS, connectionList =3D [{ id: null, connecti= on: 128.224.147.229:/mnt/data, iqn: null, vfsType: null, mountOptions: null= , nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id: 2f9800d Please let me know what I was doing wrong. Thanks, Hongyi P.S. If I create the NFS domain in the ovirt.host side (i.e., Export Path i= s ovirt.host:/mnt/data), then everything is okay. Not sure why failed on th= e ovirt.engine side. _______________________________________________ Users mailing list Users@ovirt.org<mailto:Users@ovirt.org> http://lists.ovirt.org/mailman/listinfo/users -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com --_000_B5488210B44F434FA68B7430CC196BCFA701F17EALAMBBcorpadwrs_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr= osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" = xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:= //www.w3.org/TR/REC-html40"> <head> <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
</o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca=
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)"> <style><!-- /* Font Definitions */ @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} @font-face {font-family:Tahoma; panose-1:2 11 6 4 3 5 4 4 2 4;} @font-face {font-family:Consolas; panose-1:2 11 6 9 2 2 4 3 2 4;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0in; margin-bottom:.0001pt; font-size:12.0pt; font-family:"Times New Roman","serif"; color:black;} a:link, span.MsoHyperlink {mso-style-priority:99; color:blue; text-decoration:underline;} a:visited, span.MsoHyperlinkFollowed {mso-style-priority:99; color:purple; text-decoration:underline;} pre {mso-style-priority:99; mso-style-link:"HTML Preformatted Char"; margin:0in; margin-bottom:.0001pt; font-size:10.0pt; font-family:"Courier New"; color:black;} span.HTMLPreformattedChar {mso-style-name:"HTML Preformatted Char"; mso-style-priority:99; mso-style-link:"HTML Preformatted"; font-family:Consolas; color:black;} span.EmailStyle19 {mso-style-type:personal-reply; font-family:"Calibri","sans-serif"; color:#1F497D;} .MsoChpDefault {mso-style-type:export-only; font-size:10.0pt;} @page WordSection1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in;} div.WordSection1 {page:WordSection1;} --></style><!--[if gte mso 9]><xml> <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /> </xml><![endif]--><!--[if gte mso 9]><xml> <o:shapelayout v:ext=3D"edit"> <o:idmap v:ext=3D"edit" data=3D"1" /> </o:shapelayout></xml><![endif]--> </head> <body bgcolor=3D"white" lang=3D"EN-US" link=3D"blue" vlink=3D"purple"> <div class=3D"WordSection1"> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Hi Sandro,<o:p></o:p></sp= an></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">I do see:<o:p></o:p></spa= n></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"># cat /etc/selinux/target= ed/modules/active/file_contexts.local<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"># This file is auto-gener= ated by libsemanage<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"># Do not edit directly.<o= :p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">/mnt/iso(/.*)?  = ; system_u:object_r:public_content_rw_t:s0<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">/mnt/data(/.*)? &nbs= p; system_u:object_r:public_content_rw_t:s0<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"># getenforce<o:p></o:p></= span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Permissive<o:p></o:p></sp= an></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">But I still failed to cre= ate a storage domain on the ovirt.engine side and got the same exception er= rors, and also vdsm is idle during the creation of storage domain.<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Here is the setup for ovi= rt.engine:<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">oVirt Engine will be inst= alled using the following configuration:<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">override-httpd-config:&nb= sp; yes<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">http-port: &n= bsp;  = ; 80<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">https-port: &n= bsp;  = ; 443<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">host-fqdn: &nb= sp; = ovirt.engine<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">auth-pass: &nb= sp; = ********<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">org-name: &nbs= p; &= nbsp; ovirt<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">application-mode: &n= bsp; both= <o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">default-dc-type: &nb= sp; = NFS<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">db-remote-install: &= nbsp; local<o:p= libri","sans-serif";color:#1F497D">db-local-pass:  = ; &n= bsp; ********<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">nfs-mp: = &nb= sp; /mnt/iso<o:p></o:p></span></p=
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">config-nfs: &n= bsp;  = ; yes<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">override-firewall: &= nbsp; IPTables<= o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Proceed with the configur= ation listed above? (yes|no): yes<o:p></o:p></span></p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Thanks,<o:p></o:p></span>= </p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D">Hongyi<o:p></o:p></span><= /p> <p class=3D"MsoNormal"><span style=3D"font-size:11.0pt;font-family:"Ca= libri","sans-serif";color:#1F497D"><o:p> </o:p></span><= /p> <div> <div style=3D"border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in = 0in 0in"> <p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"= ;Tahoma","sans-serif";color:windowtext">From:</span></b><spa= n style=3D"font-size:10.0pt;font-family:"Tahoma","sans-serif= ";color:windowtext"> Sandro Bonazzola [mailto:sbonazzo@redhat.com] <br> <b>Sent:</b> Thursday, July 11, 2013 2:17 AM<br> <b>To:</b> Zhang, Hongyi<br> <b>Cc:</b> users@ovirt.org<br> <b>Subject:</b> Re: [Users] exception occured when adding NFS storage<o:p><= /o:p></span></p> </div> </div> <p class=3D"MsoNormal"><o:p> </o:p></p> <div> <p class=3D"MsoNormal">Il 10/07/2013 18:19, Zhang, Hongyi ha scritto:<o:p><= /o:p></p> </div> <blockquote style=3D"margin-top:5.0pt;margin-bottom:5.0pt"> <pre>Hi,<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>I started to learn the oVirt by following the oVirt Quick Start Guide.= <o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>I used one server as the ovirt.engine, and another server as the ovirt= .host. Both servers run Fedora 18.<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>After executing the command "engine-setup" in the ovirt.engi= ne, I can get into the admin portal to start the configuration of host, sto= rage, etc. Here was what I am doing:<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre><o:p> </o:p></pre> <pre>1. In the Default data center, I c= licked the Guide Me icon. The first thing is to configure the host. A= fter waiting for 4-5 minutes, I saw the host ovirt.host is displayed under = the Host tab with the Up status.<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>2. On the ovirt.engine server, I d= id the following before creating the storage:<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>mkdir -p /mnt/data<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>chown -R 36:36 /mnt/data<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>Add the following line to /etc/sysconfig/nfs:<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre> NFS4_SUPPORT=3D"no"<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>Add the following line to /etc/exports:<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre> /nmt/data *(rw,sync,no_subtree_check,all_squash,ano= nuid=3D36,anongid=3D36)<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>systemctl restart nfs-server.service<o:p></o:p></pre> </blockquote> <p class=3D"MsoNormal"><br> <br> Well, exports has a typo error: /nmt/data instead of /mnt/data<br> If that it's not enough, If you're using selinux ensure that /mnt/data has = the correct context:<br> <br> /etc/selinux/targeted/modules/active/file_contexts.local:<br> /mnt/data(/.*)? system_u:object_r:public_content_rw_t:s0<= br> <br> <br> <br> <br> <br> <br> <o:p></o:p></p> <pre><o:p> </o:p></pre> <pre><o:p> </o:p></pre> <pre>3. Back to the Default data center= , clicked the Guide Me icon to start the configuration of new storage.<o:p>= </o:p></pre> <pre><o:p> </o:p></pre> <pre>4. On the New Storage dialog, set = Name field to be NFS-Share, and set the Export Path field to be ovirt.engin= e:/mnt/data. Then click OK<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>After couple of minutes, I saw the error window popped up: Error: Cann= ot add Storage. Internal error, Storage Connection doesn't exist.<o:p></o:p=
</pre> <pre><o:p> </o:p></pre> <pre><o:p> </o:p></pre> <pre><o:p> </o:p></pre> <pre>From the /var/log/ ovirt-engine/engine.log, I can see:<o:p></o:p></pre=
<pre><o:p> </o:p></pre> <pre>2013-07-10 11:37:51,300 INFO [org.ovirt.engine.core.vdsbroker.vd= sbroker.ConnectStorageServerVDSCommand] (ajp--127.0.0.1-8702-1) [41c282da] = FINISH, ConnectStorageServerVDSCommand, return: {00000000-0000-0000-0000-00= 0000000000=3D100}, log id: 1bca7819<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>2013-07-10 11:37:51,303 ERROR [org.ovirt.engine.core.bll.storage.NFSSt= orageHelper] (ajp--127.0.0.1-8702-1) [41c282da] The connection with details= 128.224.147.229:/mnt/data failed because of error code 100 and error messa= ge is: generalexception<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>2013-07-10 11:37:51,382 WARN [org.ovirt.engine.core.bll.storage.= AddNFSStorageDomainCommand] (ajp--127.0.0.1-8702-6) [2612bf14] CanDoAction = of action AddNFSStorageDomain failed. Reasons:VAR__TYPE__STORAGE__DOMAIN,VA= R__ACTION__ADD,ACTION_TYPE_FAILED_STORAGE_CONNECTION_NOT_EXIST<o:p></o:p></= pre> <pre><o:p> </o:p></pre> <pre>2013-07-10 11:37:51,483 INFO [org.ovirt.engine.core.bll.storage.= RemoveStorageServerConnectionCommand] (ajp--127.0.0.1-8702-1) [2bd59836] Ru= nning command: RemoveStorageServerConnectionCommand internal: false. Entiti= es affected : ID: aaa00000-0000-0000-0000-123456789aaa Type: System<o= :p></o:p></pre> <pre><o:p> </o:p></pre> <pre>2013-07-10 11:37:51,489 INFO [org.ovirt.engine.core.vdsbroker.vd= sbroker.DisconnectStorageServerVDSCommand] (ajp--127.0.0.1-8702-1) [2bd5983= 6] START, DisconnectStorageServerVDSCommand(HostName =3D ovirt.node, HostId= =3D 8e47a267-98a9-4184-a92e-26587adae6c4, storagePoolId =3D 00000000-0000-= 0000-0000-000000000000, storageType =3D NFS, connectionList =3D [{ id: null= , connection: 128.224.147.229:/mnt/data, iqn: null, vfsType: null, mountOpt= ions: null, nfsVersion: null, nfsRetrans: null, nfsTimeo: null };]), log id= : 2f9800d<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>Please let me know what I was doing wrong.<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>Thanks,<o:p></o:p></pre> <pre>Hongyi<o:p></o:p></pre> <pre><o:p> </o:p></pre> <pre>P.S. If I create the NFS domain in the ovirt.host side (i.e., Export P= ath is ovirt.host:/mnt/data), then everything is okay. Not sure why failed = on the ovirt.engine side.<o:p></o:p></pre> <pre><o:p> </o:p></pre> <p class=3D"MsoNormal"><br> <br> <br> <o:p></o:p></p> <pre>_______________________________________________<o:p></o:p></pre> <pre>Users mailing list<o:p></o:p></pre> <pre><a href=3D"mailto:Users@ovirt.org">Users@ovirt.org</a><o:p></o:p></pre=
<pre><a href=3D"http://lists.ovirt.org/mailman/listinfo/users">http://lists= .ovirt.org/mailman/listinfo/users</a><o:p></o:p></pre> <p class=3D"MsoNormal"><br> <br> <br> <o:p></o:p></p> <pre>-- <o:p></o:p></pre> <pre>Sandro Bonazzola<o:p></o:p></pre> <pre>Better technology. Faster innovation. Powered by community collaborati= on.<o:p></o:p></pre> <pre>See how it works at redhat.com<o:p></o:p></pre> </div> </body> </html> --_000_B5488210B44F434FA68B7430CC196BCFA701F17EALAMBBcorpadwrs_--