Using the Content Management Tool

Size: px
Start display at page:

Download "Using the Content Management Tool"

Transcription

1 Security Threat Response Manager Release Juniper Networks, Inc North Mathilda Avenue Sunnyvale, CA USA Published:

2 Copyright Notice Copyright 2013 Juniper Networks, Inc. All rights reserved. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks of Juniper Networks, Inc. in the United States and other countries. The Juniper Networks Logo, the Junos logo, and JunosE are trademarks of Juniper Networks, Inc. The following terms are trademarks or registered trademarks of other companies: Java TM and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates. All other trademarks, service marks, registered trademarks, or registered service marks are the property of their respective owners. All specifications are subject to change without notice. Juniper Networks assumes no responsibility for any inaccuracies in this document or for any obligation to update information in this document. Juniper Networks reserves the right to change, modify, transfer, or otherwise revise this publication without notice. FCC Statement The following information is for FCC compliance of Class A devices: This equipment has been tested and found to comply with the limits for a Class A digital device, pursuant to part 15 of the FCC rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a commercial environment. The equipment generates, uses, and can radiate radio-frequency energy and, if not installed and used in accordance with the instruction manual, may cause harmful interference to radio communications. Operation of this equipment in a residential area is likely to cause harmful interference, in which case users will be required to correct the interference at their own expense. The following information is for FCC compliance of Class B devices: The equipment described in this manual generates and may radiate radio-frequency energy. If it is not installed in accordance with Juniper Networks installation instructions, it may cause interference with radio and television reception. This equipment has been tested and found to comply with the limits for a Class B digital device in accordance with the specifications in part 15 of the FCC rules. These specifications are designed to provide reasonable protection against such interference in a residential installation. However, there is no guarantee that interference will not occur in a particular installation. If this equipment does cause harmful interference to radio or television reception, which can be determined by turning the equipment off and on, the user is encouraged to try to correct the interference by one or more of the following measures: Reorient or relocate the receiving antenna. Increase the separation between the equipment and receiver. Consult the dealer or an experienced radio/tv technician for help. Connect the equipment to an outlet on a circuit different from that to which the receiver is connected. Caution: Changes or modifications to this product could void the user's warranty and authority to operate this device. Disclaimer THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT, SUBJECT TO THE MODIFICTAIONS SET FORTH BELOW ON THIS PAGE, ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR JUNIPER NETWORKS REPRESENTATIVE FOR A COPY. Release Copyright 2013, Juniper Networks, Inc. All rights reserved. Printed in USA. Revision History March 2013 The information in this document is current as of the date listed in the revision history. END USER LICENSE AGREEMENT The Juniper Networks product that is the subject of this technical documentation consists of (or is intended for use with) Juniper Networks software. Use of such software is subject to the terms and conditions of the End User License Agreement ( EULA ) posted at as modified by the following text, which shall be treated under the EULA as an Entitlement Document taking precedence over any conflicting provisions of such EULA as regards such software: As regards software accompanying the STRM products (the Program ), such software contains software licensed by Q1 Labs and is further accompanied by third-party software that is described in the applicable documentation or materials provided by Juniper Networks. 2

3 For the convenience of Licensee, the Program may be accompanied by a third party operating system. The operating system is not part of the Program, and is licensed directly by the operating system provider (e.g., Red Hat Inc., Novell Inc., etc.) to Licensee. Neither Juniper Networks nor Q1 Labs is a party to the license between Licensee and the third party operating system provider, and the Program includes the third party operating system AS IS, without representation or warranty, express or implied, including any implied warranty of merchantability, fitness for a particular purpose or non-infringement. For an installed Red Hat operating system, see the license file: /usr/share/doc/redhat-release-server-6server/eula. By downloading, installing or using such software, you agree to the terms and conditions of that EULA as so modified. 3

4 4

5 CONTENTS 1 USING THE CONTENT MANAGEMENT TOOL CMT Overview Exporting All Custom Content Exporting All Custom Content of a Specific Type Exporting Single Custom Content Item Importing Content

6

7 1 USING THE CONTENT MANAGEMENT TOOL (CMT), you can export security and configuration content into an external, portable format. You can import the exported content into the same system you exported from or into another STRM system. This technical note includes the following topics: CMT Overview Exporting All Custom Content Exporting All Custom Content of a Specific Type Exporting Single Custom Content Item Importing Content CMT Overview This technical note is intended for use by Juniper Customer Support, Professional Services, and select customers who have advanced STRM knowledge and experience working with PostgreSQL databases. Using the CMT, you can export and import the following content: Dashboards Reports Saved Searches Reference Sets Custom and Calculated Properties Custom Rules and Building Blocks Groups Log Sources When importing and exporting custom content, the CMT considers content dependencies, and then includes associated content in the import or export. For example, when the CMT detects that a custom report is associated with custom saved searches, the custom saved searches are also exported.

