Utility Scripts. Changing Passwords: Prime Network Database Schemas CHAPTER

Size: px
Start display at page:

Download "Utility Scripts. Changing Passwords: Prime Network Database Schemas CHAPTER"

Transcription

1 CHAPTER 15 The following topics describe some additional Prime Network utility scripts that you can use to do the following: Changing Passwords: Prime Network Database Schemas, page 15-1 Changing Passwords: bosenable, bosconfig, and bosusermanager, and root, page 15-4 Changing Passwords: Diagnostics Tool, page 15-5 Running a Command on All Prime Network Units, page 15-5, page 15-5 Changing Passwords: Prime Network Database Schemas By default, an operating system account for the Prime Network application is created when Prime Network is installed. When the database is created, it uses this operating system account name as the basis for naming the schemas. The following are the database schemas that are created by Prime Network. As an example, in the following table the Prime Network operating system account (network user) is named network39. (For more details about these schemas, see Prime Network Database Schemas, page 10-1.) Schema Name Description Example network user Prime Network general data network39 network user_ep Prime Network event persistence and archiving data network39_ep network user_dwe Prime Network Workflow Engine data network39_dwe network user_xmp Prime Network Change and Configuration Management network39_xmp data network user_admin Prime Network maintenance and administration data network39_admin At installation time, the network-conf script assigns the same password to all of the schemas. After installation, you can assign different passwords to each schema. The following procedure describes how to change any or all of the passwords. that you have to change the password in two places: in the Oracle software and in the Prime Network software. 15-1

2 Changing Passwords: Prime Network Database Schemas In the following procedure, network user-db, network user-ep-db, network user-dwe-db, network user-admin-db, and network user-xmp-db are the user accounts for the four database schemas. Step 1 Step 2 Log into the Prime Network gateway server as network user. To change the network user-db password (for the general data): a. Enter the following sqlplus command to change the network user-db password in the Oracle software: # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql DBA-username DBA-password network user-db network user-db-new-password DB-IP DB-port SID # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql system systempassword network39 network39newdbpassword MCDB b. Enter the following to change the network user-db password in the Prime Network software (the gateway server must be up and running): #./runregtool.sh -gs setencrypted site/persistency/nodes/main/pass network user-db-new-password Step 3 To change the network user-ep-db password (for the event persistence and archiving data): a. Enter the following sqlplus command to change the network user-ep-db password in the Oracle software: # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql DBA-username DBA-password network user-ep-db network user-ep-db-new-password DB-IP DB-port SID # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql system systempassword network39_ep EPnewDBpassword MCDB b. Enter the following to change the network user-ep-db password in the Prime Network software (the gateway server must be up and running): #./runregtool.sh -gs setencrypted site/persistency/nodes/ep/pass network user-ep-db-new-password Step 4 To change the network user-dwe-db password (for the Workflow Engine data): a. Enter the following sqlplus command to change the network user-dwe-db password in the Oracle software: # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql DBA-username DBA-password network user-dwe-db network user-dwe-db-new-password DB-IP DB-port SID # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql system systempassword network39_dwe DWEnewDBpassword MCDB b. Enter the following to change the network user-dwe-db password in the Prime Network software (the gateway server must be up and running): #./runregtool.sh -gs setencrypted avm66/services/workflow/engine/databasepassword network user-dwe-db-new-password 15-2

3 Changing Passwords: Prime Network Database Schemas Step 5 To change the network user-admin-db password (for administration and maintenance data): a. Enter the following sqlplus command to change the network user-admin-db password in the Oracle software: # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql DBA-username DBA-password network user-admin-db network user-admin-db-new-password DB-IP DB-port SID # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql system systempassword network39_admin adminnewdbpassword MCDB b. Enter the following to change the network user-admin-db password in the Prime Network software (the gateway server must be up and running): #./runregtool.sh -gs setencrypted site/persistency/nodes/admin/pass network user-admin-db-new-password Step 6 To change the network user-xmp-db password (for the Change and Configuration Management): The password should not contain ampersand (@) or forward slash (/) characters. If you enter either of these special characters, future installations will fail. a. Enter the following sqlplus command to change the network user-xmp-db password in the Oracle software: # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql DBA-username DBA-password network user-xmp-db network user-xmp-db-new-password DB-IP DB-port SID # sqlplus /nolog \@$ANAHOME/Main/unix/setPassword.sql system systempassword network39_xmp network39xmpnewdbpassword MCDB b. Enter the following to change the network user-xmp-db password in the Prime Network software: # cd $XMP_HOME/bin # xmpchangepw.ksh network user-xmp-db-old-password network user-xmp-db-new-password Step 7 Step 8 Stop the gateway server and units: # networkctl stop Run the unlock command to ensure that the Prime Network Oracle accounts are not locked. A lock can happen if Prime Network accesses the database (which it does constantly) between the time when you run the sqlplus setpassword.sql command and the time when you run the runregtool.sh or xmpchangepw.ksh scripts. In that period of time, the passwords are not in sync. a. As the Oracle UNIX user, log in to sqlplus: # sqlplus /nolog SQL> connect /as sysdba b. Run the unlock command. You need only run the unlock command on accounts that were changed in other words, in the following command, account-name can be network user, network user-ep-db, network user-dwe-db, or network user-xmp-db from the previous steps. SQL> alter user account-name account unlock 15-3

