<?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 in Redhat 7.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628978#M90058</link>
    <description>Have you tried actually *doing* it?  I realize this message is rather old so I'll be brief - if you're still having trouble though respond and I'll try to help.&lt;BR /&gt;&lt;BR /&gt;If you're using omniback4, the instructions in the manual should work - but you have to get rlogin working from the main server to the linux client system - only needed during the install.&lt;BR /&gt;&lt;BR /&gt;Getting rlogin working under redhat7.2 is a pain - there are probably docs somewhere I missed, but I worked it out the hard way.&lt;BR /&gt;&lt;BR /&gt;- Make sure the rlogin daemon is installed - the package from redhat is rsh-server-0.17-5.rpm.&lt;BR /&gt;&lt;BR /&gt;- Make sure it's not disabled in /etc/xinetd.d/rlogin&lt;BR /&gt;&lt;BR /&gt;- Update /etc/securetty as needed.&lt;BR /&gt;&lt;BR /&gt;- Update the files in /etc/pam.d as needed.</description>
    <pubDate>Fri, 08 Mar 2002 21:36:42 GMT</pubDate>
    <dc:creator>Trever Furnish</dc:creator>
    <dc:date>2002-03-08T21:36:42Z</dc:date>
    <item>
      <title>Omniback in Redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628977#M90057</link>
      <description>I want to install omniback client in Redhat 7.2 remote. What are the steps.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Dec 2001 23:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628977#M90057</guid>
      <dc:creator>castro_2</dc:creator>
      <dc:date>2001-12-10T23:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback in Redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628978#M90058</link>
      <description>Have you tried actually *doing* it?  I realize this message is rather old so I'll be brief - if you're still having trouble though respond and I'll try to help.&lt;BR /&gt;&lt;BR /&gt;If you're using omniback4, the instructions in the manual should work - but you have to get rlogin working from the main server to the linux client system - only needed during the install.&lt;BR /&gt;&lt;BR /&gt;Getting rlogin working under redhat7.2 is a pain - there are probably docs somewhere I missed, but I worked it out the hard way.&lt;BR /&gt;&lt;BR /&gt;- Make sure the rlogin daemon is installed - the package from redhat is rsh-server-0.17-5.rpm.&lt;BR /&gt;&lt;BR /&gt;- Make sure it's not disabled in /etc/xinetd.d/rlogin&lt;BR /&gt;&lt;BR /&gt;- Update /etc/securetty as needed.&lt;BR /&gt;&lt;BR /&gt;- Update the files in /etc/pam.d as needed.</description>
      <pubDate>Fri, 08 Mar 2002 21:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628978#M90058</guid>
      <dc:creator>Trever Furnish</dc:creator>
      <dc:date>2002-03-08T21:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Omniback in Redhat 7.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628979#M90059</link>
      <description>If You cannot as the Trever says, Do it Locally with the next procedure. First install and configure the cell manager&lt;BR /&gt;In linux /etc/hosts must contain IP address and name of the cell manager, and the server with the backup unit, if other than cell manager.&lt;BR /&gt;&lt;BR /&gt;In linux client&lt;BR /&gt;Insert CD omniback II (HP-UX), mount it &lt;BR /&gt;&lt;BR /&gt;# mount /mnt/cdrom&lt;BR /&gt;Create /usr/omni and /tmp/omni_tmp dirs&lt;BR /&gt;# mkdir /usr/omni&lt;BR /&gt;# mkdir /tmp/omni_tmp&lt;BR /&gt;copy utils.tar file from CD to /tmp/omni_tmp&lt;BR /&gt;&lt;BR /&gt;#  cp /mnt/cdrom/omniback-ii/omni-core-is/opt/omni/databases/utils/gpl/i386/linux-60/utils.tar  /tmp/omni_tmp&lt;BR /&gt;Uncompress utils.tar file&lt;BR /&gt;# cd  /tmp/omni_tmp&lt;BR /&gt;&lt;BR /&gt;# gunzip ???d ???S .tar utils.tar&lt;BR /&gt;&lt;BR /&gt;Extract with tar, this create the files /tmp/omni_tmp,  omni_chk_ds.sh, omni_vers.sh, omni_de-inst.sh and  omni_rinst.sh&lt;BR /&gt;&lt;BR /&gt;# tar xvf utils&lt;BR /&gt;&lt;BR /&gt;Install ???core??? copying  packet.z file from  CD  to dir  /tmp/omni_tmp&lt;BR /&gt;&lt;BR /&gt;# cp /mnt/cdrom/omniback-ii/omni-core-is/opt/omni/databases/vendor/omnicf/gpl/i386/linux-60/a.04.10/packet.z  /tmp/omni_tmp&lt;BR /&gt;Uncompress and change the name&lt;BR /&gt;# gunzip ???S .z  packet.z&lt;BR /&gt;# mv packet.z  packet.Z&lt;BR /&gt;# ./omni_rinst.sh  /mtp/omni_tmp/packet.Z  co  a.04.10  gpl/i386/linux-60  /usr/omni   cel_server_name&lt;BR /&gt;This shell erase packet.Z file from /tmp/tmp_omni and make the nececesary files under /usr/omni, also, display a message, like,&lt;BR /&gt;&lt;BR /&gt;Warning: Update of the omni_info file failes for co!&lt;BR /&gt;Omniback II software package successfully installed !&lt;BR /&gt;&lt;BR /&gt;Then install  disc agent&lt;BR /&gt;&lt;BR /&gt;# cp  /mnt/cdrom/omniback-ii/omni-othux-p/opt/omni/databases/vendor/da/gpl/i386/a.04.10/packet.z  /tmp/omni_tmp&lt;BR /&gt;Uncompress and change the name&lt;BR /&gt;# gunzip ???S .z  packet.z&lt;BR /&gt;# mv packet.z  packet.Z&lt;BR /&gt;# ./omni_rinst.sh  /mtp/omni_tmp/packet.Z  da  a.04.10  gpl/i386/linux-60  /usr/omni   cell_server_name &lt;BR /&gt;&lt;BR /&gt;This shell erase packet.Z file from /tmp/tmp_omni and make the nececesary files under /usr/omni, also, display a message, like,&lt;BR /&gt;&lt;BR /&gt;Omniback II software package successfully installed !&lt;BR /&gt;&lt;BR /&gt;Finally, install the media agent, if the server linux have a backup unit and you wish use it&lt;BR /&gt;&lt;BR /&gt;# cp  /mnt/cdrom/omniback-ii/omni-othux-p/opt/omni/databases/vendor/ma/gpl/i386/a.04.10/packet.z  /tmp/omni_tmp&lt;BR /&gt;Uncompress and change the name&lt;BR /&gt;# gunzip ???S .z  packet.z&lt;BR /&gt;# mv packet.z  packet.Z&lt;BR /&gt;# ./omni_rinst.sh  /mtp/omni_tmp/packet.Z  ma  a.04.10  gpl/i386/linux-60  /usr/omni   nombre_del_cell_server&lt;BR /&gt;&lt;BR /&gt;This shell erase packet.Z file from /tmp/tmp_omni and make the nececesary files under /usr/omni, also, display a message, like,&lt;BR /&gt;&lt;BR /&gt;Omniback II software package successfully installed !&lt;BR /&gt;&lt;BR /&gt;In the Cell Manager import the client by IP Address.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 21:45:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/omniback-in-redhat-7-2/m-p/2628979#M90059</guid>
      <dc:creator>Javier Juarez</dc:creator>
      <dc:date>2002-04-29T21:45:53Z</dc:date>
    </item>
  </channel>
</rss>