8 8 USING THE CONTENT MANAGEMENT TOOL Exporting All Custom Content Step 1 Step 2 Step 3 To export all custom content: Using SSH, log in to STRM as the root user: Username: root Password: <password> To access the /opt/qradar/bin directory, type the following command: cd /opt/qradar/bin Choose one of the following options: To export all content that excludes accumulated data, type the following command:./content_management.sh <directory_path> export all To export saved searches that includes accumulated data, type the following command:./content_management.sh <directory_path> export all gv Where <directory_path> is the directory to which you want to export content. This parameter is optional, but recommended. If you omit the <directory_path> parameter, the content is exported to the default directory, which is /store/tmp/cmt/out. The /store/tmp/cmt/out directory is deleted nightly during scheduled maintenance. The exported content is compressed to a.tar.gz file and exported to the specified directory. The following is an example of a.tar.gz file name: report-contentexport tar.gz. You can manually change the name of the exported file, if required. Exporting All Custom Content of a Specific Type Step 1 Step 2 Step 3 To export all custom content of a specific type: Using SSH, log in to STRM as the root user: Username: root Password: <password> To access the /opt/qradar/bin directory, type the following command: cd /opt/qradar/bin Choose one of the following options: To export specific content that excludes accumulated data, type the following command:./content_management.sh <directory_path> export <content_type> all

9 Exporting Single Custom Content Item 9 To export specific content that includes accumulated data, type the following command:./content_management.sh <directory_path> export <content_type> all gv Where: <directory_path> - Specifies the directory to which you want to export content. This parameter is optional, but recommended. If you omit the <directory_path> parameter, the content is exported to the default directory, which is /store/tmp/cmt/out. The /store/tmp/cmt/out directory is deleted nightly during scheduled maintenance. <content_type> - Specifies the type of content you want to import or export. You can type the content type as a text string or type the corresponding numeric identifier. Use the following table as a guide: Table 1-1 Content Types Custom Content Type Text String Numeric Identifier Dashboard dashboard 4 Reports report 10 Saved Searches search 1 FGroup fgroup 12 FGroup Type fgrouptype 13 Custom Rules customrule 3 Reference Sets referenceset 5 Custom Properties customproperty 6 Log Source sensordevice 17 Log Source Type sensordevicetype 24 Log Source Category sensordevicecategory 18 The exported content is compressed to a.tar.gz file and exported to the specified directory. You can manually change the name of the exported file, if required. Exporting Single Custom Content Item Step 1 You can export a single custom content item, such as a custom rule or a custom search criteria. To export a single custom content item: Using SSH, log in to STRM as the root user: Username: root Password: <password>

10 10 USING THE CONTENT MANAGEMENT TOOL Step 2 Step 3 To access the /opt/qradar/bin directory, type the following command: cd /opt/qradar/bin Choose one of the following options: To export single custom content that excludes accumulated data, type the following command:./content_management.sh <directory_path> export <content_type> <string_id_value> To export single custom content that includes accumulated data, type the following command:./content_management.sh <directory_path> export <content_type> <string_id_value> gv Where: <directory_path> - Specifies the directory to which you want to export content. This parameter is optional, but recommended. If you omit the <directory_path> parameter, the content is exported to the default directory, which is /store/tmp/cmt/out. The /store/tmp/cmt/out directory is deleted nightly during scheduled maintenance. <import export> - Specifies whether you want to import or export the specified custom content. <content_type> - Specifies the type of content you want to import or export. You can type the content type as a text string or type the corresponding numeric identifier. Use Table 1-1 as a guide. <string_id_value> - Specifies the identifier for the specific instance of custom content, such as a single report or a single reference set. You can locate the string_id_value by querying the PostgreSQL database. This technical note assumes that you have experience with PostgreSQL and does not provide instructions for how to query the database. The exported content is compressed to a.tar.gz file and exported to the specified directory. You can manually change the name of the exported file, if required. Importing Content Step 1 After you export custom content, you can import the exported content into the same STRM system you exported from or another STRM system. If you want to import the content into another STRM system, you must transfer the output file to the other system before proceeding with this procedure. To import previously exported content: Using SSH, log in to STRM as the root user: Username: root Password: <password>

11 Importing Content 11 Step 2 Step 3 Step 4 To access the /opt/qradar/bin directory, type the following command: cd /opt/qradar/bin Access the directory where you exported the content file to. Type the following commands: cd <directory_name> Where <directory_name> is the name of the directory you specified when exporting the content or the default /store/tmp/cmt/out if you did not specify a directory. To list the files located in the directory, type the following command: ls The output of this command may resemble the following: drwxr-xr-x 2 root root Apr 18 16:39 fgroup-contentexport rw-r-r- 1 root root Apr 18 16:39 fgroup-contentexport tar.gz drwxr-xr-x 2 root root 4096 Apr 18 16:56 report-contentexport rw-r-r- 1 root root Apr 18 16:56 report-contentexport tar.gz drwxr-xr-x 2 root root 4096 Apr 19 10:18 report-contentexport rw-r-r- 1 root root 3295 Apr 19 10:18 report-contentexport tar.gz In this example, report-contentexport tar.gz is an export file name. CAUTION If you manually uncompressed the.tar.gz file while the file is located in the default or custom export directory, you must move the extracted files and directories to another location before importing the tar.gz file. Step 5 Type the following command: /opt/qradar/bin/content_management.sh <directory_name> import <export_file_name> Where: <directory_name> - Specifies the name of the directory you specified when exporting the content or the default /store/tmp/cmt/out if you did not specify a directory. <export_file_name> - Specifies the name of the file you want to import.

