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-14-2003 07:54 AM
08-14-2003 07:54 AM
JetAdmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 07:57 AM
08-14-2003 07:57 AM
Re: JetAdmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 07:58 AM
08-14-2003 07:58 AM
Re: JetAdmin
JetAdmin is out of support as of March 2003. The replacement product is called HP Printer Installer (HPPI). It has the same look and feel of JetAdmin. Download for hppi at 11.x:
http://www.hp.com/cgi-bin/cposupport/swdl.pl?c=ja243&i=ja-6671-1&p=hpjdprinte18922&n=hp+jd+printer+installer+for+hp-ux+11.x
Here are the document id's from the Knowledge Base to migrate your spooler configuration between JetAdmin and hppi:
KBRC00001736
UPRTKBRC00009402
Hope this helps,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 08:03 AM
08-14-2003 08:03 AM
Re: JetAdmin
Sorry about my previous post the right link should be
http://www.hp.com/cgi-bin/cposupport/swdl.pl?c=ja243&i=ja-6671-1&p=hpjdprinte18922&n=hp+jd+printer+installer+for+hp-ux+11.x
Robert-Jan.
0 points please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 08:19 AM
08-14-2003 08:19 AM
Re: JetAdmin
J4189-11001C E.10.34 Hewlett-Packard JetDirect Printer Installer for Unix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 11:11 AM
08-14-2003 11:11 AM
Re: JetAdmin
My notes say:
www.hp.com/cposupport/indexes1/jahpuxs.html
# swlist -s /var/adm/swdepots/JetAdmin
# Initializing...
# Contacting target "acshps05"...
#
# Target: acshps05:/var/adm/swdepots/JetAdmin
#
#
# Bundle(s):
#
J2559C D.06.21 Hewlett-Packard JetAdmin for Unix Utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2003 11:14 AM
08-14-2003 11:14 AM
Re: JetAdmin
Here is part of the man page for it:
NAME
transferqueue allows users to transfer all Unix JetAdmin created
queues from one Unix host to another.
SYNOPSIS
transferqueue
Description
transferqueue transfers queues from one machine to another by
retaining the same set of configuration options that were set through
Unix JetAdmin utility. This script will ONLY transfer queues from
HP-UX 10.x/11.x to HP-UX 10.x/11.x or Solaris 2.x to Solaris 2.x. When
transfering JetAdmin created queues to the destination machine, the
destination must have either the same version (as the source) or a
later version of Unix JetAdmin installed.
Prerequisite
Login to the Source machine as 'root' user from which the queues are
to be transferred. Change directory to /etc/lp/interface and remove
old queues by executing "rm *.old*" and remove the files which are not
used as queues. Tar the queues by executing 'tar -cvf /tmp/queues.tar
*'. Now transfer the file '/tmp/queues.tar' to the '/tmp' directory of
destination machine (to which the queues are to be transferred) by
executing the following commands.
ftp
login as root user
cd /tmp
bin
put /tmp/queues.tar
bye
Now login to destination machine as root user and execute
transferqueue using command '/opt/hpnp/bin/transferqueue'. If
necessary, set the default queue by executing the command 'lpadmin -d
Hope this helps.
DCJ