<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6901319714377253500</id><updated>2025-07-23T00:47:31.232+05:30</updated><category term="CCNA"/><category term="CCNP"/><category term="LINUX"/><category term="FIREWALL"/><category term="Switching"/><category term="VMCLOUD"/><category term="Exchange Server"/><category term="VMWARE"/><category term="RAID Server"/><category term="Microsoft"/><title type='text'>IT  HELP (CCNA,CCNP,MCSE,LINUX,VMWARE,CLOUD MGN)</title><subtitle type='html'>All type of IT Solutions</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/05237335859296135113</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>136</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-6470111244385233421</id><published>2014-05-23T19:00:00.003+05:30</published><updated>2014-05-23T19:00:39.195+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="FIREWALL"/><title type='text'>PIX: Dynamic Site-to-Site IPSEC Configuration</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2008/03/pix-dynamic-site-to-site-ipsec.html&quot;&gt;PIX: Dynamic Site-to-Site IPSEC Configuration&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-6804283535158626561&quot; itemprop=&quot;description articleBody&quot;&gt;
&lt;strong&gt;SCENARIO:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Configure a tunnel between 10.2.2.0/24 to 10.1.1.0/24, between one static and one dynamic VPN peers.&lt;br /&gt;
&lt;br /&gt;
This is a typical scenario when one device has a dynamic &quot;outside&quot; IP address (such as DHCP). &lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
The configuration can be expanded to include remote access VPN on either peer;&lt;br /&gt;
The configuration can be expanded to include more than one dynamic peer;&lt;br /&gt;
In case of multiple VPN devices, there should always be at least one static peer.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;TOPOLOGY:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
10.2.2.0 --- STATIC ==== (( INTERNET )) ===== DYNAMIC ---- 10.1.1.0&lt;br /&gt;
&lt;br /&gt;
STATIC.inside = 10.2.2.1/24&lt;br /&gt;
STATIC.outside = 203.1.1.1/24&lt;br /&gt;
DYNAMIC.outside = DHCP&lt;br /&gt;
DYNAMIC.inside = 10.1.1.1/24&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;CONFIGURATIONS:&lt;/strong&gt;&lt;br /&gt;
- several possible simple configurations, depending on the PIX OS running on either device.&lt;br /&gt;
&lt;br /&gt;
PHASE 1 / ISAKMP PARAMETERS:&lt;br /&gt;
- authentication = pre-shared key (MY_ISAKMP_KEY)&lt;br /&gt;
- encryption = 3DES&lt;br /&gt;
- hash = MD5&lt;br /&gt;
- group = 2&lt;br /&gt;
&lt;br /&gt;
PHASE 2 / IPSEC PARAMETERS:&lt;br /&gt;
- ESP-3DES, ESP-MD5&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;STATIC PIX 6.X:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;access-list NONAT permit ip 10.2.2.0 255.255.255.0 10.1.1.0 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
nat (inside) 0 access-list NONAT&lt;br /&gt;
&lt;br /&gt;
sysopt connection permit-ipsec&lt;br /&gt;
&lt;br /&gt;
isakmp identity address&lt;br /&gt;
isakmp nat-traversal&lt;br /&gt;
&lt;br /&gt;
isakmp key MY_ISAKMP_KEY address 0.0.0.0 netmask 0.0.0.0 no-xauth&lt;br /&gt;
&lt;br /&gt;
isakmp policy 10 authentication pre-share&lt;br /&gt;
isakmp policy 10 encryption 3des&lt;br /&gt;
isakmp policy 10 hash md5&lt;br /&gt;
isakmp policy 10 group 2&lt;br /&gt;
&lt;br /&gt;
isakmp policy 10 lifetime 86400&lt;br /&gt;
&lt;br /&gt;
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;br /&gt;
crypto dynamic-map DYN_MAP 1 set transform-set ESP-DES-MD5&lt;br /&gt;
crypto map MY_STATIC_MAP 20 ipsec-isakmp dynamic DYN_MAP&lt;br /&gt;
&lt;br /&gt;
crypto map MY_STATIC_MAP interface outside&lt;br /&gt;
isakmp enable outside&lt;/span&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;STATIC PIX 7.0/7.1:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;access-list NONAT extended permit ip 10.2.2.0 255.255.255.0 10.1.1.0 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
nat (inside) 0 access-list NONAT&lt;br /&gt;
&lt;br /&gt;
sysopt connection permit-ipsec&lt;br /&gt;
&lt;br /&gt;
isakmp identity address&lt;br /&gt;
isakmp nat-traversal&lt;br /&gt;
&lt;br /&gt;
isakmp policy 10 authentication pre-share&lt;br /&gt;
isakmp policy 10 encryption 3des&lt;br /&gt;
isakmp policy 10 hash md5&lt;br /&gt;
isakmp policy 10 group 2&lt;br /&gt;
isakmp policy 10 lifetime 86400&lt;br /&gt;
&lt;br /&gt;
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;br /&gt;
crypto dynamic-map DYN_MAP 1 set transform-set ESP-3DES-MD5&lt;br /&gt;
crypto map MY_STATIC_MAP 20 ipsec-isakmp dynamic DYN_MAP&lt;br /&gt;
&lt;br /&gt;
tunnel-group MY_GROUP type ipsec-l2l&lt;br /&gt;
tunnel-group MY_GROUP general-attributes&lt;br /&gt;
tunnel-group MY_GROUP ipsec-attributes&lt;br /&gt;
pre-shared-key MY_ISAKMP_KEY&lt;br /&gt;
&lt;br /&gt;
crypto map MY_STATIC_MAP interface outside&lt;br /&gt;
isakmp enable outside&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;STATIC PIX 7.2:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;access-list NONAT extended permit ip 10.2.2.0 255.255.255.0 10.1.1.0 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
nat (inside) 0 access-list NONAT&lt;br /&gt;
&lt;br /&gt;
sysopt connection permit-vpn&lt;br /&gt;
&lt;br /&gt;
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;br /&gt;
crypto dynamic-map DYN_MAP 1 set transform-set ESP-3DES-MD5&lt;br /&gt;
crypto map MY_STATIC_MAP 20 ipsec-isakmp dynamic DYN_MAP&lt;br /&gt;
&lt;br /&gt;
crypto isakmp nat-traversal&lt;br /&gt;
crypto isakmp identity address&lt;br /&gt;
&lt;br /&gt;
crypto isakmp policy 10&lt;br /&gt;
authentication pre-share&lt;br /&gt;
encryption 3des&lt;br /&gt;
hash md5&lt;br /&gt;
group 2&lt;br /&gt;
lifetime 86400&lt;br /&gt;
&lt;br /&gt;
tunnel-group MY_GROUP type ipsec-l2l&lt;br /&gt;
tunnel-group MY_GROUP general-attributes&lt;br /&gt;
tunnel-group MY_GROUP ipsec-attributes&lt;br /&gt;
pre-shared-key MY_ISAKMP_KEY&lt;br /&gt;
&lt;br /&gt;
crypto map MY_STATIC_MAP interface outside&lt;br /&gt;
crypto isakmp enable outside&lt;/span&gt;&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;DYNAMIC PIX 6.X:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;access-list NONAT permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0&lt;br /&gt;
access-list VPN permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
nat (inside) 0 access-list NONAT&lt;br /&gt;
&lt;br /&gt;
sysopt connection permit-ipsec&lt;br /&gt;
&lt;br /&gt;
isakmp identity hostname&lt;br /&gt;
isakmp nat-traversal&lt;br /&gt;
&lt;br /&gt;
isakmp key MY_ISAKMP_KEY address 203.1.1.1 netmask 255.255.255.255&lt;br /&gt;
&lt;br /&gt;
isakmp policy 10 authentication pre-share&lt;br /&gt;
isakmp policy 10 encryption 3des&lt;br /&gt;
isakmp policy 10 hash md5&lt;br /&gt;
isakmp policy 10 group 2&lt;br /&gt;
isakmp policy 10 lifetime 1000&lt;br /&gt;
&lt;br /&gt;
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac&lt;br /&gt;
crypto map DYNAMIC_MAP 10 ipsec-isakmp&lt;br /&gt;
crypto map DYNAMIC_MAP 10 match address VPN&lt;br /&gt;
crypto map DYNAMIC_MAP 10 set peer 203.1.1.1&lt;br /&gt;
crypto map DYNAMIC_MAP 10 set transform-set ESP-3DES-MD5&lt;br /&gt;
&lt;br /&gt;
crypto map DYNAMIC_MAP interface outside&lt;br /&gt;
isakmp enable outside &lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;DYNAMIC PIX 7.0/7.1:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;access-list NONAT permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0&lt;br /&gt;
access-list VPN permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
nat (inside) 0 access-list NONAT&lt;br /&gt;
&lt;br /&gt;
sysopt connection permit-ipsec&lt;br /&gt;
&lt;br /&gt;
isakmp identity hostname&lt;br /&gt;
isakmp nat-traversal&lt;br /&gt;
&lt;br /&gt;
isakmp key MY_ISAKMP_KEY address 203.1.1.1 netmask 255.255.255.255&lt;br /&gt;
&lt;br /&gt;
isakmp policy 10 authentication pre-share&lt;br /&gt;
isakmp policy 10 encryption 3des&lt;br /&gt;
isakmp policy 10 hash md5&lt;br /&gt;
isakmp policy 10 group 2&lt;br /&gt;
isakmp policy 10 lifetime 1000&lt;br /&gt;
&lt;br /&gt;
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac &lt;br /&gt;
crypto dynamic-map DYN_MAP 1 set transform-set ESP-3DES-MD5&lt;br /&gt;
crypto map DYNAMIC_MAP 10 ipsec-isakmp dynamic DYN_MAP&lt;br /&gt;
crypto map DYNAMIC_MAP 10 match address VPN&lt;br /&gt;
crypto map DYNAMIC_MAP 10 set peer 203.1.1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
tunnel-group MY_GROUP type ipsec-l2l&lt;br /&gt;
tunnel-group MY_GROUP general-attributes&lt;br /&gt;
tunnel-group MY_GROUP ipsec-attributes&lt;br /&gt;
pre-shared-key MY_ISAKMP_KEY&lt;br /&gt;
&lt;br /&gt;
crypto map DYNAMIC_MAP interface outside&lt;br /&gt;
isakmp enable outside&lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;DYNAMIC PIX 7.2:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;access-list NONAT permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0&lt;br /&gt;
access-list VPN permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0&lt;br /&gt;
&lt;br /&gt;
nat (inside) 0 access-list NONAT&lt;br /&gt;
&lt;br /&gt;
sysopt connection permit-ipsec&lt;br /&gt;
&lt;br /&gt;
crypto isakmp identity hostname&lt;br /&gt;
crypto isakmp nat-traversal&lt;br /&gt;
&lt;br /&gt;
crypto isakmp policy 10&lt;br /&gt;
authentication pre-share&lt;br /&gt;
encryption 3des&lt;br /&gt;
hash md5&lt;br /&gt;
group 2&lt;br /&gt;
lifetime 86400&lt;br /&gt;
&lt;br /&gt;
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac &lt;br /&gt;
crypto dynamic-map DYN_MAP 1 set transform-set ESP-3DES-MD5&lt;br /&gt;
crypto map DYNAMIC_MAP 10 ipsec-isakmp dynamic DYN_MAP&lt;br /&gt;
crypto map DYNAMIC_MAP 10 match address VPN&lt;br /&gt;
crypto map DYNAMIC_MAP 10 set peer 203.1.1.1&lt;br /&gt;
&lt;br /&gt;
tunnel-group MY_GROUP type ipsec-l2l&lt;br /&gt;
tunnel-group MY_GROUP general-attributes&lt;br /&gt;
tunnel-group MY_GROUP ipsec-attributes&lt;br /&gt;
pre-shared-key MY_ISAKMP_KEY&lt;br /&gt;
&lt;br /&gt;
crypto map DYNAMIC_MAP interface outside&lt;br /&gt;
isakmp enable outside &lt;br /&gt;
&lt;hr /&gt;
&lt;br /&gt;
&lt;strong&gt;REFERENCE&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
PIX 6: &lt;a href=&quot;http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a0080094680.shtml&quot;&gt;http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a0080094680.shtml&lt;/a&gt;&lt;br /&gt;
PIX 7: &lt;a href=&quot;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00805733df.shtml&quot;&gt;http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a00805733df.shtml&lt;/a&gt; &lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;

&lt;/div&gt;
&lt;div class=&quot;post-footer&quot;&gt;
&lt;div class=&quot;post-footer-line post-footer-line-1&quot;&gt;
&lt;span class=&quot;post-author vcard&quot;&gt;
Posted by
&lt;span class=&quot;fn&quot; itemprop=&quot;author&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/Person&quot;&gt;

&lt;a class=&quot;g-profile&quot; data-gapiattached=&quot;true&quot; data-gapiscan=&quot;true&quot; data-onload=&quot;true&quot; href=&quot;http://www.blogger.com/profile/15770913105953970333&quot; rel=&quot;author&quot; title=&quot;author profile&quot;&gt;
&lt;span itemprop=&quot;name&quot;&gt;Mon&lt;/span&gt;
&lt;/a&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;post-timestamp&quot;&gt;
at

&lt;a class=&quot;timestamp-link&quot; href=&quot;http://raabadnetworking.blogspot.in/2008/03/pix-dynamic-site-to-site-ipsec.html&quot; rel=&quot;bookmark&quot; title=&quot;permanent link&quot;&gt;&lt;abbr class=&quot;published&quot; itemprop=&quot;datePublished&quot; title=&quot;2008-03-25T20:16:00+08:00&quot;&gt;8:16 PM&lt;/abbr&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;star-ratings&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-comment-link&quot;&gt;
&lt;a class=&quot;comment-link&quot; href=&quot;http://www.blogger.com/comment.g?blogID=5264562039005213468&amp;amp;postID=6804283535158626561&quot;&gt;
No comments:
    &lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;post-backlinks post-comment-link&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-icons&quot;&gt;

&lt;/span&gt;
&lt;div class=&quot;post-share-buttons goog-inline-block&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-2&quot;&gt;
&lt;span class=&quot;post-labels&quot;&gt;
Labels:
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Access%20List&quot; rel=&quot;tag&quot;&gt;Access List&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Dynamic%20VPN&quot; rel=&quot;tag&quot;&gt;Dynamic VPN&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/IPSEC&quot; rel=&quot;tag&quot;&gt;IPSEC&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/PIX%206&quot; rel=&quot;tag&quot;&gt;PIX 6&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/PIX%207&quot; rel=&quot;tag&quot;&gt;PIX 7&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Site-to-Site%20VPN&quot; rel=&quot;tag&quot;&gt;Site-to-Site VPN&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-3&quot;&gt;
&lt;span class=&quot;post-location&quot;&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 class=&quot;date-header&quot;&gt;
&lt;span&gt;Wednesday, March 12, 2008&lt;/span&gt;&lt;/h2&gt;
&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;7220416190554617530&quot;&gt;&lt;/a&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2008/03/ipsec-checklist-and-best-practices.html&quot;&gt;IPSEC Checklist and Best Practices&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;strong&gt;Basic Checklist for VPN Configuration:&lt;/strong&gt;&lt;br /&gt;- IP address of the static VPN peers&lt;br /&gt;&lt;br /&gt;- IP addresses/networks that will be tunneled&lt;br /&gt;--&amp;gt; networks behind each VPN peer (site-to-site)&lt;br /&gt;--&amp;gt; network behind VPN and pool (remote access)&lt;br /&gt;&lt;br /&gt;- PHASE I / ISAKMP parameters&lt;br /&gt;--&amp;gt; authentication (pre-shared key/certificate)&lt;br /&gt;--&amp;gt; encryption (DES, 3DES, AES)&lt;br /&gt;--&amp;gt; hash (SHA, MD5)&lt;br /&gt;--&amp;gt; group (2, 5) &lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;&lt;br /&gt;- PHASE II / IPSEC Parameters&lt;br /&gt;--&amp;gt; transform set&lt;br /&gt;&lt;br /&gt;- VPN Group (remote access only)&lt;br /&gt;--&amp;gt; VPN Group Name&lt;br /&gt;--&amp;gt; VPN Group Password&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/6470111244385233421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/6470111244385233421' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6470111244385233421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6470111244385233421'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/05/pix-dynamic-site-to-site-ipsec.html' title='PIX: Dynamic Site-to-Site IPSEC Configuration'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-9016754327499745388</id><published>2014-05-23T18:58:00.002+05:30</published><updated>2014-05-23T18:58:17.998+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Switching"/><title type='text'>VLAN</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2009/03/pix-6x-configuring-logical-vlan.html&quot;&gt;PIX 6.X - Configuring Logical / VLAN interfaces&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;b&gt;Scenario:&lt;/b&gt;&lt;br /&gt;The inside/ethernet1 interface of the PIX will be 
mapped to two VLANs, VLAN1 with IP address 192.168.1.2/24 and VLAN2 with
 IP address 192.168.2.2. The outside interface has IP address 
10.199.248.225/24&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Topology:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRWrvlJYzZ1_ifvOMkV2jPR4NpA7oJ-LW90V78-iMjbrqAlc_HXhtk5jDEK0o9jESur7lqeKrLfyBBz30bLa6CMHZsVtUjfvVhs5Kbc4K9CUxOFWPMA-2y6mOySXsCtMOq7nOV_HlV6rS/s1600-h/PIX6_VLANs.jpg&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5314903270267118402&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRWrvlJYzZ1_ifvOMkV2jPR4NpA7oJ-LW90V78-iMjbrqAlc_HXhtk5jDEK0o9jESur7lqeKrLfyBBz30bLa6CMHZsVtUjfvVhs5Kbc4K9CUxOFWPMA-2y6mOySXsCtMOq7nOV_HlV6rS/s400/PIX6_VLANs.jpg&quot; style=&quot;cursor: hand; cursor: pointer; height: 196px; width: 400px;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;[Thanks to former colleague Dan for the image.]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;PIX 6 Configuration:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;interface ethernet1 auto&lt;br /&gt;nameif ethernet1 inside security100&lt;br /&gt;address inside 192.168.1.2 255.255.255.0&lt;br /&gt;&lt;br /&gt;interface ethernet1 vlan2 logical&lt;br /&gt;nameif vlan2 inside2 security50&lt;br /&gt;address vlan2 192.168.2.2 255.255.255.0&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Notes:&lt;/b&gt;&lt;br /&gt;Your Physical Interface is (by default), your VLAN1.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;PIX 7 Configuration:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;interface Ethernet1&lt;br /&gt;nameif inside&lt;br /&gt;security-level 100&lt;br /&gt;ip address 192.168.1.2 255.255.255.0&lt;br /&gt;no shut&lt;br /&gt;&lt;br /&gt;interface Ethernet1.2&lt;br /&gt;vlan 2&lt;br /&gt;nameif inside2&lt;br /&gt;security-level 50&lt;br /&gt;ip address 192.168.2.2 255.255.255.0&lt;br /&gt;no shut
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/9016754327499745388/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/9016754327499745388' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/9016754327499745388'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/9016754327499745388'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/05/vlan.html' title='VLAN'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcRWrvlJYzZ1_ifvOMkV2jPR4NpA7oJ-LW90V78-iMjbrqAlc_HXhtk5jDEK0o9jESur7lqeKrLfyBBz30bLa6CMHZsVtUjfvVhs5Kbc4K9CUxOFWPMA-2y6mOySXsCtMOq7nOV_HlV6rS/s72-c/PIX6_VLANs.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-4876422465083995654</id><published>2014-05-23T18:57:00.004+05:30</published><updated>2014-05-23T18:57:39.528+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Switching"/><title type='text'>VTP</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2008/06/trunking-vs-etherchannel.html&quot;&gt;Trunking vs Etherchannel&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;
&lt;a class=&quot;adHeadline&quot; href=&quot;http://www.adbrite.com/mb/commerce/purchase_form.php?opid=753718&amp;amp;afsid=1&quot; target=&quot;_top&quot;&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;
&lt;/span&gt;&lt;br /&gt;Noticed
 several colleagues of mine are still confused with &quot;trunking&quot; and 
&quot;etherchannel&quot;. These two -- some would argue grammatically similar -- 
have very different functions and implications. &lt;span class=&quot;fullpost&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Trunking &lt;/strong&gt;refers
 to (multiple) VLANs that are going through an interface. That is, for 
example, if you say that &quot;a Cat6500 with GigabitEthernet1/1 trunks VLANs
 1, 50, and 100&quot;, it means that these VLANs (and only these VLANs) are 
permitted to go through Gi1/1. The implication is that this forms a 
basic security feature, by &lt;span style=&quot;color: #000099;&quot;&gt;permitting only specific VLANs&lt;/span&gt;; other traffic belonging to other VLANs will be permitted on this trunk interface.&lt;br /&gt;&lt;br /&gt;E&lt;strong&gt;therchannel&lt;/strong&gt; -- aka &lt;em&gt;channel-group&lt;/em&gt;, &lt;em&gt;port-channel&lt;/em&gt;, or &lt;em&gt;port group&lt;/em&gt;
 -- on the otherhand, refers to multiple (physical) interfaces bundled 
together into a single (logical) interface. That is, for example, if you
 say that &quot;Cat6500 Port-channel100 includes GigabitEthernet2/1-4&quot;, these
 means that Gi2/1 to Gi2/4 are configured together as a single logical 
interface. The implication is that &lt;span style=&quot;color: #000099;&quot;&gt;the bandwidth of these interfaces are combined and shared &lt;/span&gt;-- hence, in this example, Port-channel has a total bandwidth of 4Gbps (1Gbps per interface x 4 interfaces ).&lt;br /&gt;&lt;br /&gt;So to state the basic difference between the two:&lt;br /&gt;&lt;br /&gt;Trunking &quot;bundles&quot; &lt;span style=&quot;color: #000099;&quot;&gt;VLANs&lt;/span&gt; together that are permitted on any single interface.&lt;br /&gt;Etherchannel &quot;bundles&quot; &lt;span style=&quot;color: #000099;&quot;&gt;(physical) &lt;/span&gt;&lt;span style=&quot;color: #000099;&quot;&gt;interfaces&lt;/span&gt; together into a single logical interface.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Question:&lt;/strong&gt; Can you combine an interface to have both trunking and etherchannel?&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Answer:&lt;/strong&gt; This is question is a little vague. In a way, yes. Here&#39;s a typical scenario actually being used in many companies:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Topology:&lt;/em&gt;&lt;br /&gt;DeviceA. GigabitEthernet1/1 &amp;lt;=====&amp;gt; DeviceB.GigabitEthernet1/1&lt;br /&gt;DeviceA. GigabitEthernet1/2 &amp;lt;=====&amp;gt; DeviceB.GigabitEthernet1/2&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Requirement:&lt;/em&gt;Permit
 only VLANs 100 and 200 through the link between DeviceA and DeviceB. 
Also, increase the link bandwidth between these two devices to 2Gbps. To
 summarize:&lt;br /&gt;&lt;br /&gt;DeviceA.GigabitEthernet1/1 - trunking for vlans 100 and 200, share bandwidth with Gi1/2;&lt;br /&gt;DeviceA.GigabitEthernet1/2 - trunking for vlans 100 and 200, share bandwidth with Gi1/1;&lt;br /&gt;&lt;br /&gt;DeviceB.GigabitEthernet1/1
 - trunking for vlans 100 and 200, share bandwidth with Gi1/2; 
DeviceB.GigabitEthernet1/2 - trunking for vlans 100 and 200, share 
bandwidth with Gi1/1;&lt;br /&gt;&lt;br /&gt;To achieve this, we arbitrarily assign a 
channel group number IDs. For this example, we select 300 for DeviceA, 
so we have Port-Channel300 which will group Gi1/1 and Gi1/2. The basic 
configuration for DeviceA, then, would look like the following:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface GigabitEthernet1/1&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;switchport&lt;br /&gt;switchport trunk encapsulation dot1q&lt;br /&gt;&lt;span style=&quot;color: #000099;&quot;&gt;switchport trunk allowed vlan 100,200&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000099; font-family: courier new;&quot;&gt;channel-group 300 mode desirable&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;!&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface GigabitEthernet1/2&lt;br /&gt;switchport switchport trunk encapsulation dot1q&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;span style=&quot;color: #000099;&quot;&gt;switchport trunk allowed vlan 100,200&lt;br /&gt;channel-group 300 mode desirable&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;!&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface Port-Channel300&lt;br /&gt;switchport&lt;br /&gt;switchport trunk encapsulation dot1q&lt;br /&gt;&lt;span style=&quot;color: #000099;&quot;&gt;switchport trunk allowed vlan 100,200&lt;/span&gt;&lt;br /&gt;!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The device on the remote end, DeviceB, should be configured similarly as well.&lt;br /&gt;&lt;br /&gt;Similarly, we select Port-Channel500 for DeviceB.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface GigabitEthernet1/1&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; switchport&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; switchport trunk encapsulation dot1q&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000099; font-family: courier new;&quot;&gt; switchport trunk allowed vlan 100,200&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000099; font-family: courier new;&quot;&gt; channel-group 500 mode desirable&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;!&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface GigabitEthernet1/2&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; switchport&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; switchport trunk encapsulation dot1q&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000099; font-family: courier new;&quot;&gt; switchport trunk allowed vlan 100,200&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000099; font-family: courier new;&quot;&gt; channel-group 500 mode desirable &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;!&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface Port-Channel500&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; switchport&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt; switchport trunk encapsulation dot1q&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000099; font-family: courier new;&quot;&gt; switchport trunk allowed vlan 100,200 &lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;With that, you&#39;re done!&lt;br /&gt;&lt;br /&gt;Here are some points you should take note of:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Important Note #1:&lt;/em&gt;
 The channel-group ID only has local significance. In this example, 
DeviceA assigns Port-channel300 while DeviceB uses Port-channel500.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Important Note #2:&lt;/em&gt;
 The VLANs trunked on the port-channel interface and the member 
