[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference lassie::ucx

Title:DEC TCP/IP Services for OpenVMS
Notice:Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System
Moderator:ucxaxp.ucx.lkg.dec.com::TIBBERT
Created:Thu Nov 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5568
Total number of notes:21492

5551.0. "Should the LPQ command work across the cluster?" by CSC32::J_WHISONANT () Thu May 29 1997 16:16

    Should a LPQ <Qname> work across the cluster? For example,
    node LITE and URQUEL are in the same cluster. The queue is running on
    node LITE. 
    
    Lite $ show queue/full hpjet
    Server queue HPJET, idle, on LITE::, mounted form DEFAULT
      /BASE_PRIORITY=4 /DEFAULT=(FEED,FLAG,FORM=DEFAULT)
    /OWNER=[SYS,SYSTEM]
      /PROCESSOR=UCX$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
    Lite $ lpq hpjet
    JetDirect lpd: no entries
    Lite $
    
    Urquel $ show queue/full hpjet
    Server queue HPJET, idle, on LITE::, mounted form DEFAULT
      /BASE_PRIORITY=4 /DEFAULT=(FEED,FLAG,FORM=DEFAULT)
    /OWNER=[SYS,SYSTEM]
      /PROCESSOR=UCX$LPD_SMB /PROTECTION=(S:M,O:D,G:R,W:S) /RETAIN=ERROR
    Urquel $ lpq hpjet
    %UCX-F-LPD_UNPRTR, Unknown printer HPJET
    Urquel $
    
    Thanks,
    Jim Whisonant
    
T.RTitleUserPersonal
Name
DateLines
5551.1Ah yes, LPD and clusters...UTRTSC::KNOPPERSOswald KnoppersFri May 30 1997 03:338
LPD has real problems in a cluster environment. The default is that
ucx$config creates the ucx_lpd directory in sys$specific. You will have to
move all this (especially the ucx$printcap.dat file) to common directories
in order to get this working cluster wide.

See also 3977.

Oswald