4 Changing Passwords: bosenable, bosconfig, and bosusermanager, and root Step 9 Start the gateway server and units: # networkctl start Changing Passwords: bosenable, bosconfig, and bosusermanager, and root The passwords for bosenable, bosconfig, bosusermanager, and root are established during the Prime Network installation. Use the following to change the bos passwords. To change the root password, you can use Changing a User s Prime Network Password, page If you have lost the root password, you can use this procedure to reset it. Step 1 Step 2 Step 3 Step 4 Using an SSH session, log in to the Prime Network gateway as network user. (network user is the operating system account for the Prime Network application, created when Prime Network is installed; for example, network39.) Switch to the Main directory: Encrypt the new password in Prime Network using the following command: java -classpath./jars/classes.jar com.sheer.metromission.authentication2.passwordencrypt password The encrypted password is listed in the command output (after the comma). You will need this information in Step 4. For example, the following command creates a new password for test. The portion of the output that is in bold is what you will need in the subsequent step. # java -classpath./jars/classes.jar com.sheer.metromission.authentication2.passwordencrypt test 'test' -> 'PEv1:DC57A2A7', '7E84D3A8F60F30B7B62946D532E24608' Log in to the Oracle database and change the password for bosenable, bosconfig, bosusermanager, and root in the database. a. Log in to the Oracle database as network user. In the following example, network user is network39 and the network user password is admin. sqplplus network39/admin b. Change the password using the following command, where xxx is the second string of output from Step 3, and user is bosenable, bosconfig, bosusermanager or root. In this example, the bosenable password is being changed: update bosuser set ENCRYPTEDPASSWORD='xxx' where username='bosenable'; SQL> update bosuser set ENCRYPTEDPASSWORD='7E84D3A8F60F30B7B62946D532E24608' where username='bosenable'; 1 row updated. To update the root user password, you would use the following command: 15-4

5 Changing Passwords: Diagnostics Tool update bosuser set ENCRYPTEDPASSWORD='xxx' where username='root'; c. Commit the change: SQL> commit; Commit complete. d. Repeat Step b and Step c for bosconfig and bosusermanager. Changing Passwords: Diagnostics Tool The username and password for the Diagnostics Tool (described in Obtaining Diagnostic Information Using Graphs, page 9-6) is established during the Prime Network installation. To change the passwords: Step 1 Step 2 Step 3 Using an SSH session, log in to the Prime Network gateway as network user. (network user is the operating system account for the Prime Network application, created when Prime Network is installed; for example, network39.) Switch to the Main directory: # cd $ANAHOME Change the username and password for the Diagnostics tool using the following command, where operating-system is either linux or solaris, depending on your configuration: # utils/operating-system/apache/bin/htpasswd./main/webroot/.passwd new-username The utility will prompt you for a new password for new-username. Running a Command on All Prime Network Units The script rall.csh is a utility used to run a given command on all units (not on the gateway), as follows: # $ANAHOME/rall.csh script where script is the script name. The following script example restarts all units: # $ANAHOME/rall.csh./Main/networkctl restart In general, you should use the Prime Network Administration GUI client to add VNEs. The GUI has built-in mechanisms to ensure that you enter data correctly. 15-5

6 The vne_creation_script.pl allows you to add VNEs in bulk. This includes Cloud VNEs, AVMs, and maps, and associating all of the VNEs to specific units. The vne_creation_script.pl resides in NETWORKHOME/Main/scripts. This script reads a configuration file with the relevant VNE information, adds the VNEs to Prime Network, and produces a report log file for your reference. Follow these steps to import a list of VNEs into Prime Network Step Description See: 1. Create a configuration file that contains the VNEs that you want to add. 2. If any of the VNEs to be imported use reduced polling, create a new version of the vne_creation_script.pl and update it to ensure that the reduced polling settings are preserved. Create the Configuration File, page 15-6 Additional Step for VNEs Using Reduced Polling, page Run the vne_creation_script.pl command. Running the vne_creation_script.pl, page Create the Configuration File The vne_creation_script.pl script takes the name of a configuration file as its argument. The configuration file contains information about the VNEs that you want to add to Prime Network and uses a flat text file format. Table 15-1 describes the format of the configuration file and how to enter the various types of information that describe your network. A defined variable will be applied to any applicable elements that follow it. For example, after adding an AVM, all VNEs will be added to that AVM until another AVM is defined. Similarly, all VNEs will use a configured scheme until another scheme is specified. 15-6

7 Table 15-1 Supported Entries for a vne_creation_script.pl Configuration File Format gateway gateway-ip user root-user password root-user-password unit unit-ip unit auto} scheme scheme-name [[vne-name] vne-ip vne-properties]... avm {number [memory] auto]} [[vne-name] vne-ip vne-properties]... [vne-name] vne-ip vne-properties Description and Usage s Adds the Prime Network gateway, units, and network user that will manage the items in the configuration file. The units are uplinked to the gateway. root-user is the root user for the Prime Network GUI applications. If no units are specified, enter the unit line as unit. unit unit-ip specifies additional unit server(s). Any AVMs or VNEs that follow will be allocated to that unit. If there are no other units, use unit gw-ip. unit auto specifies that any AVMs or VNEs 1 that follow will be allocated among all available units. (See Adding AVMs Using Auto-Add, page 4-8 and How VNE Auto-Add Works, page ) Defines the scheme to be used by the VNEs listed in the lines that follow. Supported schemes are ipcore, product, or default. VNEs listed on the line that directly follow scheme scheme-name will use that scheme. To add a different scheme, enter scheme scheme-name on a new line, followed by VNEs that should use that scheme. Creates an AVM. If no VNEs follow the avm line, the AVM is created but is empty. avm number [memory] specifies additional AVMs (and, optionally, their memory allocation). Any VNEs that follow will be allocated to that AVM. avm auto specifies that any VNEs that follow will be auto-allocated among all of the AVMs in the previously-created unit (or gateway, if no units are created). Creates a VNE with the specified properties. If vne-name is not supplied, device will use SYSNAME. See Table 15-2 for vne-properties format guidelines. If a VNE definition does not directly follow an AVM declaration, the VNE creation will fail (the log will contain error information). If a VNE definition is mistakenly repeated but has conflicting information, the VNE creation is ignored (the log will contain error information). cloud-vne-name vne-ip cloud Creates a Cloud VNE. [map map-name] [[vne-name] vne-ip vne-properties]... [map] load avm-number... read_file BQL-filename (Optional) Creates a map named map-name. If you do not want to create any maps, do not supply a name. VNEs listed on the line that follows map map-name will be added to that AVM. To continue to create VNEs but stop adding them to a map, end the VNEs list with the word map (with no map-name argument). (Optional) Starts the AVMs after they have been created. You can leave this line out and manually start AVMs after they are created. Places the specified BQL file content into the gateway. (This can be used for adding static links.) For information on BQL, see the Cisco Prime Network Integration Developer Guide. 1. VNEs are allocated as long as there is a safe target AVM in the system. See How VNE Auto-Add Works, page

8 VNEs are added using the format [vne-name] vne-ip vne-properties, as described in the previous table. The values for vne-properties depend on the protocols and credentials for the device. Table 15-2 provides guidelines for adding VNEs to a configuration file. If you do not enter any SNMP read/write information, Prime Network uses public/private. If Prime Network is installed with Cisco Prime Central, be sure to use a device s SYSNAME as its VNE name. This allows the device to be recognized across the common inventory. Also, do not use None or All as the SYSNAME, because those names have internal meaning to Cisco Prime Central. Table 15-2 Defining VNEs in a vne_creation_script.pl Configuration File Value for vne-properties Description All values for vne-properties should be in one line; do not insert a carriage return. telnet telnet-seq [snmpr read-commu-string] [snmpw write-comm-string] Creates a VNE that uses Telnet with SNMP v1. sshv1 cipher;username;password;prompt_sequence [snmpr read-community-string] snmpv2 authentication;username;password;encryption;password Creates a VNE that uses SSH v1 with SNMP v2. sshv2 username;password;server-auth[;pre-fingerprint];prompt_sequence [snmpr read-community-string] snmpv3 authentication;username;password;encryption;password Creates a VNE that uses SSH v2 with SNMPv3. server-auth can be none, save, or pre. If you use pre, enter it as: pre;fingerprint When you are done, your configuration file might resemble the following: gateway user root password rootpassword unit avm VNE_example telnet ":,admin,router>,enable,:,admin,router#," load 150 scheme ipcore avm VNE_example telnet ":,admin,router>,enable,:,admin,router#," load 200 avm auto map mymap VNE_example telnet "Password:,admin,myPrompt#" snmpr snmpreadcomm snmpw snmpwritecommn VNE_example sshv1 des;myuser;mypassword;:,admin,myprompt# snmpr public VNE_example sshv2 myuser;mypass;none;# snmpr public snmpv3 sha;myuser;mypass;des;myencpass telnet "Password:,admin,myPrompt#" snmpr snmpreadcomm snmpw snmpwritecommn map 15-8

9 avm 300 Cloud cloud Cloud cloud load 300 Additional Step for VNEs Using Reduced Polling If any of the VNEs are using reduced polling, you must modify the vne_creation_script.pl file to add instructions that will preserve the reduced polling settings after the import. We recommend you create a special form of the script which you can use with reduced polling VNEs. Other VNEs can use the standard script. The following procedure adds the necessary information to three points in the script. Step 1 Step 2 Step 3 Step 4 Step 5 Log into the Prime Network gateway as user network user. (network user is the operating system account for the Prime Network application, created when Prime Network is installed; for example, network39.) Go to NETWORKHOME/Main/scripts. Create a copy of vne_creation_script.pl and give it a meaningful name; for example: # copy vne_creation_script.pl vne_reducedpolling_creation_script.pl Open the new script file with a text editor. Locate the three instances of the $add_agent_command variables, which appear below the sub set_bql_commands. You can locate the instances using the following information: Variable Instance Instance is preceded with the following text: VNEs that use Telnet $telnet_used = 0 ; $add_agent_command... VNEs that use SSHv1 } elsif ($sshv1_used){ $sshv1_used = 0; VNES that do not use Telnet or SSHv1 $add_agent_command... } else { $add_agent_command... Step 6 Step 7 Add the following line to end of the $add_agent_command variable: <ReducedPollingMode type=\"com.sheer.types.enums.reducedpollingmodeenum\">reduced polling (event-based) *</ReducedPollingMode> Save the file and exit the text editor. The following is an example of an $add_agent_command definition after being edited:... <SnmpVersionEnum type=\"integer\">$_snmpv3_enum</snmpversionenum> <TelnetEnabled type=\"boolean\">true</telnetenabled> <TelnetSequence type=\"string\">$tel_seq</telnetsequence> <ReducedPollingMode type=\"com.sheer.types.enums.reducedpollingmodeenum\"> Reduced polling (event-based) *</ReducedPollingMode> </management.ielementmanagement> </value> </param> 15-9