12 Importing Content 12 For example:./content_management.sh import report-contentexport tar.gz The content you imported is now uncompressed and available on your STRM system.

Migrating Log Manager to JSA

Migrating Log Manager to JSA Juniper Log Manager Release 2014.4 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2015-03-02 Copyright Notice Copyright 2015 Juniper Networks,

More information

Adaptive Log Exporter Service Update

Adaptive Log Exporter Service Update Juniper Secure Analytics Release 2014.6 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2016-04-21 Copyright Notice Copyright 2016 Juniper

More information

REPLACING THE SSL CERTIFICATE

REPLACING THE SSL CERTIFICATE Juniper Secure Analytics REPLACING THE SSL CERTIFICATE Release 2014.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2014-03-14 Copyright

More information

Installing JSA Using a Bootable USB Flash Drive

Installing JSA Using a Bootable USB Flash Drive Juniper Secure Analytics Installing JSA Using a Bootable USB Flash Drive Release 2014.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published:

More information

STRM Log Manager Administration Guide

STRM Log Manager Administration Guide Security Threat Response Manager Release 2013.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-03-15 Copyright Notice Copyright 2013

More information

Custom E-mail Notifications

Custom E-mail Notifications Security Threat Response Manager Custom E-mail Notifications Release 2013.2 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-07-19

More information

NSM Plug-In Users Guide

NSM Plug-In Users Guide Juniper Secure Analytics Release 2014.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2014-03-14 Copyright Notice Copyright 2014 Juniper

More information

Managing Vulnerability Assessment

Managing Vulnerability Assessment Security Threat Response Manager Release 2012.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-03-12 Copyright Notice Copyright 2013

More information

TECHNICAL NOTE SETTING UP A STRM UPDATE SERVER. Configuring your Update Server

TECHNICAL NOTE SETTING UP A STRM UPDATE SERVER. Configuring your Update Server TECHNICAL NOTE SETTING UP A STRM UPDATE SERVER AUGUST 2012 STRM uses system configuration files to provide useful characterizations of network data flows. Updates to the system configuration files, available

More information

WinCollect User Guide

WinCollect User Guide Juniper Secure Analytics Release 2014.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2014-03-14 Copyright Notice Copyright 2014 Juniper

More information

Log Sources Users Guide

Log Sources Users Guide Security Threat Response Manager Release 2013.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-03-15 Copyright Notice Copyright 2013

More information

By default, STRM provides an untrusted SSL certificate. You can replace the untrusted SSL certificate with a self-signed or trusted certificate.

By default, STRM provides an untrusted SSL certificate. You can replace the untrusted SSL certificate with a self-signed or trusted certificate. TECHNICAL NOTE REPLACING THE SSL CERTIFICATE AUGUST 2012 By default, STRM provides an untrusted SSL certificate. You can replace the untrusted SSL certificate with a self-signed or trusted certificate.

More information

Adaptive Log Exporter Users Guide

Adaptive Log Exporter Users Guide Security Threat Response Manager Release 2012.0 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2012-05-30 Copyright Notice Copyright 2012

More information

STRM Log Manager Users Guide

STRM Log Manager Users Guide Security Threat Response Manager Release 2012.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2013-01-08 Copyright Notice Copyright 2012

More information

QUICK START GUIDE CX-MC200LE-VZ

QUICK START GUIDE CX-MC200LE-VZ QUICK START GUIDE CX-MC200LE-VZ LTE/EV-DO Business-Grade Modem For use with Juniper Networks CX111 3G/4G Bridge with Enhanced Performance and Reliability GETTING READY TO USE YOUR CX-MC200LE-VZ MODEM Thank

More information

Configuring Offboard Storage Guide

Configuring Offboard Storage Guide Juniper Secure Analytics Release 2014.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2014-12-03 Copyright Notice Copyright 2014 Juniper

More information

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL USING NFS FOR STRM BACKUPS SEPTEMBER 2013 This technical note provides guidelines and procedures for using a Network File System (NFS) storage solution in your STRM deployment. Unless otherwise

More information

After you have created your text file, see Adding a Log Source.

After you have created your text file, see Adding a Log Source. TECHNICAL UPLOADING TEXT FILES INTO A REFERENCE SET MAY 2012 This technical note provides information on how to upload a text file into a STRM reference set. You need to be comfortable with writing regular

More information

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL NOTE INSTALLING STRM USING A BOOTABLE USB FLASH-DRIVE JULY 2013 This technical note provides information on how to re-install STRM software on the STRM appliances using a bootable USB flash-drive.

More information

ADMINISTRATOR S GUIDE

ADMINISTRATOR S GUIDE ADMINISTRATOR S GUIDE NetScreen-Statistical Report Server Version FP2 P/N 093-1386-000 Rev.A Copyright Notice Copyright 2004 Juniper Networks, Inc. All rights reserved. Juniper Networks, the Juniper Networks

More information

Wireless Travel Mouse with 5-Buttons User Manual

Wireless Travel Mouse with 5-Buttons User Manual Wireless Travel Mouse with 5-Buttons User Manual Product Features 1. Radio frequency 27MHz wireless transmission 2. Use of 256 ID codes to prevent interference between several wireless mice being used

More information

This technical note provides information on how to customize your email notifications. This section includes the following topics:

