[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-poweredge
Subject:    Re: [Linux-PowerEdge] RHEL 7.0/OMSA 8.2 -- what service listens
From:       <Spike_White () Dell ! com>
Date:       2015-12-17 5:15:27
Message-ID: fbc80069a6874f10ad76e8522736cfd5 () AUSX13MPC108 ! AMER ! DELL ! COM
[Download RAW message or body]

Prasanth,

That worked great!  Apparently recently we've been doing a granular install, as we \
almost never fire up this web GUI.  So this worked for me.

yum -y install srvadmin-tomcat

systemctl start dsm_om_connsvc

then connect to https://<server<https://%3cserver> IP>:1311

Well, it sort of worked - this web GUI is still not AD-integrated; had to log in as \
root (grumble, grumble).  Our DRAC is AD-integrated.

Still, for no more often than we use this web GUI this is OK.

Spike



----------------------------------------------------------------------

Message: 1
Date: Thu, 17 Dec 2015 08:15:33 +0530
From:
Subject: Re: [Linux-PowerEdge] RHEL 7.0/OMSA 8.2 -- what service
listens
To:
Message-ID:


Content-Type: text/plain; charset="us-ascii"

Dell - Internal Use - Confidential
Spike,

You are correct, dsm_om_connsvc is the one which listens on port 1311 as shown below:

###################################################################
netstat -plan | grep 1311
tcp6 0 0 :::1311 :::* LISTEN 7363/dsm_om_connsvc
###################################################################

Make sure that you have checked the component "Server Administrator Web Server \
Interface" while installing OMSA as it supports granular installation. FYI this \
service is provided by srvadmin-tomcat rpm. You can check by running rpm -qa | grep \
srvadmin-tomcat.

Hope it helps.

Regards,
Prasanth K S R


-----Original Message-----


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:SimSun;
	panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:"\@SimSun";
	panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:#954F72;
	text-decoration:underline;}
p
	{mso-style-priority:99;
	mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;
	font-family:"Calibri",sans-serif;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p>Prasanth,<o:p></o:p></p>
<p>That worked great!&nbsp; Apparently recently we&#8217;ve been doing a granular \
install, as we almost never fire up this web GUI.&nbsp; So this worked for \
me.<o:p></o:p></p> <p \
style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt">
 yum -y install srvadmin-tomcat<o:p></o:p></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt">
 systemctl start dsm_om_connsvc<o:p></o:p></p>
<p style="mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt">
 then connect to <a href="https://%3cserver">https://&lt;server</a> \
IP&gt;:1311<o:p></o:p></p> <p>Well, it sort of worked &#8211; this web GUI is still \
not AD-integrated; had to log in as root (grumble, grumble).&nbsp; Our DRAC is \
AD-integrated.<o:p></o:p></p> <p>Still, for no more often than we use this web GUI \
this is OK.<o:p></o:p></p> <p>Spike<o:p></o:p></p>
<p><o:p>&nbsp;</o:p></p>
<p>----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 17 Dec 2015 08:15:33 &#43;0530<br>
From: <br>
Subject: Re: [Linux-PowerEdge] RHEL 7.0/OMSA 8.2 -- what service<br>
listens<br>
To: <br>
Message-ID:<br>
<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Dell - Internal Use - Confidential<br>
Spike,<br>
<br>
You are correct, dsm_om_connsvc is the one which listens on port 1311 as shown \
below:<br> <br>
###################################################################<br>
netstat -plan | grep 1311<br>
tcp6 0 0 :::1311 :::* LISTEN 7363/dsm_om_connsvc<br>
###################################################################<br>
<br>
Make sure that you have checked the component &quot;Server Administrator Web Server \
Interface&quot; while installing OMSA as it supports granular installation.<br> FYI \
this service is provided by srvadmin-tomcat rpm. You can check by running rpm -qa | \
grep srvadmin-tomcat.<br> <br>
Hope it helps.<br>
<br>
Regards,<br>
Prasanth K S R<br>
<br>
<br>
-----Original Message-----<br>
<br>
<o:p></o:p></p>
</div>
</body>
</html>



_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge

--===============1994840080480790244==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic