CREATE AND USE VARIABLE DATA

Similar documents
HP JETADVANTAGE SECURITY MANAGER. Adding and Tracking Devices

External Devices. User Guide

HP OfficeJet 200 Mobile Printer series. Bluetooth Setup Guide

Configuring Security Mitigation Settings for Security Bulletin HPSBPI03569 Protecting Solution Installation Settings

HP Device Manager 4.7

External Devices User Guide

HPE Security ArcSight Connectors

Configuring Embedded LDAP Authentication

UNIBOX. An Intelligent Network Controller. Knowledge Base: Billing Module

Administrator Guide. HP USB Port Manager

HP ALM Client MSI Generator

HP D6000 Disk Enclosure Direct Connect Cabling Guide

Modem and Networking compaq notebook series

HP AutoPass License Server

HP Web Jetadmin 8.0 Credential Store Feature

HP Web Jetadmin Report Generation Plug-in

External Devices User Guide

LASERJET ENTERPRISE M4555 MFP SERIES. Quick Reference Guide

HP Business Availability Center

External Media Cards User Guide

HP Operations Orchestration

HP Identity Driven Manager Software Series

HP Data Protector Media Operations 6.11

External Devices User Guide

IDE Connector Customizer Readme

Table of contents. Security and privacy white paper. Technical white paper HP Partner Link Pay-per-use Portal 1. About this white paper

HP Intelligent Management Center Remote Site Management User Guide

HP Service Health Reporter

HP Color LaserJet Managed E55040 Series Firmware Readme

HP SmartTracker. Installation guide

HPE ALM Client MSI Generator

HP OpenVMS Operations Manager HTTPS Agents Version 8.6 Configuration Guide

External Media Cards. User Guide

HP Accelerated iscsi for Multifunction Network Adapters User Guide

Generating Unique System IDs (SIDs) after Disk Duplication using Altiris Deployment Solution

External Media Cards User Guide

HP UFT Connection Agent

BACK UP, RESTORE, AND CLONE AN HP WEB JETADMIN INSTALLATION

QuickSpecs. HP IMC Branch Intelligent Management Software. Models HP IMC Branch Intelligent Management System Software Module w/50-node E-LTU

HP LF Printing Knowledge Center

HP 3PAR OS MU1 Patch 11

Modem Command Guidelines HP Notebook Series

HP Point of Sale (POS) Peripherals Configuration Guide Barcode Scanner

Sales Certifications

HP LaserJet MFP Analog Fax Accessory 300. Supplemental Information

HP PageWide Managed Color P75250dn Firmware Readme

HP Intelligent Management Center v7.1 Branch Intelligent Management System Administrator Guide

HP ProCurve Manager Plus 3.0

FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC

HP Integration with Incorta: Connection Guide. HP Vertica Analytic Database

HP Mobile Remote Control (Select Models Only) User Guide

HP Data Center Automation Appliance

QuickSpecs HP ProCurve Manager Plus 3.1

HP 3PAR OS MU3 Patch 18 Release Notes

Visual Business Configuration with SAP TM

LaserJet Enterprise M607, M608, M609

WLAN high availability

MegaTrack. Quick Start Guide

Rev HP ap5000 VFD & MSR Frequently Asked Question and Troubleshooting Guide

SAP Landscape Transformation for SAP HANA (HA1)

Management and Printing User Guide

HP Accessibility Guide

HPE Intelligent Management Center v7.3

HPE Security ArcSight Connectors

BC470. Form Printing with SAP Smart Forms COURSE OUTLINE. Course Version: 18 Course Duration:

HP Roam - Business Deployment Guide

HP Velocity User Guide for Thin Clients

HPE Intelligent Management Center

HP Professional PANTONE Emulation

HP Service Manager. Software Version: 9.41 For the supported Windows and UNIX operating systems. Collaboration Guide

Achieving regulatory compliance with reports from ProCurve PCM, IDM, and NIM

Configuring RAID with HP Z Turbo Drives

HPE Automatic Number Plate Recognition Software Version: Automatic Number Plate Recognition Release Notes