10 </command> \n.\n" ; Running the vne_creation_script.pl Log into the Prime Network gateway as user network user to run this command. (network user is the operating system account for the Prime Network application, created when Prime Network is installed; for example, network39.) The vne_creation_script.pl script uses the following command format: perl vne_creation_script.pl configuration_filename The command will display output similar to the following Summary Trying to login. [OK] + Executing commands. [OK] + Logs: - Log file path: /export/home/network39/main/logs/vnecreation txt - Verbose log file path: /export/home/network39/main/logs/vnecreation verbose Finished with: 0 ERRORs 0 WARNINGs When the vne_creation_script.pl script has successfully executed, you can view the additions in Prime Network Administration or the log files. The log files are placed in NETWORKHOME/Main/logs and are named vnecreation-mmddyy-hhmmss.txt and vnecreation-mmddyy-hhmmss.verbose. If errors appear, check your setup in Prime Network Administration, correct the configuration file accordingly, and run the command again

Archiving and Purging Data from the Database

Archiving and Purging Data from the Database CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

Archiving and Purging Data

Archiving and Purging Data CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

Upgrading to Cisco Prime Network 3.8

Upgrading to Cisco Prime Network 3.8 CHAPTER 12 Upgrading to Cisco Prime Network 3.8 The following topics provide information about upgrading from a Cisco Active Network Abstraction 3.7.x release to Cisco Prime Network 3.8. This chapter includes:

More information

Getting Started with Prime Network

Getting Started with Prime Network CHAPTER 1 These topics provide some basic steps for getting started with Prime Network, such as how to set up the system and the basic parts of the Prime Network Administration GUI client. Basic Steps

More information

Workflow Administration Tasks

Workflow Administration Tasks CHAPTER 12 These topics briefly describe workflows and how to administer the stored workflows and templates in Prime Network Administration: Workflows and the Workflow Engine Windows, page 12-1 Viewing

More information

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER CHAPTER 24 Prime Network VNEs communicate with network devices using the SNMP, Telnet, XML, ICMP, and HTTP protocols, and using notification protocols (traps and syslogs). To determine the reachability

More information

Installing a Cisco Prime Network Unit

Installing a Cisco Prime Network Unit CHAPTER 9 This chapter covers the typical installation of a Cisco Prime Network unit. This chapter includes: Before You Begin, page 9-1 Installing the Unit, page 9-2 Verifying the Unit Processes, page

More information

Installing Cisco Prime Network Unit

Installing Cisco Prime Network Unit CHAPTER 7 This chapter covers the typical installation of a Cisco Prime Network unit. This chapter includes: Before You Begin, page 7-1 Installing the Unit, page 7-2 Verifying the Unit Installation, page

More information

Change and Configuration Management Administration

Change and Configuration Management Administration CHAPTER 7 Change and Configuration Management Administration These topics provide administrative information on Change and Configuration Management: Configuring Global Settings for Configuration Management,

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

The following topics explain how and when Prime Network performs backups.

The following topics explain how and when Prime Network performs backups. CHAPTER 8 These topics describe how to back up and restore your data: Backing Up Your Data, page 8-1 Restoring Prime Network Data, page 8-4 For information on how to backup and restore an embedded database,

More information

Discovering Network Devices

Discovering Network Devices CHAPTER 5 To generate reports, Prime Performance Manager must discover your network devices. This is accomplished by importing the device inventory from Cisco Prime Network, running device discovery from

More information

Database Administration and Management

Database Administration and Management Database Administration and Management M.Sc. Information Technology BS Information Technology Umair Shafique (Gold Medalist) Lecturer Installation Oracle Installation and Starting Manual for Installation

More information

Using the Prime Performance Manager Web Interface

Using the Prime Performance Manager Web Interface 3 CHAPTER Using the Prime Performance Manager Web Interface The following topics provide information about using the Cisco Prime Performance Manager web interface: Accessing the Prime Performance Manager

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Upgrade Installer User Release 12.0.2.0.0 Part No. E50108-01 September 2013 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway Goregaon (East)

More information

Creating and Configuring an Oracle Database

Creating and Configuring an Oracle Database CHAPTER 4 This chapter provides specific guidelines for configuring an Oracle database for use with Cisco Prime Network. For a full description of an Oracle installation and to be sure you have the most

