<?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: Red Hat 7.1 Omniback client problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548258#M641</link>
    <description>uh, it looks like you're using /usr/omni - so above does not apply ;)&lt;BR /&gt;&lt;BR /&gt;1) check /etc/services for "omni 5555/tcp"&lt;BR /&gt;&lt;BR /&gt;2) restart xinetd via "/etc/rc.d/init.d/xinetd restart"&lt;BR /&gt;&lt;BR /&gt;3) try "chkconfig --list" to see if "omni" is "on"&lt;BR /&gt;&lt;BR /&gt;4) telnet localhost 5555&lt;BR /&gt;I think you should get a connection, and it should hang - expecting data...otherwise:&lt;BR /&gt;&lt;BR /&gt;5) ipchains --list to see if your have firewall rules to block stuff - mine says "Chain input (policy ACCEPT):&lt;BR /&gt;Chain forward (policy ACCEPT):&lt;BR /&gt;Chain output (policy ACCEPT):" which I guess means there are no custom rules, everything is acceptable&lt;BR /&gt;&lt;BR /&gt;6) make sure telnet is enabled in /etc/xinetd.d/telnet, check that "disable = no" - change it to no and restart xinetd - verify telnet works via "telnet localhost" and login...&lt;BR /&gt;&lt;BR /&gt;7) if you get the telnet localhost 5555 to work, then check my previous post above about the 2 files you need to create&lt;BR /&gt;&lt;BR /&gt;8) then on cell manager import the linux client - hopefully it'll work</description>
    <pubDate>Tue, 03 Jul 2001 20:48:48 GMT</pubDate>
    <dc:creator>wyan lowe</dc:creator>
    <dc:date>2001-07-03T20:48:48Z</dc:date>
    <item>
      <title>Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548256#M639</link>
      <description>When install omni software throw the GUI , I recive the next error :&lt;BR /&gt;&lt;BR /&gt;Critical [110:101] Host import failed!&lt;BR /&gt;[12:1625] Import host failed&lt;BR /&gt;System Error:[239] Conection refused.&lt;BR /&gt;&lt;BR /&gt;1.- I create the /etc/xinetd.d/omni with&lt;BR /&gt;make a file /etc/xinetd.d/omni with following &lt;BR /&gt;&lt;BR /&gt;service omni &lt;BR /&gt;{ &lt;BR /&gt;socket_type = stream &lt;BR /&gt;protocol = tcp &lt;BR /&gt;wait = no &lt;BR /&gt;user = root &lt;BR /&gt;server = /usr/omni/bin/inet &lt;BR /&gt;log_type = FILE /usr/omni/log/inet.log &lt;BR /&gt;port = 5555 &lt;BR /&gt;} &lt;BR /&gt;&lt;BR /&gt;2.- telnet localhost 5555&lt;BR /&gt;Unable ti connect to remote host: Connection refused.&lt;BR /&gt;&lt;BR /&gt;3.- netstat -putan don't show the 5555 port.&lt;BR /&gt;&lt;BR /&gt;4.- When I run /usr/omni/bin/inet inet -log /var/log/omni.log I can see for one second :&lt;BR /&gt;"HP OpenView OmniBack II A.03.50: INET, internal build PHSS_22914/PHSS_22915,&lt;BR /&gt;built on Tue Jan  9 12:18:35 2001"&lt;BR /&gt;&lt;BR /&gt;And after the proces stop.&lt;BR /&gt;&lt;BR /&gt;Somebody can help me , please?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jul 2001 13:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548256#M639</guid>
      <dc:creator>Miguel_6</dc:creator>
      <dc:date>2001-07-03T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548257#M640</link>
      <description>i had the same problem on 7.1 redhat, but i thought it was maybe something in 7.1 vs 7.0 so I reinstall to 7.0&lt;BR /&gt;&lt;BR /&gt;had read the earlier posts on success with 7.0 and did have success with 7.0 but didn't take good notes on what i did&lt;BR /&gt;&lt;BR /&gt;retried this time with 7.0 and it didn't work - got same behavior - telnet localhost 5555 returned with error - didn't hang like it was supposed to...&lt;BR /&gt;&lt;BR /&gt;tried applying errata from redhat's 7.0 site, but still nothing...&lt;BR /&gt;&lt;BR /&gt;finally, noticed on redhat 7 box where it was working, i actually had 2 installs - one in /opt/omni and the other in /usr/omni.....ahhh&lt;BR /&gt;&lt;BR /&gt;so on this new box: ln -s /var/opt/omni /usr/omni&lt;BR /&gt;where /var/opt/omni is where I installed the 2 packet.z files from off the Omniback CD. Made /var a filesystem per redhat's docs&lt;BR /&gt;&lt;BR /&gt;now telnet localhost 5555 hangs! like its waiting for data!&lt;BR /&gt;&lt;BR /&gt;last thing was to make sure to create 2 files (not well documented):&lt;BR /&gt;1) /var/opt/omni/config/cell/cell_server - put in the name of the cell server&lt;BR /&gt;2) /var/opt/omni/bin/install/omni_info - put in 2 lines:&lt;BR /&gt;CORE_VERSION A.03.50&lt;BR /&gt;DISK_AGENT_VERSION A.03.50&lt;BR /&gt;&lt;BR /&gt;The cell server is Omniback v3.50 running on NT&lt;BR /&gt;&lt;BR /&gt;Now the Import works fine.&lt;BR /&gt;&lt;BR /&gt;so the only thing that was causing the thing to fail mysteriously was the stupid stupid path. /usr/omni -&lt;BR /&gt;&lt;BR /&gt;don't think that its defined in /etc/xinetd.d/omni file - mine clearly says "server= /var/opt/omni/bin/inet"&lt;BR /&gt;&lt;BR /&gt;Talk about frustrating - did I miss something in the release notes? or did somebody else?&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jul 2001 20:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548257#M640</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2001-07-03T20:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548258#M641</link>
      <description>uh, it looks like you're using /usr/omni - so above does not apply ;)&lt;BR /&gt;&lt;BR /&gt;1) check /etc/services for "omni 5555/tcp"&lt;BR /&gt;&lt;BR /&gt;2) restart xinetd via "/etc/rc.d/init.d/xinetd restart"&lt;BR /&gt;&lt;BR /&gt;3) try "chkconfig --list" to see if "omni" is "on"&lt;BR /&gt;&lt;BR /&gt;4) telnet localhost 5555&lt;BR /&gt;I think you should get a connection, and it should hang - expecting data...otherwise:&lt;BR /&gt;&lt;BR /&gt;5) ipchains --list to see if your have firewall rules to block stuff - mine says "Chain input (policy ACCEPT):&lt;BR /&gt;Chain forward (policy ACCEPT):&lt;BR /&gt;Chain output (policy ACCEPT):" which I guess means there are no custom rules, everything is acceptable&lt;BR /&gt;&lt;BR /&gt;6) make sure telnet is enabled in /etc/xinetd.d/telnet, check that "disable = no" - change it to no and restart xinetd - verify telnet works via "telnet localhost" and login...&lt;BR /&gt;&lt;BR /&gt;7) if you get the telnet localhost 5555 to work, then check my previous post above about the 2 files you need to create&lt;BR /&gt;&lt;BR /&gt;8) then on cell manager import the linux client - hopefully it'll work</description>
      <pubDate>Tue, 03 Jul 2001 20:48:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548258#M641</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2001-07-03T20:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548259#M642</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;First , thanks to all.&lt;BR /&gt;&lt;BR /&gt;1.- I make a link of /usr/omni to  /var/opt/omni.&lt;BR /&gt;2.- There are a line in service file for omni.&lt;BR /&gt;3.- Telnet localhost 5555 return :&lt;BR /&gt; Unnable to connect ...&lt;BR /&gt;4.- Ipchains is disable.&lt;BR /&gt;5.- chkconfig :&lt;BR /&gt;        omni:   on&lt;BR /&gt;&lt;BR /&gt;Another interesting solution , please.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks .&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jul 2001 05:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548259#M642</guid>
      <dc:creator>Miguel_6</dc:creator>
      <dc:date>2001-07-04T05:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548260#M643</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;I was able to get redhat 7.1 to work with Omniback 3.5 NT Cell Server - so it should work...&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;1) telnet localhost&lt;BR /&gt;&lt;BR /&gt;does it work or fail?&lt;BR /&gt;if fail:&lt;BR /&gt;a) vi /etc/xinetd.d/telnet&lt;BR /&gt;change "disable = yes" to "disable = no"&lt;BR /&gt;b) recycle xinetd via "/etc/rc.d/init.d/xinetd restart"&lt;BR /&gt;c) verify that "telnet localhost" works, or that at least you get a login prompt&lt;BR /&gt;&lt;BR /&gt;i think the problem is that you're not even getting the login...usually because redhat turns off services by default for security&lt;BR /&gt;&lt;BR /&gt;2) check to make sure "telnet localhost 5555" works...&lt;BR /&gt;it should display some info then hang...as if expecting data&lt;BR /&gt;&lt;BR /&gt;3) make sure you have 2 files:&lt;BR /&gt;1) /usr/omni/config/cell/cell_server - which should contain the fully qualified domain name of the cell manager&lt;BR /&gt;2) /usr/omni/bin/install/omni_info - which should contain 2 lines:&lt;BR /&gt;CORE_VERSION A.03.50 &lt;BR /&gt;DISK_AGENT_VERSION A.03.50 &lt;BR /&gt;again - my version is 3.5&lt;BR /&gt;&lt;BR /&gt;now try to import the client...</description>
      <pubDate>Thu, 05 Jul 2001 19:08:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548260#M643</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2001-07-05T19:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548261#M644</link>
      <description>one more thing -&lt;BR /&gt;&lt;BR /&gt;the symbolic link probably isn't needed in your case...&lt;BR /&gt;&lt;BR /&gt;in my case, i created the /var/opt/omni directory&lt;BR /&gt;then untar'd the tar files into there...&lt;BR /&gt;&lt;BR /&gt;the directions say to use /usr/omni, but I chose to use another directory thinking it would be okay....&lt;BR /&gt;&lt;BR /&gt;and it is ok, as long as you create a symbolic link /usr/omni to point to whereever you untar'd the files to.&lt;BR /&gt;&lt;BR /&gt;but in your case, since you untar'd to /usr/omni, I don't think you want that link to /var/opt/omni....&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jul 2001 19:11:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548261#M644</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2001-07-05T19:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548262#M645</link>
      <description>one more thing -&lt;BR /&gt;&lt;BR /&gt;ipchains --flush&lt;BR /&gt;&lt;BR /&gt;I think will remove any custom firewall rules in effect&lt;BR /&gt;&lt;BR /&gt;ipchains --list&lt;BR /&gt;&lt;BR /&gt;should show 3 lines with ACCEPT now...&lt;BR /&gt;&lt;BR /&gt;maybe telnet isn't working because:&lt;BR /&gt;1) xinetd has it disabled&lt;BR /&gt;2) ipchains is blocking ports&lt;BR /&gt;&lt;BR /&gt;once you get "telnet localhost" to work, then try "telnet localhost 5555"</description>
      <pubDate>Thu, 05 Jul 2001 21:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548262#M645</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2001-07-05T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548263#M646</link>
      <description>I have telnet in the server.&lt;BR /&gt;I don't have any chains in the firewall. (3 x ACCEPT)&lt;BR /&gt;&lt;BR /&gt;Can you show me the result of "netstat -putan" ?&lt;BR /&gt;You can see a port 5555 ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Jul 2001 17:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548263#M646</guid>
      <dc:creator>Miguel_5</dc:creator>
      <dc:date>2001-07-06T17:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548264#M647</link>
      <description>Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;# netstat -putan&lt;BR /&gt;Active Internet connections (servers and established)&lt;BR /&gt;Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   &lt;BR /&gt;tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN      557/rpc.statd       &lt;BR /&gt;tcp        0      0 0.0.0.0:513             0.0.0.0:*               LISTEN      17246/xinetd        &lt;BR /&gt;tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      542/portmap         &lt;BR /&gt;tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      7062/X              &lt;BR /&gt;tcp        0      0 0.0.0.0:5555            0.0.0.0:*               LISTEN      17246/xinetd        &lt;BR /&gt;tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      17246/xinetd        &lt;BR /&gt;tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      721/sshd            &lt;BR /&gt;tcp        0      0 0.0.0.0:23              0.0.0.0:*               LISTEN      17246/xinetd        &lt;BR /&gt;tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      781/sendmail: accep &lt;BR /&gt;udp        0      0 0.0.0.0:32768           0.0.0.0:*                           557/rpc.statd       &lt;BR /&gt;udp        0      0 127.0.0.1:25375         0.0.0.0:*                           6706/snmpd          &lt;BR /&gt;udp        0      0 127.0.0.1:25376         0.0.0.0:*                           6606/cmasvrpeerd    &lt;BR /&gt;udp        0      0 0.0.0.0:161             0.0.0.0:*                           6706/snmpd          &lt;BR /&gt;udp        0      0 127.0.0.1:25378         0.0.0.0:*                           6731/cmastorpeerd   &lt;BR /&gt;udp        0      0 127.0.0.1:25385         0.0.0.0:*                           6359/cmafdtnpeerd   &lt;BR /&gt;udp        0      0 0.0.0.0:44718           0.0.0.0:*                           21716/Maelstrom     &lt;BR /&gt;udp        0      0 127.0.0.1:25393         0.0.0.0:*                           6508/cmanicd        &lt;BR /&gt;udp        0      0 0.0.0.0:733             0.0.0.0:*                           557/rpc.statd       &lt;BR /&gt;udp        0      0 0.0.0.0:111             0.0.0.0:*                           542/portmap         &lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;here is /etc/xinetd.d/omni file&lt;BR /&gt;&lt;BR /&gt;# omni&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;service omni&lt;BR /&gt;{&lt;BR /&gt;        socket_type = stream&lt;BR /&gt;        wait = no&lt;BR /&gt;        user = root&lt;BR /&gt;        server = /var/opt/omni/bin/inet&lt;BR /&gt;        server_args = inet -log /var/opt/omni/log/inet.log&lt;BR /&gt;        log_on_failure += USERID&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;--------------------------------------------------&lt;BR /&gt;what happens if you do as root:&lt;BR /&gt;&lt;BR /&gt;chkconfig --list&lt;BR /&gt;&lt;BR /&gt;do you see omni=on?&lt;BR /&gt;&lt;BR /&gt;"telnet localhost 5555" = does this work?</description>
      <pubDate>Fri, 06 Jul 2001 21:03:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548264#M647</guid>
      <dc:creator>wyan lowe</dc:creator>
      <dc:date>2001-07-06T21:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 7.1 Omniback client problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548265#M648</link>
      <description>Finaly , it's work.... :))))&lt;BR /&gt;&lt;BR /&gt;I copy your xinetd.d/omni and make a copy of /usr/omni to /var/opt/omni , no simbolic link , and I can see the port 5555 on localhost&lt;BR /&gt;&lt;BR /&gt;Thanks, monay I report it to HP.</description>
      <pubDate>Sat, 07 Jul 2001 16:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-7-1-omniback-client-problem/m-p/2548265#M648</guid>
      <dc:creator>Miguel_5</dc:creator>
      <dc:date>2001-07-07T16:27:00Z</dc:date>
    </item>
  </channel>
</rss>

