Installing jetadmin software for Solaris 2.51 and UpThe jetadmin software from Hewlett Packard is needed to interface between the Solaris workstation to all HP Inkjet plotters and Laser printers. Before installing the jetadmin software for Solaris 2.51 and above you will need to make sure you have the HP
jetadmin package file called SOLd621.PKG, and you will need to have super user privileges. If you don't have SOLd621.PKG
you can download it from our ftp site: ftp ftp.artwork.com login: anonymous password: your email cd pub/get_from_here/gdsplot Change to Binary mode get the file SOLd621.PKG Here is the procedure to install the jetadmin software:
Change directory to /tmp and make sure the package file (SOLd621.PKG ) is there. Become super user.
$ pwd /tmp $ ls -l total 13040 -rw-r--r-- 1 hagai staff 6670848 May 9 15:02 SOLd621.PKG $ su Password: # Run the pkgadd command to start the installation. You should go with the defaults during the installation and the jetadmin will be extracted at the /opt/hpnp directory.
# /usr/sbin/pkgadd -d SOLd621.PKG
The following packages are available:
1 HPNP JetAdmin for Unix
(sparc) D.06.21
Select package(s) you wish to process (or 'all' to process
all packages). (default: all) [?,??,q]:
Processing package instance
After you are done unpacking the jetadmin software, you can go ahead and start the jetadmin installation. Here is what you need to do:
# cd /opt/hpnp
# ./jetadmin
*************************************************
* MAIN MENU *
* HP JetAdmin Utility for UNIX (Rev. D.06.21) *
*************************************************
1) Configuration (super-user only):
- configure printer, add printer to spooler
2) Diagnostics:
- diagnose printing problems
3) Administration (super-user only):
- manage HP printer, JetDirect
4) Administration (super-user only):
- manage JetAdmin
5) Printer Status:
- show printer status, location, and contact
?) Help q) Quit
Please enter a selection (q - quit): 1
***************************************
* CONFIGURATION *
* HP JetAdmin Utility for Unix *
***************************************
Printer Network Interface:
1) Create printer configuration in BOOTP/TFTP database
2) Remove printer configuration from BOOTP/TFTP
Spooler:
3) Add printer to local spooler
4) Delete printer from local spooler
5) Modify existing spooler queue(s)
?) Help q) Quit
Please enter selection: 3
Enter the network printer name or IP address (q - quit): 192.152.2.109
Following is a list of suggested parameter values for this queue. You
may change any settings by selecting the corresponding non-zero numbers.
The values will be used to configure this queue when '0' is selected.
To abort the operation, press 'q'.
Configurable Parameters: Current Settings
----------------------- ----------------
1) Lp destination (queue) name [192_1]
2) Status log [(No log)]
3) Queue class [(not assigned)]
4) JobMonitor [OFF]
5) Default queue [NO]
6) Additional printer configuration...
Select an item for change, or '0' to configure (q-quit): 1
Currently used names:
---------------------
hp1050 hp1050d hp1050e hp1050f hp1050c
Enter the lp destination name (default=192_1, q - quit): hp1055
Following is a list of suggested parameter values for this queue. You
may change any settings by selecting the corresponding non-zero numbers.
The values will be used to configure this queue when '0' is selected.
To abort the operation, press 'q'.
Configurable Parameters: Current Settings
----------------------- ----------------
1) Lp destination (queue) name [hp1055]
2) Status log [(No log)]
3) Queue class [(not assigned)]
4) JobMonitor [OFF]
5) Default queue [NO]
6) Additional printer configuration...
Note For HP800/500/5000 Users
Before selecting '0' to configure, we recommend to go to option '6'. It will list
about 50 different plotters to choose from.
This concludes the jetadmin installation. You can now send a test plot (colors.rtl) to the plotter using the standard lp command. The colors.rtl is located in the gdsplot/bin directory. $ lp -d hp1055 colors.rtl request id 172-1 $ |