More information

GWNMS NeDi. About NeDi. Configuring the NeDi Package. Managing User Access. Managing User Accounts

GWNMS NeDi. About NeDi. Configuring the NeDi Package. Managing User Access. Managing User Accounts GWNMS NeDi This section reviews the GroundWork Monitor NMS NeDi. About NeDi NeDi is an open source toolkit for managing network infrastructure devices such as switches and routers, and is integrated into

More information

Managing Workflows. Starting Prime Network Administration CHAPTER

Managing Workflows. Starting Prime Network Administration CHAPTER CHAPTER 10 Prime Network Administration can be used to manage deployed workflow templates. Topics include: Starting Prime Network Administration, page 10-1 Viewing the List of Templates and Template Properties,

More information

Device Configuration Tasks for VNE Creation

Device Configuration Tasks for VNE Creation APPENDIXA These topics describe the configuration tasks you must perform so that Prime Network can properly model and manage devices. Prime Network automatically performs a series of validation checks

More information

CISCO PRIME NETWORK 4.0 QUICK START GUIDE. Table of Contents

CISCO PRIME NETWORK 4.0 QUICK START GUIDE. Table of Contents CISCO PRIME NETWORK 4.0 QUICK START GUIDE Released: July 2013 Part No.: OL-29342-01 Table of Contents 1 Preface 2 Installation Requirements 3 Preparing for the Installation 4 Installing Prime Network 5

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

More information

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6

NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 NNMi Integration User Guide for CiscoWorks Network Compliance Manager 1.6 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

Check Table Oracle Database Status Windows Script

Check Table Oracle Database Status Windows Script Check Table Oracle Database Status Windows Script About the catupgrd.sql Script in Earlier Releases of Oracle Database CHECK_PLUG_COMPATIBILITY function to determine whether these requirements Using DBUA

More information

Managing Configurations

Managing Configurations CHAPTER 3 The Configurations page is your starting point for managing device configurations for network elements managed by Cisco Prime Network by using the CM tools. The following table lists the main

More information

Maintaining an Efficient Network

Maintaining an Efficient Network CHAPTER 5 This chapter contains the following information to help you maintain an efficient network: 5.1 How Do I Manage the Database? 5.2 How Do I Monitor the Network? 5.3 How Do I Modify the Network?

More information

Manage Your Device Inventory

Manage Your Device Inventory About Device Inventory, page 1 Device Inventory and Cisco ISE Authentication, page 7 Device Inventory Tasks, page 7 Add a Device Manually, page 8 Filter Devices, page 12 Change Devices Layout View, page

More information

Lab 2: Installation of Oracle XE & SOA11g

Lab 2: Installation of Oracle XE & SOA11g Lab 2: Installation of Oracle XE & SOA11g (30 minutes) Objectives At the end of this exercise, you will be able to: Install & Setup Oracle XE Database Install & Setup Oracle SOA11g Install Oracle Service

More information

Configuring SAP Targets and Runtime Users

Configuring SAP Targets and Runtime Users CHAPTER 4 Before you can create or run processes in your SAP environment, you must create the targets on which the processes will run. Targets are used to define specific environments where activities,

More information

AVWorks. Installer/User Guide

AVWorks. Installer/User Guide AVWorks Installer/User Guide INSTRUCTIONS This symbol is intended to alert the user to the presence of important operating and maintenance (servicing) instructions in the literature accompanying the appliance.

More information

Cisco Prime Network Client Overview

Cisco Prime Network Client Overview CHAPTER 1 Cisco Prime Network (Prime Network) provides a suite of GUI tools that offer an intuitive interface for managing the network and services, and for performing required system administration activities.

More information

Upgrading Prime Optical

Upgrading Prime Optical CHAPTER 6 You cannot perform a full upgrade from an earlier Cisco Transport Manager (CTM) or Prime Optical release. This section describes how to use the Cisco Prime Optical 9.8 Data Migrator wizard to

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

Please review the Infoblox CCS Scripting Guide for more information on the above optional statements

Please review the Infoblox CCS Scripting Guide for more information on the above optional statements Overview Network engineers are always looking for ways to automate the tasks of maintaining network devices. Logging into network devices to make changes or to upgrade software is tedious, time consuming,

More information

About This Guide. Audience Database administrators should use this guide.

About This Guide. Audience Database administrators should use this guide. P6 EPPM Manual Installation Guide (Oracle Database) for On-Premises Version 17 November 2017 Contents About This Guide... 5 Oracle Database Manual Configuration Overview... 7 Oracle Database Installation...

More information

Contents About This Guide... 7 About Database Users... 7 Migrating Databases and Database Schema... 9

Contents About This Guide... 7 About Database Users... 7 Migrating Databases and Database Schema... 9 P6 EPPM Database Administration Guide for On-Premises Version 17 July 2017 Contents About This Guide... 7 About Database Users... 7 Migrating Databases and Database Schema... 9 Using the Migrate Database

More information

OmniVista 3.5 Discovery Help

OmniVista 3.5 Discovery Help Using Discovery Open the Discovery application by clicking Discovery in the Task Bar, selecting Discovery from the Applications menu, or by clicking the Discovery icon in the Topology Toolbar. The Discovery