interfaces should match. If there is a mismatch, the status of the 
interfaces will be down.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Important Note #3:&lt;/em&gt; The actual 
syntax would vary, depending on the IOS image currently being used. 
Here&#39;s a general hint: IOS 12.0 uses the &quot;port group&quot; interface command,
 while IOS 12.1 onwards uses the &quot;channel-group&quot; interface command. &lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/4876422465083995654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/4876422465083995654' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/4876422465083995654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/4876422465083995654'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/05/vtp.html' title='VTP'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-6838899935022067808</id><published>2014-05-23T18:57:00.000+05:30</published><updated>2014-05-23T18:57:15.549+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="CCNP"/><title type='text'>MPLS</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/mpls-label-distribution-parameters.html&quot;&gt;MPLS Label Distribution Parameters&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
MPLS Label Distribution Parameter Options:&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Label Space Options&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Per-Interface&lt;/td&gt;&lt;td&gt;Per-Plaform&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Label Distribution&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Unsolicited downstream&lt;/td&gt;&lt;td&gt;Downstream-on-Demand&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Label Allocation&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Independent Control Mode&lt;/td&gt;&lt;td&gt;Ordered Control Mode&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Label Retention&lt;/strong&gt;&lt;/td&gt;&lt;td&gt;Liberal Label Retention&lt;/td&gt;&lt;td&gt;Conservative Label Retention&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;hr /&gt;
&lt;strong&gt;&lt;u&gt;Label Space Options&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;Per-Platform Labels&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;LFIB: [Label | Action | Next Hop ]&lt;/li&gt;
&lt;li&gt;one label assigned to a destination network and announced to all neighbors&lt;/li&gt;
&lt;li&gt;locally unique, valid on all incoming interfaces&lt;/li&gt;
&lt;li&gt;smaller LFIB, FIB; faster label exchange&lt;/li&gt;
&lt;li&gt;less secure than per-interface labels; label-spoofing&lt;/li&gt;
&lt;li&gt;default in Frame-Mode MPLS&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;&lt;em&gt;Per-Interface Labels&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;LFIB:[IN intf | IN Label | NH intf | NH Label]&lt;/li&gt;
&lt;li&gt;one label for each destination, each device, each interface&lt;/li&gt;
&lt;li&gt;secure; prevents label-spoofing; labeled packets/ATM cells only accepted from interface where label is assigned&lt;/li&gt;
&lt;li&gt;default in Cell-Mode MPLS&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;strong&gt;&lt;u&gt;Label Distribution&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;Unsolicited Downstream&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;label advertised to all neighbor LSRs, regardless of whether upstream or downstream&lt;/li&gt;
&lt;li&gt;Frame-Mode&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;&lt;em&gt;Downstream-On-Demand&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;label advertised only upon request of upstream LSR&lt;/li&gt;
&lt;li&gt;cell-mode&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;u&gt;&lt;strong&gt;Label Allocation&lt;/strong&gt;&amp;nbsp;&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;Independent Control&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;LSR can assign a label for a prefix w/o outgoing/downstream label&lt;/li&gt;
&lt;li&gt;for edge LSRs only (requires L3 capabilities)&lt;/li&gt;
&lt;li&gt;faster label propagation&lt;/li&gt;
&lt;li&gt;for unsolicited downstream / frame-mode&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;&lt;em&gt;Ordered Control&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;local label allocated and propagated only &lt;/li&gt;
&lt;li&gt;if exist(nexthop label) propagae/allocate label, else request label from nexthop&lt;/li&gt;
&lt;li&gt;for downstream-on-demand/cell-mode&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;strong&gt;&lt;u&gt;Label Retention&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;Liberal Label Retention&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;all received label stored in LIB, even if not from next-hop LSR&lt;/li&gt;
&lt;li&gt;improves convergence speed; allows easy failover for link failures&lt;/li&gt;
&lt;li&gt;frame-mode&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;em&gt;Conservative Label Retention&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;only received labels from nexthop LSRs are&amp;nbsp; stored; others are ignored&lt;/li&gt;
&lt;li&gt;downstream-on-demand/cell-mode&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;strong&gt;&lt;u&gt;Standard Parameter Sets for Cisco Platforms&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;Parameter&lt;/th&gt;&lt;th&gt;Routers, frame interfaces&lt;/th&gt;&lt;th&gt;Routers, ATM interfaces&lt;/th&gt;&lt;th&gt;ATM switches&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Label Space&lt;/td&gt;&lt;td&gt;per-platform&lt;/td&gt;&lt;td&gt;per-interface&lt;/td&gt;&lt;td&gt;per-interface&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Label Distribution&lt;/td&gt;&lt;td&gt;unsolicited downstream&lt;/td&gt;&lt;td&gt;downstream-on-demand&lt;/td&gt;&lt;td&gt;downstream-on-demand&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Label Allocation&lt;/td&gt;&lt;td&gt;independent control&lt;/td&gt;&lt;td&gt;independent control&lt;/td&gt;&lt;td&gt;ordered control&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt; &lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Label Retention&lt;/td&gt;&lt;td&gt;liberal label retention&lt;/td&gt;&lt;td&gt;conservative OR liberal&lt;/td&gt;&lt;td&gt;conservative&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt; &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/6838899935022067808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/6838899935022067808' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6838899935022067808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6838899935022067808'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/05/mpls.html' title='MPLS'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-6670395307422957038</id><published>2014-05-23T18:55:00.003+05:30</published><updated>2014-05-23T18:55:21.360+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="CCNP"/><title type='text'>BGP</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-route-dampening.html&quot;&gt;BGP Route Dampening&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-8770485403829195176&quot; itemprop=&quot;description articleBody&quot;&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;&lt;em&gt;At a Glance:&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;designed to reduce router processing load caused by unstable routes;&lt;/li&gt;
&lt;li&gt;prevents sustained routing oscillations without affecting well-behaved routes;&lt;/li&gt;
&lt;li&gt;RFC 2439: BGP Route Flap Dampening;&lt;/li&gt;
&lt;li&gt;minimizes BGP updates by suppressing unstable routes.&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div&gt;
&lt;strong&gt;&lt;em&gt;Route-Dampening Operation:&lt;/em&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;EBGP route flaps = 1000 penalty points &lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;IBGP route flaps not dampened;&lt;/li&gt;
&lt;li&gt;penalty not user-configurable;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;penalty decays via exponential decay algorithm&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;if penalty &amp;gt; suppress limit, route is dampened&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;if penalty &amp;lt; reuse limit, dampened route is propagated&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;if penalty &amp;lt; 1/2 reuse limit, flap history forgotten&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;route is never dampened more than the maximum suppress time limit&lt;/li&gt;
&lt;li&gt;unreachable route with flap history is in history state (still in BGP table to retain flap history)&lt;/li&gt;
&lt;li&gt;penalty is applied to an individual path, not the prefix&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;hr /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;strong&gt;Configuring Route Dampening:&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td colspan=&quot;3&quot;&gt;router(config-router)#&lt;br /&gt;
&lt;strong&gt;bgp dampening&lt;/strong&gt; [&lt;em&gt;half-life reuse suppress max-suppress-time&lt;/em&gt;] [&lt;strong&gt;route-map&lt;/strong&gt; &lt;em&gt;route-map-name&lt;/em&gt;]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;em&gt;half-life&lt;/em&gt;&lt;/td&gt;&lt;td&gt;time for penalty to halve (default 15 minutes)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;em&gt;reuse&lt;/em&gt;&lt;/td&gt;&lt;td&gt;penalty points when dampened route is reused (default 750)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;em&gt;suppress&lt;/em&gt;&lt;/td&gt;&lt;td&gt;penalty points when route is suppressed (default 2000)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;em&gt;max-suppress-time&lt;/em&gt;&lt;/td&gt;&lt;td&gt;maximum time a route is suppressed (default 1hour; maximum 255 minutes)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;router(config-route-map)#&lt;br /&gt;
&lt;strong&gt;set dampening&lt;/strong&gt; &lt;em&gt;half-life reuse suppress max-suppress-time&lt;/em&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;- used for less aggressive dampening of routes towards root DNS servers&lt;br /&gt;
- dampening of smaller prefixes more aggressively&lt;br /&gt;
- selective dampening based on BGP neighbors and route-map match criteria &lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;strong&gt;Other Commands:&lt;/strong&gt;&lt;br /&gt;
&lt;div&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;clear ip bgp&lt;/strong&gt; &lt;em&gt;ip_addr&lt;/em&gt; &lt;strong&gt;flap-statistics&lt;/strong&gt; [{&lt;strong&gt;regexp&lt;/strong&gt; &lt;em&gt;regexp&lt;/em&gt;} | {&lt;strong&gt;filter-list&lt;/strong&gt; &lt;em&gt;listname&lt;/em&gt;} | {&lt;em&gt;ipaddr mask&lt;/em&gt;} ]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;clear ip bgp dampening&lt;/strong&gt; [&lt;em&gt;ipaddr mask&lt;/em&gt;]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;show ip bgp dampened-paths&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;show ip bgp flap-statistics&lt;/strong&gt; [{&lt;strong&gt;regexp&lt;/strong&gt; &lt;em&gt;regexp&lt;/em&gt;}|{&lt;strong&gt;filter-list&lt;/strong&gt; &lt;em&gt;listname&lt;/em&gt;}|{&lt;em&gt;ipaddr mask &lt;/em&gt;[&lt;strong&gt;longer-prefix&lt;/strong&gt;]}]&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;debug ip bgp dampening&lt;/strong&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer&quot;&gt;
&lt;div class=&quot;post-footer-line post-footer-line-1&quot;&gt;
&lt;span class=&quot;post-author vcard&quot;&gt;
Posted by
&lt;span class=&quot;fn&quot; itemprop=&quot;author&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/Person&quot;&gt;
&lt;span itemprop=&quot;name&quot;&gt;Daddy@Home&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;post-timestamp&quot;&gt;
at

&lt;a class=&quot;timestamp-link&quot; href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-route-dampening.html&quot; rel=&quot;bookmark&quot; title=&quot;permanent link&quot;&gt;&lt;abbr class=&quot;published&quot; itemprop=&quot;datePublished&quot; title=&quot;2011-05-25T01:02:00+08:00&quot;&gt;1:02 AM&lt;/abbr&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;star-ratings&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-comment-link&quot;&gt;
&lt;a class=&quot;comment-link&quot; href=&quot;http://www.blogger.com/comment.g?blogID=5264562039005213468&amp;amp;postID=8770485403829195176&quot;&gt;
No comments:
    &lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;post-backlinks post-comment-link&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-icons&quot;&gt;

&lt;/span&gt;
&lt;div class=&quot;post-share-buttons goog-inline-block&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-2&quot;&gt;
&lt;span class=&quot;post-labels&quot;&gt;
Labels:
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/BGP&quot; rel=&quot;tag&quot;&gt;BGP&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Regular%20Expressions&quot; rel=&quot;tag&quot;&gt;Regular Expressions&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Route-Map&quot; rel=&quot;tag&quot;&gt;Route-Map&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-3&quot;&gt;
&lt;span class=&quot;post-location&quot;&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;date-outer&quot;&gt;
        
&lt;h2 class=&quot;date-header&quot;&gt;
&lt;span&gt;Monday, May 23, 2011&lt;/span&gt;&lt;/h2&gt;
&lt;div class=&quot;date-posts&quot;&gt;
        
&lt;div class=&quot;post-outer&quot;&gt;
&lt;div class=&quot;post hentry uncustomized-post-template&quot; itemprop=&quot;blogPost&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/BlogPosting&quot;&gt;


&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;7400407279349551046&quot;&gt;&lt;/a&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-regular-expressions-for-as-path.html&quot;&gt;BGP: Regular Expressions for AS-PATH Filtering&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-7400407279349551046&quot; itemprop=&quot;description articleBody&quot;&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;Symbol&lt;/th&gt;&lt;th&gt;Description&lt;/th&gt; &lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;|&lt;/td&gt;&lt;td&gt;logical OR&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;.&lt;/td&gt;&lt;td&gt;match any&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;[x..y]&lt;/td&gt;&lt;td&gt;match one in range&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;^&lt;/td&gt;&lt;td&gt;match beginning of string&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;$&lt;/td&gt;&lt;td&gt;match end of string&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;_&lt;/td&gt;&lt;td&gt;match any delimiter/white space&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;( )&lt;/td&gt;&lt;td&gt;group as a single atom&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;*&lt;/td&gt;&lt;td&gt;match 0 or more instances of previous atom&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;?&lt;/td&gt;&lt;td&gt;match 0 or 1 instance of previous atom&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;+&lt;/td&gt;&lt;td&gt;match 1 or more instances of previous atom&lt;/td&gt;&lt;/tr&gt;
&lt;tr align=&quot;center&quot;&gt;&lt;td&gt;\&lt;/td&gt;&lt;td&gt;escape character; if followed by a number &lt;i&gt;n&lt;/i&gt;, points to the &lt;i&gt;nth&lt;/i&gt; atom&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Example 1: Advertise routes with empty AS-PATH (internal routes)&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;router bgp 123&lt;br /&gt;
&amp;nbsp;neighbor 5.6.7.8 remote-as 387&lt;br /&gt;
&amp;nbsp;neighbor 5.6.7.8 filter-list 1 out&lt;br /&gt;
!&lt;br /&gt;
ip as-path access-list 1 permit ^$&lt;br /&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;!match &quot;blank&quot; atom at the &quot;start&quot; and &quot;end&quot; of string&lt;/span&gt;&lt;br /&gt;
!&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Example 2: Accept only default routes, preferring primary route based on AS PATH:&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;AS387 (primary ISP)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;/&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;AS123&lt;/td&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;\&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;AS462 (backup ISP)&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;router bgp 123&lt;br /&gt;
&amp;nbsp;neighbor 1.2.3.4 remote-as 462&lt;br /&gt;
&amp;nbsp;neighbor 1.2.3.4 route-map FILTER in&lt;br /&gt;
&amp;nbsp;neighbor 5.6.7.8 remote-as 387&lt;br /&gt;
&amp;nbsp;neighbor 5.6.7.8 route-map FILTER in&lt;br /&gt;
!&lt;br /&gt;
route-map FILTER permit 10&lt;br /&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;! default routes from primary ISP (AS 387) accepted are preferred (larger weight)&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&amp;nbsp;match ip prefix-list DEFAULT_ONLY&lt;br /&gt;
&amp;nbsp;match as-path 10&lt;br /&gt;
&amp;nbsp;set weight 150&lt;br /&gt;
!&lt;br /&gt;
route-map FILTER permit 20&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;&lt;i&gt;! default routes from backup ISP are accepted, with lower preference than primary ISP routes&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;match ip prefix-list DEFAULT_ONLY&lt;br /&gt;
&amp;nbsp;set weight 100&lt;br /&gt;
!&lt;br /&gt;
ip as-path access-list 10 permit _387$&lt;br /&gt;
ip prefix-list DEFAULT_ONLY seq 10 permit 0.0.0.0/0&lt;br /&gt;
!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Example 3: AS PATH Filtering with AS Path Prepending:&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
- customer in AS123 is performing AS-PATH pre-pending&lt;br /&gt;
&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;AS123&lt;/td&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;10.0.0.1&lt;/td&gt;&lt;td&gt;\&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;\&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;AS462&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;
router bgp 387&lt;br /&gt;
&amp;nbsp;neighbor 10.0.0.1 remote-as 213&lt;br /&gt;
&amp;nbsp;neighbor 10.0.0.1 filter-list 10 in&lt;br /&gt;
!&lt;br /&gt;
ip as-path access-list 10 permit ^123(_123)*$&lt;br /&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;! accepts &quot;123&quot;, &quot;123 123&quot;, or &quot;123 123 123&quot;&lt;/span&gt;&lt;/i&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;i&gt;Example 4: AS PATH Filtering with AS Path Prepending, multiple customers:&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
- multiple customers performing AS PATH Prepending&lt;br /&gt;
&lt;br /&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;Customer 1&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;\&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;Customer 2 -&lt;/td&gt;&lt;td&gt;AS387&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;/td&gt;&lt;td&gt;/&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;Customer 3&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
! &lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;router bgp 387&lt;br /&gt;
&amp;nbsp;neighbor 10.0.0.1 remote-as 123&lt;br /&gt;
&amp;nbsp;neighbor 10.0.0.1 filter-list 10 in&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&amp;nbsp;neighbor 20.0.0.1 remote-as 456&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&amp;nbsp;neighbor 20.0.0.1 filter-list 10 in&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&amp;nbsp;neighbor 30.0.0.1 remote-as 789&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;
&amp;nbsp;neighbor 30.0.0.1 filter-list 10 in&lt;/div&gt;
&lt;/div&gt;
!&lt;br /&gt;
ip as-path access-list 10 permit &lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: red;&quot;&gt;^([0..9]+)&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: yellow;&quot;&gt;(_\1)*$&lt;/span&gt;&lt;br /&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;! accepts repeating instances of &quot;123&quot;,&amp;nbsp;&quot;456&quot;, and&amp;nbsp;&quot;789&quot;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: lime;&quot;&gt;! does not accept strings non-repeating strings (e.g.&amp;nbsp;&quot;123 123 100&quot;)&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
!&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: red;&quot;&gt;atom 1&lt;/span&gt; = at least one instance of a number at the beginning of the string;&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;background-color: yellow;&quot;&gt;atom 2&lt;/span&gt; = 0 or more instances of a whitespace &lt;i&gt;and &lt;/i&gt;atom 1 until the end of the string.

&lt;/div&gt;
&lt;div class=&quot;post-footer&quot;&gt;
&lt;div class=&quot;post-footer-line post-footer-line-1&quot;&gt;
&lt;span class=&quot;post-author vcard&quot;&gt;
Posted by
&lt;span class=&quot;fn&quot; itemprop=&quot;author&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/Person&quot;&gt;
&lt;span itemprop=&quot;name&quot;&gt;Daddy@Home&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;post-timestamp&quot;&gt;
at

&lt;a class=&quot;timestamp-link&quot; href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-regular-expressions-for-as-path.html&quot; rel=&quot;bookmark&quot; title=&quot;permanent link&quot;&gt;&lt;abbr class=&quot;published&quot; itemprop=&quot;datePublished&quot; title=&quot;2011-05-23T18:13:00+08:00&quot;&gt;6:13 PM&lt;/abbr&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;star-ratings&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-comment-link&quot;&gt;
&lt;a class=&quot;comment-link&quot; href=&quot;http://www.blogger.com/comment.g?blogID=5264562039005213468&amp;amp;postID=7400407279349551046&quot;&gt;
No comments:
    &lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;post-backlinks post-comment-link&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-icons&quot;&gt;

&lt;/span&gt;
&lt;div class=&quot;post-share-buttons goog-inline-block&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-2&quot;&gt;
&lt;span class=&quot;post-labels&quot;&gt;
Labels:
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Access%20List&quot; rel=&quot;tag&quot;&gt;Access List&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/BGP&quot; rel=&quot;tag&quot;&gt;BGP&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Regular%20Expressions&quot; rel=&quot;tag&quot;&gt;Regular Expressions&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Route-Map&quot; rel=&quot;tag&quot;&gt;Route-Map&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-3&quot;&gt;
&lt;span class=&quot;post-location&quot;&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;date-outer&quot;&gt;
        
&lt;h2 class=&quot;date-header&quot;&gt;
&lt;span&gt;Wednesday, May 4, 2011&lt;/span&gt;&lt;/h2&gt;
&lt;div class=&quot;date-posts&quot;&gt;
        
&lt;div class=&quot;post-outer&quot;&gt;
&lt;div class=&quot;post hentry uncustomized-post-template&quot; itemprop=&quot;blogPost&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/BlogPosting&quot;&gt;


&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;4642011164057132868&quot;&gt;&lt;/a&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-path-attributes-and-route-selection.html&quot;&gt;BGP Path Attributes and Route Selection&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-4642011164057132868&quot; itemprop=&quot;description articleBody&quot;&gt;
&lt;strong&gt;BGP Path Attributes&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;
&lt;tr border=&quot;1&quot;&gt;&lt;td&gt;&lt;strong&gt;Mandatory Well-Known&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;Origin (i, e, ?)&lt;br /&gt;
&amp;nbsp;AS-Path (sequence of AS-Numbers to access network/IP)&lt;br /&gt;
&amp;nbsp;Next-Hop (ip address)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Discretionary Well-Known&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;Local Preference (for routing policy)&lt;br /&gt;
&amp;nbsp;Atomic Aggregate (flags route if aggregated)&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Optional Non-Transitive&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;Multi-Exit Discriminator (MED) - multiple entry pts to one AS&lt;br /&gt;
&amp;nbsp;Originator-ID - for route reflector environment&lt;br /&gt;
&amp;nbsp;Cluster-List - for route reflector environment&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;strong&gt;Optional Transitive&lt;/strong&gt;&lt;br /&gt;
&amp;nbsp;Aggregator - IP address &amp;amp; AS of routers that aggregated routes&lt;br /&gt;
&amp;nbsp;Community - for route tagging&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;BGP Route Selection Order:&lt;/strong&gt;&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Prefer highest weight (local to router)&lt;/li&gt;
&lt;li&gt;Prefer highest local preference (global within AS)&lt;/li&gt;
&lt;li&gt;Prefer routes that the router originated&lt;/li&gt;
&lt;li&gt;Prefer shorter AS paths&lt;/li&gt;
&lt;li&gt;Prefer lowest origin code (IGP &amp;lt; EGP &amp;lt; Incomplete)&lt;/li&gt;
&lt;li&gt;Prefer lowest MED&lt;/li&gt;
&lt;li&gt;Prefer external (EBGP) paths over internal (IBGP)&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;For IBGP paths, prefer nonreflected routes (no originator-ID) over reflected routes&lt;/li&gt;
&lt;li&gt;For reflected routes, prefer shorter cluster-list&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;For IBGP paths, prefer path through closest IGP neighbor&lt;/li&gt;
&lt;li&gt;For EBGP paths, prefer oldest (most stable) path&lt;/li&gt;
&lt;li&gt;Prefer paths from router with the lower BGP router-ID&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer&quot;&gt;
&lt;div class=&quot;post-footer-line post-footer-line-1&quot;&gt;
&lt;span class=&quot;post-author vcard&quot;&gt;
Posted by
&lt;span class=&quot;fn&quot; itemprop=&quot;author&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/Person&quot;&gt;
&lt;span itemprop=&quot;name&quot;&gt;Daddy@Home&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;post-timestamp&quot;&gt;
at

&lt;a class=&quot;timestamp-link&quot; href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-path-attributes-and-route-selection.html&quot; rel=&quot;bookmark&quot; title=&quot;permanent link&quot;&gt;&lt;abbr class=&quot;published&quot; itemprop=&quot;datePublished&quot; title=&quot;2011-05-04T12:02:00+08:00&quot;&gt;12:02 PM&lt;/abbr&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;star-ratings&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-comment-link&quot;&gt;
&lt;a class=&quot;comment-link&quot; href=&quot;http://www.blogger.com/comment.g?blogID=5264562039005213468&amp;amp;postID=4642011164057132868&quot;&gt;
No comments:
    &lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;post-backlinks post-comment-link&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-icons&quot;&gt;

&lt;/span&gt;
&lt;div class=&quot;post-share-buttons goog-inline-block&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-2&quot;&gt;
&lt;span class=&quot;post-labels&quot;&gt;
Labels:
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/BGP&quot; rel=&quot;tag&quot;&gt;BGP&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-3&quot;&gt;
&lt;span class=&quot;post-location&quot;&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-outer&quot;&gt;
&lt;div class=&quot;post hentry uncustomized-post-template&quot; itemprop=&quot;blogPost&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/BlogPosting&quot;&gt;


&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;2560002493825029811&quot;&gt;&lt;/a&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-multihomed-customer-to-single-isp_04.html&quot;&gt;BGP: Multihomed Customer to Single ISP in Load-Sharing Setup with Static Routes&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-2560002493825029811&quot; itemprop=&quot;description articleBody&quot;&gt;
&lt;strong&gt;Outbound Traffic (CE to PE):&lt;/strong&gt;&lt;br /&gt;
- each customer router uses closest CE as exit point;&lt;br /&gt;
- CE routers must be collocated to have load-sharing;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Inbound/Return Traffic (PE to CE) (pre-IOS 12.2):&lt;/strong&gt;&lt;br /&gt;
- true load-sharing is impossible to achieve with multiple PEs;&lt;br /&gt;
- per BGP route selection, only one route will be the best route (to the customer network)&lt;br /&gt;
- can be optimized by dividing the customer address space&lt;br /&gt;
&lt;br /&gt;
Customer Network: &lt;span style=&quot;background-color: lime;&quot;&gt;11.2.3.0 /24&lt;/span&gt;&lt;br /&gt;
Customer Network &quot;division&quot; assigned to PE1: &lt;span style=&quot;background-color: red;&quot;&gt;11.2.3.0/25&lt;/span&gt;&lt;br /&gt;
Customer Network &quot;division&quot; assigned to PE2: &lt;span style=&quot;background-color: orange;&quot;&gt;11.2.3.128/25&lt;/span&gt;&lt;br /&gt;

&lt;/div&gt;
&lt;div class=&quot;jump-link&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-multihomed-customer-to-single-isp_04.html#more&quot; title=&quot;BGP: Multihomed Customer to Single ISP in Load-Sharing Setup with Static Routes&quot;&gt;Read more »&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer&quot;&gt;
&lt;div class=&quot;post-footer-line post-footer-line-1&quot;&gt;
&lt;span class=&quot;post-author vcard&quot;&gt;
Posted by
&lt;span class=&quot;fn&quot; itemprop=&quot;author&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/Person&quot;&gt;
&lt;span itemprop=&quot;name&quot;&gt;Daddy@Home&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;post-timestamp&quot;&gt;
at

