HP Web Jetadmin 10.
Copyright and License Trademark Credits © 2014 Copyright Hewlett-Packard Development Company, L.P. Adobe®, Acrobat®, and PostScript® are trademarks of Adobe Systems Incorporated. Reproduction, adaptation, or translation without prior written permission is prohibited, except as allowed under the copyright laws. Apple and the Apple logo are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. iPod is a trademark of Apple Computer, Inc.
Table of contents Install and Set Up HP Web Jetadmin ................................................................................................................... 1 System Requirements ........................................................................................................................................... 1 Operating Systems ..............................................................................................................................
Restart the HP Web Jetadmin Service Manually ................................................................................................. 21 Back Up and Restore HP Web Jetadmin .............................................................................................................. 21 Upgrade HP Web Jetadmin .................................................................................................................................. 21 Uninstall HP Web Jetadmin ................................
Install and Set Up HP Web Jetadmin ● System Requirements ● Install HP Web Jetadmin ● Post-installation Tasks ● Ports ● Implement SSL ● Use a Separate Instance of Microsoft SQL Server ● Deploy the Smart Client ● Restart the HP Web Jetadmin Service Manually ● Back Up and Restore HP Web Jetadmin ● Upgrade HP Web Jetadmin ● Uninstall HP Web Jetadmin ● Manage Licenses When you install HP Web Jetadmin, you only need to install it on one hardware platform that meets the recommended minimum
● Database ● Network ● Installations and Upgrades ● Client Application ● Shared Print Queues ● Supported Devices ● Host Access ● Client/Server Security HP Web Jetadmin includes network device communication protocols and internal components that manage application and device data. These components extend the capabilities of HP Web Jetadmin and improve usage and performance in device lists, columns, and filtering functions.
Notes ● HP no longer supports or tests HP Web Jetadmin installations on Microsoft operating systems that were released prior to the supported operating systems listed above. ● Beginning with HP Web Jetadmin 10.3 SR6, Microsoft .NET Framework 4.5 or later is required in addition to .NET Framework 3.5 SP1 because HP Web Jetadmin supports Transport Layer Security (TLS) 1.1 and 1.2. Some of the supported operating systems listed above already ship with .NET Framework 4.5 or later.
Notes ● For a VMware server, the virtual machine network must be set to bridged to facilitate HP Web Jetadmin communications. ● It is very important to configure VMware so that its guest or virtual systems have enough resources to support HP Web Jetadmin and Microsoft SQL Server. To ensure that the appropriate resources are provisioned, see the support documentation for the version of VMware you are using.
● Client display with a minimum resolution of 1024 x 768 ● Optimized for Normal font size ● Default DPI only Minimum requirements Although you can use the following hardware configuration for the client, HP does not recommend that you use it for production installations. HP does not test HP Web Jetadmin on this hardware configuration and, therefore, cannot guarantee the results. ● PC with 1.
● Windows XP Professional (32-bit) ● Windows Server 2003 (32-bit) NOTE: HP does not support or test print queue creation and print path management via HP Web Jetadmin on any operating systems other than those listed above. Supported Devices HP Web Jetadmin supports HP devices and third-party devices that are connected through HP Jetdirect print servers. HP Web Jetadmin also supports third-party devices that are standard printer MIB compliant and are connected to the network.
To install HP Web Jetadmin, perform the following steps: 1. Go to www.hp.com/go/webjetadmin, and then download the HP Web Jetadmin software. 2. Double-click the EXE file. 3. Follow the instructions in the wizard. 4. When the installation is complete, click the Finish button.
NOTE: To perform a silent installation, the WJA_EULA and ENABLE_ANONYMIZED_DATA_COLLECTION properties are required. ● /V"[Property1=Value1] [Property2=Value2] [...]" Specifies a list of properties the installer uses (Required). The following are the properties and values. Property and Value Description WJA_EULA=ACCEPT | REJECT Specifies whether you accept or reject the HP Web Jetadmin End User License Agreement. This property is required for silent installations.
Property and Value Description If the directory name contains spaces, you must use the Windows shortpath notation. To find the short-path notation, issue the following command: Dir *. /x The path must be enclosed with \". In addition, the properties specified for the /V option must be enclosed with quotes.
start /wait WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT INSTALLDIR=\"C: \wja\" DATABASEDIR=\"C:\wjadb\"" start /wait "C:\temp\WjaSetup-x64.exe /S /v/qn /V"WJA_EULA=ACCEPT ENABLE_ANONYMIZED_DATA_COLLECTION=TRUE INSTALLDIR=\"C:\wja\" DATABASEDIR= \"C:\wjadb\""" Post-installation Tasks ● Recommended Initial Configuration Steps ● Configure the HP Web Jetadmin Service to Restart Automatically NOTE: The HP Web Jetadmin server will start automatically as a Microsoft Service.
Configure the HP Web Jetadmin Service to Restart Automatically It is recommended to configure HP Web Jetadmin to restart automatically whenever the HP Web Jetadmin service fails. If, for example, the database is inaccessible, the HP Web Jetadmin service will be stopped and then automatically restarted. The HP Web Jetadmin service will wait for the database to become accessible and then the HP Web Jetadmin service becomes live.
Table 1 Ports (continued) Port Number Type Inbound/ Outbound Details (I/O) 843 TCP O HP Web Jetadmin uses this port to configure some settings, such as fax and digital sending, on some HP MFP device models. 1434 UDP O Microsoft SQL Server: By default, HP Web Jetadmin installs the SQL Server database on the same host. Optionally, you can configure HP Web Jetadmin to communicate with a SQL Server database on a different host.
Table 1 Ports (continued) Port Number Type Inbound/ Outbound Details (I/O) 9100 TCP O Printer Firmware Upgrade and Test File Operation: HP Web Jetadmin uses this printer port to transfer printer firmware files, test job files, and PJL configuration files. 27892 UDP I Traps Listener: HP Web Jetadmin uses this port for SNMP-based alerts and for By User Data Collections.
Enable Secure Sockets Layer (SSL) HP Web Jetadmin administrators enable SSL by adding a certificate to the HP Web Jetadmin application. This certificate forces the browser to use the more secure HTTPS protocol when a user accesses the client logon page. The administrator must enable SSL from the console or host that runs the application by using the procedure in Configure HTTPS (Server Certificates or SSL) on page 15.
installed. If a non FQDN is used in the browser, certificate failure will occur. As a general rule, form the HP Web Jetadmin URL with FQDN when HP Web Jetadmin is implemented with SSL. To configure HTTPS, access Tools > Options > Shared > Network > HTTPS.
You can change the HTTP port that launches the HP Web Jetadmin Smart Client application by updating the HP.Imaging.Wjp.Core.WebServer.config.xml configuration file. This configuration file is available in the following directory: C:\Program Files\Hewlett-Packard\Web Jetadmin 10\config\WjaProtoService The following entries in the configuration file define the HTTP and HTTPS ports: HP.Imaging.Wjp.Core.Framework.
● On the host where HP Web Jetadmin is installed, go to Start > Programs (or All Programs) > HP Web Jetadmin 10, and then select HP Web Jetadmin. ● Browse to the following URL on the host where HP Web Jetadmin is installed: http://localhost:8000 NOTE: In some cases, you might need to add the URL for HP Web Jetadmin to the trusted security zone in the Web browser.
tokenImpersonationLevel="Impersonation" secure="true" protectionLevel="EncryptAndSign" impersonate="false"> 4. Add the machineName="xxx.xxx.xxx.xxx" entry, changing the value to the IP address of the HP Web Jetadmin server that facilitates client communication.
CAUTION: Make sure that the new field and values are entered exactly as shown here. Use the quote marks that the editor generates. Do not copy and paste from this document because incorrect characters cause the HPWJA service to fail at startup. Observe all the rules regarding XML editing. If the files are incorrectly formatted, the HP Web Jetadmin XML parser fails. 4. Change the xxx.xxx.xxx.xxx entry to the correct HP Web Jetadmin server IP address through which the device can communicate.
8. Select File > Save. 9. Start the HPWJA service by using Windows Service Control Manager. HP Web Jetadmin now uses the specified IP address with reference to the HTTP or web services. Configure the Event Notification Port If there is a firewall on the HP Web Jetadmin server, the event notification port must be set to static and the firewall must be configured to accept connections through this port.
In some firewall applications, such as Microsoft Firewall, you can specify a program or executable file as a firewall exception. In these cases, you can define the following file as an exception: C:\Program Files\Hewlett-Packard\Web Jetadmin 10\bin\HPWJAService.exe The firewall on the client system does not require any special consideration because the client application does not listen to a specific port.
Before you begin an upgrade, go to Application Management > Overview > Application Management – Active Tasks, and then check for any paused or pending tasks. You must stop or resolve these tasks before you run the installer. To upgrade HP Web Jetadmin, obtain the HP Web Jetadmin installation executable from www.hp.com/go/ webjetadmin. Then run the executable on the system that hosts HP Web Jetadmin.
A End User License Agreement Confirmation and agreement to the HP Web Jetadmin End User License Agreement (EULA) is required before download of the product and is found in the registration process. The EULA is also located in HP Web Jetadmin from the top menu bar under Help > About.
Index A address for certificates 14 alerts selecting correct IP address authorizing certificate 14 automatically restarting 11 18 B backing up HP Web Jetadmin 21 binding to specific NIC 17 C ClickOnce Smart Client overview 15 client application operating system requirements 3 other requirements 5 client connection selecting correct IP address 17 client hardware requirements 4 client ports 11 client security requirements 6 command line, uninstall from 22 command-line, installing from in blocking mode 9 syn
W warranty license 23 ENWW Index 25