- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help with printing to Terminal servers from HP-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 12:52 AM
08-29-2002 12:52 AM
Help with printing to Terminal servers from HP-UX
We currently use Iolan+ terminal servers using the ioland -C -T command.
We have tried using the above command without success on the jetsreams i have also tried LPD and no luck either.
Has anyone had any experience with this equipment and HP-UX?
Thanks in advance.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:02 AM
08-29-2002 02:02 AM
Re: Help with printing to Terminal servers from HP-UX
Hi,
I do not have any experience with Jetstream
terminal server, but I have some experience
with other Terminal-servers.
I advice to check out the ddfa product
that comes with HP-UX. Although it is
designed for HP's DTC terminal-server I know
it has been used also with other types of
terminal server.
man ddfa
for more details
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:22 AM
08-29-2002 02:22 AM
Re: Help with printing to Terminal servers from HP-UX
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:35 AM
08-29-2002 02:35 AM
Re: Help with printing to Terminal servers from HP-UX
Hi again,
It may be a misunderstanding here if you by
link mean /bin/ld.
ddfa is not sofware you link with other
software.
ddfa works like this (very short):
. By editing a config file you specify
ip-address / port-number to access on
the terminal-server.
. When starting the ddfa software a
pseudo-device file is created for each
ip-address/port specified. For each
such pseudo-device file a ocd process
is started.
. You define a printer for the lp spooler
using SAM and specify the pseudo-device
file.
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:44 AM
08-29-2002 02:44 AM
Re: Help with printing to Terminal servers from HP-UX
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:51 AM
08-29-2002 02:51 AM
Re: Help with printing to Terminal servers from HP-UX
Hi,
I do not have any exmples other
than what you will find on the system.
At the end of man ddfa you will find
pointers to the exmple-file on the
system.
I have set up ddfa on a machine a long
time ago, but I do not have the config-files
from that time available. Anyway the
man-pages are quite good.
Regards
Olav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 02:59 AM
08-29-2002 02:59 AM
Re: Help with printing to Terminal servers from HP-UX
If any other users have any input to my problem please feel free to post.
Thanks
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2002 03:05 AM
08-29-2002 03:05 AM
Re: Help with printing to Terminal servers from HP-UX
Adding New Printers to the UNIX Network
2. Add, using vi, new device in /etc/ddfa/dp (note that the letter ???O??? is used in the spider address ??? ie spid3O05 (three, oh, zero, five).
3. Check that an ocd is not already running for the new port ???
Ps ???ef|grep ocd|grep spid3O05.
4. If no ocd is running then - Start new ocd in /dev/telnet/ (see ps ???ef | grep ocd)
# ocd -n191.1.0.205 -f/dev/telnet/spid5O07 -bxx -p3026 -c/etc/ddfa/pcf
5. If ocd is added then check that it is running ??? ps ???ef|grep ocd
See also # man ocd
check port config on spider
To reset and restart the ocd DPP software:-
kill -15 `ps -e | grep ocd | awk '{print $1}'` (Kill all ocd processes (do not use ???9 as device files will not be cleared).
/usr/sbin/dpp /etc/ddfa/dp ???k (Full ocd reset)
change variable DDFA=0 to DDFA=1 in /etc/rc.config.d/netdaemons to enable after a reboot.
HTH
Paula