HP Operations Orchestration Software

HP Visual Collaboration Room. User Guide

HP Designjets and HP Security Features

SAP Workforce Performance Builder 9.5

External Media Cards. Document Part Number: This guide explains how to use external media cards. May 2006

HP Operations Orchestration

LaserJet Enterprise M605, M606

Custom Functions User's Guide SAP Data Services 4.2 (14.2.0)

SLT100. Real Time Replication with SAP LT Replication Server COURSE OUTLINE. Course Version: 13 Course Duration: 3 Day(s)

Solid State Drive Security For HP Printing Devices

BOD410 SAP Lumira 2.0 Designer

HP SmartTracker. User Guide

HP Management Integration Framework 1.7

Administrator Guide. HP True Graphics

HP Operations Orchestration

QuickSpecs ProCurve Identity Driven Manager 2.2

HP Intelligent Management Center Branch Intelligent Management System (BIMS) User Guide

Configuring LDAP Authentication for HPE OBR

Web Point and Print White Paper

WIDS Technology White Paper

Using Microsoft Certificates with HP-UX IPSec A.03.00

LOADING IMAGES INTO QLIKVIEW

FAQs Data Workbench SAP Hybris Cloud for Customer PUBLIC

HP E-PCM Plus Network Management Software Series Overview

MDG100 Master Data Governance

HP XP P9000 Remote Web Console Messages

BC414. Programming Database Updates COURSE OUTLINE. Course Version: 15 Course Duration: 2 Day(s)

Transcription:

CREATE AND USE VARIABLE DATA in HP Web Jetadmin CONTENTS Overview... 2 Create user defined fields to store your variable data... 2 Import the variable data into HP Web Jetadmin... 3 Create a template with variables... 4 Using variable data with OXPd files... 5 1

OVERVIEW With HP Web Jetadmin 10.4 SR2 or later, templates and OXPd files support variable data. When creating a configuration template, the following configuration options support variable data: Asset Number Quick Sets LDAP Sign in Setup Fax Archiving Fax Header Settings Outgoing Servers Email Address/Message Setting If the value field for the configuration item displays a blue colored background, then that configuration item can use variable data. CREATE USER DEFINED FIELDS TO STORE YOUR VARIABLE DATA If you want to use variable data, you need to create user defined fields to store your variable data. The user defined field can have any name. Use the following steps to create user defined fields: 1. Click Tools, and then Options. 2. Click Device Management, and then click the plus sign to expand Configuration, and then click User Defined. 3. Click New to create a new user defined field. 4. On the Create User Defined Settings screen, in the Setting Name field, enter a name. For example: var_defaultfrom or var_defaultdisplayname. 2

Tip: By starting the variable data name with var_, it s easier to find and identify user defined fields in HP Web Jetadmin. 5. Click OK, and then repeat these steps for all the variable fields. Note: Every user defined field uses a unique number in the HP Web Jetadmin database which is invisible to users. If you delete a user defined field and create a new user defined field with the same name, another unique number will be associated with the user defined field. Therefore, you must create the user defined field on one HP Web Jetadmin server, export the user defined field, and then import it on other HP Web Jetadmin servers so that data synchronization works with the user defined field. IMPORT THE VARIABLE DATA INTO HP WEB JETADMIN Use the following steps to import variable data: 1. Create a CSV file with the following syntax on the first line: IP Addr,Port,UserDefinedFieldName1,UserDefinedFieldName2 2. On the lines after that, list the actual values. The Port option is always 1 for network-connected devices. IP Addr,Port,var_DefaultFrom,var_DefaultDisplayName 10.10.10.10,1,Pfxe.fser@company.com,Peter 10.10.10.11,1,sdf.cxe@company.com,Sandra Note: Note: Instead of IP Addr, you can also use Mac Address or IP Hostname. HP Web Jetadmin stores the user defined values only in its own database. Nothing gets configured on the device itself. For more information, see the user guide. 3. In HP Web Jetadmin, right-click Configuration and then select Configure Devices. 4. Select File, and then Import, and then follow the wizard. Note: The following settings can be configured directly while importing a CSV file: Access Control List, Asset Number, Company Name, Default Printer Copies, Device Location, Device Name, Get Community Name, Job Timeout, Set Community Name, System Contact, System Location, System Name, TCP Idle Timeout, HTTP Idle Timeout. When the CSV file contains any of those settings, they can be configured immediately on the device while importing/selecting the CSV file. For more information, see Importing a Configuration from a File from the User Guide. 3

