<?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: Request help with printers in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957652#M11746</link>
    <description>If ping and the other suggestions aren't enough, you probably can't do what you want.&lt;BR /&gt;&lt;BR /&gt;If "ips" refers to Xerox's DocuPrint controller commands, then your non-DocuPrint printers won't understand.&lt;BR /&gt;&lt;BR /&gt;If the printers are spooled, whatever they tell you or don't tell by direct query means little. The print symbiont controls the printer and the form and devctl modules can change whatever status the printer gives you.&lt;BR /&gt;&lt;BR /&gt;If you're doing dedicated direct printing, then maybe you and your printer can have a meaningful conversation.&lt;BR /&gt;&lt;BR /&gt;Still, if you ask one "are you ready" and it doesn't respond, what will you do? If it says "no", then what? If it says "yes", does that guarantee it will print your report?&lt;BR /&gt;&lt;BR /&gt;If a spooled printer isn't ready or goes off line, usually the queue will stall. If the printer is powered off, what happens depends on how the printer is connected. Direct, print server, network card, whatever. Your report might end up in the bit-bucket or the queue might stall.&lt;BR /&gt;&lt;BR /&gt;The only sure way to tell if a printer is on or off, jammed or whatever, is to look at it. If you can't install video monitors and robots at each location, maybe the same people who see that the printer has paper and ink/toner can be made responsible for the power/ready switch.&lt;BR /&gt;&lt;BR /&gt;So, what is your real goal?&lt;BR /&gt;</description>
    <pubDate>Thu, 08 Mar 2007 13:51:40 GMT</pubDate>
    <dc:creator>Doug Phillips</dc:creator>
    <dc:date>2007-03-08T13:51:40Z</dc:date>
    <item>
      <title>Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957648#M11742</link>
      <description>Briefly stated: How may I determine the on/off&lt;BR /&gt;state of printers with ips?  Unfortunately,&lt;BR /&gt;the solution will have to be limited to a command procedure(s).&lt;BR /&gt;&lt;BR /&gt;The environment consist of:&lt;BR /&gt;Three-node cluster&lt;BR /&gt;Compaq AlhaServers GS140&lt;BR /&gt;VMS v7.3&lt;BR /&gt;Multinet v5.1 EC03&lt;BR /&gt;Approx. 500 printers (HP, Datasouth, Xerox, &amp;amp; others)&lt;BR /&gt;&lt;BR /&gt;Thanks for any &amp;amp; all considerations,&lt;BR /&gt;PaltiEl</description>
      <pubDate>Wed, 07 Mar 2007 16:13:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957648#M11742</guid>
      <dc:creator>PaltiEl</dc:creator>
      <dc:date>2007-03-07T16:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957649#M11743</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Briefly stated: [..]&lt;BR /&gt;&lt;BR /&gt;Too briefly.  "ips"?  Inches per second?&lt;BR /&gt;Internet Protocol addresses?&lt;BR /&gt;&lt;BR /&gt;It probably depends on the printer.  Some,&lt;BR /&gt;like my HP LaserJet 4MV ("hplj") respond to&lt;BR /&gt;ICMP ECHO packets.  (I have HP TCPIP, but I'd&lt;BR /&gt;expect MultiNet to have a similar "ping"&lt;BR /&gt;command.)&lt;BR /&gt;&lt;BR /&gt;ALP $ show symb ping&lt;BR /&gt;  PING == "$ SYS$SYSTEM:TCPIP$PING"&lt;BR /&gt;&lt;BR /&gt;ALP $ ping -c 1 -t 5 hplj&lt;BR /&gt;PING hplj.antinode.org (10.0.0.50): 56 data bytes&lt;BR /&gt;64 bytes from 10.0.0.50: icmp_seq=0 ttl=60 time=4 ms&lt;BR /&gt;&lt;BR /&gt;----hplj.antinode.org PING Statistics----&lt;BR /&gt;1 packets transmitted, 1 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 4/4/4 ms&lt;BR /&gt;&lt;BR /&gt;ALP $ write sys$output $status&lt;BR /&gt;%X00000001&lt;BR /&gt;&lt;BR /&gt;Trying a device ("pha") which is off (powered&lt;BR /&gt;off, or off the network):&lt;BR /&gt;&lt;BR /&gt;ALP $ ping -c 1 -t 5 pha&lt;BR /&gt;PING pha.antinode.org (10.0.0.101): 56 data bytes&lt;BR /&gt;&lt;BR /&gt;----pha.antinode.org PING Statistics----&lt;BR /&gt;1 packets transmitted, 0 packets received, 100% packet loss&lt;BR /&gt;%SYSTEM-F-TIMEOUT, device timeout&lt;BR /&gt;&lt;BR /&gt;ALP $ write sys$output $status&lt;BR /&gt;%X0000022C&lt;BR /&gt;&lt;BR /&gt;I'd start with that, and see how many live&lt;BR /&gt;printers look dead by that criterion.  Then&lt;BR /&gt;I'd start looking into Telnet (possibly to&lt;BR /&gt;unusual ports).&lt;BR /&gt;&lt;BR /&gt;Of course, this doesn't really tell you if&lt;BR /&gt;the printer is "on/off", or working, or out&lt;BR /&gt;of paper, or warious other things, but it&lt;BR /&gt;does show that some communication is&lt;BR /&gt;possible.</description>
      <pubDate>Wed, 07 Mar 2007 18:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957649#M11743</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-03-07T18:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957650#M11744</link>
      <description>I've heard of LPS and IPP, but never ips.&lt;BR /&gt;&lt;BR /&gt;Forgetting about the protocol, I would recommend PING to determine if the printer is reachable.&lt;BR /&gt;$ MULTINET PING/NUMBER=1/QUIET&lt;BR /&gt;then check the value of the symbol $status for SS$_NORMAL (1)</description>
      <pubDate>Wed, 07 Mar 2007 20:26:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957650#M11744</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2007-03-07T20:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957651#M11745</link>
      <description>The core question falls to what each printer supports, and requires.  Ping and web access would be the most obvious approaches toward establishing access, as most network-based printers provide this.&lt;BR /&gt;&lt;BR /&gt;In parallel, consider standardizing on fewer and newer and network-native printers as part of this project.  500 printers of varying flavors is a substantial investment for parallel stores of toner, etc.  And maintenance.  And support.  (And printers that are not fully network-native should be strongly discouraged.)&lt;BR /&gt;&lt;BR /&gt;Also consider contact with a couple of major printer suppliers, and ask for assistance with this situation.  And ask about what it might cost to standardize.&lt;BR /&gt;&lt;BR /&gt;500 printers will catch the attention of many vendors, and you might be surprised what might fall out of an incremental replacement plan.&lt;BR /&gt;&lt;BR /&gt;Stephen Hoffman&lt;BR /&gt;HoffmanLabs</description>
      <pubDate>Wed, 07 Mar 2007 21:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957651#M11745</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-03-07T21:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957652#M11746</link>
      <description>If ping and the other suggestions aren't enough, you probably can't do what you want.&lt;BR /&gt;&lt;BR /&gt;If "ips" refers to Xerox's DocuPrint controller commands, then your non-DocuPrint printers won't understand.&lt;BR /&gt;&lt;BR /&gt;If the printers are spooled, whatever they tell you or don't tell by direct query means little. The print symbiont controls the printer and the form and devctl modules can change whatever status the printer gives you.&lt;BR /&gt;&lt;BR /&gt;If you're doing dedicated direct printing, then maybe you and your printer can have a meaningful conversation.&lt;BR /&gt;&lt;BR /&gt;Still, if you ask one "are you ready" and it doesn't respond, what will you do? If it says "no", then what? If it says "yes", does that guarantee it will print your report?&lt;BR /&gt;&lt;BR /&gt;If a spooled printer isn't ready or goes off line, usually the queue will stall. If the printer is powered off, what happens depends on how the printer is connected. Direct, print server, network card, whatever. Your report might end up in the bit-bucket or the queue might stall.&lt;BR /&gt;&lt;BR /&gt;The only sure way to tell if a printer is on or off, jammed or whatever, is to look at it. If you can't install video monitors and robots at each location, maybe the same people who see that the printer has paper and ink/toner can be made responsible for the power/ready switch.&lt;BR /&gt;&lt;BR /&gt;So, what is your real goal?&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957652#M11746</guid>
      <dc:creator>Doug Phillips</dc:creator>
      <dc:date>2007-03-08T13:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957653#M11747</link>
      <description>For some IP-aware printers SNMP access is also available. Using this you can determine much (browse the MIB). In DCL you'd likely PIPE the output into as SEARCH command. Here's an example of some of what an HP printer might tell you (where I've replaced the actual IP address of the printer with 1.2.3.4). Perhaps it'll be of some use...&lt;BR /&gt;&lt;BR /&gt;$ multinet show/stat/snmp=1.2.3.4&lt;BR /&gt;Network Interface statistics on Host 139.121.36.18:&lt;BR /&gt;HP ETHERNET MULTI-ENVIRONMENT,ROM R.22.01,JETDIRECT,JD95,EEPROM R.25.09,CIDATE 07/24/2003&lt;BR /&gt;&lt;BR /&gt;Name       Mtu   Network      Address            Ipkts    Ierrs Opkts    Oerrs&lt;BR /&gt;--------   ---   --------     --------------     ------   ----- ------   -----&lt;BR /&gt;HP ETHERNE 1500  1.2.3.0      1.2.3.4/24         16229    0     13477    0    &lt;BR /&gt;HP ETHERNE 32768 Null Address Not an IP interfac 0        0     0        0 &lt;BR /&gt;&lt;BR /&gt;$ mu show/snmp=1.2.3.4/mib&lt;BR /&gt;Network Interface statistics on Host 139.121.36.18:&lt;BR /&gt;HP ETHERNET MULTI-ENVIRONMENT,ROM R.22.01,JETDIRECT,JD95,EEPROM R.25.09,CIDATE 07/24/2003&lt;BR /&gt;interfac 0        0     0        0    &lt;BR /&gt;sysDescr.0      String(89): HP ETHERNET MULTI-ENVIRONMENT,ROM R.22.01,JETDIRECT,&lt;BR /&gt;JD95,EEPROM R.25.09,CIDATE 07/24/2003&lt;BR /&gt;sysObjectID.0           Object ID: hpNm.3.9.1&lt;BR /&gt;sysUpTime.0     Time Ticks: 70625060  (1 week 1 day)&lt;BR /&gt;sysContact.0            String(0): &lt;BR /&gt;[...etc...]&lt;BR /&gt;hpNm.4.3.1.2.0          String(14): ready to print&lt;BR /&gt;[...etc...]</description>
      <pubDate>Thu, 08 Mar 2007 14:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957653#M11747</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-03-08T14:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957654#M11748</link>
      <description>First and foremost, thanks to all those who responded to this issue.  Many apologies for the initial confusion/misunderstanding I introduced in the statement of the problem description.&lt;BR /&gt;&lt;BR /&gt;My use of "ips" actually was meant to abbreviate the plural form for Internet Protocol address (ie 222.100.305.74). &lt;BR /&gt;&lt;BR /&gt;In summary, the requirement to know the printer status stands as a preprequiste to a future application installation. Information concerning the relation between the installation/post installation activity is not known at this time.  However, statements from 'lessons learned' by installation engineers highly suggest that printers in the 'on' state could potentially lead to/cause problems.&lt;BR /&gt;&lt;BR /&gt;Again, sincere thanks to all for your time&lt;BR /&gt;and professional expertise,&lt;BR /&gt;&lt;BR /&gt;PaltiEl</description>
      <pubDate>Thu, 08 Mar 2007 16:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957654#M11748</guid>
      <dc:creator>PaltiEl</dc:creator>
      <dc:date>2007-03-08T16:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Request help with printers</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957655#M11749</link>
      <description>&amp;gt; printers in the 'on' state&lt;BR /&gt;&lt;BR /&gt;You may want to explore&lt;BR /&gt;&lt;BR /&gt;$ multinet show/conn/snmp=x.x.x.x&lt;BR /&gt;&lt;BR /&gt;which can show any established connections on an snmp-aware printer.</description>
      <pubDate>Thu, 08 Mar 2007 18:22:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/request-help-with-printers/m-p/3957655#M11749</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2007-03-08T18:22:32Z</dc:date>
    </item>
  </channel>
</rss>