More information

Best Practices: Server Security Hardening

Best Practices: Server Security Hardening The following sections explain how to enhance server security by eliminating or controlling individual points of security exposure. Disable Insecure Services, on page 1 Disable Root Access, on page 1 Use

More information

Installing and Configuring Oracle 10g Express Edition. for use with the ETM System

Installing and Configuring Oracle 10g Express Edition. for use with the ETM System Installing and Configuring Oracle 10g Express Edition for use with the ETM System Contents Oracle 10g XE Installation and Configuration 1 Preparing Oracle 10g XE for use with the ETM System...1 Installation...1

More information

Upgrading the Server Software

Upgrading the Server Software APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.5.0, page B-2 Obtaining

More information

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express An Oracle White Paper May 2014 Example Web Listener Deployment for Oracle Application Express Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

EasyLobby Database Setup EasyLobby Family of Products Version 10.0

EasyLobby Database Setup EasyLobby Family of Products Version 10.0 EasyLobby Database Setup EasyLobby Family of Products Version 10.0 Introduction This document describes how to set up the EasyLobby 10.0 database on Microsoft SQL Server or Oracle, how to setup an ODBC

More information

Sqlplus To Create The Plan_table In Your Schema

Sqlplus To Create The Plan_table In Your Schema Sqlplus To Create The Plan_table In Your Schema It provides an example of how to create a SQL Plan Baseline for a query with auto capture, and it demonstrates how You can use sqlplus on the commandline

More information

MDCStore High Content Data Management Solution Database Schema

MDCStore High Content Data Management Solution Database Schema MDCStore High Content Data Management Solution Database Schema Version 2.3 Installation and Update Guide 0112-0144 I March 2013 This document is provided to customers who have purchased Molecular Devices,

More information

Configuring the Cisco APIC-EM Settings

Configuring the Cisco APIC-EM Settings Logging into the Cisco APIC-EM, page 1 Quick Tour of the APIC-EM Graphical User Interface (GUI), page 2 Configuring the Prime Infrastructure Settings, page 3 Discovery Credentials, page 4 Security, page

More information

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1

Using the VMware vcenter Orchestrator Client. vrealize Orchestrator 5.5.1 Using the VMware vcenter Orchestrator Client vrealize Orchestrator 5.5.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

Managing Users and Configuring Role-Based Access Control

Managing Users and Configuring Role-Based Access Control Managing s and Configuring Role-Based Access Control This section describes how to manage users in Prime Central, including defining users and passwords and configuring role-based access control (RBAC).

More information

Configuring Logging. Information About Logging CHAPTER

Configuring Logging. Information About Logging CHAPTER 74 CHAPTER This chapter describes how to configure and manage logs for the ASA, and includes the following sections: Information About Logging, page 74-1 Licensing Requirements for Logging, page 74-5 Prerequisites

More information

Troubleshooting. Troubleshooting the CAM Installation CHAPTER

Troubleshooting. Troubleshooting the CAM Installation CHAPTER CHAPTER 9 Troubleshooting This chapter presents some scripts and procedures that might prove useful in troubleshooting and maintaining your Cisco Access Manager (CAM) software. The following topics are

More information

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint.

Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Tzunami Deployer AquaLogic Exporter Guide Supports extraction of Web Components on the server and guides migration to Microsoft SharePoint. Version 2.7 Table of Content PREFACE... I INTENDED AUDIENCE...

More information

Oracle Collaboration Suite

Oracle Collaboration Suite Oracle Collaboration Suite Quick Installation Guide Release 2 (9.0.4.1) for hp-ux PA-RISC (64-bit), Linux x86, and Solaris Operating Environment (SPARC 32-bit) September 2003 Part No. B10885-02 This document

More information

Installing the Management Software

Installing the Management Software To install the software for the first time, or if you want to update or reinstall the software, access the supervisor module with a web browser. Click the Install links on the web page that is displayed.

More information

Updating the Oracle server for V5.2.1 manually IBM

Updating the Oracle server for V5.2.1 manually IBM Updating the Oracle server for V5.2.1 manually IBM ii Updating the Oracle server for V5.2.1 manually Contents Updating the Oracle server for V5.2.1 manually.............. 1 iii iv Updating the Oracle server

More information

Control Device Administration Using TACACS+

Control Device Administration Using TACACS+ Device Administration, page 1 Device Administration Work Center, page 3 Data Migration from Cisco Secure ACS to Cisco ISE, page 3 Device Administration Deployment Settings, page 3 Device Admin Policy Sets,

More information

Secure Shell Commands

Secure Shell Commands This module describes the Cisco IOS XR software commands used to configure Secure Shell (SSH). For detailed information about SSH concepts, configuration tasks, and examples, see the Implementing Secure

More information

Managing the Mobility Express Network

Managing the Mobility Express Network Under the Management tab on the navigation pane, an admin users can do the following: 1 Configure access to the Mobility Express controller 2 Manage Admin Accounts 3 Configure Time 4 Perform a Software

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes

Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes Symantec Mobile Management for Configuration Manager 7.2 MR1 Release Notes This document includes the following topics: About

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Installer User Guide Release 12.0.2.0.0 Part No. E50108-01 September 2013 1 Oracle FLEXCUBE Direct Banking Installer 12.0.2.0.0 : User Guide Oracle Financial Services Software