This technical note provides information on how to customize your email notifications. This section includes the following topics: TECHNICAL NOTE CONFIGURING CUSTOM EMAIL NOTIFICATIONS AUGUST 2012 When configuring rules in STRM, you can specify that each time the rule generates a response, an email notification is sent to recipients

More information

WBSn Family. FW Upgrade

WBSn Family. FW Upgrade WBSn Family FW Upgrade WBSn-2400 and WBSn-2450 Software Version: 1.3.2 Doc version: v1 Jan 2013 WBSn Family FW Upgrade Procedure Copyright 2013 Alvarion All rights reserved. FCC Statement Federal Communication

More information

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection.

Unless otherwise noted, all references to STRM refer to STRM, STRM Log Manager, and STRM Network Anomaly Detection. TECHNICAL NOTE FORWARDING LOGS USING TAIL2SYSLOG MARCH 2013 The Tail2Syslog support script provides a method for monitoring and forwarding events to STRM using syslog for real-time correlation. Tail2Syslog

More information

Installation Guide USB Laptop KVM Switch GCS661U

Installation Guide USB Laptop KVM Switch GCS661U Installation Guide USB Laptop KVM Switch 1 GCS661U 2 Table of Contents Table of Contents 3 Package Contents 4 System Requirements 5 Overview 6 Before You Start 7 Software Installation 8 Hardware Installation

More information

Tuning Guide. Release 2014.1. Juniper Secure Analytics. Juniper Networks, Inc. www.juniper.net

Tuning Guide. Release 2014.1. Juniper Secure Analytics. Juniper Networks, Inc. www.juniper.net Juniper Secure Analytics Release 2014.1 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, CA 94089 USA 408-745-2000 www.juniper.net Published: 2014-12-05 Copyright Notice Copyright 2014 Juniper

More information

Web Publisher s Kit Getting Started Guide FOR WINDOWS

Web Publisher s Kit Getting Started Guide FOR WINDOWS Web Publisher s Kit Getting Started Guide FOR WINDOWS COPYRIGHT INFORMATION Web Publisher s Kit for Windows. Copyright 1998 Visioneer, Inc. All rights reserved. Reproduction, adaptation, or translation

More information

RocketStor SMART RAID

RocketStor SMART RAID RocketStor SMART RAID User Guide v1.0 1 Copyright HighPoint Technologies Inc., 1995-2012. All rights reserved. OS X and Macintosh are registered trademarks of Apple Corporation. All other trademarks and

More information

Dual Ports Serial PC Card User Manual

Dual Ports Serial PC Card User Manual Dual Ports Serial PC Card User Manual FCC COMPLIANCE STATEMENTS This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These

More information

IBM Security QRadar Version 7.1.0 (MR1) Checking the Integrity of Event and Flow Logs Technical Note

IBM Security QRadar Version 7.1.0 (MR1) Checking the Integrity of Event and Flow Logs Technical Note IBM Security QRadar Version 7.1.0 (MR1) Checking the Integrity of Event and Flow Logs Technical Note Note: Before using this information and the product that it supports, read the information in Notices

More information

Usage, Installation, Warranty and Service Information

Usage, Installation, Warranty and Service Information T13C Table Updater for Seating Management U S E R M A N UA L Usage, Installation, Warranty and Service Information Long Range Systems, LLC 4550 Excel Parkway, Suite 200 Addison, TX 75001 800.437.4996 www.lrsus.com

More information

IBM Security QRadar Version 7.1.0 (MR1) Replacing the SSL Certificate Technical Note

IBM Security QRadar Version 7.1.0 (MR1) Replacing the SSL Certificate Technical Note IBM Security QRadar Version 7.1.0 (MR1) Technical Note Note: Before using this information and the product that it supports, read the information in Notices and Trademarks on page 5 Copyright IBM Corp.

More information

AG MacOS Standalone Array Client Administration Guide

AG MacOS Standalone Array Client Administration Guide AG MacOS Standalone Array Client Administration Guide Copyright Statement Copyright Statement Copyright 2015 Array Networks, Inc., 1371 McCarthy Blvd, Milpitas, California 95035, USA. All rights reserved.

More information

Installation Guide 1-port USB 2.0 Print Server 1 GPSU21

Installation Guide 1-port USB 2.0 Print Server 1 GPSU21 Installation Guide 1-port USB 2.0 Print Server 1 GPSU21 2 Welcome Thank you for purchasing this 1-port USB 2.0 Print Server that allows any networked computer to share a USB printer. It complies with USB

More information

SmartDock for Xperia ion User guide

SmartDock for Xperia ion User guide SmartDock for Xperia ion User guide Contents Introduction...3 SmartDock overview...3 Charging SmartDock...3 Getting started...5 LiveWare manager...5 Upgrading LiveWare manager...5 Selecting a launch application...5

More information

Implementation Consulting

Implementation Consulting Implementation Consulting Service Description Document August 2009 Table of Contents 1. Introduction...2 2. Eligibility and Prerequisite...2 3. Service Features and Deliverables...2 4. Customer Responsibilities...3

More information

Cisco Unified SIP Phone 3905 User Guide for Cisco Unified Communications Manager 8.6

Cisco Unified SIP Phone 3905 User Guide for Cisco Unified Communications Manager 8.6 Cisco Unified SIP Phone 3905 User Guide for Cisco Unified Communications Manager 8.6 First Published: January 01, 2012 Last Modified: March 30, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman

