<?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 Re: Omniback Client In Linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241337#M11178</link>
    <description>I am looking at installing remotely. Therefore I enabled rsh in the Linux server. &lt;BR /&gt;&lt;BR /&gt;I am still getting an invalid user/password error message. Is the firewall an issue? If so how can I disable it in Enterprise Version 3.0?&lt;BR /&gt;&lt;BR /&gt;-S. Selva</description>
    <pubDate>Tue, 06 Apr 2004 15:14:06 GMT</pubDate>
    <dc:creator>Suren Selva_1</dc:creator>
    <dc:date>2004-04-06T15:14:06Z</dc:date>
    <item>
      <title>Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241335#M11176</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I am new to Linux Sys Administration and I am trying to install the Omniback agent in a  RedHat Linux Enterprise Server V3.0 server. When I type in the root password for Omniback to login, I am being denied access. &lt;BR /&gt;&lt;BR /&gt;Any idea on what I need to do to install the Linux client remotely? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;S. Selva</description>
      <pubDate>Tue, 06 Apr 2004 10:21:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241335#M11176</guid>
      <dc:creator>Suren Selva_1</dc:creator>
      <dc:date>2004-04-06T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241336#M11177</link>
      <description>Make sure you've got the rsh server running on the Linux server. Omniback needs rsh access in order to install the client remotely. Once you've got the OBII client installed, you can then disable the rsh server if your site requires that.&lt;BR /&gt;&lt;BR /&gt; Another option is to install the OBII client locally on the server, then import it from the OBII console.&lt;BR /&gt;&lt;BR /&gt; Jason&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2004 11:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241336#M11177</guid>
      <dc:creator>Jason W. Neiss</dc:creator>
      <dc:date>2004-04-06T11:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241337#M11178</link>
      <description>I am looking at installing remotely. Therefore I enabled rsh in the Linux server. &lt;BR /&gt;&lt;BR /&gt;I am still getting an invalid user/password error message. Is the firewall an issue? If so how can I disable it in Enterprise Version 3.0?&lt;BR /&gt;&lt;BR /&gt;-S. Selva</description>
      <pubDate>Tue, 06 Apr 2004 15:14:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241337#M11178</guid>
      <dc:creator>Suren Selva_1</dc:creator>
      <dc:date>2004-04-06T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241338#M11179</link>
      <description>First, make sure you can rsh to the system directly (via telnet or some such). Next, make sure *root* can do so. Most Linux distros (and Red Hat, definitely) disable direct rsh access to the root account. You may need to temporarily enable it in order to remotely install the OBII client.&lt;BR /&gt;&lt;BR /&gt; I don't know off the top of my head how to enable/disable root's rsh access, but I'm sure a quick search of Red Hat's site would find it.&lt;BR /&gt;&lt;BR /&gt; Jason</description>
      <pubDate>Tue, 06 Apr 2004 17:55:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241338#M11179</guid>
      <dc:creator>Jason W. Neiss</dc:creator>
      <dc:date>2004-04-06T17:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241339#M11180</link>
      <description>Found it:&lt;BR /&gt;&lt;BR /&gt; From &lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/ref-guide/s1-pam-rexec.html:" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-7.1-Manual/ref-guide/s1-pam-rexec.html:&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; "...Finally, restart xinetd with /sbin/service xinetd restart to activate the ntsysv  changes. At this point, all users except root will be able to use rexec, rsh, and rlogin.&lt;BR /&gt;&lt;BR /&gt;To allow root to use these tools, add the names of the tools you wish to allow to the /etc/securetty. If you wanted to enable root login using rexec, rsh, and rlogin, add the following lines to /etc/securetty:&lt;BR /&gt;&lt;BR /&gt;rexec&lt;BR /&gt;rsh&lt;BR /&gt;rlogin&lt;BR /&gt;&lt;BR /&gt;To allow root to log in using these tools via telnet (an even worse idea but necessary in some environments), add a few more lines:&lt;BR /&gt;&lt;BR /&gt;pts/0&lt;BR /&gt;pts/1"&lt;BR /&gt;&lt;BR /&gt; While this is specific to RH7.1, I'm sure Enterprise 3.0 is similar enough for this to apply.&lt;BR /&gt;&lt;BR /&gt; Jason&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2004 17:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241339#M11180</guid>
      <dc:creator>Jason W. Neiss</dc:creator>
      <dc:date>2004-04-06T17:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241340#M11181</link>
      <description>also take care of any firewall (iptables/ipchains) on the linux client that might be running blocking connections.&lt;BR /&gt;&lt;BR /&gt;ofcourse, after the agent is installed don't forget to reverse/undo all you changes you made.</description>
      <pubDate>Wed, 07 Apr 2004 01:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241340#M11181</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2004-04-07T01:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback Client In Linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241341#M11182</link>
      <description>Three things need to be done:&lt;BR /&gt;&lt;BR /&gt;1) rexecd needs to be enabled/started&lt;BR /&gt;2) rexec needs to be allowed in /etc/securetty&lt;BR /&gt;3) rexec needs to be allowed in your iptables and/or tcp_wrappers configurations&lt;BR /&gt;4) Undo most of the above.&lt;BR /&gt;&lt;BR /&gt;1) Edit /etc/xinetd.d/rexec, change "disable = yes" to "disable = no".  Start/restart xinetd, (service xinetd restart)&lt;BR /&gt;&lt;BR /&gt;2) The simplest (and most insecure) way is to move this file out of the way for the 30 seconds it takes to deploy the agents.  "mv /etc/securetty /etc/securetty.bak".  &lt;BR /&gt;--or-- &lt;BR /&gt;You sould also be able to add "rexec" or "rexecd" (I can't remember which) to /etc/securetty.  Either method should work.  I know the first works fine on RHEL 3.&lt;BR /&gt;&lt;BR /&gt;3) For iptables, you're on your own.  Check /etc/services for the exec/rexec port of interest.  For tcp_wrappers support, make sure you have a &lt;BR /&gt;"in.rexecd: my-omniback-server.fqdn" &lt;BR /&gt;line in your /etc/hosts.allow file.  If you've not configured tcp_wrappers, don't worry about this.&lt;BR /&gt;&lt;BR /&gt;4.1) Undo your changes in /etc/xinetd.d/rexec&lt;BR /&gt;4.2) Move /etc/securetty back into place or undo your changes to the file&lt;BR /&gt;4.3) Undo your iptables and tcp_wrappers changes, but make sure you leave an entry in both for the newly installed "omni" service.&lt;BR /&gt;&lt;BR /&gt;Best of luck.</description>
      <pubDate>Thu, 08 Apr 2004 10:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-client-in-linux/m-p/3241341#M11182</guid>
      <dc:creator>Christopher C. Weis_1</dc:creator>
      <dc:date>2004-04-08T10:14:48Z</dc:date>
    </item>
  </channel>
</rss>