&lt;a class=&quot;timestamp-link&quot; href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-multihomed-customer-to-single-isp_04.html&quot; rel=&quot;bookmark&quot; title=&quot;permanent link&quot;&gt;&lt;abbr class=&quot;published&quot; itemprop=&quot;datePublished&quot; title=&quot;2011-05-04T11:22:00+08:00&quot;&gt;11:22 AM&lt;/abbr&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;star-ratings&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-comment-link&quot;&gt;
&lt;a class=&quot;comment-link&quot; href=&quot;http://www.blogger.com/comment.g?blogID=5264562039005213468&amp;amp;postID=2560002493825029811&quot;&gt;
No comments:
    &lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;post-backlinks post-comment-link&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-icons&quot;&gt;

&lt;/span&gt;
&lt;div class=&quot;post-share-buttons goog-inline-block&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-2&quot;&gt;
&lt;span class=&quot;post-labels&quot;&gt;
Labels:
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/BGP&quot; rel=&quot;tag&quot;&gt;BGP&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Static%20Route&quot; rel=&quot;tag&quot;&gt;Static Route&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-3&quot;&gt;
&lt;span class=&quot;post-location&quot;&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-outer&quot;&gt;
&lt;div class=&quot;post hentry uncustomized-post-template&quot; itemprop=&quot;blogPost&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/BlogPosting&quot;&gt;


&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;4657515092976049403&quot;&gt;&lt;/a&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-multihomed-customer-to-single-isp.html&quot;&gt;BGP: Multihomed Customer to Single ISP in Primary-Backup Setup with Static Routes&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;div class=&quot;post-body entry-content&quot; id=&quot;post-body-4657515092976049403&quot; itemprop=&quot;description articleBody&quot;&gt;
&lt;strong&gt;Scenario:&lt;/strong&gt;&lt;br /&gt;
Multihomed customer connected to a single service provider on multiple permanent links;&lt;br /&gt;
Customer network using OSPF; provider network using BGP; CE-PE&amp;nbsp;via static routing;&lt;br /&gt;
Floating static routes configured as backup on both CE and PE;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Floating Static Routes in BGP:&lt;/strong&gt;&lt;br /&gt;
Once active, the floating static routes will be permanently installed in
 BGP; static routes are locally sourced which is preferred;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;admin distance cannot be used in route-maps; hence, use communities&lt;/li&gt;
&lt;li&gt;tag floating static routes; tags mapped to specific communities;&lt;/li&gt;
&lt;li&gt;use route maps to modify the weight and/or local preference;&lt;/li&gt;
&lt;li&gt;default weight: 32768&lt;/li&gt;
&lt;/ul&gt;
&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;

&lt;/div&gt;
&lt;div class=&quot;jump-link&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-multihomed-customer-to-single-isp.html#more&quot; title=&quot;BGP: Multihomed Customer to Single ISP in Primary-Backup Setup with Static Routes&quot;&gt;Read more »&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer&quot;&gt;
&lt;div class=&quot;post-footer-line post-footer-line-1&quot;&gt;
&lt;span class=&quot;post-author vcard&quot;&gt;
Posted by
&lt;span class=&quot;fn&quot; itemprop=&quot;author&quot; itemscope=&quot;itemscope&quot; itemtype=&quot;http://schema.org/Person&quot;&gt;
&lt;span itemprop=&quot;name&quot;&gt;Daddy@Home&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;post-timestamp&quot;&gt;
at

&lt;a class=&quot;timestamp-link&quot; href=&quot;http://raabadnetworking.blogspot.in/2011/05/bgp-multihomed-customer-to-single-isp.html&quot; rel=&quot;bookmark&quot; title=&quot;permanent link&quot;&gt;&lt;abbr class=&quot;published&quot; itemprop=&quot;datePublished&quot; title=&quot;2011-05-04T11:00:00+08:00&quot;&gt;11:00 AM&lt;/abbr&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;reaction-buttons&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;star-ratings&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-comment-link&quot;&gt;
&lt;a class=&quot;comment-link&quot; href=&quot;http://www.blogger.com/comment.g?blogID=5264562039005213468&amp;amp;postID=4657515092976049403&quot;&gt;
No comments:
    &lt;/a&gt;
&lt;/span&gt;
&lt;span class=&quot;post-backlinks post-comment-link&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;post-icons&quot;&gt;

&lt;/span&gt;
&lt;div class=&quot;post-share-buttons goog-inline-block&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-2&quot;&gt;
&lt;span class=&quot;post-labels&quot;&gt;
Labels:
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/BGP&quot; rel=&quot;tag&quot;&gt;BGP&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Route-Map&quot; rel=&quot;tag&quot;&gt;Route-Map&lt;/a&gt;,
&lt;a href=&quot;http://raabadnetworking.blogspot.in/search/label/Static%20Route&quot; rel=&quot;tag&quot;&gt;Static Route&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;post-footer-line post-footer-line-3&quot;&gt;
&lt;span class=&quot;post-location&quot;&gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;h2 class=&quot;date-header&quot;&gt;
&lt;span&gt;Wednesday, April 15, 2009&lt;/span&gt;&lt;/h2&gt;
&lt;a href=&quot;https://www.blogger.com/null&quot; name=&quot;7262542231504945876&quot;&gt;&lt;/a&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
&lt;a href=&quot;http://raabadnetworking.blogspot.in/2009/04/ios-bgpmpls-3-generror.html&quot;&gt;IOS: %BGP_MPLS-3-GEN_ERROR&lt;/a&gt;
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
&lt;span style=&quot;font-family: courier new;&quot;&gt;&lt;br /&gt;
Mar 18 20:41:38.892 EDT: %BGP_MPLS-3-GEN_ERROR: BGP: MPLS outlabel 
changed, MPLS forw not updated, prefix not in routing table -Traceback= 
10D36950 10D3709C 10B10388 10B10718 10AEEFD0 10AEF030 10B53A50 10B53DC0 
10AF588C 10AFD610 10AFE8E0 10A44524 10A3B6D4&lt;br /&gt;
Mar 18 20:41:38.892 EDT: %BGP_MPLS-3-GEN_ERROR: BGP: MPLS outlabel 
changed, MPLS forw not updated, prefix not in routing table -Traceback= 
10D36950 10D3709C 10B10388 10B10718 10AEEFD0 10AEF030 10B53A50 10B53DC0 
10AF588C 10AFD610 10AFE8E0 10A44524 10A3B6D4&lt;br /&gt;
Mar 18 20:41:38.892 EDT: %BGP_MPLS-3-GEN_ERROR: BGP: MPLS outlabel 
changed, MPLS forw not updated, prefix not in routing table -Traceback= 
10D36950 10D3709C 10B10388 10B10718 10AEEFD0 10AEF030 10B53A50 10B53DC0 
10AF588C 10AFD610 10AFE8E0 10A44524 10A3B6D4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Cisco IOS Software, Catalyst 4500 L3 Switch Software (cat4500e-ENTSERVICES-M), Version&lt;br /&gt;
12.2(50)SG1, RELEASE SOFTWARE (fc2)&lt;br /&gt;
Technical Support:&lt;br /&gt;
http://www.cisco.com/techsupport&lt;br /&gt;
Copyright (c) 1986-2009 by Cisco Systems, Inc.&lt;br /&gt;
Compiled Tue 10-Feb-09 00:17 by prod_rel_team&lt;br /&gt;
Image text-base: 0x10000000, data-base: 0x124FED8C&lt;br /&gt;
&lt;br /&gt;
ROM: 12.2(44r)SG&lt;br /&gt;
Darkside Revision 0, Jawa Revision 11, Tatooine Revision 140, Forerunner Revision 1.74&lt;br /&gt;
&lt;br /&gt;
MyRouter uptime is 5 days, 3 hours, 12 minutes&lt;br /&gt;
System returned to ROM by power-on&lt;br /&gt;
System restarted at 19:50:40 EDT Fri Mar 13 2009&lt;br /&gt;
System image file is &quot;bootflash:/cat4500e-entservices-mz.122-50.SG1.bin&quot;&lt;br /&gt;
&lt;br /&gt;
cisco WS-C4900M (MPC8548) processor (revision 2) with 524288K bytes of memory.&lt;br /&gt;
Processor board ID JAE130628BD&lt;br /&gt;
MPC8548 CPU at 1.33GHz, Cisco Catalyst 4900M&lt;br /&gt;
Last reset from PowerUp&lt;br /&gt;
1 Virtual Ethernet interface&lt;br /&gt;
36 Gigabit Ethernet interfaces&lt;br /&gt;
16 Ten Gigabit Ethernet interfaces&lt;br /&gt;
511K bytes of non-volatile configuration memory.&lt;br /&gt;
&lt;br /&gt;
Configuration register is 0x2102&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
&lt;b&gt;CSCse15707: Trace back seen at bgp_ipv4_mpls_label_change.&lt;/b&gt;&lt;br /&gt;
&lt;a href=&quot;http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&amp;amp;bugId=CSCse15707&quot;&gt;&lt;br /&gt;
http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&amp;amp;bugId=CSCse15707&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/6670395307422957038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/6670395307422957038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6670395307422957038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6670395307422957038'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/05/bgp.html' title='BGP'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-8852012841403282121</id><published>2014-05-23T18:53:00.001+05:30</published><updated>2014-05-23T18:53:22.144+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="FIREWALL"/><title type='text'>Basic PIX Configuration </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h3 class=&quot;post-title entry-title&quot; itemprop=&quot;name&quot;&gt;
Basic PIX Configuration
&lt;/h3&gt;
&lt;div class=&quot;post-header&quot;&gt;

&lt;/div&gt;
This should be your most basic configuration if you want your PIX to 
have internet access, assuming there are no other blocking/filtering 
device that exists between the PIX and the internet:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Topology:&lt;/strong&gt;&lt;br /&gt;PIX inside: 192.168.102.254 /24&lt;br /&gt;PIX outside: 10.199.248.50 /24&lt;br /&gt;ISP/default gateway: 10.199.248.254 /24&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZL7_UPFItD9SlR_oK4NlYuJ3CX2H8a_crB4aqOv9l_ZCunI58hABeSVEooM5d-2YBL9ToUQPPOFAR2DPiRGPfC6pRv48_eHUNZz8cuDVsyqVJJUM04hu25UjCzTCUmeWO3g7F2dLeaCTR/s1600-h/pix.simple.internet.JPG&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; id=&quot;BLOGGER_PHOTO_ID_5173779347311877650&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZL7_UPFItD9SlR_oK4NlYuJ3CX2H8a_crB4aqOv9l_ZCunI58hABeSVEooM5d-2YBL9ToUQPPOFAR2DPiRGPfC6pRv48_eHUNZz8cuDVsyqVJJUM04hu25UjCzTCUmeWO3g7F2dLeaCTR/s400/pix.simple.internet.JPG&quot; style=&quot;cursor: hand;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;PIX 6.X Configuration:&lt;/strong&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface ethernet0 auto&lt;br /&gt;interface ethernet1 auto&lt;br /&gt;nameif ethernet0 outside security0&lt;br /&gt;nameif ethernet1 inside security100&lt;br /&gt;ip address outside 10.199.248.50 255.255.255.0&lt;br /&gt;ip address inside 192.168.102.254 255.255.255.0&lt;br /&gt;global (outside) 1 interface&lt;br /&gt;nat (inside) 1 0 0&lt;br /&gt;route outside 0 0 10.199.248.3 1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;PIX 7.X Configuration&lt;/strong&gt;&lt;br /&gt;&lt;span style=&quot;font-family: courier new;&quot;&gt;interface Ethernet0&lt;br /&gt;&amp;nbsp;no shutdown&lt;br /&gt;&amp;nbsp;nameif outside&lt;br /&gt;&amp;nbsp;ip address 10.199.248.50 255.255.255.0&lt;br /&gt;interface Ethernet1&lt;br /&gt;&amp;nbsp;no shutdown&lt;br /&gt;&amp;nbsp;nameif inside&lt;br /&gt;&amp;nbsp;ip address 192.168.102.254 255.255.255.0&lt;br /&gt;global (outside) 1 interface&lt;br /&gt;nat (inside) 1 0 0&lt;br /&gt;route outside 0 0 10.199.248.3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;br /&gt;Slight
 difference when dealing with different PIX OS, but principle is the 
same. First, configure the interfaces. Next, configure translation 
(shown here is the simplest NAT). Lastly, configure default route.&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/8852012841403282121/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/8852012841403282121' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8852012841403282121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8852012841403282121'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/05/basic-pix-configuration.html' title='Basic PIX Configuration '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZL7_UPFItD9SlR_oK4NlYuJ3CX2H8a_crB4aqOv9l_ZCunI58hABeSVEooM5d-2YBL9ToUQPPOFAR2DPiRGPfC6pRv48_eHUNZz8cuDVsyqVJJUM04hu25UjCzTCUmeWO3g7F2dLeaCTR/s72-c/pix.simple.internet.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-1471596398214647756</id><published>2014-01-24T15:00:00.002+05:30</published><updated>2014-01-24T15:00:27.381+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>MYSQL Database Create</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: .0001pt; margin-bottom: 0in; mso-line-height-alt: 15.45pt; mso-outline-level: 1;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 21.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt;&quot;&gt;Create a MySQL Database, Tables and
Insert Data&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://www.cyberciti.biz/faq/category/mysql/&quot; title=&quot;&amp;quot;See all MySQL Database Server related FAQ&amp;quot; &quot;&gt;&lt;span style=&quot;color: #2361a1; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot;
 coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot;
 filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot;
 alt=&quot;Description: http://s0.cyberciti.org/images/category/old/mysqllogo.gif&quot;
 href=&quot;http://www.cyberciti.biz/faq/category/mysql/&quot; title=&quot;&amp;quot;See all MySQL Database Server related FAQ&amp;quot;&quot;
 style=&#39;width:75pt;height:39pt;visibility:visible;mso-wrap-style:square&#39;
 o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot;
  o:title=&quot;mysqllogo&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://s0.cyberciti.org/images/category/old/mysqllogo.gif&quot; border=&quot;0&quot; height=&quot;52&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif&quot; v:shapes=&quot;Picture_x0020_1&quot; width=&quot;100&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: .0001pt; margin-bottom: 0in; mso-line-height-alt: 18.85pt;&quot;&gt;
&lt;span style=&quot;color: #888888; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 60.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;H&lt;/span&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ow do I create a MySQL database, tables, and
insert (store) data into newly created tables?&lt;br /&gt;
&lt;br /&gt;
MySQL is a free and open source database management system. You need to use sql
commands to create database. You also need to login as mysql root user account.
To create a database and set up tables for the same use the following sql
commands:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: #EAEBEC; border: solid #CCCCCC 1.0pt; margin-left: .75pt; mso-border-alt: solid #CCCCCC .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184;&quot;&gt;
 &lt;tbody&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: none; border-right: none; border-top: solid #FAFAFA 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid #FAFAFA .75pt; padding: 3.75pt 6.75pt 4.5pt 15.0pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Tutorial details&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: none; border-right: none; border-top: solid #FAFAFA 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid #FAFAFA .75pt; padding: 3.75pt 6.75pt 4.5pt 6.75pt;&quot;&gt;&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: none; border-right: none; border-top: solid white 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 15.0pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Difficulty&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: solid #E0E0E0 1.0pt; border-right: none; border-top: solid white 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-left-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 1.5pt;&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.cyberciti.biz/faq/tutorial-difficulty-level/easy/&quot; title=&quot;See all Easy Linux / Unix System Administrator Tutorials&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #2361a1; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Easy&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;(&lt;a href=&quot;http://www.cyberciti.biz/faq/tutorial-difficulty-level/easy/feed/&quot; title=&quot;See all Easy Linux / Unix System Administrator Tutorials via rss feed&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: #2361a1;&quot;&gt;rss&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: none; border-right: none; border-top: solid white 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 15.0pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Root privileges&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: solid #E0E0E0 1.0pt; border-right: none; border-top: solid white 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-left-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 1.5pt;&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;No&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: none; border-right: none; border-top: solid white 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 15.0pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Requirements&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: solid #E0E0E0 1.0pt; border-left: solid #E0E0E0 1.0pt; border-right: none; border-top: solid white 1.0pt; mso-border-bottom-alt: solid #E0E0E0 .75pt; mso-border-left-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 1.5pt;&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;mysql&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;border-top: solid white 1.0pt; border: none; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 15.0pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Estimated completion
  time&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-bottom: none; border-left: solid #E0E0E0 1.0pt; border-right: none; border-top: solid white 1.0pt; mso-border-left-alt: solid #E0E0E0 .75pt; mso-border-top-alt: solid white .75pt; padding: 1.5pt 1.5pt 1.5pt 1.5pt;&quot;&gt;
  &lt;div align=&quot;center&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: center;&quot;&gt;
&lt;span style=&quot;color: #666666; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;10m&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 18.85pt; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: Arial;&quot;&gt;1.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;CREATE
DATABASE&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;- create the
database. To use this statement, you need the CREATE privilege for the
database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 18.85pt; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: Arial;&quot;&gt;2.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;CREATE
TABLE&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;- create the
table. You must have the CREATE privilege for the table.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 18.85pt; margin-right: 0in; margin-top: 0in; mso-list: l0 level1 lfo1; tab-stops: list .5in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: Arial;&quot;&gt;3.&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;INSERT&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;- To add/insert data to table i.e.
inserts new rows into an existing table.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: 7.35pt; margin-left: 0in; margin-right: 0in; margin-top: 22.0pt; mso-line-height-alt: 14.65pt; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 22.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Procedure for creating
a database and a sample table&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Login as the mysql
root user to create database:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;$ mysql -u
root -p&lt;/span&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
Sample outputs:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-element: para-border-div; padding: 8.0pt 11.0pt 8.0pt 11.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;mysql&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add a database called
books, enter:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;CREATE
DATABASE books;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, database is
created. Use a database with use command, type:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;USE books;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next, create a table
called authors with name, email and id as fields:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;CREATE
TABLE authors (id INT, name VARCHAR(20), email VARCHAR(20));&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To display your tables
in books database, enter:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;SHOW
TABLES;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
Sample outputs:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-element: para-border-div; padding: 8.0pt 11.0pt 8.0pt 11.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;+-----------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;| Tables_in_books |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;+-----------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;| authors&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;+-----------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1 row in set (0.00 sec)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Finally, add a data
i.e. row to table books using INSERT statement, run:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;INSERT
INTO authors (id,name,email)
VALUES(1,&quot;Vivek&quot;,&quot;xuz@abc.com&quot;);&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
Sample outputs:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-element: para-border-div; padding: 8.0pt 11.0pt 8.0pt 11.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Query OK, 1 row affected (0.00 sec)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Try to add few more
rows to your table:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;INSERT
INTO authors (id,name,email)
VALUES(2,&quot;Priya&quot;,&quot;p@gmail.com&quot;);&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;&lt;br /&gt;
mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;INSERT INTO authors (id,name,email)
VALUES(3,&quot;Tom&quot;,&quot;tom@yahoo.com&quot;);&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.85pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To display all rows
i.e. data stored in authors table, enter:&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;mysql&amp;gt;&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; color: #009900; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: solid #DDDDDD .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 8.0pt;&quot;&gt;SELECT *
FROM authors;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 17.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
Sample outputs:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-element: para-border-div; padding: 8.0pt 11.0pt 8.0pt 11.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;+------+-------+---------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;| id&amp;nbsp;&amp;nbsp; |
name&amp;nbsp; | email&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;+------+-------+---------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 |
Vivek | xuz@abc.com&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 |
Priya | p@gmail.com&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 |
Tom&amp;nbsp;&amp;nbsp; | tom@yahoo.com |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;+------+-------+---------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 18pt; margin-bottom: 22pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: #111111; font-family: Consolas; font-size: 14.5pt; mso-bidi-font-family: &amp;quot;Courier New&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;3 rows in set (0.00 sec)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/1471596398214647756/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/1471596398214647756' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1471596398214647756'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1471596398214647756'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/01/mysql-database-create.html' title='MYSQL Database Create'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-4067678781471725167</id><published>2014-01-24T14:58:00.005+05:30</published><updated>2014-01-24T14:58:58.348+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>Share Folder Linux</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;background: #F7F7F7; border-bottom: solid white 1.0pt; border: none; mso-border-bottom-alt: solid white .75pt; mso-element: para-border-div; padding: 0in 0in 2.0pt 0in;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 19.5pt; margin: 7.5pt 0in 0.0001pt; padding: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;How to install Samba
server on CentOS&amp;nbsp;6&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 13.5pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Part
1:&amp;nbsp;Configuring anonymous share with samba server&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To install the&amp;nbsp;&lt;b&gt;samba&lt;/b&gt;&amp;nbsp;package,enter
the following command:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo yum install samba samba-client samba-common&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/426.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot;
 coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot;
 filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1055&quot; type=&quot;#_x0000_t75&quot;
 alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/426.jpg?w=630&amp;amp;h=63&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/426.jpg&quot; style=&#39;width:472.5pt;
 height:47.25pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image001.jpg&quot;
  o:title=&quot;426&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/426.jpg?w=630&amp;amp;h=63&quot; border=&quot;0&quot; height=&quot;63&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image001.jpg&quot; v:shapes=&quot;Picture_x0020_1&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Check the version of
installed samba software by using this command:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;smbd --version&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/524.jpg&quot;&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_2&quot;
 o:spid=&quot;_x0000_i1054&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/524.jpg?w=630&amp;amp;h=86&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/524.jpg&quot; style=&#39;width:472.5pt;
 height:64.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.jpg&quot;
  o:title=&quot;524&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/524.jpg?w=630&amp;amp;h=86&quot; border=&quot;0&quot; height=&quot;86&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image002.jpg&quot; v:shapes=&quot;Picture_x0020_2&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Configure the samba
service, so that, it will start automatically at boot time:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo chkconfig smb on&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo chkconfig nmb on&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/on.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;Picture_x0020_3&quot; o:spid=&quot;_x0000_i1053&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/on.jpg?w=630&amp;amp;h=100&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/on.jpg&quot; style=&#39;width:472.5pt;
 height:75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image003.jpg&quot;
  o:title=&quot;on&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/on.jpg?w=630&amp;amp;h=100&quot; border=&quot;0&quot; height=&quot;100&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image003.jpg&quot; v:shapes=&quot;Picture_x0020_3&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Disable the SELinux:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo nano /etc/selinux/config&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/157.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_4&quot; o:spid=&quot;_x0000_i1052&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/157.jpg?w=630&amp;amp;h=73&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/157.jpg&quot; style=&#39;width:472.5pt;
 height:54.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image004.jpg&quot;
  o:title=&quot;157&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/157.jpg?w=630&amp;amp;h=73&quot; border=&quot;0&quot; height=&quot;73&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image004.jpg&quot; v:shapes=&quot;Picture_x0020_4&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Change SELinux
from&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;enforcing&lt;/span&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;to&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;disabled&lt;/span&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;SELINUX=disabled&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/230.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_5&quot; o:spid=&quot;_x0000_i1051&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/230.jpg?w=630&amp;amp;h=230&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/230.jpg&quot; style=&#39;width:472.5pt;
 height:172.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image005.jpg&quot;
  o:title=&quot;230&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/230.jpg?w=630&amp;amp;h=230&quot; border=&quot;0&quot; height=&quot;230&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image005.jpg&quot; v:shapes=&quot;Picture_x0020_5&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add these Iptables
rules, so that samba will work perfectly:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo iptables -I INPUT 4 -m state --state NEW -m udp -p udp --dport
137 -j ACCEPT&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo iptables -I&amp;nbsp;INPUT 5 -m state --state NEW -m udp -p udp
--dport 138 -j ACCEPT&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo iptables -I&amp;nbsp;INPUT 6 -m state --state NEW -m tcp -p tcp
--dport 139 -j ACCEPT&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo service iptables save&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/325.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_6&quot; o:spid=&quot;_x0000_i1050&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/325.jpg?w=630&amp;amp;h=194&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/325.jpg&quot; style=&#39;width:472.5pt;
 height:145.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image006.jpg&quot;
  o:title=&quot;325&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/325.jpg?w=630&amp;amp;h=194&quot; border=&quot;0&quot; height=&quot;194&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image006.jpg&quot; v:shapes=&quot;Picture_x0020_6&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart the Server!!!&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Go to your Windows
machine and use this command in order to check the WORKGROUP name:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;net config workstation&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/625.jpg&quot;&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_7&quot;
 o:spid=&quot;_x0000_i1049&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/625.jpg?w=630&amp;amp;h=76&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/625.jpg&quot; style=&#39;width:472.5pt;
 height:57pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image007.jpg&quot;
  o:title=&quot;625&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/625.jpg?w=630&amp;amp;h=76&quot; border=&quot;0&quot; height=&quot;76&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg&quot; v:shapes=&quot;Picture_x0020_7&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;font-family: Tahoma, sans-serif; font-size: 9pt;&quot;&gt;It will show the output,
something like this:&lt;/span&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/720.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_8&quot; o:spid=&quot;_x0000_i1048&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/720.jpg?w=630&amp;amp;h=315&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/720.jpg&quot; style=&#39;width:472.5pt;
 height:236.25pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.jpg&quot;
  o:title=&quot;720&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/720.jpg?w=630&amp;amp;h=315&quot; border=&quot;0&quot; height=&quot;315&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.jpg&quot; v:shapes=&quot;Picture_x0020_8&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Backup the smb.conf
file, then delete it and create the new one:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.bak&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo rm&amp;nbsp;/etc/samba/smb.conf&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo touch&amp;nbsp;/etc/samba/smb.conf&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo nano&amp;nbsp;/etc/samba/smb.conf&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/819.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_9&quot; o:spid=&quot;_x0000_i1047&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/819.jpg?w=630&amp;amp;h=151&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/819.jpg&quot; style=&#39;width:472.5pt;
 height:113.25pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.jpg&quot;
  o:title=&quot;819&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/819.jpg?w=630&amp;amp;h=151&quot; border=&quot;0&quot; height=&quot;151&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.jpg&quot; v:shapes=&quot;Picture_x0020_9&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add these lines, in