CREATE A TEMPLATE WITH VARIABLES After identifying the variable configuration options and creating the corresponding user defined fields, create a template and refer to the user defined field as variable data by using one of the following conventions: Variable data (a variable in a template always starts and ends with %% with the name of the variable in between the starting and ending %% signs) %%<custom variable>%% (where <custom variable> is the name of the user defined field) Variable data along with a combination of static content before or after the variable <static value>%%<custom variable>%%<static value> -or- <static value>%%<custom variable>%% For more information on creating a template, see the User Guide. 4

USING VARIABLE DATA WITH OXPD FILES You can use variable data in the following OXPd files: OXPd Device Functions OXPd Accessory Records OXPd Authentication Agents OXPd Statistics Agents OXPd Quota Agents In the following fields: Server context ID URI User name Vendor ID (only for OXPd Accessory Records) Product ID (only for OXPd Accessory Records) After creating user defined variables, which will be used as variables inside the OXPd files, add them to the OXPd file to replace the actual static value inside the file. The variable starts and ends with %% with the name of the variable in between the starting and ending %% signs. For example, the original static format inside the OXPd file looks as follows: <vendorid>1008</vendorid> After creating the variable (user defined field) with the name var_vendorid, the OXPd file looks as follows: <vendorid>%%var_vendorid%%</vendorid> The following examples show an OXPd file before and after replacing the static values with variables. This example shows the static values for Vendor ID, Server context ID, and URI: <?xml version="1.0" encoding="utf-8"?> <FleetOwnedAccessoryRecord xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://www.hp.com/schemas/imaging/oxpm/service/solutionregistration/2010/05 /27 solutionregistration.xsd" xmlns:common="http://www.hp.com/schemas/imaging/oxpm/common/2010/05/27" xmlns="http://www.hp.com/schemas/imaging/oxpm/service/solutionregistration/2010/05/27"> <name>vendor Accessory Record</name> <vendorid>1008</vendorid> <productid>0069</productid> <servercontextid>deviceaddress=10.10.10.15</servercontextid> <callback> <common:uri>http://10.10.10.16:8080/customerauthentication/services/accessoriesservice</ common:uri> <common:binding>soap12</common:binding> <common:7connectiontimeout>60</common:connectiontimeout> 5

<common:responsetimeout>60</common:responsetimeout> </callback> </FleetOwnedAccessoryRecord> This example shows the OXPd file after replacing the static values with variables called var_vendorid, var_servercontext, and var_uri: <?xml version="1.0" encoding="utf-8"?> <FleetOwnedAccessoryRecord xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://www.hp.com/schemas/imaging/oxpm/service/solutionregistration/2010/05 /27 solutionregistration.xsd" xmlns:common="http://www.hp.com/schemas/imaging/oxpm/common/2010/05/27" xmlns="http://www.hp.com/schemas/imaging/oxpm/service/solutionregistration/2010/05/27"> <name>vendor Accessory Record</name> <vendorid>%%var_vendorid%%</vendorid> <productid>0069</productid> <servercontextid>%%var_servercontext%%</servercontextid> <callback> <common:uri>%%var_uri%%</common:uri> <common:binding>soap12</common:binding> <common:connectiontimeout>60</common:connectiontimeout> <common:responsetimeout>60</common:responsetimeout> </callback> </FleetOwnedAccessoryRecord> Import the OXPd file into HP Web Jetadmin. For more information, see Import the variable data into HP Web Jetadmin on page 3. It s now possible to create a template that uses the imported OXPd file, and it can be applied to the required printers. 2018 HP Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. 6 c05382532, Rev. 2, January 2018