More information

Skyus 3G. Quick Start Guide Verizon

Skyus 3G. Quick Start Guide Verizon Skyus 3G TM Quick Start Guide Verizon Preface Copyright 2016 Feeney Wireless, LLC a Novatel Wireless Company. All rights reserved. This document may not be copied in part or otherwise reproduced without

More information

User guide. Miracast Wireless Display IM10

User guide. Miracast Wireless Display IM10 User guide Miracast Wireless Display IM10 Contents Miracast Wireless Display User guide...3 Setting up the Miracast Wireless Display...4 Hardware overview...4 Turning on and connecting the Miracast Wireless

More information

SanDisk Connect Wireless Flash Drive QUICK START GUIDE

SanDisk Connect Wireless Flash Drive QUICK START GUIDE SanDisk Connect Wireless Flash Drive QUICK START GUIDE GET STARTED 1. Charge your Wireless Drive Plug the Drive into a computer or USB-AC adaptor. A full charge can take up to 2 hours. 2) Turn on the

More information

NEC SIP DECT SOLUTIONS ADMINISTRATOR GUIDE

NEC SIP DECT SOLUTIONS ADMINISTRATOR GUIDE NEC SIP DECT SOLUTIONS ADMINISTRATOR GUIDE INT-2047 (GEN) Issue 1.0 NEC Unified Solutions, Inc. reserves the right to change the specifications, functions, or features at any time without notice. NEC

More information

Junos Pulse. Windows In-Box Junos Pulse Client Quick Start Guide. Published: 2013-10-18. Copyright 2013, Juniper Networks, Inc.

Junos Pulse. Windows In-Box Junos Pulse Client Quick Start Guide. Published: 2013-10-18. Copyright 2013, Juniper Networks, Inc. Junos Pulse Windows In-Box Junos Pulse Client Quick Start Guide Published: 2013-10-18 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net All

More information

1394 CardBus Quick Installation Guide

1394 CardBus Quick Installation Guide 1394 CardBus Quick Installation Guide Introducing the 1394 Cardbus The 1394 CardBus is designed to add FireWire (1394) interface to notebook computers for easy connection to DV camcorders, hard disk drives

More information

FortiFone QuickStart Guide for FON-370i

FortiFone QuickStart Guide for FON-370i FortiFone QuickStart Guide for FON-370i FortiFone QuickStart Guide for FON-370i Revision 2 August 17, 2015 Copyright 2015 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare and FortiGuard,

More information

IBM Security QRadar Version 7.2.0. Installing QRadar with a Bootable USB Flash-drive Technical Note

IBM Security QRadar Version 7.2.0. Installing QRadar with a Bootable USB Flash-drive Technical Note IBM Security QRadar Version 7.2.0 Installing QRadar with a Bootable USB Flash-drive Technical Note Note: Before using this information and the product that it supports, read the information in Notices

More information

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start

mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start mysensors Information to Users mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide This equipment has been tested and found to comply with the limits for a Class B digital devices, pursuant

More information

Junos Space. Junos Space Security Director Restful Web Services API Reference. Modified: 2016-06-10. Copyright 2016, Juniper Networks, Inc.

Junos Space. Junos Space Security Director Restful Web Services API Reference. Modified: 2016-06-10. Copyright 2016, Juniper Networks, Inc. Junos Space Junos Space Security Director Restful Web Services API Reference Modified: 2016-06-10 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

ASUS GX900 Gaming Mouse

ASUS GX900 Gaming Mouse ASUS GX900 Gaming Mouse User Manual 15G06S002000 E5887 First Edition (V1) July 20 Copyright 20 ASUSTeK Computer Inc. All Rights Reserved. No part of this manual, including the products and software described

More information

Wireless Mouse USER GUIDE. for Mac. www.targus.com/us/formac ONE YEAR LIMITED WARRANTY N2953