More information

Manually Create Sql Profile Oracle 10g

Manually Create Sql Profile Oracle 10g Manually Create Sql Profile Oracle 10g Using the CREATE PROFILE or ALTER PROFILE Statement to Set a If you created your database manually, then you should run the secconf.sql script to apply Finding and

More information

Cisco BTS Softswitch Provisioning Overview

Cisco BTS Softswitch Provisioning Overview CHAPTER 1 Revised: May 31, 2010, This chapter provides an overview of the Cisco BTS 10200 Softswitch provisioning process and tools. It includes the following sections: Provisioning Overview, page 1-1

More information

Nortel Unified Communications Management. Fundamentals. Release: 1.0 Document Revision: NN

Nortel Unified Communications Management. Fundamentals. Release: 1.0 Document Revision: NN Release: 1.0 Document Revision: 01.02 www.nortel.com NN48014-100. Release: 1.0 Publication: NN48014-100 Document release date: All Rights Reserved. Printed in Canada The information in this document is

More information

Data Warehouse Installation and Configuration Guide

Data Warehouse Installation and Configuration Guide Data Warehouse Installation and Configuration Guide 16 R2 December 2016 Contents About the Primavera Data Warehouse... 5 About Primavera Analytics... 5 Primavera Data Warehouse and Primavera Analytics

More information

Performing Administrative Tasks

Performing Administrative Tasks CHAPTER 6 This section provides information about administrative tasks. It includes these topics: Stopping and Restarting the Cisco License Manager Server, page 6-1 How to Manage Users, page 6-2 Working

More information

Configuring Devices. Using the CLI CHAPTER

Configuring Devices. Using the CLI CHAPTER CHAPTER 6 Cisco E-DI supports configuration of devices, through the CLI, the GUI, and the XML programmatic interface (PI), covering a range of platform/os combinations. Cisco E-DI uses a knowledge base

More information

FortiNAC. Cisco Airespace Wireless Controller Integration. Version: 8.x. Date: 8/28/2018. Rev: B

FortiNAC. Cisco Airespace Wireless Controller Integration. Version: 8.x. Date: 8/28/2018. Rev: B FortiNAC Cisco Airespace Wireless Controller Integration Version: 8.x Date: 8/28/2018 Rev: B FORTINET DOCUMENT LIBRARY http://docs.fortinet.com FORTINET VIDEO GUIDE http://video.fortinet.com FORTINET KNOWLEDGE

More information

Installing and Patching Oracle

Installing and Patching Oracle APPENDIXA This section provides supporting information to assist you with the Oracle 11g installation. Note Oracle 11g is available only for a 64-bit architecture. Use the information in this section in

More information

Manage Your Inventory

Manage Your Inventory About Inventory About Inventory, on page 1 Inventory and Cisco ISE Authentication, on page 2 Display Information About Your Inventory, on page 2 Types of Devices in the DNA Center Inventory, on page 6

More information

Editing ITP MLR Address Table Files

Editing ITP MLR Address Table Files 16 CHAPTER You use the Cisco Mobile Wireless Transport Manager (MWTM) to configure Multi-Layer Routing (MLR) address table files by using the MWTM Address Table Editor. You can: Create new address table

More information

DGS-3630-Series Switches

DGS-3630-Series Switches DGS-3630-Series Switches Switch Management Interfaces Adding Administrator Account Enabling Remote Management (SSH) Changing Switch IP Address Saving Configuration Resetting to Factory Defaults Switch

More information

Application Note: Installing Remote Management Agents Using Service Account Manager Rev 2 June 1, 2006

Application Note: Installing Remote Management Agents Using Service Account Manager Rev 2 June 1, 2006 Application Note: Installing Remote Management Agents Using Service Account Manager Rev 2 June 1, 2006 Lieberman Software Corporation http://www.liebsoft.com Abstract The Microsoft Windows Server Resource

More information

Oracle Database 12c: Administration Workshop Ed 2 NEW

Oracle Database 12c: Administration Workshop Ed 2 NEW Oracle Database 12c: Administration Workshop Ed 2 NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

Installation Guide. Version Last updated: November. tryfoexnow.com 1 of 3

Installation Guide. Version Last updated: November. tryfoexnow.com 1 of 3 Installation Guide Version 3.1.0 @FOEXplugins Last updated: November tryfoexnow.com 1 of 3 FOEX Installation Guide, version 3.1.0 Copyright 2017, FOEX GmbH. All rights reserved. Authors: Peter Raganitsch,

More information

Introduction to Change and Configuration Management

Introduction to Change and Configuration Management CHAPTER 1 Introduction to Change and Configuration Management Cisco Prime Network Change and Configuration Management provides tools that allow you to manage the software and device configuration changes

More information

Perform Backup and Restore

Perform Backup and Restore , page 1 You can schedule periodic backups using the Cisco Prime Collaboration Assurance user interface, or run backup commands manually by logging in to the system as an admin user (CLI user). However,

More information

Source OID Message Severity Cause Action

