{"id":171,"date":"2017-02-27T13:39:56","date_gmt":"2017-02-27T12:39:56","guid":{"rendered":"http:\/\/owncloud.gonscak.sk\/?p=171"},"modified":"2017-02-27T13:39:56","modified_gmt":"2017-02-27T12:39:56","slug":"how-to-install-openmanage-server-administrator","status":"publish","type":"post","link":"https:\/\/www.gonscak.sk\/?p=171","title":{"rendered":"How to install OpenManage Server Administrator"},"content":{"rendered":"<p>During the last upgrade of xenserver from version 6.0.2 to 6.5, we lose management of our server dell <span id=\"sys-info\" class=\"login_server_type\">PowerEdge R515<\/span>. We have an idrac 6 express and there is no way to manage disk storages and raid perc H700 with virtual drives. The only way is to use OMSA.\u00a0 So this post is about to install OMSA on xenserver 6.5 SP1 on Dell PowerEdge R515.<br \/>\nI do it with dell documentation from their webpage with some modifications:<\/p>\n<pre>http:\/\/linux.dell.com\/repo\/hardware\/Linux_Repository_14.12.00\/<\/pre>\n<p>So, we must install dell omsa repository:<\/p>\n<pre>wget -q -O - http:\/\/linux.dell.com\/repo\/hardware\/Linux_Repository_14.12.00\/bootstrap.cgi | bash<\/pre>\n<p>Next, we install the recquire software with all dependencies:<\/p>\n<pre>yum install srvadmin-all -y<\/pre>\n<p>I tried version 15.04.00 and 15.07.00 and not working with following error:<\/p>\n<pre>yum install srvadmin-all\nLoaded plugins: fastestmirror\nDetermining fastest mirrors\n.....\nhttp:\/\/linux.dell.com\/repo\/hardware\/Linux_Repository_15.07.00\/platform_independent\/rh50_64\/repodata\/repomd.xml: [Errno 14] HTTP Error 404: Not Found\nTrying other mirror.\nError: Cannot retrieve repository metadata (repomd.xml) for repository: dell-omsa-indep. Please verify its path and try again<\/pre>\n<p>So its working for me with version 14.12.00. Next, we must add a rule to iptables, to allow traffic for port 1311\/tcp:<\/p>\n<pre>-A RH-Firewall-1-INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 1311 -j ACCEPT<\/pre>\n<p>And finally, we have to start this service, which starts all necessary services:<\/p>\n<pre><em>\/opt\/dell\/srvadmin\/sbin\/srvadmin-services.sh start<\/em><\/pre>\n<p>We can try it with telnet to this port. And then, we can access our OMSA throught IP address and port:<\/p>\n<pre>https:\/\/11.22.33.44:1311<\/pre>\n<p>On windows 10 and windows 7 on newest firefox, I find an error.\u00a0 The DHE key is very short. Maybe the error was there, because self-signed certificate is signed with SHA-1, which is today not trusted. So we must edit firefox preferences like this.<\/p>\n<pre>about:config\nsecurity.ssl3.dhe_rsa_aes_128_sha;true  &gt;  change to false\nsecurity.ssl3.dhe_rsa_aes_256_sha;true  &gt;  change to false<\/pre>\n<p>And now, we can see the login screen. After login, in preferences, general settings and server certificate, change &#8220;Key Signing Algorithm (For Self Signed Certificate)&#8221;\u00a0 to SHA256. Then we can restore default settings in firefox, to true for ssl3.dhe&#8230;.<\/p>\n<pre>about:config\nsecurity.ssl3.dhe_rsa_aes_128_sha;false  &gt;  change to true\nsecurity.ssl3.dhe_rsa_aes_256_sha;false  &gt;  change to true<\/pre>\n ","protected":false},"excerpt":{"rendered":"<p>During the last upgrade of xenserver from version 6.0.2 to 6.5, we lose management of our server dell PowerEdge R515. We have an idrac 6 express and there is no way to manage disk storages and raid perc H700 with virtual drives. The only way is to use OMSA.\u00a0 So this post is about to &hellip; <a href=\"https:\/\/www.gonscak.sk\/?p=171\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">How to install OpenManage Server Administrator<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[28,29,30,31,32],"class_list":["post-171","post","type-post","status-publish","format-standard","hentry","category-centos","tag-dell","tag-dhe-key","tag-omsa","tag-openmanage","tag-srvadmin"],"_links":{"self":[{"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=\/wp\/v2\/posts\/171","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=171"}],"version-history":[{"count":0,"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=\/wp\/v2\/posts\/171\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=171"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=171"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gonscak.sk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=171"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}