<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Could not add a linux client to Data protector Cell manager client pool in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124731#M31223</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have a Data Protector (v5.5) Cell Manager server, HP-UX rp4440 OS: 11i v1. I have already added lots of Linux servers and HP-UX servers into Cellmgr client pool for backup.&lt;BR /&gt;&lt;BR /&gt;Yesterday, I installed two new Linux servers OS: RHES v4u6, one is Physcical server (DL380 G3) another is Vmware virtual server.&lt;BR /&gt;&lt;BR /&gt;I met a problem, I could not add them into D/P Cell manger, system still let me input root passwd, I know, it's not this kind of issue.&lt;BR /&gt;&lt;BR /&gt;As we know, Cellmgr and Client communciate with port 5555, so I did below checking:&lt;BR /&gt;&lt;BR /&gt;1. From Cellmgr server A (HP-UX)&lt;BR /&gt;# telnet ClientB 5555&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;2. From Client server B (RH Linux)&lt;BR /&gt;# tail /etc/services &lt;BR /&gt;omni   5555/tcp     # DATA-PROTECTOR&lt;BR /&gt;&lt;BR /&gt;# iptables -L&lt;BR /&gt;...&lt;BR /&gt;ACCEPT     tcp  --  anywhere             anywhere        state NEW tcp dpt:omni&lt;BR /&gt;...&lt;BR /&gt;port 5555 already open. I did it from RH GUI desktop "Security level" add port&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep 5555&lt;BR /&gt;nothing&lt;BR /&gt;&lt;BR /&gt;what's the reason and How to fix this problem?&lt;BR /&gt;Whether the port 5555 did NOT real open on client server? or I lost some important steps?&lt;BR /&gt;Some doc said I should insert HP DP for HP-UX PA-RISC - installation server CD into client server and do "./omnisetup -install da" first, I did, but it doesn't work, install failed, it could detect omni in Clientserver.&lt;BR /&gt;&lt;BR /&gt;Thank you very much, any answers will be very appreciate.&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Jan 2008 23:15:29 GMT</pubDate>
    <dc:creator>Gary L</dc:creator>
    <dc:date>2008-01-04T23:15:29Z</dc:date>
    <item>
      <title>Could not add a linux client to Data protector Cell manager client pool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124731#M31223</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;I have a Data Protector (v5.5) Cell Manager server, HP-UX rp4440 OS: 11i v1. I have already added lots of Linux servers and HP-UX servers into Cellmgr client pool for backup.&lt;BR /&gt;&lt;BR /&gt;Yesterday, I installed two new Linux servers OS: RHES v4u6, one is Physcical server (DL380 G3) another is Vmware virtual server.&lt;BR /&gt;&lt;BR /&gt;I met a problem, I could not add them into D/P Cell manger, system still let me input root passwd, I know, it's not this kind of issue.&lt;BR /&gt;&lt;BR /&gt;As we know, Cellmgr and Client communciate with port 5555, so I did below checking:&lt;BR /&gt;&lt;BR /&gt;1. From Cellmgr server A (HP-UX)&lt;BR /&gt;# telnet ClientB 5555&lt;BR /&gt;Trying...&lt;BR /&gt;telnet: Unable to connect to remote host: Connection refused&lt;BR /&gt;&lt;BR /&gt;2. From Client server B (RH Linux)&lt;BR /&gt;# tail /etc/services &lt;BR /&gt;omni   5555/tcp     # DATA-PROTECTOR&lt;BR /&gt;&lt;BR /&gt;# iptables -L&lt;BR /&gt;...&lt;BR /&gt;ACCEPT     tcp  --  anywhere             anywhere        state NEW tcp dpt:omni&lt;BR /&gt;...&lt;BR /&gt;port 5555 already open. I did it from RH GUI desktop "Security level" add port&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep 5555&lt;BR /&gt;nothing&lt;BR /&gt;&lt;BR /&gt;what's the reason and How to fix this problem?&lt;BR /&gt;Whether the port 5555 did NOT real open on client server? or I lost some important steps?&lt;BR /&gt;Some doc said I should insert HP DP for HP-UX PA-RISC - installation server CD into client server and do "./omnisetup -install da" first, I did, but it doesn't work, install failed, it could detect omni in Clientserver.&lt;BR /&gt;&lt;BR /&gt;Thank you very much, any answers will be very appreciate.&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Jan 2008 23:15:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124731#M31223</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2008-01-04T23:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Could not add a linux client to Data protector Cell manager client pool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124732#M31224</link>
      <description>Looks like nothing is listening on port 5555:&lt;BR /&gt;&lt;BR /&gt;# netstat -an | grep 5555&lt;BR /&gt;nothing&lt;BR /&gt;&lt;BR /&gt;As the port is not in LISTEN state, any connection has no chance of succeeding. Even without a firewall, the OS will reject all connections to any ports that are not associated with a process that's willing to accept a connection to that port.&lt;BR /&gt;&lt;BR /&gt;I'm not very familiar with Data Protector, so I don't know how the DP client is supposed to start. &lt;BR /&gt;&lt;BR /&gt;If it's started through (x)inetd, then maybe xinetd has not been signaled after modifying its configuration ("sh /etc/init.d/xinetd reload" should fix that). After that, netstat should display the port 5555 in state LISTEN. &lt;BR /&gt;&lt;BR /&gt;If the client process should be running continuously, then the installation of the DP client has probably added a startup script in /etc/init.d. You should run it with argument "start".&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 05 Jan 2008 09:54:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124732#M31224</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-01-05T09:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Could not add a linux client to Data protector Cell manager client pool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124733#M31225</link>
      <description>Hi MK&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your kindly help and suggestions.&lt;BR /&gt;&lt;BR /&gt;Data protector and backup client server communicate through port 5555 (by default,or you could change the port # to free one). The key issue is the port 5555 of client could not be LISTENed. &lt;BR /&gt;Would you please tell me how to let the system LISTEN port 5555. &lt;BR /&gt;&lt;BR /&gt;reload the configuration of xinetd via "sh /etc/init.d/xinetd reload" doesn't work. After done it, # netstat -an | grep 5555, still nothing.</description>
      <pubDate>Mon, 07 Jan 2008 15:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124733#M31225</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2008-01-07T15:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Could not add a linux client to Data protector Cell manager client pool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124734#M31226</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your all kindly help.&lt;BR /&gt;I have fixed the problem.&lt;BR /&gt;&lt;BR /&gt;I made a mistake, port 5555 already be opened, only D/P Cellmgr done the installation of Disk agent to Client server, the port 5555 could be LISTENed, below are the fixing steps for the people who will meet the same issue of D/P adding client in the future:&lt;BR /&gt;&lt;BR /&gt;1. open port 5555&lt;BR /&gt;   vi /etc/sysconfig/iptables  or  &lt;BR /&gt;   iptables -A INPUT -p tcp -m tcp --dport 5555 -j ACCEPT  or&lt;BR /&gt;   via Linux GUI desktop "System Settings" - "Security Level" &lt;BR /&gt;   checking via # iptables -L&lt;BR /&gt;&lt;BR /&gt;2. Install or re-install "rsh" &lt;BR /&gt;   #rpm -ivh rsh-server-0.17-25.4.i386.rpm&lt;BR /&gt;&lt;BR /&gt;3.  vi /etc/xinetd.d/rsh and /etc/xinetd.d/rexec and change the entry  "disable = no" from "yes"&lt;BR /&gt;&lt;BR /&gt;4. vi /etc/securetty and add the entries&lt;BR /&gt;   rexec&lt;BR /&gt;   rsh&lt;BR /&gt;&lt;BR /&gt;5. restart the &lt;BR /&gt;   # service xinetd restart&lt;BR /&gt;&lt;BR /&gt;6. From Data Protector Cell Manager "Client" - "Add Client" choose Disk agent ... Add the backup client server(s) to Cell Manager.&lt;BR /&gt;&lt;BR /&gt;7. From Backup clienet server &lt;BR /&gt;   # netstat -an | grep 5555  &lt;BR /&gt;   tcp  0 0 0.0.0.0:5555  .0.0.0:* LISTEN&lt;BR /&gt;   port 5555 be LISTENed, it the same like port 5801 and 5901. When you start "vncserver" the port 5801 and 5901 will be LISTENed.&lt;BR /&gt;&lt;BR /&gt;8. Go ahead to schedule your backup tasks.&lt;BR /&gt;&lt;BR /&gt;Anyone could correct my above steps.&lt;BR /&gt;&lt;BR /&gt;Question: &lt;BR /&gt;Who can tell me why install the "rsh", let the disable = no and add those entry in securetty could fix the D/P Cellmgr adding client issue?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jan 2008 16:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124734#M31226</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2008-01-07T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Could not add a linux client to Data protector Cell manager client pool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124735#M31227</link>
      <description>Well you can install DA (disk agent) for Data-Protector in 2 ways: locally on the DP client, as you tried at first, and from various reasons it didn't work; remote from installation server, which is you cell-manager. For the remote installation you need to install rsh (allows you to issue remote commands from the installation server to client). After installation of rsh, you had to enable it in firewall software, and then start it from xinetd.&lt;BR /&gt;&lt;BR /&gt;Any of the above methods are very well explained in the docs: "HP OpenView Storage Data Protector Vx.x Installation and Licensing Guide".&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jan 2008 05:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124735#M31227</guid>
      <dc:creator>Liviu I.</dc:creator>
      <dc:date>2008-01-08T05:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Could not add a linux client to Data protector Cell manager client pool</title>
      <link>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124736#M31228</link>
      <description>Hi Liviu&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your explanations above.&lt;BR /&gt;&lt;BR /&gt;Now, remote installation works from Cellmgr to Client. Would you please explain why my local install failed. except "./omnisetup -install da", anything else missed?&lt;BR /&gt;&lt;BR /&gt;Have a great day&lt;BR /&gt;&lt;BR /&gt;-Gary</description>
      <pubDate>Tue, 08 Jan 2008 15:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/could-not-add-a-linux-client-to-data-protector-cell-manager/m-p/4124736#M31228</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2008-01-08T15:20:33Z</dc:date>
    </item>
  </channel>
</rss>