Source OID Message Severity Cause Action 13 CHAPTER This section describes the Prime Network system events. System events appear in the Prime Network Events System tab. They include a variety of events pertaining to the system activities, from

More information

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

More information

Managing Additional Event Types

Managing Additional Event Types CHAPTER 19 These topics explain how to use the VCB to create support for events, and to change how events are handled: Overview, page 19-1 Enabling Support for Additional Events, page 19-2 Customizing

More information

Getting Started With Oracle

Getting Started With Oracle Getting Started With Oracle Ashikur Rahman CSE, BUET July 14, 2016 1 Logging In to Oracle You should be logged onto one of the Windows 7 machine in the database lab. Open the command promt first by typping

More information

User's Guide c-treeace SQL Explorer

User's Guide c-treeace SQL Explorer User's Guide c-treeace SQL Explorer Contents 1. c-treeace SQL Explorer... 4 1.1 Database Operations... 5 Add Existing Database... 6 Change Database... 7 Create User... 7 New Database... 8 Refresh... 8

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Configuring Security Features on an External AAA Server

Configuring Security Features on an External AAA Server CHAPTER 3 Configuring Security Features on an External AAA Server The authentication, authorization, and accounting (AAA) feature verifies the identity of, grants access to, and tracks the actions of users

More information

IceWarp to IceWarp Migration Guide

IceWarp to IceWarp Migration Guide IceWarp Unified Communications IceWarp to IceWarp Migration Guide Version 12.0 IceWarp to IceWarp Migration Guide 2 Contents IceWarp to IceWarp Migration Guide... 4 Used Terminology... 4 Brief Introduction...

More information

Setting Up Oracle for Prime Fulfillment

Setting Up Oracle for Prime Fulfillment APPENDIXA This appendix describes how to set up an Oracle Database 11g, Enterprise Edition Release 11.2.0.1.0-64 bit Production server that works with Cisco Prime Fulfillment. This appendix is written

More information

DBTuna 2.x Quick Start Guide 12 September 2012

DBTuna 2.x Quick Start Guide 12 September 2012 DBTuna 2.x Quick Start Guide 12 September 2012 This guide describes basic steps for starting the DBTuna server software, and configuring and running DBTuna monitoring Agents. The guide is intended for

More information

Web Self Service Administrator Guide. Version 1.1.2

Web Self Service Administrator Guide. Version 1.1.2 Version 1.1.2 Web Self Service Administrator Guide Version 1.1.2 Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on WebLogic Note Before using this information and the product it supports, read the information in Notices

More information

Installation Instructions

Installation Instructions Installation Instructions Oracle Health Sciences Argus Mart Data and Argus Signal Management for Use with Empirica Signal 8.1 Part number: E70267-01 Copyright 2002, 2016, Oracle and/or its affiliates.

More information

License Commands. license client reset registration. license file

License Commands. license client reset registration. license file license client reset registration, page 1 license file, page 1 license management, page 2 license management system remove, page 7 license management unlock admin, page 8 license client reset registration

More information

Getting Started Using Cisco License Manager

Getting Started Using Cisco License Manager CHAPTER 5 This chapter provides information about the initial setup of Cisco License Manager and an overview of recommended steps to quickly add users and devices and obtain and deploy licenses. This chapter

More information

vfire Server Console Guide Version 1.5

vfire Server Console Guide Version 1.5 vfire Server Console Guide Table of Contents Version Details 4 Copyright 4 About this guide 6 Intended Audience 6 Standards and Conventions 6 Introduction 7 Accessing the Server Console 8 Creating a System

More information

Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic

Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic E75878-07 September 2017 Oracle Cloud Using Oracle Cloud Infrastructure Container Service Classic, E75878-07 Copyright 2016, 2017,

More information

APEX installation on Linux - Step by Step

APEX installation on Linux - Step by Step APEX installation on Linux - Step by Step http://dba-story.blogspot.co.id/2013/08/apex-installation-on-linux-step-by-step.html You can download the latest Apex version from: http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html

More information

End User Setup. About End User Setup

End User Setup. About End User Setup This chapter provides information about managing end user directory information. About, on page 1 End User Deletion, on page 3 End User Settings, on page 4 Create Cisco Unity Connection Voice Mailbox,

More information

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud

Adobe Marketing Cloud Using FTP and sftp with the Adobe Marketing Cloud Adobe Marketing Using FTP and sftp with the Adobe Marketing Contents Using FTP and sftp with the Adobe Marketing...3 Setting Up FTP Accounts Hosted by Adobe...3 Classifications...3 Data Sources...4 Data

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

IBM Atlas Suite V6.0.1 Upgrade Guide

IBM Atlas Suite V6.0.1 Upgrade Guide IBM Atlas Suite V6.0.1 Upgrade Guide IBM Atlas Suite V6.0.1 Upgrade Guide This edition applies to version 6.0 of IBM Atlas Suite (product numbers 5725-D75, 5725-D76, 5725-D77) and to all subsequent releases

More information

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites

Oracle Database. Installation and Configuration of Real Application Security Administration (RASADM) Prerequisites Oracle Database Real Application Security Administration 12c Release 1 (12.1) E61899-04 May 2015 Oracle Database Real Application Security Administration (RASADM) lets you create Real Application Security

More information