your smb.conf file (or change it according to your requirement):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#======================= Global Settings
=====================================&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;[global]&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;workgroup = WORKGROUP&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;security = share&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;map to guest = bad user&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#============================ Share Definitions ==============================&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;[MyShare]&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;path = /samba/share&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;browsable =yes&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;writable = yes&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;guest ok = yes&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;read only = no&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/919.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_10&quot; o:spid=&quot;_x0000_i1046&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/919.jpg?w=630&amp;amp;h=396&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/919.jpg&quot; style=&#39;width:472.5pt;
 height:297pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image010.jpg&quot;
  o:title=&quot;919&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/919.jpg?w=630&amp;amp;h=396&quot; border=&quot;0&quot; height=&quot;396&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image010.jpg&quot; v:shapes=&quot;Picture_x0020_10&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Save the smb.conf file
and restart the service:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo service smb restart&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo&amp;nbsp;service nmb restart&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/1016.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_11&quot; o:spid=&quot;_x0000_i1045&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1016.jpg?w=630&amp;amp;h=144&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/1016.jpg&quot; style=&#39;width:472.5pt;
 height:108pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image011.jpg&quot;
  o:title=&quot;1016&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1016.jpg?w=630&amp;amp;h=144&quot; border=&quot;0&quot; height=&quot;144&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg&quot; v:shapes=&quot;Picture_x0020_11&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Access the samba share
from windows (where&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: red; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;centos&lt;/span&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;is the name of my samba server):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/centos.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_12&quot; o:spid=&quot;_x0000_i1044&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/centos.jpg?w=630&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/centos.jpg&quot; style=&#39;width:306.75pt;
 height:156.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image012.jpg&quot;
  o:title=&quot;centos&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/centos.jpg?w=630&quot; border=&quot;0&quot; height=&quot;209&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image012.jpg&quot; v:shapes=&quot;Picture_x0020_12&quot; width=&quot;409&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;wao, we are able to
access the samba share successfully&amp;nbsp;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;Picture_x0020_13&quot; o:spid=&quot;_x0000_i1043&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: :-)&quot;
 style=&#39;width:11.25pt;height:11.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image013.gif&quot;
  o:title=&quot;-)&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: :-)&quot; border=&quot;0&quot; height=&quot;15&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image013.gif&quot; v:shapes=&quot;Picture_x0020_13&quot; width=&quot;15&quot; /&gt;&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/centos12.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_14&quot; o:spid=&quot;_x0000_i1042&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/centos12.jpg?w=630&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/centos12.jpg&quot; style=&#39;width:467.25pt;
 height:298.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image014.jpg&quot;
  o:title=&quot;centos12&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/centos12.jpg?w=630&quot; border=&quot;0&quot; height=&quot;398&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image014.jpg&quot; v:shapes=&quot;Picture_x0020_14&quot; width=&quot;623&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Let’s try to create
something, inside the share folder:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/1119.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_15&quot; o:spid=&quot;_x0000_i1041&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1119.jpg?w=630&amp;amp;h=454&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/1119.jpg&quot; style=&#39;width:472.5pt;
 height:340.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image015.jpg&quot;
  o:title=&quot;1119&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1119.jpg?w=630&amp;amp;h=454&quot; border=&quot;0&quot; height=&quot;454&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image015.jpg&quot; v:shapes=&quot;Picture_x0020_15&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Error, we cannot