Wireless Mouse USER GUIDE. for Mac. www.targus.com/us/formac ONE YEAR LIMITED WARRANTY N2953 AMW43US / 410-1514-001C N2953 www.targus.com/us/formac 2008 Manufactured or imported by Targus Group International, Inc. (for U.S. sales: 1211 North Miller Street, Anaheim, CA 92806 USA, for Australia

More information

DVI Video Splitter USER MANUAL VS-162 / VS-164

DVI Video Splitter USER MANUAL VS-162 / VS-164 DVI Video Splitter USER MANUAL VS-162 / VS-164 FCC Information This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These

More information

Dual-Cool Notebook Cooler Pad. User s Manual

Dual-Cool Notebook Cooler Pad. User s Manual Dual-Cool Notebook Cooler Pad Model #: CF4500U User s Manual Rev. 060801 User s Record: To provide quality customer service and technical support, it is suggested that you keep the following information

More information

QUICK INSTALLATION. 8-Port Telephony Gateway. Model: SPA8000

QUICK INSTALLATION. 8-Port Telephony Gateway. Model: SPA8000 QUICK INSTALLATION 8-Port Telephony Gateway Model: SPA8000 Table of Contents Connect................................................. 4 Regulatory Information....................................12 WEEE

More information

Optical Wireless Mouse. User s Manual

Optical Wireless Mouse. User s Manual Optical Wireless Mouse Model : OM4000W User s Manual 110935-109154 Rev. 061101 User s Record: To provide quality customer service and technical support, it is suggested that you keep the following information

More information

Cisco Expressway CE500 Appliance

Cisco Expressway CE500 Appliance Cisco Expressway CE500 Appliance Installation Guide First Published: April 2014 Last Updated: November 2015 X8.2 or later Cisco Systems, Inc. www.cisco.com Introduction About This Document This document

More information

RocketRAID 600 Series 6Gb/s SATA RAID Host Adapters (RocketRAID 620 and RocketRAID 622)

RocketRAID 600 Series 6Gb/s SATA RAID Host Adapters (RocketRAID 620 and RocketRAID 622) RocketRAID 600 Series 6Gb/s SATA RAID Host Adapters (RocketRAID 620 and RocketRAID 622) Quick Installation Guide HighPoint RocketRAID 600 Series PCI-Express 2.0 SATA Revision 3.0, provides dramatically

More information

IFS SP-PoE Splitter User Manual

IFS SP-PoE Splitter User Manual IFS SP-PoE Splitter User Manual P/N 1069176-EN REV 1.01 ISS 01JUL10 2011 UTC Fire & Security. All rights reserved. Content Overview 2 Package contents 2 Introduction 3 Product Specifications 3 Hardware

More information

IF-MAP FEDERATION WITH JUNIPER NETWORKS UNIFIED ACCESS CONTROL

IF-MAP FEDERATION WITH JUNIPER NETWORKS UNIFIED ACCESS CONTROL IF-MAP FEDERATION WITH JUNIPER NETWORKS UNIFIED ACCESS CONTROL An illustrated Guide to Configuring a Simple IF-MAP Federated Network Juniper Networks, Inc. 1 Table of Contents Introduction...3 Scope...3

More information

ES-3305P V2 / ES-3308P V2. Quick Installation Guide. 09-2013 / v1.0

ES-3305P V2 / ES-3308P V2. Quick Installation Guide. 09-2013 / v1.0 ES-3305P V2 / ES-3308P V2 Quick Installation Guide 09-2013 / v1.0 1 COPYRIGHT Copyright Edimax Technology Co., Ltd. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

P-660HN-51. 802.11n Wireless ADSL2+ 4-port Gateway DEFAULT LOGIN DETAILS. Firmware Version 1.10 Edition 1, 9/2010. IP Address: http://192.168.1.

P-660HN-51. 802.11n Wireless ADSL2+ 4-port Gateway DEFAULT LOGIN DETAILS. Firmware Version 1.10 Edition 1, 9/2010. IP Address: http://192.168.1. P-660HN-51 802.11n Wireless ADSL2+ 4-port Gateway Firmware Version 1.10 Edition 1, 9/2010 DEFAULT LOGIN DETAILS IP Address: http://192.168.1.1 User Name: admin Password: 1234 www.zyxel.com Copyright 2010

More information

USER MANUAL VS92A / VS94A / VS98A

USER MANUAL VS92A / VS94A / VS98A Video Splitter USER MANUAL VS92A / VS94A / VS98A FCC Information This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These

More information

User Manual. PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400. PePWave Mesh Connector Indoor Series: MC 200, E200, 400

User Manual. PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400. PePWave Mesh Connector Indoor Series: MC 200, E200, 400 User Manual PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400 PePWave Mesh Connector Indoor Series: MC 200, E200, 400 PePWave Surf AP Series: Surf AP 200-X, E200-X, 400-X PePWave Surf

More information

Getting started with Coin

Getting started with Coin Getting started with Coin Setting Up Coin For App version 1.5+, follow these steps to start using Coin. Coin Device Sync VISA 4783 01/15 Sync Coin Add your cards to the Coin app Open the app and add your

More information

Laser Wireless Rechargeable Mouse. User s Manual

Laser Wireless Rechargeable Mouse. User s Manual Laser Wireless Rechargeable Mouse Model #: LM8000WR User s Manual Rev. 060801 User s Record: To provide quality customer service and technical support, it is suggested that you keep the following information

More information

File Share Cable USER GUIDE. for Mac. www.targus.com/us/formac ONE YEAR LIMITED WARRANTY N2953

File Share Cable USER GUIDE. for Mac. www.targus.com/us/formac ONE YEAR LIMITED WARRANTY N2953 N2953 USER GUIDE ACC9602US / 410-1486-001A www.targus.com/us/formac 2008 Manufactured or imported by Targus Group International, Inc. (for U.S. sales: 1211 North Miller Street, Anaheim, CA 92806 USA, for

More information

What is Bitdefender BOX?

What is Bitdefender BOX? Quick Setup Guide What is Bitdefender BOX? Think about Bitdefender BOX like an antivirus for your network. It s a hardware device that sits next to your Wi-Fi router and protects all Internet connected

More information

FortiFone QuickStart Guide for FON-670i and FON-675i

FortiFone QuickStart Guide for FON-670i and FON-675i FortiFone QuickStart Guide for FON-670i and FON-675i FortiFone QuickStart Guide for FON-670i and FON-675i Revision 2 September 25, 2015 Copyright 2015 Fortinet, Inc. All rights reserved. Fortinet, FortiGate,

More information

Wireless Security System. Wireless Security Camera. SI519 Instructions. SI513 Instructions. Read and save these instructions.

Wireless Security System. Wireless Security Camera. SI519 Instructions. SI513 Instructions. Read and save these instructions. Wireless Security System SI519 Instructions Wireless Security Camera SI513 Instructions Read and save these instructions. Dear Sharper Image Customer, Thank you for your purchase of a Sharper Image product.

More information

Cisco Unified Communications Self Care Portal User Guide, Release 10.5(1)

Cisco Unified Communications Self Care Portal User Guide, Release 10.5(1) Cisco Unified Communications Self Care Portal User Guide, Release 10.5(1) Unified Communications Self Care Portal 2 Unified Communications Self Care Settings 2 Phones 4 Additional Settings 12 Revised:

More information

Configuring and Implementing A10

Configuring and Implementing A10 IMPLEMENTATION GUIDE Configuring and Implementing A10 Networks Load Balancing Solution with Juniper s SSL VPN Appliances Although Juniper Networks has attempted to provide accurate information in this

More information

EZCast 5GHz. Rev. 1.10. ! Quick Start Guide. Introduction

EZCast 5GHz. Rev. 1.10. ! Quick Start Guide. Introduction EZCast 5GHz Quick Start Guide Rev. 1.10 Introduction Thanks for choosing EZCast EZCast 5G is an WiFi display receiver, which supports a reliable WiFi 802.11ac dual band 2.4GHz/5GHz connection, providing

More information

Congratulations on your HomePortal purchase. To install your HomePortal and configure your home network, follow these steps.

Congratulations on your HomePortal purchase. To install your HomePortal and configure your home network, follow these steps. Notice to Users 2003 2Wire, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machine-readable form without prior written approval. 2WIRE PROVIDES

More information

READ FIRST! Universal Car/Air Adapter User Manual

READ FIRST! Universal Car/Air Adapter User Manual AutoAir Manual 1/9/03 2:03 PM Page 1 READ FIRST! Universal Car/Air Adapter User Manual Congratulations! Your new Kensington Universal Car/Air Adapter is a highly efficient Universal Car/Air Adapter for

More information

AVerMedia AVerKey imicro User s Manual

AVerMedia AVerKey imicro User s Manual FCC NOTICE This device has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection

More information

USB 2.0 USB 2.0 ETHERNET AUDIO JACK AND RCA VIDEO HDMI MICRO SD CARD MICRO USB POWER

USB 2.0 USB 2.0 ETHERNET AUDIO JACK AND RCA VIDEO HDMI MICRO SD CARD MICRO USB POWER 3 USB 2.0 USB 2.0 ETHERNET 4 1 MICRO SD CARD HDMI MICRO USB POWER AUDIO JACK AND RCA VIDEO 2 TO SET UP YOUR RASPBERRY PI YOU WILL NEED: ITEM MINIMUM RECOMMENDED SPECIFICATION & NOTES 1 microsd card Minimum

More information

TECHNICAL NOTE INSTALLING AND CONFIGURING ALE USING A CLI. Installing the Adaptive Log Exporter

TECHNICAL NOTE INSTALLING AND CONFIGURING ALE USING A CLI. Installing the Adaptive Log Exporter TECHNICAL NOTE INSTALLING AND CONFIGURING ALE USING A CLI NOVEMBER 2010 If you want to install the Adaptive Log Exporter without the installation wizard, this document provides information about installing

More information

Dell Active Pen. 5000 Series. User s Guide

Dell Active Pen. 5000 Series. User s Guide Dell Active Pen 5000 Series User s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates either

More information

High Speed File Share Cable USER GUIDE

High Speed File Share Cable USER GUIDE High Speed File Share Cable USER GUIDE Visit our Website at www.targus.com/emea Features and specifications are subject to change without notice. 2008 Targus Group International, Inc. and Targus, Inc.

More information

HDMI or Component Standalone Capture Device 1080p

HDMI or Component Standalone Capture Device 1080p HDMI or Component Standalone Capture Device 1080p USB2HDCAPS *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del usuario

More information

USB 2.0 Peripheral Switch USER MANUAL US221A / US421A

USB 2.0 Peripheral Switch USER MANUAL US221A / US421A USB 2.0 Peripheral Switch USER MANUAL US221A / US421A FCC Information This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules.

More information

DMX USB PRO. User Manual. www.enttec.com

DMX USB PRO. User Manual. www.enttec.com DMX USB PRO User Manual www.enttec.com Firmware V1.43 February 2007 Package Contents Your DMX USB PRO package should contain these items: DMX USB PRO (Part No. 70304) Driver for Windows software on the

More information

Creatix 802.11g Adapter CTX405 V.1/V.2 User Manual

Creatix 802.11g Adapter CTX405 V.1/V.2 User Manual Creatix 802.11g Adapter CTX405 V.1/V.2 User Manual 1 Safety instructions for Creatix 802.11g Adapter This equipment has been designed and tested in accordance with the requirements of Standard EN60950.

More information

Getting Started. Table of Contents. Quick User Guide - English

Getting Started. Table of Contents. Quick User Guide - English Getting Started This Quick User Guide helps you get started with the IRIScan TM Anywhere Wifi. Please read this guide before operating this scanner and its software. All information is subject to change

More information

PIR-1 Owner s Manual

PIR-1 Owner s Manual PIR-1 Owner s Manual PIR-1 Owner s Manual 2010 Universal Remote Control, Inc. The information in this manual is copyright protected. No part of this manual may be copied or reproduced in any form without

More information

Juniper Secure Analytics

Juniper Secure Analytics Juniper Secure Analytics Virtual Appliance Installation Guide Release 2014.1 Published: 2014-12-04 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net

More information

USB 2.0 4-Port Hub with USB Power Cable. User s Manual

USB 2.0 4-Port Hub with USB Power Cable. User s Manual USB 2.0 4-Port Hub with USB Power Cable Model: UH2500 User s Manual 251104-109159 Rev. 061107 User s Record: To provide quality customer service and technical support, it is suggested that you keep the

More information

etoken Single Sign-On

etoken Single Sign-On etoken Single Sign-On Version 5.1 Rev A User s Guide All attempts have been made to make the information in this document complete and accurate. Aladdin is not responsible for any direct or indirect damages

More information

Intelli-Time Alarm Clock model 13027

Intelli-Time Alarm Clock model 13027 Instruction Manual Intelli-Time Alarm Clock model 13027 CONTENTS Unpacking Instructions... 2 Package Contents... 2 Product Registration... 2 Features & Benefits... 3 Clock Setup... 4 Intelli-Time Clock...

More information

Symantec LiveUpdate Administrator. Getting Started Guide

Symantec LiveUpdate Administrator. Getting Started Guide Symantec LiveUpdate Administrator Getting Started Guide Symantec LiveUpdate Administrator Getting Started Guide The software described in this book is furnished under a license agreement and may be used

More information

User manual. Your best protection against theft and loss. (Android) Made for

User manual. Your best protection against theft and loss. (Android) Made for User manual Made for Your best protection against theft and loss (Android) Warranty SCOPE OF THE WARRANTY Subject to legal provisions, the responsibility of SECU4 under this warranty is limited to the

More information

ST122VGAU. Instruction Manual. VGA Video Switch. 2-Port Automatic VGA Video Switch

ST122VGAU. Instruction Manual. VGA Video Switch. 2-Port Automatic VGA Video Switch VGA Video Switch ST122VGAU Instruction Manual 2-Port Automatic VGA Video Switch FCC Compliance Statement This equipment has been tested and found to comply with the limits for a Class B digital device,

More information

Alarm Clock USER GUIDE

Alarm Clock USER GUIDE Alarm Clock USER GUIDE Jazwares, Inc. 2012 CONTENTS Please read the instructions along with the Alarm Clock carefully before you use it, so that you can operate it conveniently. WELCOME & Warnings Page

More information

WLAN660 Wireless IP Phone Administrator s Guide

WLAN660 Wireless IP Phone Administrator s Guide FEDERAL COMMUNICATIONS COMMISSION This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) this device may not cause harmful interference, and (2) this

More information

Strategic Network Consulting

Strategic Network Consulting Strategic Network Consulting Service Description Document November 2009 Contents 1. Introduction... 2 2. Eligibility and Prerequisites... 2 3. Service Features and Deliverables... 2 4. Customer Responsibilities...

More information

Wireless Alarm System. Alarm Siren. User s Manual. Choice ALERT. Control all Sensors & accessories from one location

Wireless Alarm System. Alarm Siren. User s Manual. Choice ALERT. Control all Sensors & accessories from one location 45136 Wireless Alarm System Alarm Siren User s Manual Low Batt On Armed ON/OFF LEARN Choice ALERT Control all Sensors & accessories from one location Table of Contents Important Safeguards 4 Introduction

More information

USB 2.0 to 10/100Mbps Ethernet Adapter UE-9521. User Manual

USB 2.0 to 10/100Mbps Ethernet Adapter UE-9521. User Manual USB 2.0 to 10/100Mbps Ethernet Adapter UE-9521 User Manual 1 Copyright Copyright 2004 by PLANET Technology Corp. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

Cisco UCS Director Payment Gateway Integration Guide, Release 4.1

Cisco UCS Director Payment Gateway Integration Guide, Release 4.1 First Published: April 16, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883

More information

User Guide. Cordless Optical Mouse N2953

User Guide. Cordless Optical Mouse N2953 Cordless Optical Mouse 410-XXXXXXXXXXX 1 YEAR LIMITED WARRANTY: We pride ourselves on the quality of our products. For complete warranty details and a list of our worldwide offices, please visit www.targus.com.

More information

User Manual TuneCast Auto for ipod

User Manual TuneCast Auto for ipod User Manual TuneCast Auto for ipod Introduction Congratulations and thank you for purchasing the innovative TuneCast Auto from Belkin. This product is designed to power, charge, and transmit audio from

More information

Hands-free phone system features (for cellular phone)

Hands-free phone system features (for cellular phone) Hands-free phone system features (for cellular phone) This system supports Bluetooth, which allows you to make or receive calls without using cables to connect a cellular phone and the system, and without

More information

Linux. Managing security compliance

Linux. Managing security compliance Linux Managing security compliance Linux Managing security compliance Note Before using this information and the product it supports, read the information in Notices on page 7. First Edition (December

More information