How to Configure and use OVS in Ovirt 4.1
by Pradeep Antil
Hello Folks,
I want to use OVS as network switch in oVirt 4.1, While Creating a cluster
i select OVS as switch type and all LAN ports of ovirt hosts or hypervisor
are configured in trunk mode on the network switch.
Logical networks are created and attached to the bond interface(consists of
LAN cards of my hypervisor).
[image: Inline image 1]
In case of legacy network or Linux bridging either we usually assign the IP
address or vlan id to logical network but while using OVS what needs to be
used ..? Do i need to configure any other settings to use OVS.
What i want to achieve with OVS is that i have around 10 VLANs and want to
use these VLANs in different VMs in my oVirt Setup. If i go with Legacy
switch then i have to create 10 different logical networks.
Thanks in adavnce
--
Best Regards
Pradeep Kumar
7 years, 7 months
oVirt node local storage behavior
by Misak Khachatryan
Hello,
I have one server where i was installe oVirt node 4.1 and used in my
infrastructure. It's used as single server cluster with local storage
configured.
I created separate volume for it and mounted as separate directory:
[root@virt4 ~]# lvs
LV VG Attr LSize Pool
Origin Data% Meta% Move Log Cpy%Sync
Convert
local_storage onn Vwi-aotz-- 350.00g pool00
7.27
ovirt-node-ng-4.1.0-0.20170201.0 onn Vri---tz-k 425.37g pool00
ovirt-node-ng-4.1.0-0.20170201.0+1 onn Vwi---tz-- 425.37g pool00
ovirt-node-ng-4.1.0-0.20170201.0
ovirt-node-ng-4.1.0-0.20170316.0 onn Vwi---tz-k 425.37g pool00 root
ovirt-node-ng-4.1.0-0.20170316.0+1 onn Vwi---tz-- 425.37g pool00
ovirt-node-ng-4.1.0-0.20170316.0
ovirt-node-ng-4.1.1-0.20170322.0 onn Vri---tz-k 425.37g pool00
ovirt-node-ng-4.1.1-0.20170322.0+1 onn Vwi-aotz-- 425.37g pool00
ovirt-node-ng-4.1.1-0.20170322.0 2.17
pool00 onn twi-aotz-- 440.37g
18.44 9.91
root onn Vwi---tz-- 425.37g pool00
swap onn -wi-ao---- 7.88g
var onn Vwi-aotz-- 15.00g pool00
16.28
mount:
/dev/mapper/onn-local_storage on /local_storage type xfs
(rw,relatime,seclabel,attr2,inode64,logbsize=256k,sunit=512,swidth=512,noquota)
[root@virt4 ~]# ll /
drwxr-xr-x. 3 vdsm kvm 76 Mar 23 09:02 local_storage
All operations was done through cockpit UI
With 4.1.1 upgrade i decided to upgrade it. After server reboot i
discovered that my local storage folder was cleared, so i need to
recreate all VMs and disks from scratch.
Is this a bug or I did something wrong?
Best regards,
Misak Khachatryan
7 years, 7 months
engine-image/iso-uploader issues
by Bryan Sockel
Guys,
I have recently setup a new Ovirt environment, and i have created a gluster
share for both my Export and ISO Domains. Every time i try and use either
command, i get an access denied error. Here is the verbose output from the
image import:
DEBUG: API Vendor(ovirt.org) API Version(4.1.0)
DEBUG: id=deceadaa-bfce-4d63-8726-0128be8b3a27
address=vs-host-colo-2-gluster path=/export
DEBUG: local NFS mount point is /tmp/tmpne0s1q
DEBUG: NFS mount command (/bin/mount -t nfs -o rw,sync,soft
vs-host-colo-2-gluster:/export /tmp/tmpne0s1q)
DEBUG: /bin/mount -t nfs -o rw,sync,soft vs-host-colo-2-gluster:/export
/tmp/tmpne0s1q
DEBUG: _cmds(['/bin/mount', '-t', 'nfs', '-o', 'rw,sync,soft',
'vs-host-colo-2-gluster:/export', '/tmp/tmpne0s1q'])
DEBUG: returncode(32)
DEBUG: STDOUT()
DEBUG: STDERR(mount.nfs: access denied by server while mounting
vs-host-colo-2-gluster:/export
)
ERROR: mount.nfs: access denied by server while mounting
vs-host-colo-2-gluster:/export
DEBUG: /bin/umount -t nfs -f /tmp/tmpne0s1q
DEBUG: /bin/umount -t nfs -f /tmp/tmpne0s1q
DEBUG: _cmds(['/bin/umount', '-t', 'nfs', '-f', '/tmp/tmpne0s1q'])
DEBUG: returncode(32)
DEBUG: STDOUT()
DEBUG: STDERR(umount: /tmp/tmpne0s1q: not mounted
)
DEBUG: umount: /tmp/tmpne0s1q: not mounted
Volumes where created as follows:
gluster volume create iso
vs-host-colo-2-gluster.altn.int:/gluster/iso/brick1
gluster volume set iso storage.owner-uid 36 && gluster volume set iso
storage.owner-gid 36
gluster volume start iso
gluster volume create export
vs-host-colo-2-gluster.altn.int:/gluster/iso/brick1
gluster volume set export storage.owner-uid 36 && gluster volume set export
storage.owner-gid 36
gluster volume start export
Thanks
7 years, 7 months
How to update ovirt ng nodes
by Massimo Mad
Hi,
How is the right procedure for upgrade the host from 4.0 to 4.1.
I don't find any document with the right procedure, if i use the iso of the
version 4.1 and i boot with this iso there is'nt the option on boot for
upgrade.
The problem is that it should be updated .repo file with the 4.1 release, but
is supported ?
How do you update the hosts ?
Regards
Massimo
7 years, 7 months
Remote PostgreSQL 9.5 (was: Answer file key for "nonlocal postgres")
by Yedidyah Bar David
On Mon, Mar 27, 2017 at 9:07 PM, Jamie Lawrence
<jlawrence(a)squaretrade.com> wrote:
>> On Mar 25, 2017, at 10:57 PM, Yedidyah Bar David <didi(a)redhat.com> wrote:
>>
>> On Fri, Mar 24, 2017 at 3:08 AM, Jamie Lawrence
>> <jlawrence(a)squaretrade.com> wrote:
>
> […]
>
>>> Anyone know what I am missing?
>>
>> Probably OVESETUP_PROVISIONING/postgresProvisioningEnabled
>> and OVESETUP_DWH_PROVISIONING/postgresProvisioningEnabled .
>
> Appreciate the reply - thanks!
>
>> That said, I strongly recommend to not try and write the answer file
>> by hand. Instead, do an interactive setup with the exact conditions […]
>
> I know what I was doing is unsupported. I was wondering down the wrong troubleshooting path for a bit there, but I think ultimately what I need is also unsupported.
>
> It was because I was trying to push this into our extant DB infrastructure, which is PG 9.5. Which I found doesn’t work with a local-install, either. (I was thinking it would work due to past experience with things that demand an old Postgres; IME, PG generally has pretty solid forward-compatibility.)
In "local-install" you mean on the engine machine?
>From RPMs?
Instead of the OS-packaged PG (and not in parallel)?
Were its binaries in /usr/bin (and not some private path)?
If answers for all of the above are 'Yes', then please
share setup logs, perhaps preferably by opening a bugzilla
RFE and attaching them there. It's rather likely that
whatever problems you had are quite easy to solve.
Otherwise, please try that, or see the bug(s) below for
a discussion about this.
>
> So that leads me to my next question: if I install under the supported version and dump/load/reconfigure to PG9.5.3, is anyone aware of any actual problems (other than lack of official support)?
I personally didn't yet reach that point to be able to tell about,
nor do I know about others that did, but see below.
> In doing answerfile-driven installs repeatedly, the point where it now fails is after the DB load, with ovirt-aaa-jdbc-tool choking and failing the run.
>
> The reason I’m considering that as my fallback, nothing-else-worked option is that the DB needs to live in one of our existing clusters. We are a heavy Postres shop with a lot of hardware, humans and process devoted to maintaining it, and the DBAs would hang my corpse up as a deterrent to others if I started installing ancient instances in random places for them to take care of.
If you do manage to make it work locally, then working with
remote db should be easy, but does require (currently) to have
the local client to be of the same version.
Please see this bug, and the the ones it depends on:
https://bugzilla.redhat.com/show_bug.cgi?id=1324882
Almost all of it is relevant for a "vanilla" 9.5.
I am allowing myself to change the subject of current email,
as I assume the original issue is concluded.
Best,
--
Didi
7 years, 7 months
VDSM Hooks
by John
Hi,
I've be googling and also trawling the oVirt documentation trying to
find instructions on how to install and use VDSM hooks in general but
specifically the "vdsm-hook-localdisk" hook. I have a machine that has a
large amount of free space on SSD which I was hoping to use to store a
pinned VM which requires fast I/O throughput and doesn't require HA. In
essence, I'm trying to figure out how to use a hypervisor host as both a
member of my cluster but also to provision a VM using local storage. If
anybody could point me in the right direction I would be very grateful.
Thanks
John
7 years, 7 months
Questions regarding Mangement network and ISO Domain
by Brenneman, Brad B.
--_004_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_
Content-Type: multipart/alternative;
boundary="_000_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_"
--_000_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
To all,
Fairly new to ovirt but ran into a couple issues which I am hoping someon=
e can shed some light on.
Environment (Ovirt 4.1)
* 1 Engine with Bonded NICs on single subnet
* ISO domain created during install on engine
* VDSM Host A with Bonded NICs on single subnet (same as that being =
used with the engine)
* VDSM Host B with Bonded NICs on single subnet (same as that being =
used with the engine)
* Dell switch with AGM enabled for each set of bonded NICs - same ip=
subnet as host / engine
Situation prior to adding host(s) to engine
* Engine, Host A, Host B, and switch all communicate properly on ip =
segment (i.e. ping successful between all)
* 3 data centers present
o Default
o Host A DC - due to use of local storage for Data domain
o Host B DC - due to use of local storage for Data domain
Situation after trying to add host(s) to engine/DCs
Issue 1: Engine creates ovirtmgmt net between Host A DC -> Host A but lim=
its IP comms to only Host A, itself, and switch...no comms to Host B despit=
e bonded NIC being in same subnet and functioning
Issue 2: Because ovirmgmt limiting comms, can't add Host B to Host B DC wi=
thout creating another ovirtmgmt net in a different subnet and use a differ=
ent physical interface on engine
Issue 3: Unable to add any ISO images to ISO domain using "uploader" comma=
nds.....keeps saying the temp directory which is created on the ISO domain =
file system is read only yet perms are correct per documentation
Desire: To have engine manage both Data Centers/hosts (each with local sto=
rage DATA domains) using the same ovirtmgmt network (IP subnet) across data=
centers.
Any assistance the readers can provide would be greatly appreciated.
Thanks in advance........
Brad
William "Brad" Brenneman | Leidos
Senior Systems Engineer | Naval Strike and Intelligence Division
6909 Metro Park Drive Alexandria, VA 22310
phone: 571.319.8221
"Temporary" mobile: 571 213 6890
william.b.brenneman(a)leidos.com<mailto:william.b.brenneman@leidos.com> | l=
eidos.com<http://www.leidos.com/>
[cid:image004.png@01CF4CE2.1EF07A30]
William "Brad" Brenneman | Leidos
Senior Systems Engineer | Naval Strike and Intelligence Division
6909 Metro Park Drive Alexandria, VA 22310
phone: 571.319.8221
"Temporary" mobile: 571 213 6890
william.b.brenneman(a)leidos.com<mailto:william.b.brenneman@leidos.com> | l=
eidos.com<http://www.leidos.com/>
[cid:image004.png@01CF4CE2.1EF07A30]
--_000_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_
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"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
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;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0in;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
{mso-style-priority:34;
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
/* List Definitions */
@list l0
{mso-list-id:852647275;
mso-list-type:hybrid;
mso-list-template-ids:930015048 67698689 67698691 67698693 67698689 676986=
91 67698693 67698689 67698691 67698693;}
@list l0:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Symbol;}
@list l0:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:"Courier New";}
@list l0:level3
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Wingdings;}
@list l0:level4
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Symbol;}
@list l0:level5
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:"Courier New";}
@list l0:level6
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Wingdings;}
@list l0:level7
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Symbol;}
@list l0:level8
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:"Courier New";}
@list l0:level9
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Wingdings;}
@list l1
{mso-list-id:2137528735;
mso-list-type:hybrid;
mso-list-template-ids:1256251532 67698689 67698691 67698693 67698689 67698=
691 67698693 67698689 67698691 67698693;}
@list l1:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Symbol;}
@list l1:level2
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:"Courier New";}
@list l1:level3
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Wingdings;}
@list l1:level4
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Symbol;}
@list l1:level5
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:"Courier New";}
@list l1:level6
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Wingdings;}
@list l1:level7
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Symbol;}
@list l1:level8
{mso-level-number-format:bullet;
mso-level-text:o;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:"Courier New";}
@list l1:level9
{mso-level-number-format:bullet;
mso-level-text:\F0A7;
mso-level-tab-stop:none;
mso-level-number-position:left;
text-indent:-.25in;
font-family:Wingdings;}
ol
{margin-bottom:0in;}
ul
{margin-bottom:0in;}
--></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 lang=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">To all,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal"> Fairly new to ovirt but ran into a couple iss=
ues which I am hoping someone can shed some light on.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Environment (Ovirt 4.1)<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo1"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>1 Engine with Bonded NICs on single subnet <=
o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo1"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>ISO domain created during install on engine<=
o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo1"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>VDSM Host A with Bonded NICs on single subne=
t (same as that being used with the engine)<o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo1"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>VDSM Host B with Bonded NICs on single subne=
t (same as that being used with the engine)<o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l0 level=
1 lfo1"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>Dell switch with AGM enabled for each set of=
bonded NICs – same ip subnet as host / engine<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Situation prior to adding host(s) to engine<o:p></o:=
p></p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l1 level=
1 lfo2"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>Engine, Host A, Host B, and switch all commu=
nicate properly on ip segment (i.e. ping successful between all)<o:p></o:p>=
</p>
<p class=3D"MsoListParagraph" style=3D"text-indent:-.25in;mso-list:l1 level=
1 lfo2"><![if !supportLists]><span style=3D"font-family:Symbol"><span style=
=3D"mso-list:Ignore">·<span style=3D"font:7.0pt "Times New Roma=
n"">
</span></span></span><![endif]>3 data centers present<o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"margin-left:1.0in;text-indent:-.25in=
;mso-list:l1 level2 lfo2">
<![if !supportLists]><span style=3D"font-family:"Courier New""><s=
pan style=3D"mso-list:Ignore">o<span style=3D"font:7.0pt "Times New Ro=
man"">
</span></span></span><![endif]>Default<o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"margin-left:1.0in;text-indent:-.25in=
;mso-list:l1 level2 lfo2">
<![if !supportLists]><span style=3D"font-family:"Courier New""><s=
pan style=3D"mso-list:Ignore">o<span style=3D"font:7.0pt "Times New Ro=
man"">
</span></span></span><![endif]>Host A DC – due to use of local storag=
e for Data domain<o:p></o:p></p>
<p class=3D"MsoListParagraph" style=3D"margin-left:1.0in;text-indent:-.25in=
;mso-list:l1 level2 lfo2">
<![if !supportLists]><span style=3D"font-family:"Courier New""><s=
pan style=3D"mso-list:Ignore">o<span style=3D"font:7.0pt "Times New Ro=
man"">
</span></span></span><![endif]>Host B DC – due to use of local storag=
e for Data domain<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Situation after trying to add host(s) to engine/DCs<=
o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Issue 1: Engine creates ovirtmgmt net be=
tween Host A DC -> Host A but limits IP comms to only Host A, itself, an=
d switch…no comms to Host B despite bonded NIC being in same subnet a=
nd functioning<o:p></o:p></p>
<p class=3D"MsoNormal">Issue 2: Because ovirmgmt limiting comms, can&=
#8217;t add Host B to Host B DC without creating another ovirtmgmt net in a=
different subnet and use a different physical interface on engine<o:p></o:=
p></p>
<p class=3D"MsoNormal">Issue 3: Unable to add any ISO images to ISO d=
omain using “uploader” commands…..keeps saying the temp d=
irectory which is created on the ISO domain file system is read only yet pe=
rms are correct per documentation<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Desire: To have engine manage both Data Center=
s/hosts (each with local storage DATA domains) using the same ovirtmgmt net=
work (IP subnet) across data centers.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Any assistance the readers can provide would be grea=
tly appreciated.<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal">Thanks in advance……..<o:p></o:p></p>
<p class=3D"MsoNormal"><b><o:p> </o:p></b></p>
<p class=3D"MsoNormal">Brad<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p> </o:p></spa=
n></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial","sans-serif";color:#201747">William “Brad̶=
1; Brenneman | Leidos<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:"Ari=
al","sans-serif";color:gray">Senior Systems Engineer | Naval=
Strike and Intelligence Division<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:"Ari=
al","sans-serif";color:gray">6909 Metro Park Drive &nbs=
p; Alexandria, VA 22310<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:"Ari=
al","sans-serif";color:gray">phone: 571.319.8221<o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:9.0pt;font-family:"=
Arial","sans-serif";color:#00B050">“Temporary” m=
obile: 571 213 6890</span></b><span style=3D"font-size:9.0pt;fo=
nt-family:"Arial","sans-serif";color:gray"><br>
</span><a href=3D"mailto:william.b.brenneman@leidos.com"><span style=3D"fon=
t-size:9.0pt;font-family:"Arial","sans-serif"">william.=
b.brenneman(a)leidos.com</span></a><span style=3D"font-size:9.0pt;font-family=
:"Arial","sans-serif";color:#1F497D">
</span><span style=3D"font-size:9.0pt;font-family:"Arial","s=
ans-serif";color:gray"> |
</span><a href=3D"http://www.leidos.com/"><span style=3D"font-size:9.0pt;fo=
nt-family:"Arial","sans-serif"">leidos.com</span></a><s=
pan style=3D"font-size:9.0pt;font-family:"Arial","sans-serif=
";color:#1F497D"><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-right:3.5in;line-height:150%"><span =
style=3D"font-size:8.0pt;line-height:150%;font-family:"Arial",&qu=
ot;sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"mso-margin-top-alt:0in;margin-right:3.5in;m=
argin-bottom:12.0pt;margin-left:0in">
<span style=3D"color:#1F497D"><img border=3D"0" width=3D"218" height=3D"53"=
id=3D"Picture_x0020_2" src=3D"cid:image001.png@01D2A95D.E1D74580" alt=3D"c=
id:image004.png@01CF4CE2.1EF07A30"></span><span style=3D"font-size:9.0pt;fo=
nt-family:"Arial","sans-serif";color:gray"><o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
<p class=3D"MsoNormal"><span style=3D"color:#1F497D"><o:p> </o:p></spa=
n></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:10.0pt;font-family:"=
;Arial","sans-serif";color:#201747">William “Brad̶=
1; Brenneman | Leidos<o:p></o:p></span></b></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:"Ari=
al","sans-serif";color:gray">Senior Systems Engineer | Naval=
Strike and Intelligence Division<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:"Ari=
al","sans-serif";color:gray">6909 Metro Park Drive &nbs=
p; Alexandria, VA 22310<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:9.0pt;font-family:"Ari=
al","sans-serif";color:gray">phone: 571.319.8221<o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><b><span style=3D"font-size:9.0pt;font-family:"=
Arial","sans-serif";color:#00B050">“Temporary” m=
obile: 571 213 6890</span></b><span style=3D"font-size:9.0pt;fo=
nt-family:"Arial","sans-serif";color:gray"><br>
</span><a href=3D"mailto:william.b.brenneman@leidos.com"><span style=3D"fon=
t-size:9.0pt;font-family:"Arial","sans-serif";color:blu=
e">william.b.brenneman(a)leidos.com</span></a><span style=3D"font-size:9.0pt;=
font-family:"Arial","sans-serif";color:#1F497D">
</span><span style=3D"font-size:9.0pt;font-family:"Arial","s=
ans-serif";color:gray"> |
</span><a href=3D"http://www.leidos.com/"><span style=3D"font-size:9.0pt;fo=
nt-family:"Arial","sans-serif";color:blue">leidos.com</=
span></a><span style=3D"font-size:9.0pt;font-family:"Arial","=
;sans-serif";color:#1F497D"><o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-right:3.5in;line-height:150%"><span =
style=3D"font-size:8.0pt;line-height:150%;font-family:"Arial",&qu=
ot;sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class=3D"MsoNormal" style=3D"mso-margin-top-alt:0in;margin-right:3.5in;m=
argin-bottom:12.0pt;margin-left:0in">
<span style=3D"color:#1F497D"><img border=3D"0" width=3D"218" height=3D"53"=
id=3D"Picture_x0020_1" src=3D"cid:image001.png@01D2A95D.E1D74580" alt=3D"c=
id:image004.png@01CF4CE2.1EF07A30"></span><span style=3D"font-size:9.0pt;fo=
nt-family:"Arial","sans-serif";color:gray"><o:p></o:p><=
/span></p>
<p class=3D"MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>
--_000_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_--
--_004_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_
Content-Type: image/png; name="image001.png"
Content-Description: image001.png
Content-Disposition: inline; filename="image001.png"; size=7888;
creation-date="Thu, 30 Mar 2017 17:59:43 GMT";
modification-date="Thu, 30 Mar 2017 17:59:43 GMT"
Content-ID: <image001.png(a)01D2A95D.E1D74580>
Content-Transfer-Encoding: base64
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
/h+srfn8PnBU4QAAAABJRU5ErkJggg==
--_004_EB5DE93C038B7A4F8B2DFD9FF2FCA16EE8345F45EMPEXMR103corpl_--
7 years, 7 months