create anything inside the share folder&amp;nbsp;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;Picture_x0020_16&quot; o:spid=&quot;_x0000_i1040&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: :-(&quot;
 style=&#39;width:11.25pt;height:11.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image016.gif&quot;
  o:title=&quot;-(&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: :-(&quot; border=&quot;0&quot; height=&quot;15&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image016.gif&quot; v:shapes=&quot;Picture_x0020_16&quot; width=&quot;15&quot; /&gt;&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/1213.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_17&quot; o:spid=&quot;_x0000_i1039&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1213.jpg?w=630&amp;amp;h=350&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/1213.jpg&quot; style=&#39;width:472.5pt;
 height:262.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image017.jpg&quot;
  o:title=&quot;1213&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1213.jpg?w=630&amp;amp;h=350&quot; border=&quot;0&quot; height=&quot;350&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image017.jpg&quot; v:shapes=&quot;Picture_x0020_17&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Check the current permission
on the samba share:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cd /samba/&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -l&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/1312.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_18&quot; o:spid=&quot;_x0000_i1038&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1312.jpg?w=630&amp;amp;h=131&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/1312.jpg&quot; style=&#39;width:472.5pt;
 height:98.25pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image018.jpg&quot;
  o:title=&quot;1312&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1312.jpg?w=630&amp;amp;h=131&quot; border=&quot;0&quot; height=&quot;131&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image018.jpg&quot; v:shapes=&quot;Picture_x0020_18&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Change it, in such a
way that everyone can read and write it(Check it, that it is allowed in
your&amp;nbsp;environment&amp;nbsp;or not):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo chmod -R 0777 share&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -l&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/1412.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_19&quot; o:spid=&quot;_x0000_i1037&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1412.jpg?w=630&amp;amp;h=129&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/1412.jpg&quot; style=&#39;width:472.5pt;
 height:96.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image019.jpg&quot;
  o:title=&quot;1412&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/1412.jpg?w=630&amp;amp;h=129&quot; border=&quot;0&quot; height=&quot;129&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image019.jpg&quot; v:shapes=&quot;Picture_x0020_19&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Try to create
something again, inside the share folder:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/158.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_20&quot; o:spid=&quot;_x0000_i1036&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/158.jpg?w=630&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/158.jpg&quot; style=&#39;width:396.75pt;
 height:217.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image020.jpg&quot;
  o:title=&quot;158&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/158.jpg?w=630&quot; border=&quot;0&quot; height=&quot;290&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image020.jpg&quot; v:shapes=&quot;Picture_x0020_20&quot; width=&quot;529&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Verify the newly
created file on samba server:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cd share/&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -l&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/163.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_21&quot; o:spid=&quot;_x0000_i1035&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/163.jpg?w=630&amp;amp;h=133&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/163.jpg&quot; style=&#39;width:472.5pt;
 height:99.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image021.jpg&quot;
  o:title=&quot;163&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/163.jpg?w=630&amp;amp;h=133&quot; border=&quot;0&quot; height=&quot;133&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image021.jpg&quot; v:shapes=&quot;Picture_x0020_21&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Part 2:&amp;nbsp;Add and
manage users and groups&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add a group in your
CentOS server (in my case smbgrp):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo groupadd smbgrp&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/174.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_22&quot; o:spid=&quot;_x0000_i1034&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/174.jpg?w=630&amp;amp;h=82&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/174.jpg&quot; style=&#39;width:472.5pt;
 height:61.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image022.jpg&quot;
  o:title=&quot;174&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/174.jpg?w=630&amp;amp;h=82&quot; border=&quot;0&quot; height=&quot;82&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image022.jpg&quot; v:shapes=&quot;Picture_x0020_22&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Create a new share,
set the permission on the share:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cd /samba/&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo mkdir secure&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo chown -R arbab:smbgrp secure/&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -l&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo chmod -R 0770 secure/&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -l&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/181.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_23&quot; o:spid=&quot;_x0000_i1033&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/181.jpg?w=630&amp;amp;h=296&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/181.jpg&quot; style=&#39;width:472.5pt;
 height:222pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image023.jpg&quot;
  o:title=&quot;181&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/181.jpg?w=630&amp;amp;h=296&quot; border=&quot;0&quot; height=&quot;296&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image023.jpg&quot; v:shapes=&quot;Picture_x0020_23&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add the user to the
samba group and create samba password:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo usermod -a -G smbgrp arbab&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo smbpasswd -a arbab&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/191.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_24&quot; o:spid=&quot;_x0000_i1032&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/191.jpg?w=630&amp;amp;h=142&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/191.jpg&quot; style=&#39;width:472.5pt;
 height:106.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image024.jpg&quot;
  o:title=&quot;191&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/191.jpg?w=630&amp;amp;h=142&quot; border=&quot;0&quot; height=&quot;142&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image024.jpg&quot; v:shapes=&quot;Picture_x0020_24&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Edit the smb.conf
file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo nano /etc/samba/smb.conf&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/201.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_25&quot; o:spid=&quot;_x0000_i1031&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/201.jpg?w=630&amp;amp;h=76&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/201.jpg&quot; style=&#39;width:472.5pt;
 height:57pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image025.jpg&quot;
  o:title=&quot;201&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/201.jpg?w=630&amp;amp;h=76&quot; border=&quot;0&quot; height=&quot;76&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image025.jpg&quot; v:shapes=&quot;Picture_x0020_25&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add the newly created
samba share in smb.conf file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;[Secure]&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;path = /samba/secure&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;valid users = @smbgrp&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;guest ok = no&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;writable = yes&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;browsable = yes&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/2110.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_26&quot; o:spid=&quot;_x0000_i1030&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/2110.jpg?w=630&amp;amp;h=395&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/2110.jpg&quot; style=&#39;width:472.5pt;
 height:296.25pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image026.jpg&quot;
  o:title=&quot;2110&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/2110.jpg?w=630&amp;amp;h=395&quot; border=&quot;0&quot; height=&quot;395&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image026.jpg&quot; v:shapes=&quot;Picture_x0020_26&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart the samba
service:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo service smb restart&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo service nmb restart&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/2210.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_27&quot; o:spid=&quot;_x0000_i1029&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/2210.jpg?w=630&amp;amp;h=133&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/2210.jpg&quot; style=&#39;width:472.5pt;
 height:99.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image027.jpg&quot;
  o:title=&quot;2210&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/2210.jpg?w=630&amp;amp;h=133&quot; border=&quot;0&quot; height=&quot;133&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image027.jpg&quot; v:shapes=&quot;Picture_x0020_27&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Check the syntax error
with&amp;nbsp;&lt;b&gt;&lt;i&gt;testparm&lt;/i&gt;&lt;/b&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;sudo testparm&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/232.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_28&quot; o:spid=&quot;_x0000_i1028&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/232.jpg?w=630&amp;amp;h=393&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/232.jpg&quot; style=&#39;width:472.5pt;
 height:294.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image028.jpg&quot;
  o:title=&quot;232&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/232.jpg?w=630&amp;amp;h=393&quot; border=&quot;0&quot; height=&quot;393&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image028.jpg&quot; v:shapes=&quot;Picture_x0020_28&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Testing from Windows
Machine:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/241.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_29&quot; o:spid=&quot;_x0000_i1027&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/241.jpg?w=630&amp;amp;h=492&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/241.jpg&quot; style=&#39;width:472.5pt;
 height:369pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image029.jpg&quot;
  o:title=&quot;241&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/241.jpg?w=630&amp;amp;h=492&quot; border=&quot;0&quot; height=&quot;492&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image029.jpg&quot; v:shapes=&quot;Picture_x0020_29&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/251.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_30&quot; o:spid=&quot;_x0000_i1026&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/251.jpg?w=630&amp;amp;h=493&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/251.jpg&quot; style=&#39;width:472.5pt;
 height:369.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image030.jpg&quot;
  o:title=&quot;251&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/251.jpg?w=630&amp;amp;h=493&quot; border=&quot;0&quot; height=&quot;493&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image030.jpg&quot; v:shapes=&quot;Picture_x0020_30&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: 13.5pt;&quot;&gt;
&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Verification from
CentOS server:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #FAFAFA; border-left: solid #CCCCCC 6.0pt; border: solid #CCCCCC 1.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-border-left-alt: solid #CCCCCC 6.0pt; mso-element: para-border-div; padding: 0in 4.0pt 12.0pt 4.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cd /samba/secure/&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 12pt; margin-bottom: 15pt; padding: 0in;&quot;&gt;
&lt;span style=&quot;color: red; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -l&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #555555; font-family: &amp;quot;Courier New&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F7F7F7; line-height: 16.5pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;http://rbgeek.files.wordpress.com/2012/05/261.jpg&quot;&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #4a630f; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; padding: 0in; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_31&quot; o:spid=&quot;_x0000_i1025&quot;
 type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/261.jpg?w=630&amp;amp;h=129&quot;
 href=&quot;http://rbgeek.files.wordpress.com/2012/05/261.jpg&quot; style=&#39;width:472.5pt;
 height:96.75pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image031.jpg&quot;
  o:title=&quot;261&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://rbgeek.files.wordpress.com/2012/05/261.jpg?w=630&amp;amp;h=129&quot; border=&quot;0&quot; height=&quot;129&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image031.jpg&quot; v:shapes=&quot;Picture_x0020_31&quot; width=&quot;630&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;color: #242424; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/4067678781471725167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/4067678781471725167' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/4067678781471725167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/4067678781471725167'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/01/share-folder-linux.html' title='Share Folder Linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-8043150436358670806</id><published>2014-01-24T14:58:00.001+05:30</published><updated>2014-01-24T14:58:07.352+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>XAMPP installation Linux</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;1&quot; class=&quot;MsoNormalTable&quot;&gt;
 &lt;tbody&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td style=&quot;padding: 15.0pt 15.0pt 15.0pt 15.0pt;&quot;&gt;
    &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot;&gt;
     &lt;tbody&gt;
&lt;tr&gt;
      &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
      &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype
       id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot;
       path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
       &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
       &lt;v:formulas&gt;
        &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
        &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
        &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
        &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
        &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
        &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
        &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
        &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
        &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
        &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
        &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
        &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
       &lt;/v:formulas&gt;
       &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
       &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;
      &lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1065&quot; type=&quot;#_x0000_t75&quot;
       alt=&quot;Description: http://www.apachefriends.org/img/xampp-logo-new.gif&quot;
       style=&#39;width:150pt;height:44.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
       &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot;
        o:title=&quot;xampp-logo-new&quot;/&gt;
      &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/xampp-logo-new.gif&quot; height=&quot;59&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif&quot; v:shapes=&quot;Picture_x0020_1&quot; width=&quot;200&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
      &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
      &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
       id=&quot;Picture_x0020_2&quot; o:spid=&quot;_x0000_i1064&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/blank.gif&quot;
       style=&#39;width:4.5pt;height:.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
       &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif&quot;
        o:title=&quot;blank&quot;/&gt;
      &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/blank.gif&quot; height=&quot;1&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image003.gif&quot; v:shapes=&quot;Picture_x0020_2&quot; width=&quot;6&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
      &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
      &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
       id=&quot;Picture_x0020_3&quot; o:spid=&quot;_x0000_i1063&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/head-for.gif&quot;
       style=&#39;width:35.25pt;height:26.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
       &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image004.gif&quot;
        o:title=&quot;head-for&quot;/&gt;
      &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/head-for.gif&quot; height=&quot;35&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image004.gif&quot; v:shapes=&quot;Picture_x0020_3&quot; width=&quot;47&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
      &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
      &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
       id=&quot;Picture_x0020_4&quot; o:spid=&quot;_x0000_i1062&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/blank.gif&quot;
       style=&#39;width:7.5pt;height:.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
       &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif&quot;
        o:title=&quot;blank&quot;/&gt;
      &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/blank.gif&quot; height=&quot;1&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image005.gif&quot; v:shapes=&quot;Picture_x0020_4&quot; width=&quot;10&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
      &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
      &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
       id=&quot;Picture_x0020_5&quot; o:spid=&quot;_x0000_i1061&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/head-linux.gif&quot;
       style=&#39;width:67.5pt;height:26.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
       &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image006.gif&quot;
        o:title=&quot;head-linux&quot;/&gt;
      &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/head-linux.gif&quot; height=&quot;35&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image006.gif&quot; v:shapes=&quot;Picture_x0020_5&quot; width=&quot;90&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
     &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_2&quot;
     o:spid=&quot;_x0000_s1026&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/images/371.jpg&quot;
     style=&#39;position:absolute;margin-left:38.8pt;margin-top:0;width:90pt;
     height:207pt;z-index:251658240;visibility:visible;mso-wrap-style:square;
     mso-wrap-distance-left:0;mso-wrap-distance-top:0;
     mso-wrap-distance-right:0;mso-wrap-distance-bottom:0;
     mso-position-horizontal:right;mso-position-horizontal-relative:text;
     mso-position-vertical:absolute;mso-position-vertical-relative:line&#39;
     o:allowoverlap=&quot;f&quot;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image007.jpg&quot;
      o:title=&quot;371&quot;/&gt;
     &lt;w:wrap type=&quot;square&quot; anchory=&quot;line&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img align=&quot;right&quot; alt=&quot;Description: http://www.apachefriends.org/images/371.jpg&quot; height=&quot;276&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image007.jpg&quot; v:shapes=&quot;Picture_x0020_2&quot; width=&quot;120&quot; /&gt;&lt;!--[endif]--&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Welcome
    to the Linux version of XAMPP&lt;br /&gt;
    (on x86-compatible processors)&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;By the way: In the past this
    software was called LAMPP but to avoid misconceptions we renamed it to
    »XAMPP for Linux«. So if you are seeking for LAMPP you&#39;re on the right track.
    ;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If you encounter any problems
    with XAMPP please feel free to get in touch with us. This will help us to
    improve XAMPP and make it more useful for everybody. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td style=&quot;padding: 15.0pt 15.0pt 15.0pt 15.0pt;&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Jump-off
    point&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#372&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_6&quot; o:spid=&quot;_x0000_i1060&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#372&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_6&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Pictures of XAMPP for Linux&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Installation in 4 Steps&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#374&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_7&quot; o:spid=&quot;_x0000_i1059&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#374&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_7&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 1: Download&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#377&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_8&quot; o:spid=&quot;_x0000_i1058&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#377&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_8&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 2: Installation&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#378&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_9&quot; o:spid=&quot;_x0000_i1057&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#378&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_9&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 3: Start&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#379&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_10&quot; o:spid=&quot;_x0000_i1056&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#379&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_10&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 4: Test&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;READ ME&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#381&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_11&quot; o:spid=&quot;_x0000_i1055&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#381&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_11&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;A matter of security (A MUST READ!)&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#382&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_12&quot; o:spid=&quot;_x0000_i1054&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#382&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_12&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Advanced start and stop parameters&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#385&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_13&quot; o:spid=&quot;_x0000_i1053&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#385&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_13&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;What is where?&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#387&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_14&quot; o:spid=&quot;_x0000_i1052&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#387&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_14&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stopping XAMPP&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux.html#388&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_15&quot; o:spid=&quot;_x0000_i1051&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux.html#388&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_15&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Uninstall&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td style=&quot;padding: 15.0pt 15.0pt 15.0pt 15.0pt;&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;372&quot;&gt;&lt;/a&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;a href=&quot;http://www.apachefriends.org/en/xampp-linux-screenshots.html&quot;&gt;&lt;span style=&quot;mso-bidi-font-weight: normal; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_16&quot;
     o:spid=&quot;_x0000_i1050&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux-screenshots.html&quot;
     style=&#39;width:10.5pt;height:9pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_16&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;Pictures
    of XAMPP for Linux &lt;span style=&quot;mso-bidi-font-weight: normal; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
     id=&quot;Picture_x0020_17&quot; o:spid=&quot;_x0000_i1049&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/xampp-linux-screenshots.html&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_17&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;As the old saying goes, a
    picture is worth a thousand words. Here you can take a look at some screen
    shots of a XAMPP installation.&lt;a href=&quot;&quot; name=&quot;373&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 24.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_18&quot;
     o:spid=&quot;_x0000_i1048&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: Installation in 4 Steps&quot;
     style=&#39;width:141.75pt;height:18.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image010.png&quot;
      o:title=&quot;Installation in 4 Steps&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: Installation in 4 Steps&quot; border=&quot;0&quot; height=&quot;25&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image011.jpg&quot; v:shapes=&quot;Picture_x0020_18&quot; width=&quot;189&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 24.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;374&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_19&quot; o:spid=&quot;_x0000_i1047&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_19&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 1: Download&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Simply click on one of the links
    below. It&#39;s a good idea to get the latest version. :)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;A complete list of downloads
    (older versions) is available at &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/project/showfiles.php?group_id=61776&amp;amp;package_id=60248&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_20&quot; o:spid=&quot;_x0000_i1046&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://sourceforge.net/project/showfiles.php?group_id=61776&amp;amp;package_id=60248&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_20&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;SourceForge&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;A detailed overview over the
    changes and contents of all XAMPP releases is available in the &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/LAMPP-RELEASENOTES.txt&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_21&quot; o:spid=&quot;_x0000_i1045&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/LAMPP-RELEASENOTES.txt&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_21&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;RELEASE NOTES&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 0in; mso-padding-alt: 2.25pt 2.25pt 2.25pt 2.25pt; mso-yfti-tbllook: 1184; width: 600px;&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td colspan=&quot;4&quot; style=&quot;background: #47478F; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;XAMPP for Linux 1.8.1, 2012/9/30&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
     id=&quot;Picture_x0020_22&quot; o:spid=&quot;_x0000_i1044&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/en/img/blank.gif&quot;
     style=&#39;width:147.75pt;height:.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif&quot;
      o:title=&quot;blank&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/en/img/blank.gif&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image012.gif&quot; v:shapes=&quot;Picture_x0020_22&quot; width=&quot;197&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    Version&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div align=&quot;right&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: right;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_23&quot; o:spid=&quot;_x0000_i1043&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/en/img/blank.gif&quot;
     style=&#39;width:37.5pt;height:.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif&quot;
      o:title=&quot;blank&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/en/img/blank.gif&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image013.gif&quot; v:shapes=&quot;Picture_x0020_23&quot; width=&quot;50&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    Size&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
     id=&quot;Picture_x0020_24&quot; o:spid=&quot;_x0000_i1042&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/en/img/blank.gif&quot;
     style=&#39;width:147.75pt;height:.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.gif&quot;
      o:title=&quot;blank&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/en/img/blank.gif&quot; border=&quot;0&quot; height=&quot;1&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image012.gif&quot; v:shapes=&quot;Picture_x0020_24&quot; width=&quot;197&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    Notice&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;a href=&quot;http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_25&quot; o:spid=&quot;_x0000_i1041&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/download.php?xampp-linux-1.8.1.tar.gz&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_25&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;XAMPP Linux 1.8.1&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div align=&quot;right&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: right;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;81
    MB&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Apache 2.4.3, MySQL 5.5.27, PHP
    5.4.7 &amp;amp; PEAR + SQLite 2.8.17/3.6.16 + multibyte (mbstring) support,
    Perl 5.14.2, ProFTPD 1.3.4a, phpMyAdmin 3.5.2.2, OpenSSL 1.0.1c, GD 2.0.1,
    Freetype2 2.1.7, libjpeg 6b, libpng 1.2.12, gdbm 1.8.0, zlib 1.2.3, expat
    1.2, Sablotron 1.0, libxml 2.7.6, Ming 0.4.2, Webalizer 2.21-02, pdf class
    009e, ncurses 5.3, mod_perl 2.0.5, FreeTDS 0.63, gettext 0.17, IMAP
    C-Client 2007e, OpenLDAP (client) 2.3.11, mcrypt 2.5.7, mhash 0.8.18,
    eAccelerator 0.9.5.3, cURL 7.19.6, libxslt 1.1.26, libapreq 2.12, FPDF 1.6,
    XAMPP Control Panel 0.8, bzip 1.0.5, PBXT 1.0.09-rc, PBMS 0.5.08-alpha,
    ICU4C Library 4.2.1, APR (1.4.6), APR-utils (1.4.1) &lt;br /&gt;
    MD5 checsum: e7092eafff81ad363de45d192774b4d6 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;a href=&quot;http://www.apachefriends.org/download.php?xampp-linux-upgrade-1.8.0-1.8.1.tar.gz&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_26&quot; o:spid=&quot;_x0000_i1040&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/download.php?xampp-linux-upgrade-1.8.0-1.8.1.tar.gz&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_26&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Upgrade 1.8.0 to 1.8.1&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div align=&quot;right&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: right;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;32
    MB&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Upgrade package. &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/faq-xampp-linux.html#upgrade&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_27&quot; o:spid=&quot;_x0000_i1039&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/en/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/faq-xampp-linux.html#upgrade&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/en/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_27&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;How to upgrade?&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;
    &lt;br /&gt;
    MD5 checksum: 990a56b93ba5a909a63b67ba4f0ac503 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;a href=&quot;http://www.apachefriends.org/download.php?xampp-linux-devel-1.8.1.tar.gz&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_28&quot; o:spid=&quot;_x0000_i1038&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/download.php?xampp-linux-devel-1.8.1.tar.gz&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_28&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Development package&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div align=&quot;right&quot; class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt; text-align: right;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;38
    MB&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The development package contains
    all files you need if you want to compile other software packages for XAMPP
    by yourself and the Unix manual pages. Install this package like the normal
    XAMPP distribution:&lt;br /&gt;
    tar xvfz xampp-linux-devel-1.8.1.tar.gz -C /opt &lt;br /&gt;
    MD5 checksum: 1377159c73d9a5bfc0e930b122861ee6 &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 0in; mso-padding-alt: 15.0pt 15.0pt 15.0pt 15.0pt; mso-yfti-tbllook: 1184; width: 600px;&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 15.0pt 15.0pt 15.0pt 15.0pt;&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Attention:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; If you download these files on a Windows system and
    you&#39;re running McAfee virus scanner you may get a false positive virus
    warning. This is a problem with McAfee and gzip-compressed files, it should
    be ignored.&lt;a href=&quot;&quot; name=&quot;377&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_29&quot; o:spid=&quot;_x0000_i1037&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_29&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 2: Installation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;After downloading simply type in
    the following commands:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ol start=&quot;1&quot; type=&quot;1&quot;&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Go to a Linux shell and
         login as the system administrator root:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-left: 0.5in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;su&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ol start=&quot;2&quot; type=&quot;1&quot;&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Extract the downloaded
         archive file to /opt:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-left: 0.5in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;tar xvfz xampp-linux-1.8.1.tar.gz -C /opt&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-left: 0.5in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Warning:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; Please use only this command to install XAMPP. DON&#39;T
    use any Microsoft Windows tools to extract the archive, it won&#39;t work.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-left: 0.5in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Warning
    2:&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; already installed XAMPP
    versions get overwritten by this command.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;That&#39;s all. XAMPP is now
    installed below the &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; directory.&lt;a href=&quot;&quot; name=&quot;378&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_30&quot; o:spid=&quot;_x0000_i1036&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_30&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 3: Start&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To start XAMPP simply call this
    command:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/lampp
    start&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You should now see something
    like this on your screen:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starting
    XAMPP 1.8.1...&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LAMPP: Starting
    Apache...&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LAMPP: Starting
    MySQL...&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LAMPP started.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Ready. Apache and MySQL are
    running.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If you get any error messages
    please take a look at the &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/faq-xampp-linux.html#start&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_31&quot; o:spid=&quot;_x0000_i1035&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/en/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/faq-xampp-linux.html#start&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/en/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_31&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Linux FAQ&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;a href=&quot;&quot; name=&quot;379&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_32&quot; o:spid=&quot;_x0000_i1034&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_32&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Step 4: Test&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;OK, that was easy but how can
    you check that everything really works? Just type in the following URL at
    your favourite web browser: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;http://localhost&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now you should see the start
    page of XAMPP containing some links to check the status of the installed
    software and some small programming examples.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
     id=&quot;Picture_x0020_33&quot; o:spid=&quot;_x0000_i1033&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/images/380.jpg&quot;
     style=&#39;width:375pt;height:321pt;visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image014.gif&quot;
      o:title=&quot;380&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/images/380.jpg&quot; border=&quot;0&quot; height=&quot;428&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image014.gif&quot; v:shapes=&quot;Picture_x0020_33&quot; width=&quot;500&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The Instant Art example: A small
    PHP/GD program (since 0.9.6pre1 also a flashy PHP/Ming example, see
    screenshot). Thanks to &lt;/span&gt;&lt;a href=&quot;http://www.anke-art.de/&quot; target=&quot;extern&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_34&quot;
     o:spid=&quot;_x0000_i1032&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/en/img/link.gif&quot;
     href=&quot;http://www.anke-art.de/&quot; target=&quot;&amp;quot;extern&amp;quot;&quot; style=&#39;width:8.25pt;
     height:7.5pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/en/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_34&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Anke Arnold&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;
    for her font »AnkeCalligraph«.&lt;a href=&quot;&quot; name=&quot;390&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 24.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_35&quot;
     o:spid=&quot;_x0000_i1031&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: READ ME&quot;
     style=&#39;width:69pt;height:18.75pt;visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image015.png&quot;
      o:title=&quot;READ ME&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: READ ME&quot; border=&quot;0&quot; height=&quot;25&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image016.jpg&quot; v:shapes=&quot;Picture_x0020_35&quot; width=&quot;92&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 24.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;381&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_36&quot; o:spid=&quot;_x0000_i1030&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_36&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;A matter of security (A MUST
    READ!)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;As mentioned before, XAMPP is
    not meant for production use but only for developers in a development
    environment. The way XAMPP is configured is to be open as possible and
    allowing the developer anything he/she wants. For development environments
    this is great but in a production environment it could be fatal. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Here a list of missing security
    in XAMPP: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ol start=&quot;1&quot; type=&quot;1&quot;&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The MySQL administrator
         (root) has &lt;b&gt;no&lt;/b&gt; password. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The MySQL daemon is
         accessible via network. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ProFTPD uses the password
         &quot;lampp&quot; for user &quot;nobody&quot;. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;PhpMyAdmin is accessible
         via network. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Examples are accessible via
         network. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;MySQL and Apache running
         under the same user (nobody). &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To fix most of the security
    weaknesses simply call the following command: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/lampp security&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It starts a small security check
    and makes your XAMPP installation quite secure. For example this protects
    the XAMPP demo pages by a username (&#39;lampp&#39;) and password combination. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;See also our &lt;/span&gt;&lt;a href=&quot;http://www.apachefriends.org/en/faq-xampp-linux.html#sicherer&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes; text-decoration: none; text-underline: none;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_37&quot; o:spid=&quot;_x0000_i1029&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot;
     href=&quot;http://www.apachefriends.org/en/faq-xampp-linux.html#sicherer&quot;
     style=&#39;width:8.25pt;height:7.5pt;visibility:visible;mso-wrap-style:square&#39;
     o:button=&quot;t&quot;&gt;
     &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image008.gif&quot;
      o:title=&quot;link&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://www.apachefriends.org/img/link.gif&quot; border=&quot;0&quot; height=&quot;10&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image008.gif&quot; v:shapes=&quot;Picture_x0020_37&quot; width=&quot;11&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;XAMPP for Linux FAQ&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.
    &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;382&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_38&quot; o:spid=&quot;_x0000_i1028&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_38&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Advanced start and stop
    parameters&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Until version 0.9.4 &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/lampp&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; could only start and stop XAMPP. Since version 0.9.5 it
    learned a lot of new things to do.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 0in; mso-padding-alt: 2.25pt 2.25pt 2.25pt 2.25pt; mso-yfti-tbllook: 1184; width: 600px;&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td colspan=&quot;4&quot; style=&quot;background: #47478F; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;START AND STOP PARAMETERS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Parameter&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Description&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;start&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starts XAMPP.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;stop&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stops XAMPP.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;restart&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stops and starts XAMPP.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;startapache&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starts only the Apache.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;startssl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starts the Apache SSL support.
    This command activates the SSL support permanently, e.g. if you restarts
    XAMPP in the future SSL will stay activated. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;startmysql&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starts only the MySQL database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;startftp&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starts the ProFTPD server. Via
    FTP you can upload files for your web server (user &quot;nobody&quot;,
    password &quot;lampp&quot;). This command activates the ProFTPD
    permanently, e.g. if you restarts XAMPP in the future FTP will stay
    activated. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;stopapache&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stops the Apache.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;stopssl&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stops the Apache SSL support.
    This command deactivates the SSL support permanently, e.g. if you restarts
    XAMPP in the future SSL will stay deactivated. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;stopmysql&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stops the MySQL database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;stopftp&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stops the ProFTPD server. This
    command deactivates the ProFTPD permanently, e.g. if you restarts XAMPP in
    the future FTP will stay deactivated. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;security&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Starts a small security check
    programm. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 0in; mso-padding-alt: 15.0pt 15.0pt 15.0pt 15.0pt; mso-yfti-tbllook: 1184; width: 600px;&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 15.0pt 15.0pt 15.0pt 15.0pt;&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;For example: To start Apache
    with SSL support simply type in the following command (as root): &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/lampp startssl&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You can also access your Apache
    server via SSL under https://localhost.&lt;a href=&quot;&quot; name=&quot;385&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_39&quot; o:spid=&quot;_x0000_i1027&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_39&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;What is where?&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;What is where? A big question of
    our existens, here are some answers! ;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 0in; mso-padding-alt: 2.25pt 2.25pt 2.25pt 2.25pt; mso-yfti-tbllook: 1184; width: 600px;&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td colspan=&quot;4&quot; style=&quot;background: #47478F; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;IMPORTANT FILES AND DIRECTORIES&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;File/Directory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: #DDDDDD; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Purpose&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/bin/&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The XAMPP commands home.
    /opt/lampp/bin/mysql calls for example the MySQL monitor.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/htdocs/&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The Apache DocumentRoot
    directory.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/etc/httpd.conf&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The Apache configuration file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/etc/my.cnf&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The MySQL configuration file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/etc/php.ini&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The PHP configuration file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/etc/proftpd.conf&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The ProFTPD configuration file.
    (since 0.9.5)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/phpmyadmin/config.inc.php&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;background: white; padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The phpMyAdmin configuration
    file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
    &lt;td style=&quot;padding: 2.25pt 2.25pt 2.25pt 2.25pt;&quot; valign=&quot;top&quot;&gt;&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: 0in 0in 0in 0in;&quot;&gt;
  &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 0in; mso-padding-alt: 15.0pt 15.0pt 15.0pt 15.0pt; mso-yfti-tbllook: 1184; width: 600px;&quot;&gt;
   &lt;tbody&gt;
&lt;tr&gt;
    &lt;td style=&quot;background: white; padding: 15.0pt 15.0pt 15.0pt 15.0pt;&quot;&gt;
    &lt;div class=&quot;MsoNormal&quot;&gt;
&lt;a href=&quot;&quot; name=&quot;387&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_40&quot; o:spid=&quot;_x0000_i1026&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_40&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stopping XAMPP&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To stop XAMPP simply call this
    command:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/opt/lampp/lampp
    stop&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You should now see:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Stopping
    LAMPP 1.8.1...&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LAMPP: Stopping
    Apache...&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LAMPP: Stopping
    MySQL...&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
    &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;LAMPP stopped.&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;And XAMPP for Linux is stopped. &lt;a href=&quot;&quot; name=&quot;388&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_41&quot; o:spid=&quot;_x0000_i1025&quot;
     type=&quot;#_x0000_t75&quot; alt=&quot;Description: *&quot; style=&#39;width:10.5pt;height:9pt;
     visibility:visible;mso-wrap-style:square&#39;&gt;
     &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image009.gif&quot;
      o:title=&quot;*&quot;/&gt;
    &lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: *&quot; border=&quot;0&quot; height=&quot;12&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image009.gif&quot; v:shapes=&quot;Picture_x0020_41&quot; width=&quot;14&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Uninstall&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To uninstall XAMPP just type in
    this command:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-bidi-font-size: 11.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;rm
    -rf /opt/lampp &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The end. &lt;br /&gt;
    &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
   &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div style=&quot;border-bottom: solid windowtext 1.0pt; border: none; mso-border-bottom-alt: solid windowtext .75pt; mso-element: para-border-div; padding: 0in 0in 1.0pt 0in;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;border: none; mso-border-bottom-alt: solid windowtext .75pt; mso-padding-alt: 0in 0in 1.0pt 0in; padding: 0in;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;span style=&quot;font-size: 24.0pt; line-height: 115%;&quot;&gt;Another Process:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;pre&gt;yum update&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;wget &lt;a href=&quot;http://www.apachefriends.org/download.php?xampp-linux-1.7.7.tar.gz&quot;&gt;http://www.apachefriends.org/download.php?xampp-linux-1.7.7.tar.gz&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;tar xvfz xampp-linux-1.7.7.tar.gz -C /opt&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;service httpd stop&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;&lt;u&gt;For password&lt;o:p&gt;&lt;/o:p&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;pre&gt;/opt/lampp/lampp security&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/pre&gt;
&lt;pre&gt;/opt/lampp/lampp start&lt;o:p&gt;&lt;/o:p&gt;&lt;/pre&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/8043150436358670806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/8043150436358670806' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8043150436358670806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8043150436358670806'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/01/xampp-installation-linux.html' title='XAMPP installation Linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-828731200311390092</id><published>2014-01-24T14:56:00.002+05:30</published><updated>2014-01-24T14:56:58.393+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>Set Bridge Ethernet in linux</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
brctl addbr br0&lt;br /&gt;
brctl addif br0 eth0&lt;br /&gt;
brctl addif br0 eth1&lt;br /&gt;
ifconfig br0 192.168.7.119 netmask 255.255.255.0 up&lt;br /&gt;
route add default gw 192.168.7.2 dev br0&lt;br /&gt;
ifconfig eth0 0.0.0.0 promisc up&lt;br /&gt;
ifconfig eth1 0.0.0.0 promisc up&lt;br /&gt;
brctl stp br0 off&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/828731200311390092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/828731200311390092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/828731200311390092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/828731200311390092'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/01/set-bridge-ethernet-in-linux.html' title='Set Bridge Ethernet in linux'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-5811724160735745597</id><published>2014-01-24T14:55:00.004+05:30</published><updated>2014-01-24T14:55:46.218+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'> Ubuntu to Windows Domain via Active Directory</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; margin-bottom: .0001pt; margin-bottom: 0in; mso-line-height-alt: 15.6pt; mso-outline-level: 1; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 16pt;&quot;&gt;Attach Ubuntu to Windows
Domain via Active Directory (+ sudo)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; color: #777777; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 9.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;Posted by Jagdish Goswami&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;There may not be too many advantages to adding your Ubuntu
machines to your Windows domain, but if you think of them this will allow you
to work toward them. &amp;nbsp;It’s actually pretty easy to add a Linux box to
Active Directory. &amp;nbsp;This is true because AD started out life as an LDAP
server and it still retains its LDAP genes somewhere deep inside its withered
exterior.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;First thing you will want to do is add this utility to your
Ubuntu machine:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;sudo apt-get install likewise-open&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;i&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It will allow you to authenticate against AD using Kerberos.
&amp;nbsp;If you don’t know what that means it’s not important at this stage; it’s
enough to understand that it’s a secure method for assuring identity between
your client machine and your AD server.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;I then added the machine to the domain. &amp;nbsp;Again this is a
simple operation. &amp;nbsp;Before you do anything on the Ubuntu machine, hop into
Active Directory and create a machine account in the name of the Ubuntu
machine. &amp;nbsp;Then back on the Ubuntu machine it’s one line of code:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;sudo domainjoin-cli join [&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;i&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;domain.name&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;] [&lt;/span&gt;&lt;/b&gt;username&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;]&lt;/span&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Easy enough.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Further I added a domain group to the local sudo group by adding
these lines to the&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/etc/sudoers&lt;/span&gt;&lt;/b&gt;&amp;nbsp;file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;# Active Directory group [&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;i&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;groupname&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;] given sudo privs&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;%[&lt;/span&gt;&lt;/b&gt;domain.name&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;]\\[&lt;/span&gt;&lt;/b&gt;groupname&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;] ALL=(ALL) ALL&lt;/span&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If you don’t know how to edit a protected file like&amp;nbsp;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/etc/sudoers&lt;/span&gt;&lt;/b&gt;&amp;nbsp;I recommend using Gedit:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;gksudo gedit /etc/sudoers&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;i&gt;&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Just add those two lines to the end of the file. &amp;nbsp;The first
line is just a comment line and could say something different. &amp;nbsp;Replace
those items in the square brackets with the appropriate information to your
network.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;For the group I created in Active Directory to grant these&amp;nbsp;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;sudo&lt;/span&gt;&lt;/i&gt;&amp;nbsp;privileges I included Domain Administrators
and a couple of individuals who would likely be using the Ubuntu box and
need&amp;nbsp;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;sudo&lt;/span&gt;&lt;/i&gt;&amp;nbsp;rights. &amp;nbsp;If you’d rather you could
substitute a&amp;nbsp;&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;username&lt;/span&gt;&lt;/i&gt;&amp;nbsp;for the&lt;i&gt;&lt;span style=&quot;border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;groupname&lt;/span&gt;&lt;/i&gt;&amp;nbsp;in the edit above, but I think it’s
better to use a security group in AD since you’re now attached to it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Anyway, that’s about it. &amp;nbsp;Not too exciting but sure it’s
useful for something. &amp;nbsp;Have fun with it.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .25in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #333333; font-family: &amp;quot;Georgia&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;(The same can be done with Macs or probably any Unix-like system
as long as it can authenticate against an LDAP. &amp;nbsp;Of course for other
systems the details will be, you know, different.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/5811724160735745597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/5811724160735745597' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/5811724160735745597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/5811724160735745597'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/01/ubuntu-to-windows-domain-via-active.html' title=' Ubuntu to Windows Domain via Active Directory'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-3701783253442622771</id><published>2014-01-08T10:35:00.001+05:30</published><updated>2014-01-24T14:49:04.716+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="CCNP"/><title type='text'>CCNP Basics | IT HELP (CCNA,CCNP,MCSE,LINUX,VMWARE,CLOUD MGN)</title><content type='html'>&lt;a href=&quot;http://jagdishgos.blogspot.in/2012/07/ccnp-basics_27.html&quot;&gt;CCNP Basics | IT HELP (CCNA,CCNP,MCSE,LINUX,VMWARE,CLOUD MGN)&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/3701783253442622771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/3701783253442622771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/3701783253442622771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/3701783253442622771'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2014/01/ccnp-basics-it-help-ccnaccnpmcselinuxvm.html' title='CCNP Basics | IT HELP (CCNA,CCNP,MCSE,LINUX,VMWARE,CLOUD MGN)'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-1234713862063676266</id><published>2013-07-18T15:19:00.004+05:30</published><updated>2013-07-18T15:19:32.265+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMWARE"/><title type='text'>How to launch VMware Player VMs without GUI</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h1 class=&quot;entry-title&quot;&gt;
How to launch VMware Player VMs without GUI&lt;/h1&gt;
&lt;h1 class=&quot;entry-title&quot;&gt;
&amp;nbsp;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:AllowPNG/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;/h1&gt;
&lt;h1 class=&quot;entry-title&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:EnableOpenTypeKerning/&gt;
   &lt;w:DontFlipMirrorIndents/&gt;
   &lt;w:OverrideTableStyleHps/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt;
   &lt;m:brkBin m:val=&quot;before&quot;/&gt;
   &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt;
   &lt;m:smallFrac m:val=&quot;off&quot;/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val=&quot;0&quot;/&gt;
   &lt;m:rMargin m:val=&quot;0&quot;/&gt;
   &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt;
   &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt;
   &lt;m:intLim m:val=&quot;subSup&quot;/&gt;
   &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot;
  DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot;
  LatentStyleCount=&quot;267&quot;&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:&quot;Table Normal&quot;;
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-parent:&quot;&quot;;
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;I assume that you have already
created a VM using VMware Player, and so have *.vmx files ready somewhere. Now
you want to start/stop the VM using &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;vmrun&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;. You don’t need root permission to use &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;vmrun&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; command.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;First, download VMware VIX for
Linux, and then install it on the VMware host as follows.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ chmod 755
./VMware-VIX-1.11.0-471780.x86_64&lt;br /&gt;
$ sudo ./VMware-VIX-1.11.0-471780.x86_64&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To start VM:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ vmrun -T player start
/path/to/vm/my.vmx nogui&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To reboot VM:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ vmrun -T player reset
/path/to/vm/my.vmx soft&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To power off VM:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ vmrun -T player stop
/path/to/vm/my.vmx soft&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;VMware Player does not support VM
snapshot operations. So you cannot take a snapshot of VMware Player VMs using &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;vmrun&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;. But if your VM was created using VMware Workstation or &lt;a href=&quot;http://xmodulo.com/go/vmware_fusion&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;color: blue;&quot;&gt;VMware Fusion&lt;/span&gt;&lt;/a&gt;, you can take a snapshot of a
running VM as follows.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ vmrun -T ws (or fusion) snapshot
/path/to/vm/my.vmx my_snapshot&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/h1&gt;
&lt;h1 class=&quot;entry-title&quot;&gt;
&amp;nbsp;&lt;/h1&gt;
&lt;h1 class=&quot;entry-title&quot;&gt;
&amp;nbsp;&lt;/h1&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/1234713862063676266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/1234713862063676266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1234713862063676266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1234713862063676266'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/07/how-to-launch-vmware-player-vms-without.html' title='How to launch VMware Player VMs without GUI'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-207508957131209401</id><published>2013-07-03T14:22:00.002+05:30</published><updated>2013-07-03T14:22:50.868+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>How do I backup MySQL in Linux?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
How do I backup MySQL in Linux?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Copying from the mysql directory&lt;br /&gt;By default, MySQL databases on servers that use Linux are stored in the following directory:&lt;br /&gt;/var/lib/mysql/&lt;br /&gt;If you shut down the mysqld service first, you can copy your databases to an example /backup directory using the following command:&lt;br /&gt;cp –Rp /var/lib/mysql/*.* /backup&lt;br /&gt;&lt;br /&gt;The –R switch for the cp command means recursive, which you want to use because each database is in a separate directory. The –p switch is for permissions, which will maintain the permissions of what is copied.&lt;br /&gt;You generally want to shutdown the mysqld service before using the above method because if a database is copied while it is actively being used, the resulting backup will be corrupt and therefore worthless. If you are certain none of the databases are not being used at the time, you can use the above command.&lt;br /&gt;&lt;br /&gt;2. The mysqldump command&lt;br /&gt;The mysqldump command lets you back up both individual databases and all databases on a server without having to shutdown the mysqld service. Because of this ability to make backups while still keeping databases online, this method is preferred.&lt;br /&gt;&lt;br /&gt;Individual databases&lt;br /&gt;An example command that would let you back up a database named example to the directory /backup while logged in as root is as follows:&lt;br /&gt;mysqldump example &amp;gt; /backup/example_backup.sql&lt;br /&gt;&lt;br /&gt;Unless it is a small database, it is recommended that you then compress the resulting database backup in order to reduce the amount of time necessary to transfer the backup. The following command would compress the backup of the example database:&lt;br /&gt;tar czvf /backup/example_backup.tar.gz /backup./example_backup.sql&lt;br /&gt;&lt;br /&gt;All database&lt;br /&gt;If you have numerous databases and backing all of them up individually would be too time consuming, the following command will backup all MySQL databases on your server to the /backup directory:&lt;br /&gt;mysqldump -A &amp;gt; /backup/databases.sql(or --all-databases)&lt;br /&gt;The –A switch (“-all-databases” performs the same function) will dump any and all databases on the server.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/207508957131209401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/207508957131209401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/207508957131209401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/207508957131209401'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/07/how-do-i-backup-mysql-in-linux.html' title='How do I backup MySQL in Linux?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-8752826136816713221</id><published>2013-07-03T14:21:00.004+05:30</published><updated>2013-07-03T14:21:50.174+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>How to Reset CentOS root Password</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:AllowPNG/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;br /&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:EnableOpenTypeKerning/&gt;
   &lt;w:DontFlipMirrorIndents/&gt;
   &lt;w:OverrideTableStyleHps/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt;
   &lt;m:brkBin m:val=&quot;before&quot;/&gt;
   &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt;
   &lt;m:smallFrac m:val=&quot;off&quot;/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val=&quot;0&quot;/&gt;
   &lt;m:rMargin m:val=&quot;0&quot;/&gt;
   &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt;
   &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt;
   &lt;m:intLim m:val=&quot;subSup&quot;/&gt;
   &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot;
  DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot;
  LatentStyleCount=&quot;267&quot;&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:&quot;Table Normal&quot;;
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-parent:&quot;&quot;;
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 1;&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 24.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt;&quot;&gt;How to Reset CentOS root Password&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 1;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;For those who are forgot their
CentOS root password, please do not panic. There was the easy way to reset the
root password for CentOS. Please follow this steps and you will be able to
access your CentOS.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1. Reboot the CentOS machine&lt;br /&gt;
2. When booting up, press any key to go into the select menu.&lt;br /&gt;
3. The press &lt;b&gt;‘e’ &lt;/b&gt;to navigate to second grub.conf line (kernel)&lt;br /&gt;
4. Once again press&lt;b&gt; ‘e’&lt;/b&gt; to edit the line and you can select one step
from these option :&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-list: l0 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; tab-stops: list .5in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;option 1 : 1 (&lt;b&gt;’1′&lt;/b&gt;) at the end of the line. OR&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-list: l0 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; tab-stops: list .5in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;option 2: S (&lt;b&gt;‘S’&lt;/b&gt;) a the end of the line OR&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-list: l0 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; tab-stops: list .5in;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;option 3: add ‘single’ to “ro root=LABEL=/ single”&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;5. After edit, hit “&lt;b&gt;ENTER&lt;/b&gt;”&lt;br /&gt;
6. Press&lt;b&gt; ‘b’&lt;/b&gt; to reboot&lt;br /&gt;
7. After reboot it will stop at &lt;b&gt;‘#’&lt;/b&gt; command line.&lt;br /&gt;
8. At &lt;b&gt;‘#’ &lt;/b&gt;command line, type&lt;b&gt; ‘passwd’&lt;/b&gt; to create new password.&lt;br /&gt;
9. Reboot machine as usual&lt;br /&gt;
10 Finish&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/8752826136816713221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/8752826136816713221' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8752826136816713221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8752826136816713221'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/07/how-to-reset-centos-root-password.html' title='How to Reset CentOS root Password'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-1713768406705785306</id><published>2013-07-03T14:21:00.001+05:30</published><updated>2013-08-21T15:30:20.423+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>How to Enable CentOS Desktop</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:AllowPNG/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;br /&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:EnableOpenTypeKerning/&gt;
   &lt;w:DontFlipMirrorIndents/&gt;
   &lt;w:OverrideTableStyleHps/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt;
   &lt;m:brkBin m:val=&quot;before&quot;/&gt;
   &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt;
   &lt;m:smallFrac m:val=&quot;off&quot;/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val=&quot;0&quot;/&gt;
   &lt;m:rMargin m:val=&quot;0&quot;/&gt;
   &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt;
   &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt;
   &lt;m:intLim m:val=&quot;subSup&quot;/&gt;
   &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot;
  DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot;
  LatentStyleCount=&quot;267&quot;&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:&quot;Table Normal&quot;;
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-parent:&quot;&quot;;
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 27.0pt; margin-bottom: .0001pt; margin-bottom: 0in; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 18.0pt; letter-spacing: -1.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;CentOS:
Enable CentOS GNOME Desktop&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Mostly the CentOS servers that I am using is run on&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;CLI&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;(Command-Line Interface) mode. But in
some cases, I need to have a desktop to install some applications with&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;GUI&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;(Grapich User Interface) mode. In this case, I
will use&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;GNOME&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;, the most popular
user-friendly desktop for any UNIX based system.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Variable
that I used as below:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Tahoma; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;OS: CentOS 6.2
64bit&lt;br /&gt;
Desktop environment: GNOME&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1. Using yum, we will need to install&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;X&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;Windows System &amp;nbsp;as the based for
GUI and rich input device capability:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;color: #c20cb9;&quot;&gt;yum
  groupinstall&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-y&lt;/span&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: red; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;&#39;X Window System&#39;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;2. Only then we can install&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;GNOME&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;desktop environment on top of it:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;color: #c20cb9;&quot;&gt;yum
  groupinstall&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-y&lt;/span&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: red; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;&#39;Desktop&#39;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;3. Since previously the server is running on CLI mode, we need
to change some value to tell CentOS to boot up in the GUI mode. Open&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;/etc/inittab&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;via text editor and change following
line:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;id:3:initdefault:&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;id:5:initdefault:&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;4.
Reboot:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;init &lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;6&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note:
You can switch from GUI to CLI mode manually by using following method:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;GUI to CLI: Ctrl + Alt + F6&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;CLI to GUI: Ctrl + Alt + F1&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If
you want to start the desktop from CLI console (not SSH session), use following
command:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;startx&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;In some cases, when you login into the system via GUI, you will
see some kind of weird boxes replacing the fonts. You can overcome this problem
by installing fonts group via&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;yum&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;color: #c20cb9;&quot;&gt;yum
  groupinstall&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-y&lt;/span&gt;
  fonts&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/1713768406705785306/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/1713768406705785306' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1713768406705785306'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1713768406705785306'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/07/enable-centos-gnome-desktop.html' title='How to Enable CentOS Desktop'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-6239993270086586993</id><published>2013-07-03T14:20:00.000+05:30</published><updated>2013-08-21T15:30:36.615+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>How to Install Subversion (SVN) Server</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:AllowPNG/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;br /&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:EnableOpenTypeKerning/&gt;
   &lt;w:DontFlipMirrorIndents/&gt;
   &lt;w:OverrideTableStyleHps/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt;
   &lt;m:brkBin m:val=&quot;before&quot;/&gt;
   &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt;
   &lt;m:smallFrac m:val=&quot;off&quot;/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val=&quot;0&quot;/&gt;
   &lt;m:rMargin m:val=&quot;0&quot;/&gt;
   &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt;
   &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt;
   &lt;m:intLim m:val=&quot;subSup&quot;/&gt;
   &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot;
  DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot;
  LatentStyleCount=&quot;267&quot;&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:&quot;Table Normal&quot;;
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-parent:&quot;&quot;;
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 27.0pt; margin-bottom: .0001pt; margin-bottom: 0in; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 18.0pt; letter-spacing: -1.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install
Subversion (SVN) Server&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Since programmers are already familiar with SVN instead of
WebDAV, so I will need to setup a Subversion server&amp;nbsp; for them. By
using&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;PHP Designer 7&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;on
Windows 7, they can connect SVN server via&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;TortoiseSVN&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;plugin which available at
http://tortoisesvn.tigris.org/.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Subversion is a full-featured version control system originally
designed to be a better CVS. In layman term is it control the versioning of
files being shared between users.In this case, I will use Subversion package
which available in&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;yum&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;repo. Variables
as below:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Tahoma; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;OS: CentOS 6.0
64bit&lt;br /&gt;
Server IP: 192.168.0.170&lt;br /&gt;
SVN directory for webproject1: /home/user1/webproject1&lt;br /&gt;
SVN user for webproject1: project1&lt;br /&gt;
SVN password for webproject1: &amp;nbsp;mypasswording1&lt;br /&gt;
SVN directory for webproject2: /home/user1/webproject2&lt;br /&gt;
SVN user for webproject2: project2&lt;br /&gt;
SVN password for webproject2: &amp;nbsp;mypasswording2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1.
Firstly, we need to install SVN or subversion package via yum:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;color: #c20cb9;&quot;&gt;yum
  install&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; subversion &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-y&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;2. &amp;nbsp;Create both project local directories:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;mkdir&lt;/span&gt;&lt;/b&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-p&lt;/span&gt; &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject1&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;mkdir&lt;/span&gt;&lt;/b&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-p&lt;/span&gt; &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject2&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;3.
Create both project SVN directories:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;svnadmin&lt;/span&gt;&lt;/b&gt;
  create &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject1&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;svnadmin&lt;/span&gt;&lt;/b&gt;
  create &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject2&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;4. You should see following files and folders has been created
under&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;webproject1&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;directory
(same goes to&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;webproject2&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;):&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;ls&lt;/span&gt;&lt;/b&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-1&lt;/span&gt; &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;conf&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;db&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;format&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;hooks&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;locks&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;README.txt&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;5. We need to configure the SVN service before we can use. Open
the configuration file at&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;/home/user1/webproject1/conf/svnserve.conf&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;via text editor (repeat this step again
for webproject2):&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;[general]&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### These options control access
  to the repository for unauthenticated&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### and authenticated users. Valid
  values are &quot;write&quot;, &quot;read&quot;,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### and &quot;none&quot;. The
  sample settings below are the defaults.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;anon-access = read&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;auth-access = write&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### The password-db option
  controls the location of the password&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### database file. Unless you
  specify a path starting with a /,&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### the file&#39;s location is
  relative to the directory containing&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### this configuration file.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### If SASL is enabled (see
  below), this file will NOT be used.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### Uncomment the line below to
  use the default password file.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;password-db = passwd&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### The authz-db option controls
  the location of the authorization&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### rules for path-based access
  control. Unless you specify a path&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### starting with a /, the file&#39;s
  location is relative to the the&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### directory containing this
  file. If you don&#39;t specify an&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### authz-db, no path-based access
  control is done.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### Uncomment the line below to
  use the default authorization file.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;# authz-db = authz&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### This option specifies the
  authentication realm of the repository.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### If two repositories have the
  same authentication realm, they should&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### have the same password
  database, and vice versa. The default realm&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;### is repository&#39;s uuid.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;realm = My First Repository&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;6. Then we create the user database to authorize which user we
want to have read and write privileges for the repository. Using text editor,
open the&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;/home/user1/webproject1/conf/passwd&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;and create the user:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;project1:mypasswording1&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;7. SVN repository for webproject1 is completed. We need to do the
same thing for webproject2. Open the&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;/home/user1/webproject2/conf/passwd&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;and create the user:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;project2:mypasswording2&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: 12.0pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;8.
Lets start the SVN service as daemon:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;border: none windowtext 1.0pt; font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;color: #c20cb9;&quot;&gt;svnserve&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt; &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-d&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;9. Lets check whether the SVN is running fine on default
port&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;3690&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;(make sure your
firewall has allowing this incoming port):&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;netstat&lt;/span&gt;&lt;/b&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: #660033; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;-tulpn&lt;/span&gt; &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;|&lt;/span&gt;&lt;/b&gt; &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;grep&lt;/span&gt;&lt;/b&gt; &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;svn&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;tcp &lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;0&lt;/span&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;0&lt;/span&gt; 0.0.0.0:&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;3690&lt;/span&gt; 0.0.0.0:&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;*&lt;/span&gt;&lt;/b&gt; LISTEN &lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;20412&lt;b&gt;/&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;svnserve&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: #F0F0F0; line-height: 18.45pt; margin-bottom: .0001pt; margin-bottom: 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;10. Lets say we already have web files for both projects located
under&amp;nbsp;&lt;/span&gt;&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #141414; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 11.5pt; mso-bidi-font-family: Tahoma; mso-border-alt: none windowtext 0in; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; padding: 0in;&quot;&gt;/tmp&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #141414; font-family: &amp;quot;Tahoma&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;directory in
same server, so we might need to import the web files from local server to the
SVN directory so SVN can start host the files. Before we start importing, we
need to specify the default text editor that will be use by SVN:&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;mso-cellspacing: 1.5pt; mso-yfti-tbllook: 1184; width: 735px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;padding: 4.2pt .1in 4.2pt .1in;&quot; valign=&quot;bottom&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #7a0874; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;export&lt;/span&gt;&lt;/b&gt;
  &lt;span style=&quot;border: none windowtext 1.0pt; color: #007800; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;SVN_EDITOR&lt;/span&gt;=&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;vim&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #7a0874; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;cd&lt;/span&gt;&lt;/b&gt;
  &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;tmp&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject1&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;svn
  import&lt;/span&gt;&lt;/b&gt; svn:&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;//&lt;/span&gt;&lt;/b&gt;project1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;@&lt;/span&gt;&lt;/b&gt;192.168.0.170&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject1&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #7a0874; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;cd&lt;/span&gt;&lt;/b&gt;
  &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;tmp&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject2&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in; tab-stops: 45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Courier New&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;$ &lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: #c20cb9; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;svn
  import&lt;/span&gt;&lt;/b&gt; svn:&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;//&lt;/span&gt;&lt;/b&gt;project2&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;@&lt;/span&gt;&lt;/b&gt;192.168.0.170&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;home&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;user1&lt;b&gt;&lt;span style=&quot;border: none windowtext 1.0pt; color: black; mso-border-alt: none windowtext 0in; padding: 0in;&quot;&gt;/&lt;/span&gt;&lt;/b&gt;webproject2&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/6239993270086586993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/6239993270086586993' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6239993270086586993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/6239993270086586993'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/07/install-subversion-svn-server.html' title='How to Install Subversion (SVN) Server'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-1926358868559556592</id><published>2013-07-03T14:19:00.000+05:30</published><updated>2013-07-03T14:19:02.945+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="LINUX"/><title type='text'>Linux Shell Commands</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OfficeDocumentSettings&gt;
  &lt;o:AllowPNG/&gt;
 &lt;/o:OfficeDocumentSettings&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;br /&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:TrackMoves/&gt;
  &lt;w:TrackFormatting/&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:DoNotPromoteQF/&gt;
  &lt;w:LidThemeOther&gt;EN-US&lt;/w:LidThemeOther&gt;
  &lt;w:LidThemeAsian&gt;X-NONE&lt;/w:LidThemeAsian&gt;
  &lt;w:LidThemeComplexScript&gt;X-NONE&lt;/w:LidThemeComplexScript&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
   &lt;w:SplitPgBreakAndParaMark/&gt;
   &lt;w:EnableOpenTypeKerning/&gt;
   &lt;w:DontFlipMirrorIndents/&gt;
   &lt;w:OverrideTableStyleHps/&gt;
  &lt;/w:Compatibility&gt;
  &lt;m:mathPr&gt;
   &lt;m:mathFont m:val=&quot;Cambria Math&quot;/&gt;
   &lt;m:brkBin m:val=&quot;before&quot;/&gt;
   &lt;m:brkBinSub m:val=&quot;&amp;#45;-&quot;/&gt;
   &lt;m:smallFrac m:val=&quot;off&quot;/&gt;
   &lt;m:dispDef/&gt;
   &lt;m:lMargin m:val=&quot;0&quot;/&gt;
   &lt;m:rMargin m:val=&quot;0&quot;/&gt;
   &lt;m:defJc m:val=&quot;centerGroup&quot;/&gt;
   &lt;m:wrapIndent m:val=&quot;1440&quot;/&gt;
   &lt;m:intLim m:val=&quot;subSup&quot;/&gt;
   &lt;m:naryLim m:val=&quot;undOvr&quot;/&gt;
  &lt;/m:mathPr&gt;&lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState=&quot;false&quot; DefUnhideWhenUsed=&quot;true&quot;
  DefSemiHidden=&quot;true&quot; DefQFormat=&quot;false&quot; DefPriority=&quot;99&quot;
  LatentStyleCount=&quot;267&quot;&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;0&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Normal&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;heading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;9&quot; QFormat=&quot;true&quot; Name=&quot;heading 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 7&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 8&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; Name=&quot;toc 9&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;35&quot; QFormat=&quot;true&quot; Name=&quot;caption&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;10&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; Name=&quot;Default Paragraph Font&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;11&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtitle&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;22&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Strong&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;20&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;59&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Table Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Placeholder Text&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;1&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;No Spacing&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; UnhideWhenUsed=&quot;false&quot; Name=&quot;Revision&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;34&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;List Paragraph&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;29&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;30&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Quote&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 1&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 2&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 3&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 4&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 5&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;60&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;61&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;62&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Light Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;63&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;64&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Shading 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;65&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;66&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium List 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;67&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 1 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;68&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 2 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;69&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Medium Grid 3 Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;70&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Dark List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;71&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Shading Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;72&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful List Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;73&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; Name=&quot;Colorful Grid Accent 6&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;19&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;21&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Emphasis&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;31&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Subtle Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;32&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Intense Reference&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;33&quot; SemiHidden=&quot;false&quot;
   UnhideWhenUsed=&quot;false&quot; QFormat=&quot;true&quot; Name=&quot;Book Title&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;37&quot; Name=&quot;Bibliography&quot;/&gt;
  &lt;w:LsdException Locked=&quot;false&quot; Priority=&quot;39&quot; QFormat=&quot;true&quot; Name=&quot;TOC Heading&quot;/&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
 {mso-style-name:&quot;Table Normal&quot;;
 mso-tstyle-rowband-size:0;
 mso-tstyle-colband-size:0;
 mso-style-noshow:yes;
 mso-style-priority:99;
 mso-style-parent:&quot;&quot;;
 mso-padding-alt:0in 5.4pt 0in 5.4pt;
 mso-para-margin-top:0in;
 mso-para-margin-right:0in;
 mso-para-margin-bottom:10.0pt;
 mso-para-margin-left:0in;
 line-height:115%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 27.0pt; margin-bottom: .0001pt; margin-bottom: 0in; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 18.0pt; letter-spacing: -1.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Linux
Shell Commands&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: normal; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;Helvetica&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 10.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;br style=&quot;mso-special-character: line-break;&quot; /&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Navigating in
UNIX&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184; width: 848px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;pwd&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Shows the full path
  of the current directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Lists all the files
  in the current directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -al&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Lists all files and
  information&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls –alR&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Lists all files and
  information in all subdirectories&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -alR | more&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Same as&amp;nbsp;&lt;b&gt;ls
  –alR,&amp;nbsp;&lt;/b&gt;pausing when screen becomes full&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 5;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -alR &amp;gt;
  filename.txt&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Same as&amp;nbsp;&lt;b&gt;ls
  –alR,&lt;/b&gt;&amp;nbsp;outputs the results to a file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 6;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls *.html&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Lists all files
  ending with .html&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 7;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cd [directory name]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Changes to a new
  directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 8;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cd ..&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Changes to
  directory above current one&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 9;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;clear&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Clears the screen&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 10;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;vdir&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Gives a more
  detailed listing than the &quot;ls&quot; command&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 11; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;exit&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Log off your shell&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Moving, Copying
and Deleting Files&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184; width: 848px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;mv [old filename]
  [new filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Move/rename a file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cp [filename] [new
  filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Copies a file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;rm [filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Deletes a file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;rm *&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Deletes all files
  in current directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;rm *.html&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Deletes all files
  ending in .html&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Creating,
Moving, Copying and Deleting Directories&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184; width: 848px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;mkdir [directory
  name]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Creates a new
  directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;ls -d */&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Lists all
  directories within current directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;cp -r [directory]
  [new directory]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Copies a directory
  and all files/directories in it&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Searching Files
and Directories&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184; width: 848px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;find . -name
  [filename] -print&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Searches for a file
  starting with current directory&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;grep [text]
  [filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Searches for text
  within a file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;File and
Directory Permissions&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;There are three
levels of file permissions: read, write and execute.&amp;nbsp; In addition, there
are three groups to which you can assign permissions: file owner, user group
and everyone.&amp;nbsp; The command&amp;nbsp;&lt;b&gt;chmod&lt;/b&gt;&amp;nbsp;followed by three
numbers is used to change permissions.&amp;nbsp; The first number is the permission
for the owner, the second for the group and the third for everyone.&amp;nbsp; Here
are how the levels of permission translate:&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184; width: 848px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;0 = ---&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;No permission&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1 = --X&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Execute only&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;2 = -W-&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Write only&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;3 = -WX&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Write and execute&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;4 = R--&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Read only&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 5;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;5 = R-X&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Read and execute&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 6;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;6 = RW-&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Read and write&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 7; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;7 = RWX&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Read, write and
  execute&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It is preferred
that the group always have permission of 0.&amp;nbsp; This prevents other users on
the server from browsing files via Telnet and FTP.&amp;nbsp; Here are the most
common file permissions used:&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;table border=&quot;1&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border: solid #DDDDDD 1.0pt; mso-border-alt: solid #DDDDDD .75pt; mso-cellspacing: 0in; mso-padding-alt: 0in 0in 0in 0in; mso-yfti-tbllook: 1184; width: 848px;&quot;&gt;
 &lt;tbody&gt;
&lt;tr style=&quot;mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;chmod 604
  [filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Minimum permissions
  for HTML file&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 1;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;chmod 705
  [directory name]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Minimum permissions
  for directories&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 2;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;chmod 755
  [filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Minimum permissions
  for scripts &amp;amp; programs&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 3;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;chmod 606
  [filename]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Permissions for
  data files used by scripts&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr style=&quot;mso-yfti-irow: 4; mso-yfti-lastrow: yes;&quot;&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;chmod 703
  [directory name]&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;border-top: solid #DDDDDD 1.0pt; border: none; mso-border-top-alt: solid #DDDDDD .75pt; padding: 7.5pt 7.5pt 6.75pt 7.5pt;&quot; valign=&quot;top&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Write-only
  permissions for public FTP uploading&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;br /&gt;
&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;How do I unzip
a file with telnet?&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;All of the
below commands assume that you are within the same directory that the
compressed file is in. To be sure type:&lt;br /&gt;
&lt;b&gt;ls&lt;/b&gt;&amp;nbsp;{enter}&lt;br /&gt;
If the file is there, you&#39;re ready to go. If not type:&lt;br /&gt;
&lt;b&gt;cd /big/dom/xdomain/www/directory/&lt;/b&gt;&amp;nbsp;{enter}&lt;br /&gt;
replacing the path with the correct path to your file.&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If a file ends
in .zip (for example, file.zip) type:&lt;br /&gt;
&lt;b&gt;unzip file.zip&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If a file ends
in .tar (e.g., file.tar) type:&lt;br /&gt;
&lt;b&gt;tar -xvf file.tar&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If a file ends
in .gz (for example, file.gz) type:&lt;br /&gt;
&lt;b&gt;gzip -d file.gz&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If a file ends
in .tar.gz (e.g. file.tar.gz) type:&lt;br /&gt;
&lt;b&gt;gzip -d file.tar.gz&lt;/b&gt;&lt;br /&gt;
and then&lt;br /&gt;
&lt;b&gt;tar -xvf file.tar&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; margin-bottom: 2.25pt;&quot;&gt;
&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.0pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If a file ends
in .tgz (e.g. file.tgz)&lt;/span&gt;&lt;span style=&quot;color: #404040; font-family: &amp;quot;inherit&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 10.5pt; mso-bidi-font-family: Helvetica; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/1926358868559556592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/1926358868559556592' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1926358868559556592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1926358868559556592'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/07/linux-shell-commands.html' title='Linux Shell Commands'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-8210319574841549799</id><published>2013-06-24T12:33:00.001+05:30</published><updated>2013-06-24T12:33:05.093+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMCLOUD"/><title type='text'>How to upload running VM in Openstack</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
1.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;To check image info in openstack compute node&lt;br /&gt;
#qemu-img info &amp;lt;&amp;lt;image-name&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Glance Add image in openstack&lt;br /&gt;
# glance add is_public=true container_format=raw disk_format=qcow2 &amp;lt; &amp;lt;&amp;lt;Image-Path&amp;gt;&amp;gt;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Openstack Notes:&lt;br /&gt;
&lt;br /&gt;
1.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Install openstack on any hardware with scripts&lt;br /&gt;
Converting VM running instances that can run on openstack&lt;br /&gt;
&lt;br /&gt;
1.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Download and install VMWARE VCenter Converter for Windows &amp;amp; Install it.&lt;br /&gt;
2.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Open Vcenter Converter Standalone client&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Click on Convert Machine&lt;br /&gt;
4.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Select Source type = VMware Workstation or other VMware virtual machine&lt;br /&gt;
5.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Browse source virtual machine or image&lt;br /&gt;
6.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Click Next&lt;br /&gt;
7.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Destination Type Window&lt;br /&gt;
&lt;br /&gt;
-&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Select destination type = VMware Workstation or other VMware virtual machine&lt;br /&gt;
-&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Select VMware product – Vmware Workstation 6.5x&lt;br /&gt;
&lt;br /&gt;
8.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Click Next and you will see Options window&lt;br /&gt;
9.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Click on Data to copy edit&lt;br /&gt;
10.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Under Edit select Pre-allocated in drop down of Disk type&lt;br /&gt;
11.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Click Next &amp;amp; Finish&lt;br /&gt;
Uploading VMware based images on Glance - openstack&lt;br /&gt;
&lt;br /&gt;
1.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space: pre;&quot;&gt; &lt;/span&gt;Upload image using glance command&lt;br /&gt;
# glance image-create --name &amp;lt;your-image-name&amp;gt; --disk-format=vmdk --is-public=True --container-format=bare &amp;lt; &amp;lt;path-to-vmdk-flat-image-file&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/8210319574841549799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/8210319574841549799' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8210319574841549799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8210319574841549799'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/how-to-upload-running-vm-in-openstack.html' title='How to upload running VM in Openstack'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-8304650796810172552</id><published>2013-06-24T12:31:00.000+05:30</published><updated>2013-06-24T12:31:01.575+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMCLOUD"/><title type='text'>How to create Customise  CENTOS Image for Openstack</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 14.4pt; margin-bottom: .0001pt; margin-bottom: 0in; mso-outline-level: 1; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt; mso-hansi-font-family: Calibri;&quot;&gt;Creating qcow2 CentOS Image for OpenStack&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: .0001pt; margin-bottom: 0in; mso-line-height-alt: 13.5pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #666666; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;Updated March 9, 2012 by&amp;nbsp;&lt;a href=&quot;&quot;&gt;&lt;span style=&quot;color: #4a6694;&quot;&gt;Karve&lt;/span&gt;&lt;/a&gt;&amp;nbsp;|Tags:&amp;nbsp;&lt;i&gt;None&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 13.5pt; vertical-align: baseline;&quot;&gt;
&lt;a href=&quot;&quot; title=&quot;Print the page.&quot;&gt;&lt;b&gt;&lt;span style=&quot;background: #DEDEDE; border: solid #CCCCCC 1.0pt; color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-border-alt: solid #CCCCCC .75pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri; padding: 1.0pt;&quot;&gt;Page Actions&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style=&quot;background-color: #dedede; background-position: initial initial; background-repeat: initial initial; border: 1pt solid rgb(204, 204, 204); color: #222222; font-size: 14pt; padding: 1pt;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id=&quot;_x0000_t75&quot;
 coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot; path=&quot;m@4@5l@4@11@9@11@9@5xe&quot;
 filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot;
 alt=&quot;Description: https://dw1.s81c.com/developerworks/mydeveloperworks/wikis/nav/common/styles/images/btnDropDown2.gif&quot;
 href=&quot;javascript:;&quot; title=&quot;&amp;quot;Print the page.&amp;quot;&quot; style=&#39;width:3.75pt;
 height:2.25pt;visibility:visible;mso-wrap-style:square&#39; o:button=&quot;t&quot;&gt;
 &lt;v:fill o:detectmouseclick=&quot;t&quot;/&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image001.gif&quot;
  o:title=&quot;btnDropDown2&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: https://dw1.s81c.com/developerworks/mydeveloperworks/wikis/nav/common/styles/images/btnDropDown2.gif&quot; border=&quot;0&quot; height=&quot;3&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image001.gif&quot; v:shapes=&quot;Picture_x0020_1&quot; width=&quot;5&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;br /&gt;
&lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;
&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;Creating a CentOS 6 image&lt;br /&gt;
Same instructions can be used for Redhat 6 and Fedora&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 3.75pt 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;These instructons were run on Ubuntu 11.10 Server x86_64. Run
the following in a VNC Session on the hypervisor, you will need to install the
vnc4server, vncviewer.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;#
Install the kvm-pxe to avoid the &quot;pci_add_option_rom: failed to find
romfile &quot;pxe-rtl8139.bin&quot;&quot; message&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo apt-get install kvm-pxe&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;#
Download the CentOS DVD iso, alternatively check the mirrors at
http://isoredirect.centos.org/centos/6/isos/x86_64/ for downloading relevant
iso.&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;wget
http://mirrors.usc.edu/pub/linux/distributions/centos/6.2/isos/x86_64/CentOS-6.2-x86_64-LiveDVD.iso&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;#
Create a qcow2 image that represents the main HDD of the virtual machine and
swap space. (Note: 5GB is not sufficient)&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;kvm-img create -f qcow2 centos.qcow2 10G&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;# Boot
the Virtual Machine from DVD iso, select an unused vnc&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo kvm -m 1024 -cdrom
CentOS-6.2-x86_64-LiveDVD.iso -drive file=centos.qcow2,if=virtio,index=0 -boot
d -net nic -net user -nographic -vnc :2&lt;/span&gt;&lt;br /&gt;
# This command will block&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;#
Connect to VM using vncviewer from another window&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;vncviewer :2&lt;/span&gt;&lt;br /&gt;
# This will show you the desktop that was booted form the DVD iso file. Now we
install the CentOS on the attached image file.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;#
Double Click on the &quot;Install to Hard Drive&quot; icon on the desktop and
click Next&lt;br /&gt;
# Select the US English and click Next&lt;br /&gt;
# Select the default Storage and click Next, Click &quot;Yes, Discard any
data&quot; on the popup&lt;br /&gt;
# Leave the default hostname and Click Next&lt;br /&gt;
# Default TimeZone and click Next&lt;br /&gt;
# Type the root password (at least 6 characters long) and confirm and click
Next&lt;br /&gt;
# Select &quot;Create custom layout&quot;, the &quot;Review and modify
partitioning layout&quot; will automatically be checked and click Next&lt;br /&gt;
# Select the Free and Click on Create, Standard Partition, Create&lt;br /&gt;
# Select / as the Mount Point with ext4 as the File System Type and 9120 as the
Size (MB), Fixed Size and click OK&lt;br /&gt;
# Select the Free and Click on Create, Standard Partition, Create&lt;br /&gt;
# Don&#39;t select the &quot;Mount Point&quot;, instead Select swap for the
&quot;File System Type&quot;, the Mount Point will be grayed out, select the
&quot;Fill to maximum allowable size&quot; and click OK&lt;br /&gt;
# Now you show see the vda1 with ext4 and vda2 as swap, Click Next, Format and
Click on &quot;Write Changes to Disk&quot;&lt;br /&gt;
# Leave the defaults for the Boot loader and click Next&lt;br /&gt;
# It will copy the live image to hard drive, complete the post-installation.
After completion, it will show the &quot;Congratulations&quot; message. Click
Close.&lt;br /&gt;
# Select System and &quot;Shut Down&quot; the VM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;# Now
back to the bash prompt on the hypervisor, start the VM from the qcow2 image
without the DVD iso&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo kvm -m 1024 -drive file=centos.qcow2,if=virtio,index=0,boot=on
-boot c -net nic -net user -nographic -vnc :2&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;#
Reconnect to VM using vncviewer from the second window&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;vncviewer :2&lt;/span&gt;&lt;br /&gt;
# This will show you the Welcome page. Click Forward, Accept license, Forward&lt;br /&gt;
# Do not create any user (you may create if you want to, but not necessary if
you only want root), click Forward&lt;br /&gt;
&lt;br /&gt;
# Select Date time and click Forward# Select Date and click forward&lt;br /&gt;
# Ignore the &quot;Insufficient memory to configure kdump!&quot; message, click
OK and Finish.&lt;br /&gt;
# Click on &quot;Other&quot;, type root and hit Enter and your password and hit
Enter and login to the VM.&lt;br /&gt;
# Close the root superuser warning message.&lt;br /&gt;
# Rightclick on the desktop and Open Terminal&lt;br /&gt;
# Install the latest updates&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo yum -y update&lt;/span&gt;&lt;br /&gt;
# Enable ssh daemon to autostart&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo chkconfig --level 345 sshd on&lt;/span&gt;&lt;br /&gt;
# Check that the levels for 345 are on&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo chkconfig --list | grep sshd&lt;/span&gt;&lt;br /&gt;
# The firewall is set by default to allow ssh on port 22, you can check it by
going to System, Administration, Firewall to verify&lt;br /&gt;
# Shutdown the VM (Careful - Don&#39;t shutdown the hypervisor, run this in VM&#39;s
Terminal)&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;shutdown -h now&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 3.75pt 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;# Now back to the bash prompt on the hypervisor&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 3.75pt 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;The centos.qcow2 is ready to be added to glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 3.75pt 0in; vertical-align: baseline;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;Adding the image to glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;background-position: initial initial; background-repeat: initial initial; color: #222222; font-size: 14pt;&quot;&gt;# Run the following command to get the Access token Id. Note
set the hostname to the glance hostname if it is different from current
hostname&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;background: lightgrey; color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;myhostname=`hostname`&lt;br /&gt;
accesstokenid=`curl -d
&#39;{&quot;auth&quot;:{&quot;passwordCredentials&quot;:{&quot;username&quot;:
&quot;adminUser&quot;,&quot;password&quot;: &quot;password&quot;}}}&#39; -H
&quot;Content-type: application/json&quot; http://$myhostname:35357/v2.0/tokens
| python -mjson.tool | grep -A3 access | grep id | sed
&quot;s/.*:.*\&quot;\(.*\)\&quot;/\\1/&quot;`&lt;br /&gt;
echo $accesstokenid&lt;/span&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;# or&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;curl -d
&#39;{&quot;auth&quot;:{&quot;passwordCredentials&quot;:{&quot;username&quot;:
&quot;adminUser&quot;,&quot;password&quot;: &quot;password&quot;}}}&#39; -H
&quot;Content-type: application/json&quot; http://`hostname`:35357/v2.0/tokens
| python -mjson.tool&lt;br /&gt;
&lt;/span&gt;# Note the access token id above and set the accesstokenid manually&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;background: lightgrey;&quot;&gt;sudo glance -A $accesstokenid -v add
name=&quot;centos-qcow2&quot; is_public=True disk_format=&quot;qcow2&quot; &amp;lt;
centos6.qcow2&lt;br /&gt;
&lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;
&lt;!--[endif]--&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;Convert disk format to raw&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin: 3.75pt 0in; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;Instead of qcow2, you can convert the image to raw and add it to
glance as follows. Note: set the accesstokenid as above before adding to
glance.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;background: lightgrey; color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;qemu-img convert -O raw centos.qcow2 centos.raw&lt;br /&gt;
sudo glance -A $accesstokenid -v add name=&quot;centos-raw&quot; is_public=True
&amp;lt; centos.raw&lt;/span&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;background: lightgrey; color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;br /&gt;
&lt;!--[if !supportLineBreakNewLine]--&gt;&lt;br /&gt;
&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; vertical-align: baseline;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;List the images&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;background: lightgrey; color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;nova --username=adminUser --apikey=password
--projectid=adminTenant --url=http://`hostname`:5000/v2.0/ image-list&lt;/span&gt;&lt;span style=&quot;color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt; vertical-align: baseline;&quot;&gt;
&lt;span style=&quot;background: lightgrey; color: #222222; font-size: 14.0pt; mso-ascii-font-family: Calibri; mso-bidi-font-family: Arial; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-hansi-font-family: Calibri;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/8304650796810172552/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/8304650796810172552' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8304650796810172552'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/8304650796810172552'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/how-to-create-customise-centos-image.html' title='How to create Customise  CENTOS Image for Openstack'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-5652372440253402838</id><published>2013-06-24T12:29:00.000+05:30</published><updated>2013-06-24T12:29:15.703+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMCLOUD"/><title type='text'>Openstack Folsom Guide --Nimulla</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; margin-bottom: 0.0001pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #111111; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 18.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-font-kerning: 18.0pt;&quot;&gt;Basic OpenStack Folsom Install Guide&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;margin-bottom: 0.0001pt;&quot;&gt;
&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype
 id=&quot;_x0000_t75&quot; coordsize=&quot;21600,21600&quot; o:spt=&quot;75&quot; o:preferrelative=&quot;t&quot;
 path=&quot;m@4@5l@4@11@9@11@9@5xe&quot; filled=&quot;f&quot; stroked=&quot;f&quot;&gt;
 &lt;v:stroke joinstyle=&quot;miter&quot;/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn=&quot;if lineDrawn pixelLineWidth 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 1 0&quot;/&gt;
  &lt;v:f eqn=&quot;sum 0 0 @1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @2 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;prod @3 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @0 0 1&quot;/&gt;
  &lt;v:f eqn=&quot;prod @6 1 2&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelWidth&quot;/&gt;
  &lt;v:f eqn=&quot;sum @8 21600 0&quot;/&gt;
  &lt;v:f eqn=&quot;prod @7 21600 pixelHeight&quot;/&gt;
  &lt;v:f eqn=&quot;sum @10 21600 0&quot;/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok=&quot;f&quot; gradientshapeok=&quot;t&quot; o:connecttype=&quot;rect&quot;/&gt;
 &lt;o:lock v:ext=&quot;edit&quot; aspectratio=&quot;t&quot;/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id=&quot;Picture_x0020_5&quot; o:spid=&quot;_x0000_i1029&quot; type=&quot;#_x0000_t75&quot;
 alt=&quot;Description: http://i.imgur.com/VBJL6.png&quot; style=&#39;width:148.5pt;height:48.75pt;
 visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image001.png&quot;
  o:title=&quot;VBJL6&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://i.imgur.com/VBJL6.png&quot; height=&quot;65&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png&quot; v:shapes=&quot;Picture_x0020_5&quot; width=&quot;198&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-no-proof: yes;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;Picture_x0020_4&quot;
 o:spid=&quot;_x0000_i1028&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://i.imgur.com/GsjzH.png&quot;
 style=&#39;width:324.75pt;height:92.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image002.png&quot;
  o:title=&quot;GsjzH&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://i.imgur.com/GsjzH.png&quot; height=&quot;123&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image002.png&quot; v:shapes=&quot;Picture_x0020_4&quot; width=&quot;433&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;background: white; border-collapse: collapse; margin-left: -6.0pt; mso-yfti-tbllook: 1184;&quot;&gt;
 &lt;tbody&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: .75pt 6.0pt .75pt 3.75pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Version:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;padding: .75pt 6.0pt .75pt 3.75pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;1.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: .75pt 6.0pt .75pt 3.75pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Source:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;padding: .75pt 6.0pt .75pt 3.75pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;a href=&quot;https://github.com/nimbula/OpenStack-Folsom-Install-Guide&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;https://github.com/nimbula/OpenStack-Folsom-Install-Guide&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;tr&gt;
  &lt;td style=&quot;padding: .75pt 6.0pt .75pt 3.75pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Keywords:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/td&gt;
  &lt;td style=&quot;padding: .75pt 6.0pt .75pt 3.75pt;&quot;&gt;
  &lt;div class=&quot;MsoNormal&quot; style=&quot;line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Multi-node OpenStack,
  Folsom, Nova, Keystone, Glance, Horizon, Cinder, KVM, Ubuntu Server 12.10
  (64-bit release).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 2.4pt; margin-left: 0in; margin-right: 0in; margin-top: 24.0pt; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #465158; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 16.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Overview&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;This guide focuses on providing step-by-step instruction to users
who are interested in taking a bare-metal server installation to a fully
functioning OpenStack cloud. We will avoid using scripts like TryStack and
DevStack and will attempt to configure a “vanilla” OpenStack environment. The
only scripts used in this tutorial are slight modifications of the existing
keystone scripts available on the official OpenStack GitHub repo. (&lt;/span&gt;&lt;a href=&quot;https://github.com/openstack/keystone/blob/master/tools/sample_data.sh&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;https://github.com/openstack/keystone/blob/master/tools/sample_data.sh&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Who should read this
guide&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;This guide is for the system administrator who is installing, configuring
and managing the OpenStack “Folsom” cluster infrastructure. A reasonable level
of familiarity with the following is assumed:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The Unix command line&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Installing packages&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Basic networking concepts&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Special thanks to&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;a href=&quot;http://www.linkedin.com/profile/view?id=128600871&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Emilien Macchi&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&amp;nbsp;at eNovance for assistance in merging some
portions of this text into the official OpenStack repository.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;a href=&quot;http://www.linkedin.com/profile/view?id=136237741&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Bilel Msekni&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&amp;nbsp;from TELECOM SudParis for allowing me to fork sections of
his OpenStack install guide and for the valuable suggestions and input.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Author&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;a href=&quot;http://www.linkedin.com/profile/view?id=132309630&amp;amp;trk=hb_tab_pro_top&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Zachary VanDuyn&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;, Technical Marketing Intern at&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://www.nimbula.com/&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Nimbula&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 2.4pt; margin-left: 0in; margin-right: 0in; margin-top: 24.0pt; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #465158; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 16.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Getting Started&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;This guide intentionally uses the&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.1pt;&quot;&gt;nova-network&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&amp;nbsp;package instead of the newly released&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.1pt;&quot;&gt;quantum&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;. This decision was made in order to reduce the setup time for a
basic network configuration. Although the next release plans to freeze
nova-network development, the team responsible for overseeing OpenStack
networking (Thierry, Vish, Dan) have decided that they will ”...continue to
support nova-network as it currently exists in Folsom”.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;You can read more about their decision&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;https://lists.launchpad.net/openstack/msg16368.html&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;here&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Hardware Requirements&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;The following are recommended hardware requirements for both the
controller and compute nodes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Controller Node&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;(runs network, volume, API, scheduler and image services)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Processor&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: 64-bit x86&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Memory&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: 12GB of RAM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Disk Space&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: 30GB (SATA, SAS, SSD)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Volume Storage&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: two disks with 2TB (SATA) for volumes attached to the
     compute nodes&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Network&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: one 1GB NIC&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Compute Node(s)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;(runs virtual instances)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Processor&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: 64-bit x86&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Memory&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: 32GB of RAM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Disk Space&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: 30GB (SATA, SAS, SSD)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Network&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;: one 1GB NIC&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 2.4pt; margin-left: 0in; margin-right: 0in; margin-top: 24.0pt; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #465158; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 16.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Basic Configuration&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;Picture_x0020_3&quot; o:spid=&quot;_x0000_i1027&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://i.imgur.com/r6tE9.png&quot;
 style=&#39;width:321pt;height:423pt;visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image003.png&quot;
  o:title=&quot;r6tE9&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://i.imgur.com/r6tE9.png&quot; border=&quot;0&quot; height=&quot;564&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png&quot; v:shapes=&quot;Picture_x0020_3&quot; width=&quot;428&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 2.4pt; margin-left: 0in; margin-right: 0in; margin-top: 24.0pt; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #465158; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 16.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;OpenStack Install&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Control Node Install&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Updating your system&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;After you complete the Ubuntu
     12.10 installation, go into superuser mode and stay there until this
     tutorial concludes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sudo su&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Update your system:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get
update&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get
upgrade&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get dist-upgrade&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure the MySQL &amp;amp; RabbitMQ&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install MySQL:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install mysql-server python-mysqldb&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Configure MySQL to accept all
     incoming requests:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sed
-i &#39;s/127.0.0.1/0.0.0.0/g&#39; /etc/mysql/my.cnf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service mysql restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install RabbitMQ:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install rabbitmq-server&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure the NTP service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install the NTP service:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install ntp&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Configure the NTP server to
     synchronize between your compute node(s) and the controller node:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sed
-i &#39;s/server ntp.ubuntu.com/server ntp.ubuntu.com\nserver 127.127.1.0\nfudge
127.127.1.0 stratum 10/g&#39; /etc/ntp.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service ntp restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install VLAN, Bridge-Utils, and setup IP
Forwarding&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install the VLAN and
     Bridge-Utils services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install vlan bridge-utils&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Enable IP_Forwarding&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.5in; mso-list: l20 level2 lfo7; mso-margin-top-alt: auto; tab-stops: list 1.0in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;by uncommenting net.ipv4.ip_forward=1 in
/etc/sysctl.conf:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 114.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sysctl&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.5in; mso-list: l20 level2 lfo7; mso-margin-top-alt: auto; tab-stops: list 1.0in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;or alternatively, to avoid editing any files:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 114.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;echo
&quot;net.ipv4.ip_forward=1&quot; &amp;gt;
/etc/sysctl.d/99-openstack-ipv4-forwarding.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 132.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service procps start&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, run systcl with the
     updated configuration:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sysctl
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure Keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install the Keystone identity
     service:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Create a new MySQL database for
     Keystone:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;mysql
-u root -p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;CREATE
DATABASE keystone;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;GRANT
ALL ON keystone.* TO &#39;keystoneUser&#39;@&#39;%&#39; IDENTIFIED BY &#39;keystonePass&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;quit;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Adapt the connection attribute
     in the /etc/keystone/keystone.conf to our newly created database.:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/keystone/keystone.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#and
edit the connection field to show&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;connection =
mysql://keystoneUser:keystonePass@10.32.14.232/keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart the identity service
     then synchronize the database:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service
keystone restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone-manage db_sync&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Use mseknibilel’s scripts&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.5in; mso-list: l11 level2 lfo8; mso-margin-top-alt: auto; tab-stops: list 1.0in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;With Quantum:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 114.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;wget
https://raw.github.com/nimbula/OpenStack-Folsom-Install-guide/master/Keystone_Scripts/With%20Quantum/keystone_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 132.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;wget
https://raw.github.com/nimbula/OpenStack-Folsom-Install-guide/master/Keystone_Scripts/With%20Quantum/keystone_endpoints_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.5in; mso-list: l11 level2 lfo8; mso-margin-top-alt: auto; tab-stops: list 1.0in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Without Quantum:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 114.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;wget
https://raw.github.com/nimbula/OpenStack-Folsom-Install-guide/master/Keystone_Scripts/Without%20Quantum/keystone_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 132.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;wget
https://raw.github.com/nimbula/OpenStack-Folsom-Install-guide/master/Keystone_Scripts/Without%20Quantum/keystone_endpoints_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Change the mode for both files:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;chmod
+x keystone_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;chmod +x keystone_endpoints_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;In the keystone_basic.sh script,
     change the $HOST_IP variable to your X.X.X.232 address&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;In the
     keystone_endpoints_basic.sh script, change the $HOST_IP, $EXT_HOST_IP,
     &amp;amp; $MYSQL_HOST variables to your X.X.X.232 address and then execute the
     scripts.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note: Double check your work
     here, screwing up keystone can be a pain to recover from&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
keystone_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
keystone_endpoints_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;./keystone_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;./keystone_endpoints_basic.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;The keystone_basic.sh script
     has no output, but keystone_endpoints_basic.sh should kick out something similar
     to this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
description |&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenStack Compute
Service&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| 2801693507a44570a7439245b20ea0cd |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
description |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenStack Volume
Service&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| b80f524c06464c0c8af80942a1c94f78 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cinder&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; volume&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
description |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenStack Image Service&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| 9326c1e4d4bc4e748bd8387fa5279bd0 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; glance&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; image&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
description |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenStack
Identity&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| 7fd27d54ac7c476cb36ef7d0002b9fda |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keystone&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identity&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
description |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenStack EC2
service&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| 7ce8ae8b16774c3f82e0eeecea60520a |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ec2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ec2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
description |&amp;nbsp;&amp;nbsp; OpenStack Networking
service&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;| &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| 8777783c2f9f4ae3a3a6a501833ab021 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quantum&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-------------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-------------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; adminurl&amp;nbsp;
| http://10.32.14.232:8774/v2/$(tenant_id)s |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
ecfcff81220c45ce9f13ca000f1c4fa7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;| internalurl
| http://10.32.14.232:8774/v2/$(tenant_id)s |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; publicurl&amp;nbsp;
| http://10.32.14.232:8774/v2/$(tenant_id)s |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; region&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegionOne&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; service_id |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2801693507a44570a7439245b20ea0cd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-------------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-------------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-------------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; adminurl&amp;nbsp;
| http://10.32.14.232:8776/v1/$(tenant_id)s |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
420959377cde408a865445b0ea743a19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
internalurl | http://10.32.14.232:8776/v1/$(tenant_id)s |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; publicurl&amp;nbsp;
| http://10.32.14.232:8776/v1/$(tenant_id)s |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; region&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegionOne&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; service_id |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b80f524c06464c0c8af80942a1c94f78&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-------------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; adminurl&amp;nbsp;
|&amp;nbsp;&amp;nbsp;
http://10.32.14.232:9292/v2&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| f2c0b4ea7bed4a8aa2d44b140df73a0d |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
internalurl |&amp;nbsp;&amp;nbsp;
http://10.32.14.232:9292/v2&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; publicurl&amp;nbsp;
|&amp;nbsp;&amp;nbsp;
http://10.32.14.232:9292/v2&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; region&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegionOne&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; service_id | 9326c1e4d4bc4e748bd8387fa5279bd0
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; adminurl&amp;nbsp;
|&amp;nbsp;
http://10.32.14.232:35357/v2.0&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| ef0fb3dfa5f74f70a2059dd015e7743d |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
internalurl |&amp;nbsp;
http://10.32.14.232:5000/v2.0&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; publicurl&amp;nbsp;
|&amp;nbsp;
http://10.32.14.232:5000/v2.0&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; &amp;nbsp;&amp;nbsp;region&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegionOne&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; service_id | 7fd27d54ac7c476cb36ef7d0002b9fda
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-----------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-----------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; adminurl&amp;nbsp;
| http://10.32.14.232:8773/services/Admin |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
e5a40371df6e47e79dc78bb61591fc87&amp;nbsp;&amp;nbsp;&amp;nbsp;
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
internalurl | http://10.32.14.232:8773/services/Cloud |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; publicurl&amp;nbsp;
| http://10.32.14.232:8773/services/Cloud |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; region&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegionOne&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; service_id |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7ce8ae8b16774c3f82e0eeecea60520a&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+-----------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; Property&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp; adminurl&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;
http://10.32.14.232:9696/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
| 8396e30ecbf14f3d9bd97d489f7407ea |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
internalurl |&amp;nbsp;&amp;nbsp;&amp;nbsp; http://10.32.14.232:9696/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; publicurl&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;
http://10.32.14.232:9696/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp; region&amp;nbsp;&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RegionOne&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; service_id | 8777783c2f9f4ae3a3a6a501833ab021
|&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-------------+----------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Let’s create our OpenStack
     credential file and load it so we won’t be bothered later:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi creds&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Paste the following text:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;export
OS_NO_CACHE=1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;export
OS_TENANT_NAME=admin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;export
OS_USERNAME=admin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;export
OS_PASSWORD=admin_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;export
OS_AUTH_URL=&quot;http://10.32.14.232:5000/v2.0/&quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Load the file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;source creds&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Let’s just do a quick test to
     see if Keystone is up:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get
install curl openssl&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;curl http://10.32.14.232:35357/v2.0/endpoints -H
&#39;x-auth-token: ADMIN&#39; | python -m json.tool&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It should kick out something
     like this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;endpoints&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: [&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;adminurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8776/v1/$(tenant_id)s&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;0fe6ddf16ce344989adb22a644befa48&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;internalurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8776/v1/$(tenant_id)s&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;publicurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8776/v1/$(tenant_id)s&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;region&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;RegionOne&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;service_id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;d0a8dbeac60845aaa1fa043c23177d5e&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;},&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;adminurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:35357/v2.0&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;7811cbbf4c3042f1a6b97d19a9ceace5&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;internalurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:5000/v2.0&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;publicurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:5000/v2.0&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;region&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;RegionOne&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;service_id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;00685df9e085427a97837892622ca4b2&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;},&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;adminurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8774/v2/$(tenant_id)s&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;826a7b77f108414ea4be8eb06d3b0c96&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;internalurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8774/v2/$(tenant_id)s&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;publicurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8774/v2/$(tenant_id)s&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;region&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;RegionOne&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;service_id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;1a7bd347252049d9921703d45c1182dc&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;},&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;adminurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:9696/&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;b0974d6c9bbb4f2cab281f3ff5bcd412&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;internalurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:9696/&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;publicurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:9696/&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;region&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;RegionOne&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;service_id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;fc2b6886fd8241448d4f3b0c9a960bf0&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;},&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;adminurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:9292/v2&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;c49d46bc5a62445ea60dc568abc954bb&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;internalurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:9292/v2&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;publicurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:9292/v2&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;region&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;RegionOne&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;service_id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;574f359c07fc449ab6b0b4fad42b2df9&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;},&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;{&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;adminurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8773/services/Admin&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;d50733db9848451596c84b782906cba1&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;internalurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8773/services/Cloud&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;publicurl&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;http://10.32.14.232:8773/services/Cloud&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;region&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;RegionOne&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;service_id&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;a0fdb3cd3a234cada512ba0a75a6df56&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;}&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure Glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s continue by
     installing the image storage service (Glance):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Let’s create a new MySQL
     database for Glance:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;mysql
-u root -p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;CREATE
DATABASE glance;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;GRANT
ALL ON glance.* TO &#39;glanceUser&#39;@&#39;%&#39; IDENTIFIED BY &#39;glancePass&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;quit;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next, replace the existing
     filter:authtoken section in /etc/glance/glance-api-paste.ini with:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/glance/glance-api-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[filter:authtoken]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;paste.filter_factory
= keystone.middleware.auth_token:filter_factory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_host
= 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_port
= 35357&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_protocol
= http&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_tenant_name
= service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_user
= glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_password = service_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Then, update
     /etc/glance/glance-registry-paste.ini with:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/glance/glance-registry-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[filter:authtoken]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;paste.filter_factory
= keystone.middleware.auth_token:filter_factory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_host
= 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_port
= 35357&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_protocol
= http&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_tenant_name
= service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_user
= glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_password = service_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Open
     /etc/glance/glance-api.conf and update with the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/glance/glance-api.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sql_connection
= mysql://glanceUser:glancePass@10.32.14.232/glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[paste_deploy]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;flavor = keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Update the
     /etc/glance/glance-registry.conf:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/glance/glance-registry.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sql_connection
= mysql://glanceUser:glancePass@10.32.14.232/glance&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[paste_deploy]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;flavor = keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart the glance-api and
     glance-registry services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service glance-api restart; service glance-registry
restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Sync databases:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;glance-manage db_sync&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note: You’ll probably get a
     warning, reminding you that ‘useexisting’ is deprecated. That’s normal,
     don’t worry about it.&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart the services again to
     take into account the new modifications&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;service glance-registry restart; service glance-api restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s test the Glance
     installation by installing the cirros cloud image from the Launchpad mirror:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;mkdir
images&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cd
images&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;wget
https://launchpad.net/cirros/trunk/0.3.0/+download/cirros-0.3.0-x86_64-disk.img&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;glance image-create --name NimbulaTest --is-public true
--container-format bare --disk-format qcow2 &amp;lt; cirros-0.3.0-x86_64-disk.img&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;That last command should
     produce output similar to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+-----------------+------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
Property | Value |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+----------------+------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
checksum | 50bdc35edb03a38d91b1b071afb20a3c |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
container_format | bare |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;| created_at
| 2012-12-04T21:52:49 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
deleted | False |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
deleted_at | None |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
disk_format | qcow2 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;| id
| 9f045abf-3aa4-40d9-a9e1-7ab7bfa3e1ef |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
is_public | True |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
min_disk | 0 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
min_ram | 0 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
name | NimbulaTest |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
owner | b302c28c0f0e4d2f8f4d99553fc3971f |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
protected | False |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
size | 9761280 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
status | active |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
updated_at | 2012-12-04T21:52:50 |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+----------------+------------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now let’s make sure it
     uploaded, by using glance’s image list:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;glance image-list&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It should return something like
     this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+--------------------------------------+-------------+-------------+------------------+---------+--------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
ID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |
Name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | Disk Format | Container
Format | Size&amp;nbsp;&amp;nbsp;&amp;nbsp; | Status |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+--------------------------------------+-------------+-------------+------------------+---------+--------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
74cec29b-76a1-4e89-8060-f0e2623ae5bf | NimbulaTest | qcow2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | bare&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 9761280 | active |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+--------------------------------------+-------------+-------------+------------------+---------+--------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Setup networking&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, time to install
     bridge-utils:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install -y bridge-utils&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Reconfigure
     /etc/network/interfaces:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/network/interfaces&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
This file describes the network interfaces available on your system&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
and how to activate them. For more information, see interfaces(5).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
The loopback network interface&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auto
lo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;iface
lo inet loopback&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
The primary network interface&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auto
br100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;iface
br100 inet static&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;address 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;netmask 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;network 10.32.14.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;broadcast 10.32.14.255&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;gateway 10.32.14.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# dns-* options are implemented by the
resolvconf package, if installed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dns-nameservers 172.16.0.16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dns-search mtv.nimbula.org&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bridge_ports eth0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bridge_stp off&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bridge_maxwait 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bridge_fd 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Ensure that you setup the
     bridge and then restart networking:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sudo brctl addbr br100; sudo /etc/init.d/networking
restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure Nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Time to install Nova (and some
     other packages):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install -y nova-api nova-cert novnc
nova-consoleauth nova-scheduler nova-novncproxy nova-network&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;We are also going to remove the
     Quantum endpoint and service, the script we ran earlier assumes that we
     will use Quantum instead of nova-networks, and having both endpoints on
     the same installation can cause some serious conflicts:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;First, get the endpoint ID:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone endpoint-list | grep 9696&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It will return output similar
     to this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;| b0974d6c9bbb4f2cab281f3ff5bcd412 | RegionOne |
http://192.168.161.232:9696/ | http://192.168.161.232:9696/ |
http://192.168.161.232:9696/ |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Grab the ID from the output and
     then remove that endpoint:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone endpoint-delete b0974d6c9bbb4f2cab281f3ff5bcd412&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next, find the Quantum service
     ID:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone service-list | grep quantum&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It will return output similar
     to this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;| 9e3b400f6531414c93262644f20cfda1 | quantum&amp;nbsp; |&amp;nbsp;&amp;nbsp;
network&amp;nbsp;&amp;nbsp;&amp;nbsp; | OpenStack Networking
Service |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Grab the ID from the output and
     then remove that service:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone service-delete 9e3b400f6531414c93262644f20cfda1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Prepare a MySQL database for
     Nova:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;mysql
-u root -p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;CREATE
DATABASE nova;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;GRANT
ALL ON nova.* TO &#39;novaUser&#39;@&#39;%&#39; IDENTIFIED BY &#39;novaPass&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;quit;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s modify the authtoken
     section in the /etc/nova/api-paste.ini file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[filter:authtoken]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;paste.filter_factory
= keystone.middleware.auth_token:filter_factory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_host
= 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_port
= 35357&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_protocol
= http&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_tenant_name
= service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_user
= nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_password
= service_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;signing_dirname = /tmp/keystone-signing-nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next up is the
     /etc/nova/nova.conf file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[DEFAULT]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;logdir=/var/log/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;state_path=/var/lib/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;lock_path=/run/lock/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;verbose=True&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;api_paste_config=/etc/nova/api-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;scheduler_driver=nova.scheduler.simple.SimpleScheduler&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;s3_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ec2_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ec2_dmz_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;rabbit_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cc_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;metadata_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;metadata_listen=0.0.0.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova_url=http://10.32.14.232:8774/v1.1/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sql_connection=mysql://novaUser:novaPass@10.32.14.232/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ec2_url=http://10.32.14.232:8773/services/Cloud&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;root_helper=sudo
nova-rootwrap /etc/nova/rootwrap.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Auth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;use_deprecated_auth=false&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_strategy=keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone_ec2_url=http://10.32.14.232:5000/v2.0/ec2tokens&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Imaging service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;glance_api_servers=10.32.14.232:9292&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;image_service=nova.image.glance.GlanceImageService&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Vnc configuration&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;novnc_enabled=true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;novncproxy_base_url=http://10.32.14.232:6080/vnc_auto.html&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;novncproxy_port=6080&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vncserver_proxyclient_address=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vncserver_listen=0.0.0.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
NETWORK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;network_manager=nova.network.manager.FlatDHCPManager&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;force_dhcp_release=True&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;dhcpbridge_flagfile=/etc/nova/nova.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Change my_ip to match each host&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;my_ip=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;public_interface=br100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vlan_interface=eth0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;flat_network_bridge=br100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;flat_interface=eth0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#Note
the different pool, this will be used for instance range&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;fixed_range=10.33.14.0/24&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Compute #&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;compute_driver=libvirt.LibvirtDriver&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Cinder #&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;volume_api_class=nova.volume.cinder.API&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;osapi_volume_listen_port=5900&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, sync your database:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage db sync&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note: You may get some debug
     output mentioning ‘nova.db.sqlalchemy.migration’. That’s normal, don’t
     worry about it.&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart all of your nova-*
     services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cd /etc/init.d/; for i in $(ls nova-*); do sudo service $i
restart; done&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Make sure all of your services
     are up and happy:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage service list&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You should get something like
     this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;Binary&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Host&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Zone&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State Updated_At&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-cert&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-06 18:30:58&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-consoleauth
folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-06 18:30:57&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-scheduler&amp;nbsp;&amp;nbsp; folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-06 18:31:05&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-06 18:31:09&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note: You may get some debug
     output mentioning ‘nova.db.sqlalchemy.migration’. That’s normal, don’t
     worry about it.&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure Cinder&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, it’s time to install
     Cinder, this new OpenStack project aims at managing the volumes for VM’s.
     It replaces nova-volumes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install cinder-api cinder-scheduler cinder-volume
iscsitarget iscsitarget-dkms&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Prepare a MySQL database for
     Cinder:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;mysql
-u root -p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;CREATE
DATABASE cinder;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;GRANT
ALL ON cinder.* TO &#39;cinderUser&#39;@&#39;%&#39; IDENTIFIED BY &#39;cinderPass&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;quit;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Configure api-paste.ini by
     following this template:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/cinder/api-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[filter:authtoken]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;paste.filter_factory
= keystone.middleware.auth_token:filter_factory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service_protocol
= http&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service_host
= 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service_port
= 5000&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_host
= 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_port
= 35357&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_protocol
= http&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_tenant_name
= service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_user
= cinder&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_password = service_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Open cinder.conf and change it
     to the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi /etc/cinder/cinder.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[DEFAULT]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;rootwrap_config=/etc/cinder/rootwrap.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sql_connection
= mysql://cinderUser:cinderPass@10.32.14.232/cinder&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;api_paste_confg
= /etc/cinder/api-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;iscsi_helper=ietadm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;volume_name_template
= volume-%s&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;volume_group
= cinder-volumes&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;verbose
= True&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_strategy
= keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#osapi_volume_listen_port=5900&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Time to synchronize the
     database, yet again:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cinder-manage db sync&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s create a volume
     group, name it cinder-volumes, and make sure that it persists after a reboot:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;dd
if=/dev/zero of=cinder-volumes bs=1 count=0 seek=2G&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;losetup
/dev/loop2 cinder-volumes&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;fdisk /dev/loop2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;And at the fdisk prompt, enter
     the following commands:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;n&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ENTER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ENTER&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;t&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;8e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;w&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Proceed to create the physical
     volume and then the volume group itself:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;pvcreate
/dev/loop2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vgcreate cinder-volumes /dev/loop2&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s add this to the
     rc.local to make sure that we don’t lose this volume on a server reboot&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Add the following to the file
     before the exit 0 line:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#the
path is wherever you ran the previous two steps + &quot;cinder-volumes&quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;losetup /dev/loop2 &amp;lt;PATH_TO_VG&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure Horizon&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Finally, we are almost done. On
     to the Horizon interface:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install openstack-dashboard memcached&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Some users (including myself)
     have encountered a few bugs when using the default Ubuntu theme. Disable
     it by doing the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;openstack&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;dashboard&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;local_settings&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;py&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;i&gt;&lt;span style=&quot;color: #408090; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#Comment these lines&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;i&gt;&lt;span style=&quot;color: #408090; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#Enable the Ubuntu theme if it is present.&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;i&gt;&lt;span style=&quot;color: #408090; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#try:&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;i&gt;&lt;span style=&quot;color: #408090; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#&amp;nbsp;&amp;nbsp; from ubuntu_theme import *&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;i&gt;&lt;span style=&quot;color: #408090; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#except ImportError:&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;i&gt;&lt;span style=&quot;color: #408090; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;#&amp;nbsp;&amp;nbsp; pass&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Horizon now requires a reboot
     to authenticate properly. Reboot and when the machine is ready, start all
     of your nova services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;reboot&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cd /etc/init.d/; for i in $(ls nova-*); do sudo service $i
start; done&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Compute Node&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Updating your system&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, all we have to do is add a
     compute node. Log onto the next available node on your cluster. (repeat
     for as many nodes as you’d like)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Start by updating your system
     as root:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sudo
su&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get
update&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get
upgrade&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get dist-upgrade&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure the NTP service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install the NTP service:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install ntp&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Configure the NTP server to
     follow the controller node:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sed
-i &#39;s/server ntp.ubuntu.com/server 10.32.14.232/&#39; /etc/ntp.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service ntp restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Setup vlan, bridge-utils, and KVM&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Install other miscellaneous services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install vlan bridge-utils&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Enable IP_Forwarding&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.5in; mso-list: l23 level2 lfo16; mso-margin-top-alt: auto; tab-stops: list 1.0in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;by uncommenting net.ipv4.ip_forward=1 in
/etc/sysctl.conf:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 114.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sysctl&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.5in; mso-list: l23 level2 lfo16; mso-margin-top-alt: auto; tab-stops: list 1.0in; text-indent: -.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;or alternatively, to avoid editing any files:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 114.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;o&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;echo
&quot;net.ipv4.ip_forward=1&quot; &amp;gt; /etc/sysctl.d/99-openstack-ipv4-forwarding.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 132.0pt; margin-right: 60.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service procps start&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, run systcl with the
     updated configuration:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sysctl
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;p&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next, check if you can install
     KVM on your machine:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install cpu-checker&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Then run:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;kvm&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ok&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You should get a response similar
     to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;KVM acceleration can be used&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now that we are all clear,
     let’s install kvm and configure it:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install -y kvm libvirt-bin pm-utils&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Edit the cgroup_device_acl
     array in the qemu.conf file to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;libvirt&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;qemu&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cgroup_device_acl
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; [&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/null&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/full&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/zero&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/random&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/urandom&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/ptmx&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/kvm&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/kqemu&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/rtc&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/hpet&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;/dev/net/tun&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Delete the default virtual
     bridge:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;virsh
net-destroy default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;virsh net-undefine default&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Setup live migration&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Enable live migration by
     uncommenting the listen_tls = 0, listen_tcp = 1, and auth_tcp = “none”
     fields in the libvirtd.conf file. Don’t touch any of the other existing
     settings:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;libvirt&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;libvirtd&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;listen_tls
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #208050; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;listen_tcp
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #208050; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;1&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_tcp
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;none&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Edit libvirtd_opts variable in
     the libvirt-bin.conf file:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;init&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;libvirt&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #007020; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;bin&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Find env libvirtd_opts and set
     it to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;env libvirtd_opts=&quot;-d -l&quot;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Edit the same field in
     /etc/default/libvirt-bin and again, set it to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;libvirtd_opts&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #4070a0; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&quot;-d -l&quot;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart the libvirt service to
     apply the changes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service libvirt-bin restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure nova-network&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, time to install
     nova-network and bridge-utils:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install nova-network bridge-utils&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s configure our
     interfaces file similar to our first node. (this time we will just use a
     different IP):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/network/interfaces&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
This file describes the network interfaces available on your system&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
and how to activate them. For more information, see interfaces(5).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
The loopback network interface&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auto
lo&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;iface
lo inet loopback&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
The primary network interface&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auto
br100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;iface
br100 inet static&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;address 10.32.14.234&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;netmask 255.255.255.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;network 10.32.14.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;broadcast 10.32.14.255&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;gateway 10.32.14.1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;# dns-* options are implemented by the
resolvconf package, if installed&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dns-nameservers 172.16.0.16&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;dns-search mtv.nimbula.org&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bridge_ports eth0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bridge_stp off&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;bridge_maxwait 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bridge_fd 0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, make sure the br100 is
     added and restart the networking services:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;brctl addbr br100; /etc/init.d/networking restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Install and configure nova-api and nova-compute&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, let’s install the compute
     packages:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;apt-get install nova-api-metadata nova-compute-kvm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, modify the authtoken
     section in api-paste.ini:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/nova/api-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[filter:authtoken]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;paste.filter_factory
= keystone.middleware.auth_token:filter_factory&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_host
= 10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_port
= 35357&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_protocol
= http&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_tenant_name
= service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_user
= nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;admin_password
= service_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;signing_dirname = /tmp/keystone-signing-nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next up, edit the
     nova-compute.conf:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;compute&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[DEFAULT]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;libvirt_type&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;kvm&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, time for the good ol’
     nova.conf again:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi
/etc/nova/nova.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;[DEFAULT]&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;logdir=/var/log/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;state_path=/var/lib/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;lock_path=/run/lock/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;verbose=True&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;api_paste_config=/etc/nova/api-paste.ini&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;scheduler_driver=nova.scheduler.simple.SimpleScheduler&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;s3_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ec2_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ec2_dmz_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;rabbit_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cc_host=10.32.14.232&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;metadata_host=10.32.14.234&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;metadata_listen=0.0.0.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova_url=http://10.32.14.232:8774/v1.1/&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sql_connection=mysql://novaUser:novaPass@10.32.14.232/nova&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;ec2_url=http://10.32.14.232:8773/services/Cloud&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;root_helper=sudo
nova-rootwrap /etc/nova/rootwrap.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Auth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;use_deprecated_auth=false&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auth_strategy=keystone&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;keystone_ec2_url=http://10.32.14.232:5000/v2.0/ec2tokens&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Imaging service&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;glance_api_servers=10.32.14.232:9292&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;image_service=nova.image.glance.GlanceImageService&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Vnc configuration&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;novnc_enabled=true&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;novncproxy_base_url=http://10.32.14.232:6080/vnc_auto.html&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;novncproxy_port=6080&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vncserver_proxyclient_address=10.32.14.234&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vncserver_listen=0.0.0.0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
NETWORK&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;network_manager=nova.network.manager.FlatDHCPManager&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;force_dhcp_release=True&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;dhcpbridge=/usr/bin/nova-dhcpbridge&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;dhcpbridge_flagfile=/etc/nova/nova.conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;firewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriver&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Change my_ip to match each host&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;my_ip=10.32.14.234&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;public_interface=br100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vlan_interface=eth0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;flat_network_bridge=br100&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;flat_interface=eth0&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#Note
the different pool, this will be used for instance range&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;fixed_range=10.33.14.0/24&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Compute #&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;compute_driver=libvirt.LibvirtDriver&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#
Cinder #&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;volume_api_class=nova.volume.cinder.API&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;osapi_volume_listen_port=5900&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Resync your databases:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage db sync&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Restart services to update
     changes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;cd /etc/init.d/; for i in $(ls nova-*); do sudo service $i
restart; done&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Check to make sure your
     services are in a good mood:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage service list&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You should now see a mix of
     services running on multiple nodes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;Binary&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Host&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Zone&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Status&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; State Updated_At&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-cert&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-08 00:26:03&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-consoleauth
folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-08 00:26:03&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-scheduler&amp;nbsp;&amp;nbsp; folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-08 00:26:04&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folsom-1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-08 00:26:04&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-compute&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; folsom-2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nova&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-08 00:26:00&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-network&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
folsom-2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
nova&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;enabled&amp;nbsp;&amp;nbsp;&amp;nbsp; :-)&amp;nbsp;&amp;nbsp;
2012-11-08 00:26:00&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note: You may get some debug
     output mentioning ‘nova.db.sqlalchemy.api’. That’s normal, don’t worry
     about it.&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Setting up projects using Horizon&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, log onto OpenStack horizon
     by visiting the URL:&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;&lt;a href=&quot;http://10.32.14.232/horizon&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;http://10.32.14.232/horizon&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;and logging in with the credentials:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;username:
admin&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;password: admin_pass&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Next, navigate to the
     “Projects” tab on the bottom left of the landing screen:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;Picture_x0020_2&quot; o:spid=&quot;_x0000_i1026&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://i.imgur.com/H5w98.png&quot;
 style=&#39;width:464.25pt;height:366pt;visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image004.png&quot;
  o:title=&quot;H5w98&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://i.imgur.com/H5w98.png&quot; border=&quot;0&quot; height=&quot;488&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image004.png&quot; v:shapes=&quot;Picture_x0020_2&quot; width=&quot;619&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, in the new pane go ahead and
     click the “Create Project” button in the top right. You will be greeted
     with a modal dialog like so:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;Picture_x0020_1&quot; o:spid=&quot;_x0000_i1025&quot; type=&quot;#_x0000_t75&quot; alt=&quot;Description: http://i.imgur.com/1jDD7.png&quot;
 style=&#39;width:517.5pt;height:287.25pt;visibility:visible;mso-wrap-style:square&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\JAGDIS~1.ZYM\AppData\Local\Temp\msohtmlclip1\01\clip_image005.png&quot;
  o:title=&quot;1jDD7&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;img alt=&quot;Description: http://i.imgur.com/1jDD7.png&quot; border=&quot;0&quot; height=&quot;383&quot; src=&quot;file:///C:/Users/JAGDIS~1.ZYM/AppData/Local/Temp/msohtmlclip1/01/clip_image005.png&quot; v:shapes=&quot;Picture_x0020_1&quot; width=&quot;690&quot; /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Fill in the fields presented,
     and don’t forget the tabs on top. Make sure you add yourself as a project
     member:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, your new project should be
     behind the modal grid. Find your new project and the corresponding row.
     Copy the “Project ID” to your clipboard, we’ll use it in the next step:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; mso-outline-level: 4;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;Creating a network&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;We are almost finished. Now
     it’s time to create a network and bind it to that project:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Note: Remember to use the
     instance network&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage network create --label=NimbulaNetwork
--fixed_range_v4=10.33.14.0/24 --bridge=br100
--project_id=&amp;lt;InsertProjectIDHere&amp;gt; --num_networks=1 --multi_host=T&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, you are done. No
     seriously. Go to&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: windowtext;&quot;&gt;&lt;a href=&quot;http://10.32.14.232/horizon&quot;&gt;&lt;span style=&quot;color: #444444; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;http://10.32.14.232/horizon&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;&amp;nbsp;(or whatever your IP is) and then select your
     project, find an image, and launch and instance.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 2.4pt; margin-left: 0in; margin-right: 0in; margin-top: 24.0pt; mso-outline-level: 2;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #465158; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 16.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Tips &amp;amp; Tricks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Removing ‘error’ state
instances&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;So, it’s entirely possible that you screw up your network the
first time, maybe you give it the wrong IP Pool, or maybe you assign it to the
wrong project. Now, all of your instances are in the error state and you can’t
delete them. Luckily, I’ve already found two very simple and undocumented
processes of removing them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Jump on your first node, open
     up the terminal as root, and plugin the following commands:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;service
nova-network stop&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage
project scrub &amp;lt;ProjectName&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage network list&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;It should return something like
     this:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPv4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IPv6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start address&amp;nbsp;&amp;nbsp; DNS1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DNS2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VlanID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; project&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uuid&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
10.33.14.0/24&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; None&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10.33.14.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.8.4.4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; None&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; None&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Nimbula&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8ccdef11-7070-4852-a212-31c3ddedccd3&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Find the network you want to
     remove and copy the IPv4 section:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova-manage network delete 10.33.14.0/24&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Now, we’ve got to get rid of
     those error state instances:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova list | grep ERROR&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;That command should return a
     list of all ERROR state instances:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+------+------------+--------+--------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|&amp;nbsp; ID&amp;nbsp;
|&amp;nbsp;&amp;nbsp;&amp;nbsp; Name&amp;nbsp;&amp;nbsp;&amp;nbsp; | Status |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Networks&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+------+------------+--------+--------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;|
1805 | testserver | ERROR&amp;nbsp; |
private=10.4.96.81&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;+------+------------+--------+--------------------------------+&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;To delete, plug in their names
     to the following command(s):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: 6.0pt; margin-left: 1.0in; margin-right: 0in; margin-top: 9.6pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; font-size: 12pt;&quot;&gt;nova reset-state –active &amp;lt;name&amp;gt; nova delete &amp;lt;name&amp;gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;If those two commands don’t
     work, we can take more drastic measures:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi DeleteInstances.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Paste the following in:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;#!/bin/bash&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;mysql
-uroot -ppassword &amp;lt;&amp;lt; EOF&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;use
nova;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;DELETE
a FROM nova.security_group_instance_association AS a INNER JOIN nova.instances
AS b ON a.instance_id=b.id where b.uuid=&#39;$1&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;DELETE
FROM nova.instance_info_caches WHERE instance_id=&#39;$1&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;DELETE
FROM nova.instances WHERE uuid=&#39;$1&#39;;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;EOF&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Save it by hitting ESC, then
     ”:”, then x, and hitting Enter - Then make sure it’s executable by using
     the following:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;chmod +x DeleteInstances.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;And run it:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;./DeleteInstances.sh&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background: white; line-height: 18.0pt; margin-bottom: .0001pt; margin-bottom: 0in; margin-left: 0in; margin-right: 0in; margin-top: 12.0pt; mso-outline-level: 3;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;color: #6c818f; font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 14.5pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Floating IP setup&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;First create a dedicated pool:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sudo nova-mange floating create --pool pool_auto_assign
--ip_range X.X.X.X/X&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Then modify the nova.conf with
     these flags:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;vi &lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;etc&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;nova&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;conf&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;default_floating_pool
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; pool_auto_assign&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;floating_range
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; X&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;X&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;X&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;X&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;X&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;auto_assign_floating_ip
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #007020; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;True&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;You may also want to increase
     the floating IP’s quota (this is also in the&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: .1pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;/etc/nova/nova.conf&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;):&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 42.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in 12pt 0.25in; padding: 0in; text-indent: -0.25in;&quot;&gt;
&lt;!--[if !supportLists]--&gt;&lt;span style=&quot;font-family: Symbol; font-size: 10pt; letter-spacing: 0.2pt;&quot;&gt;·&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: 7pt; line-height: normal;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;!--[endif]--&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;quota_floating_ips
&lt;/span&gt;&lt;span style=&quot;color: #666666; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt; &lt;/span&gt;&lt;span style=&quot;color: #208050; font-family: Consolas; font-size: 11.5pt; letter-spacing: .2pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;50&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;ul type=&quot;disc&quot;&gt;
&lt;li class=&quot;MsoNormal&quot; style=&quot;background-color: white; background-position: initial initial; background-repeat: initial initial; line-height: 18pt; margin-bottom: 6pt;&quot;&gt;&lt;span style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 12.0pt; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;;&quot;&gt;Then, we need to restart
     nova-network:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;background: #EEEEEE; border: solid #CCCCCC 1.0pt; margin-left: 60.0pt; margin-right: 24.0pt; mso-border-alt: solid #CCCCCC .75pt; mso-element: para-border-div; padding: 6.0pt 6.0pt 6.0pt 6.0pt;&quot;&gt;

&lt;div class=&quot;MsoNormal&quot; style=&quot;background-position: initial initial; background-repeat: initial initial; border: none; line-height: 13.5pt; margin: 12pt 0in; padding: 0in;&quot;&gt;
&lt;span style=&quot;font-family: Consolas; font-size: 11.5pt; letter-spacing: 0.2pt;&quot;&gt;sudo service nova-network restart&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/5652372440253402838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/5652372440253402838' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/5652372440253402838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/5652372440253402838'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/openstack-folsom-guide-nimulla.html' title='Openstack Folsom Guide --Nimulla'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-87153269960747815</id><published>2013-06-24T12:16:00.000+05:30</published><updated>2013-06-24T12:16:25.963+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Switching"/><title type='text'>Cisco SSG 200 Switch Configuration</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dx8bDTYwqcVlbMx6T5yzgtjammZNDybPuAmsbAnV13bgj-i9ikbmIaSKJ5OObzmz5D9hjACSEIFhdOJYMiiqg&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/87153269960747815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/87153269960747815' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/87153269960747815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/87153269960747815'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/cisco-ssg-200-switch-configuration.html' title='Cisco SSG 200 Switch Configuration'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-1042164321445823166</id><published>2013-06-21T16:05:00.000+05:30</published><updated>2013-08-21T15:32:08.938+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMCLOUD"/><title type='text'>How to install Openstack Grizzly Installation </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;a name=&#39;more&#39;&gt;&lt;/a&gt;&lt;span id=&quot;goog_1253351113&quot;&gt;&lt;/span&gt;&lt;span id=&quot;goog_1253351114&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/1042164321445823166/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/1042164321445823166' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1042164321445823166'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/1042164321445823166'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/openstack-grizzly-installation-guide.html' title='How to install Openstack Grizzly Installation '/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-5739553308405250618</id><published>2013-06-21T16:03:00.001+05:30</published><updated>2013-06-21T16:03:14.302+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMWARE"/><title type='text'>How to Use VMWARE Player</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dyig9aqNvDShsznQt4Y2HfoMtd4MiUfZM0caFdEgVkHOrSBAvGjWHoEVBmotA1hdi1WXf0Nk64zOBu4Rvgxdw&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/5739553308405250618/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/5739553308405250618' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/5739553308405250618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/5739553308405250618'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/how-to-use-vmware-player.html' title='How to Use VMWARE Player'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6901319714377253500.post-7143126097966138186</id><published>2013-06-21T16:00:00.000+05:30</published><updated>2013-06-21T16:00:06.399+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="VMWARE"/><title type='text'>How to Use Virtual BOX</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;320&#39; height=&#39;266&#39; src=&#39;https://www.blogger.com/video.g?token=AD6v5dxle6gE--EVgqyj9TFIu3PrgoxsAqa7WNrfTtAq5ww08krKKy8bAlfmLRokryaCPp9nZRb3r0rD0y6pWcfP6w&#39; class=&#39;b-hbp-video b-uploaded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;www.google.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://jagdishgos.blogspot.com/feeds/7143126097966138186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/6901319714377253500/7143126097966138186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/7143126097966138186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6901319714377253500/posts/default/7143126097966138186'/><link rel='alternate' type='text/html' href='http://jagdishgos.blogspot.com/2013/06/how-to-use-virtual-box.html' title='How to Use Virtual BOX'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>