Titlepage. Agent Simulator. SPECTRUM Enterprise Manager Device Management

Size: px
Start display at page:

Download "Titlepage. Agent Simulator. SPECTRUM Enterprise Manager Device Management"

Transcription

1 Titlepage Agent Simulator SPECTRUM Enterprise Manager Device Management

2 Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in specifications and other information contained in this document without prior notice. The reader should in all cases consult Aprisma to determine whether any such changes have been made. The hardware, firmware, or software described in this manual is subject to change without notice. IN NO EVENT SHALL APRISMA, ITS EMPLOYEES, OFFICERS, DIRECTORS, AGENTS, OR AFFILIATES BE LIABLE FOR ANY INCIDENTAL, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING BUT NOT LIMITED TO LOST PROFITS) ARISING OUT OF OR RELATED TO THIS MANUAL OR THE INFORMATION CONTAINED IN IT, EVEN IF APRISMA HAS BEEN ADVISED OF, KNOWN, OR SHOULD HAVE KNOWN, THE POSSIBILITY OF SUCH DAMAGES. Copyright April 2001 by Aprisma Management Technologies, Inc. All rights reserved. Printed in the United States of America. Order Number: Aprisma Management Technologies, Inc. 121 Technology Drive Durham NH SPECTRUM, thespectrum IMT/VNM logo, DCM, IMT, and VNM are registered trademarks, and SpectroGRAPH, SpectroSERVER, Inductive Modeling Technology, Device Communications Manager, and Virtual Network Machine are trademarks of Aprisma or its affiliates. C++ is a trademark of American Telephone and Telegraph, Inc. UNIX is a trademark of UNIX System Laboratories, Inc. OSF/Motif and Motif are trademarks of the Open Software Foundation, Inc. XWindowSystemis a trademark of X Consortium, Inc. Ethernet is a trademark of Xerox Corporation. Virus Disclaimer Aprisma makes no representations or warranties to the effect that the Licensed Software is virusfree. Aprisma has tested its software with current virus checking technologies. However, because no anti-virus system is 100% reliable, we strongly caution you to write protect and then verify that the Licensed Software, prior to installing it, is virus-free with an anti-virus system in which you have confidence. Agent Simulator Page 2

3 Restricted Rights Notice (Applicable to licenses to the United States Government only.) 1. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS Aprisma Management Technologies, Inc. 121 Technology Drive Durham New Hampshire (a) This computer software is submitted with restricted rights. It may not be used, reproduced, or disclosed by the Government except as provided in paragraph (b) of this Notice or as otherwise expressly stated in the contract. (b) This computer software may be: (1) Used or copied for use in or with the computer or computers for which it was acquired, including use at any Government installation to which such computer or computers may be transferred; (2) Used or copied for use in a backup computer if any computer for which it was acquired is inoperative; (3) Reproduced for archival or backup purposes; (4) Modified, adapted, or combined with other computer software, provided that the modified, combined, or adapted portions of the derivative software incorporating restricted computer software are made subject to the same restricted rights; (5) Disclosed to and reproduced for use by support service contractors in accordance with subparagraphs (b) (1) through (4) of this clause, provided the Government makes such disclosure or reproduction subject to these restricted rights; and (6) Used or copied for use in or transferred to a replacement computer. (c) Notwithstanding the foregoing, if this computer software is published copyrighted computer software, it is licensed to the Government, without disclosure prohibitions, with the minimum rights set forth in paragraph (b) of this clause. (d) Any other rights or limitations regarding the use, duplication, or disclosure of this computer software are to be expressly stated in, or incorporated in, the contract. (e) This Notice shall be marked on any reproduction of this computer software, in whole or in part. Agent Simulator Page 3

4 Contents Overview 6 What is the Agent Simulator?...6 How does the Agent Simulator Work?...7 What Does the Agent Simulator Include?...8 What Else Does This Book Cover?...10 Installation 11 Setting Up Your Workstation...11 Installing the Agent Simulator...12 SPECTRUM Support Customers...12 Downloading from the Web...12 Installing from CD...13 Getting Started 15 Selecting DataSets and Run Modes...15 Obtaining Additional IP Addresses...17 From NT...17 From Windows Starting the Agent Simulator...19 From the Command Line...19 From the Directory...19 Creating Simulations 20 Clone Device Mode...21 Record Device Mode...23 Preparation...24 Procedure...24 Characterize Device Mode...28 Preparation...29 Procedure...29 Agent Administration 31 Agent Simulator Page 4

5 Contents Contents Clones...31 Preparation...31 Procedure...31 Freeze Frame Playback...33 Preparation...33 Procedure...33 Single Pass Playback...36 Preparation...36 Procedure...36 Continuous Loop Playback...37 Preparation...37 Procedure...37 Animate Mode...39 Preparation...39 Procedure...39 Managing DataSets 41 Index 45 Agent Simulator Page 5

6 Overview This section describes the purpose and features of SPECTRUM s Agent Simulator. This section answers the following questions: What is the Agent Simulator? How does the Agent Simulator Work? (Page 7) What Does the Agent Simulator Include? (Page 8) What Else Does This Book Cover? (Page 10) What is the Agent Simulator? The Agent Simulator is a Microsoft Windows based application that lets you implement software simulations of network devices without having the physical devices or infrastructure in place. The simulations can be used in support of all elements in the network service life cycle (i.e., network planning, hardware design, network management design, testing, sales, installation, training, and product support). For example, network engineers can use device simulations to investigate configuration alternatives before committing to solutions. Developers of SNMP applications can use simulations to test their products against network devices they do not have in house or can not afford to obtain. Sales people can give demonstrations of their product on a laptop. Trainers can provide scenarios for classroom demonstration and permit students to gain experience without having to constantly reconfigure equipment. Support personnel can troubleshoot problems with their customer s equipment without having the equipment on hand. Agent Simulator Page 6

7 Overview How does the Agent Simulator Work? How does the Agent Simulator Work? The Agent Simulator captures device functionality through the following process: Contacts the IP address of the device. Accesses the SNMP agent via a community name match. Queries the supported MIBs to collect attribute state data. This collection of data is referred to as a frame. Creates a DataSet, which can include one frame or multiple frames. Uses a DataSet and an IP address to run any one of a variety of different device simulations. A simulation that is based on a single frame (i.e., a DataSet created by querying the MIBs only once) is considered a static simulation. The Agent Simulator uses the Clone Device Mode to create a static simulation. Because this simulation uses only one snapshot of data, the responses for a given attribute are always the same. This type of simulation may be all that you need for a particular purpose. To make a more active or perhaps more meaningful simulation, it is possible to create a multi-framed DataSet, which results in a simulation that more closely represents changing operational conditions. Two additional modes, Record Device Mode and Characterize Device Mode, produce simulations using multiframed DataSets. Record Device Mode uses as-recorded frames in its DataSet to create a simulation. There are three possible Playback Modes as follows: Freeze Frame continually plays back a single selected frame from the DataSet. This is similar to the static simulation created in the Clone Device Mode. Single Pass runs through all of the frames in the DataSet and then plays back the last frame repeatedly. Agent Simulator Page 7

8 Overview What Does the Agent Simulator Include? Continuous Loop plays back all of the frames of a DataSet in sequence and then repeats the entire sequence over and over. Characterize Device Mode uses the as-recorded frames of a Dataset to generate a statistical DataSet module whose content represents the anticipated behavior of the device. In operation, the Characterize Device Mode uses statistics exclusively to predict attribute data, thus producing a more animated simulation. As you can see from the above descriptions, you can achieve different levels of simulation to suit different needs. Moreover, through the use of the Agent Simulator s DataSet Editor tool, you can manipulate a DataSet (i.e., simulation) to achieve more explicit results. What Does the Agent Simulator Include? There are multiple Agent Simulator packages available and each package comes with a license that is good for one year. The license controls the number of simulations you can run simultaneously on one host (10, 100, 250, 500, 1000, and Unlimited) but does not limit the number of simulations that you can create. Note: If, for example, you are going to create 1000 simulations but only run 175 at one time, the 250 license would suffice. Depending on which package you choose, the Agent Simulator can incorporate the following software functions: Clone Device is the heart of the product and it lets you create DataSets (i.e., clone devices). Agent Administration lets you run simulations. Record Device lets you collect and store MIB values for a cloned device over a specified number of time intervals. Agent Simulator Page 8

9 Overview What Does the Agent Simulator Include? Characterize Device lets you collect data by use of statistical algorithms to manipulate the MIB data and cause the cloned device to simulate predicted data. Dataset Administrator lets you obtain the DataSet properties. The Dataset Administrator is useful to copy DataSets from one machine to another to register the DataSets. It can be used to delete registered entries and DataSet files from your PC. Note: The following tools are not discussed in this document in detail. For more information, please refer to the help as specified in each individual section. DataSet Editor lets you manipulate the MIB attributes of a cloned SNMP device in order to change the behavior of the simulation. Also, you can add and delete DataSets. For more information on the DataSet Editor, refer to the on-line help by pressing SHIFT + F1, or use the context sensitive help. MIB Tools utilizes the SNMPv1 protocol to let you view MIBs for an SNMP device. With this tool it is also possible to eliminate selected MIB attributes from the DataSet. For more information on the MIB Tools, refer to the online help by pressing SHIFT + F1. COM Based Scripting lets you invoke and control nearly all of the operations and functionality of the Agent Simulator through the use of scripts prepared in VBScript, Visual Basic, Java, and Perl. For more information on COM Based Scripting, refer to the Scripting documentation. Agent Simulator Page 9

10 Overview What Else Does This Book Cover? The remainder of this book covers the following topics: What Else Does This Book Cover? Installation (Page 11) describes the minimum requirements for your PC, and how to download and set up the Agent Simulator. Getting Started (Page 15) provides some pointers on how to plan your simulation program. Creating Simulations (Page 20) provides step-by-step procedures for creating static, playback, and animated simulations. Agent Administration (Page 31) provides step-by-step procedures for running simulations. Managing DataSets (Page 41) describes how to use the DataSet Administrator. Agent Simulator Page 10

11 Installation This section explains how to get the Agent Simulator up and running. Getting the Agent Simulator running involves the following: Setting Up Your Workstation Installing the Agent Simulator (Page 12) Obtaining Additional IP Addresses (Page 17) SettingUpYourWorkstation Listed below are the minimum hardware and software configuration requirements for the PC that you use to run the Agent Simulator. Hardware IBM compatible computer with Pentium II processor 128 MB RAM SVGA Appropriate Network Card 15 MB available space on the hard drive Software Windows Microsoft TCP/IP must be installed Windows NT SP3 or greater installed - MDAC 2.1 SP2 - Microsoft TCP/IP must be installed Agent Simulator Page 11

12 Installation Installing the Agent Simulator Installing the Agent Simulator The Agent Simulator can be installed one of the following three ways: ftp d for SPECTRUM Support Customer downloaded from the web, or installed from CD SPECTRUM Support Customers 1 Go to ftp://nms@ftp.aprisma.com/nms_data/simulator 2 Enter the password: AprismA. 3 Click on the file name sim4_0.exe. 4 Save the file to your local disk. 5 Go to the directory where the executable is stored and follow the directions for "Installing from CD." Downloading from the Web 1 Go to the Simulator Group Web site. 2 Click the SPECTRUM Agent Simulator 4.0 hot link. The Save As dialog box displays. 3 Enter the name of the directory in which to install the sim4_0.exe executable. 4 Click Save. The Saving Location screen displays as the files begin copying. 5 Go to the directory where you saved the sim4_0.exe executable and follow the instructions on Installing from CD. Agent Simulator Page 12

13 Installation Installing from CD Installing the Agent Simulator 1 Double click on the setup.exe executable from the folder containing the Simulator s distribution. The Win Zip Self Extractor Screen displays. 2 Click Setup. The files begin copying, after which the SPECTRUM Agent Simulator Screen displays. 3 Click Next. The Software License Agreement Screen displays. 4 Click Yes to accept the terms of the license. The Please Select An Install Path Screen displays. 5 Enter the directory where you want the Agent Simulator installed. You may do so by clicking on Browse, and selecting your path. When you are done, click Next. The Folder Selection Screen displays. 6 Enter the Program Folder to add program icons. A name will be defaulted for you. If you do not wish to change it, simply click Next. The Enter Information Window displays. 7 Enter one of the following: a b c Internal Aprisma Users: Either use the license key DEMO for a 4-week trial period or generate a key using the tools at the Simulator Group s web site. SPECTRUM Support Customers: Enter the license key CLONE to obtain the ability to Clone device information. Contact SPECTRUM Support if you have problems with this key. SPECTRUM Level ll Toolkit Users: Enter the key contained in the file simkey. This file is found in the same folder as the Simulator Agent Simulator Page 13

14 Installation Installing the Agent Simulator distribution. Contact SPECTRUM Support if you have any problems with this key. 8 Click Next. The simulator files are copied. 9 Click OK when copying completes. Agent Simulator Page 14

15 Getting Started This section discusses how to assess your simulation needs, select the types of simulations to use, and start the Agent Simulator. The section contains the following topics: Selecting DataSets and Run Modes Obtaining Additional IP Addresses (Page 17) Starting the Agent Simulator (Page 19) Selecting DataSets and Run Modes Before you begin creating simulations, you need to decide which types of DataSets and Run Modes to use. The following paragraphs provide some assistance in this regard. 1 Clone Device Mode (Static Simulation) This mode is the simplest to run and requires the least amount of CPU and memory resources. Because there is only a single frame of data available, the simulation returns the same operational values for a given attribute each time the simulation runs. This mode would be useful when simulating a simple condition that is not dynamic. 2 Record Device Mode (Multi-Framed DataSets In General) Because this mode uses several frames of data collected over a period of time, its use is desirable when your application requires time varying data. Some examples where this mode may be useful are when showing the graphing or reporting capabilities of a network management system or when you want to recreate a particular problem environment. For example, the event that occurs when an attribute exceeds a certain threshold can be captured and replayed. This mode does require more memory resources than the Clone Device Mode and the size of the DataSet file on disk is larger. Agent Simulator Page 15

16 Getting Started Selecting DataSets and Run Modes a Record Device Mode > Freeze Frame Playback This playback is somewhat like the Clone Device Mode in the sense that data from a single frame is played back. But with this playback, you can choose which frame in the DataSet to play back. This lets you simulate certain specific network conditions. b Record Device Mode > Single Pass Playback This playback is useful to simulate applications that require time varying data over a specific time interval. c Record Device Mode > Continuous Loop Playback This playback is useful to simulate applications that require several passes through the same time interval to vary data. An example would be a repetitive test or a demonstration that attempts to run continuously. 3 Characterize Device Mode (Statistically Predicted Data) This mode is also useful to simulate applications that require time varying data. The strength of this mode over the other multi-frame modes is that the values of the data are not limited by the range of values collected for the DataSet. This mode gathers statistics on the original data and then uses a data predictor module to predict time-varying data that extends beyond the values collected. Therefore, a simulation run in this mode represents the predicted behavior of the device. The CPU and disk resource usage are more significant than the Clone Device Mode because, the Agent Simulator continuously generates new data samples for all counter attributes. Agent Simulator Page 16

17 Getting Started Obtaining Additional IP Addresses Obtaining Additional IP Addresses Each simulation you run needs its own IP Address. You need additional IP Addresses configured on your PC to run more than one simulation at a time. However, you can, simulate multiple devices using only one IP Address and run one at a time. Follow the instructions for your operating system: From NT 1 From the Start menu, select Settings > Control Panels > Network. 2 Click on the Protocols tab. 3 Double-click on TCP/IP Protocol. The Microsoft TCP/IP Protocols Screen displays. 4 Click Advanced. The Advanced IP Addressing Screen displays. This allows you to add IP Addresses. 5 Click Add. The TCP/IP Address Screen displays. 6 Enter the IP Address and Subnet Mask. 7 Click Add. 8 If you wish to add more IP Addresses, repeat steps 6 and 7. Note: See your Local Network Administrator to obtain additional IP Addresses. 9 Reboot your PC. Agent Simulator Page 17

18 Getting Started From Windows Right-click the My Network Places desktop icon. A pull-down menu displays. 2 Select Properties from the pull-down menu. Obtaining Additional IP Addresses The Network and Dial Up connections dialog displays. 3 Right-click Local Area Connection. A pull-down menu appears. 4 Select Properties from the pull-down menu. The Local Area Connection Properties dialog displays. 5 Highlight the Internet Protocol selection. 6 Click Properties. The Internet Protocol (TCP/IP) Properties dialog displays. 7 Click Advanced. The Advanced TCP/IP Settings dialog displays. 8 Click Add from the IP Addresses section. The TCP/IP Address dialog displays. 9 Enter the IP Address and subnet mask. 10 Click Add. This closes the TCP/IP Address dialog and brings you back to the Advanced TCP/IP Settings dialog. 11 Repeat steps 8 through 10 until all addresses have been entered. Agent Simulator Page 18

19 Getting Started Starting the Agent Simulator Starting the Agent Simulator There are two ways to start the Agent Simulator, from the Command Line, or from the directory where it was installed. From the Command Line Select Start > Program> SPECTRUM Agent Simulator > SPECTRUM Agent Simulator. The SPECTRUM Agent Simulator Screen displays. From the Directory 1 Go to the directory where the sim4_0.exe executable was installed, C:\Program Files\Aprisma\SPECTRUM Agent Simulator\bin. 2 Double-click on the simmgr.exe executable. The SPECTRUM Agent Simulator Screen displays. Agent Simulator Page 19

20 Creating Simulations This section provides procedures for creating various types of simulations. The procedures for creating simulations are provided as follows: Clone Device Mode (Page 21) provides step-by-step procedures for creating a static simulation, which is based on a snap shot of the values in the queried MIBs. Record Device Mode (Page 23) provides step-by-step procedures for creating simulations that are based on actual MIB attribute values recorded at different time intervals. Characterize Device Mode (Page 28) provides step-by-step procedures for creating animated simulations that are based on statistically predicted values of MIB attributes. Tip: If this is your first time using the Agent Simulator or if you are unfamiliar with its windows and included fields, refer to the online help or context sensitive help by pressing SHIFT + F1. Agent Simulator Page 20

21 Creating Simulations Clone Device Mode Clone Device Mode The SNMP Agent Cloning Window is shown in Figure 1. You can create a static simulation by cloning a device using a single snap shot of the MIB attributes. The following paragraphs describe this process. Figure 1: SNMP Agent Cloning Window Agent Simulator Page 21

22 Creating Simulations Clone Device Mode Access the Clone Device tab from the SNMP Agent Simulator Window, shown in Figure 1, and perform the following steps. 1 Enter the IP Address of the device to be cloned in the top-most Agent IP Address field. 2 Click Add. 3 If you wish to name your DataSet, highlight the IP address in the IP s to Clone Window. This will enable the DataSet Name field. 4 Click in the DataSet Name field and enter a unique name. If you do not wish to enter a name, one will be assigned based on the information from the device. 5 Click Start. Note: You can also clone a range of IP Addresses by clicking the Range button and entering the starting and ending IP Addresses in the upper and lower windows. Those devices that were successfully cloned will show up with a green icon next to them in the IP s to Clone Window. Agent Simulator Page 22

23 Creating Simulations Record Device Mode Record Device Mode Access the Record Data tab from the SNMP Agent Simulator Window as shown in Figure 2. Record Device mode lets you create three types of simulations, which are based on multi-frame DataSets; Freeze Frame, Single Pass, and Continuous Loop. The procedures for each are described later in the Agent Administrator section. Figure 2: SNMP Agent Recording Window Agent Simulator Page 23

24 Creating Simulations Preparation Record Device Mode Before recording a device, it must first be cloned using the procedure described in Clone Device Mode (Page 21). Procedure The following steps are used to record data: 1 Enter the Agent IP address into the Record Data tab. 2 Click the Telephone icon. The light turns green when the device has been contacted. 3 Click the Key icon. The Select Name of Dataset to Open (Figure 3) displays. 4 Highlight the appropriate DataSet name. 5 Click Select. The Select Name of Dataset to Open Window exits. The Record Data tab displays. Agent Simulator Page 24

25 Creating Simulations Figure 3: Select Name of Dataset to Open Record Device Mode Note: For information on the other buttons in Figure 3, refer to Managing DataSets on Page Select one of the Counter Search Variables. a MIB-2 only shows counters from the MIB-2 MIB b Private shows all of the enterprise MIB counters c All MIBS shows both MIB-2 and enterprise-specific MIBs Agent Simulator Page 25

26 Creating Simulations Record Device Mode 7 Change the Data Collection information as needed, or you can choose to select the default values. a b c Number of Samples is the number of samples you wish to collect. The default value is 100. Interval is the amount of time, in seconds, between polling cycles. The default value is 5 seconds. Number Sampled is a read-only field which displays the number of samples currently recorded. 8 Click Find Counters. The Find Counters Variables Window (Figure 4) displays. 9 Select the counter attributes to monitor from the Counter Variables List. You can choose to select all by hitting Select All. If you have a large number of attributes and only wish to monitor a few of them, you can select just those you will need. To the right, you can see the number of Variables Accessed and the Counters Found. The Counters Selected field displays the number of counters that you choose to monitor. 10 Click Apply. The Find Counters Screen closes. The Record Data tab displays. 11 Click Collect Data. When this finishes, the DataSet is complete. Agent Simulator Page 26

27 Creating Simulations Record Device Mode Figure 4: Find Counters Agent Simulator Page 27

28 Creating Simulations Characterize Device Mode Characterize Device Mode Access the Characterize Device tab from the SNMP Agent Simulator Window as shown is shown in Figure 5. You create an animated simulation by a process known as characterizing a device. This section describes this process. Figure 5: SNMP Agent Characterization Window Agent Simulator Page 28

29 Creating Simulations Preparation Characterize Device Mode Before recording a device it must first be cloned using the procedure described in Clone Device Mode (Page 21). Procedure The following steps are used to characterize data: 1 In the Characterize Device tab, enter the IP address. 2 Click the Telephone icon. The light turns green when the device has been contacted. 3 Select one of the Counter Search Variables. a b c MIB-2 only shows counters from the MIB-2 MIB Private shows all of the enterprise MIB counters All MIBS shows both MIB-2 and enterprise-specific MIBs 4 Change the data collection information as needed. a b c Number of Samples is the number of samples you wish to collect. The default value is 100. Interval is the amount of time, in seconds, between polling cycles. The default value is 5 seconds. Number Sampled is a read-only field which displays the number of samples currently recorded. 5 Click Find Counters. The Save As dialog box appears. 6 Enter or select the file name. 7 Click Save. If a file with that name already exists, you will be asked if you want to over write it. Select either Yes or No. Agent Simulator Page 29

30 Creating Simulations Characterize Device Mode The Find Counters Variables Window (Figure 4) displays. 8 Select the counter attributes to monitor from the Counter Variables List. You can choose to select all by hitting Select All. If you have a large number of attributes and only wish to monitor a few of them, you can select just those you will need. To the right, you can see the number of Variables Accessed and the Counters Found. The Counters Selected field displays the number of counters that you choose to monitor. 9 Click Apply. The Find Counters Screen closes. The Characterize Data tab displays. 10 Click Collect Data. When this finishes, the DataSet is complete. Agent Simulator Page 30

31 Agent Administration This section allows you to run the simulation. Clones You can run a clone simulation once the device has been cloned. A clone will show a snapshot of how the device looked at the moment the device was cloned. Preparation Before you can simulate a device, it must first be cloned, recorded or characterized following the procedures from Creating Simulations (Page 20). Procedure Access the Agent Administration tab (Figure 6 (Page 32)) from the SNMP Agent Simulator Window, and perform the following steps. 1 Click Start. The Select Simulator Parameters window (Figure 7 (Page 34)) displays. This view provides a list of DataSets, by name, that you have simulated. 2 Highlight the DataSet you wish to run. 3 Select a Run Mode of Static. 4 Click OK. The Select Simulator Parameters Window closes. The Agent Administration tab displays. Agent Simulator Page 31

32 Agent Administration Clones Figure 6: Agent Administration Window Agent Simulator Page 32

33 Agent Administration Freeze Frame Playback Freeze Frame Playback Freeze frame playback is very similar to that of a clone in that it plays one frame continuously. The difference is you get to choose the frame to play. Preparation Prior to using the freeze frame playback mode, the DataSet must be captured using the Record Device Mode (Page 23). Procedure Access the Agent Administration tab (Figure 6 (Page 32)) and perform the following steps. 1 Click Start. The Select Simulator Parameters window (Figure 7 (Page 34)) displays. This view provides a list of DataSets, by name, that you have simulated. 2 Select the DataSet from the list of available datasets. 3 Select a Run Mode of PlayBack. 4 Highlight the IP Address from the list of available IP Addresses. 5 Click OK. The Select Simulator Parameters Window closes. The Agent Administration tab displays, Agent Simulator Page 33

34 Agent Administration Figure 7: Select Simulator Parameters Freeze Frame Playback Click the Video Recording icon. The Playback Console Screen (Figure 8) displays. Agent Simulator Page 34

35 Agent Administration Freeze Frame Playback Figure 8: PlayBack Console Select a Run Mode of Freeze Frame. 8 Click Apply. 9 From here, you can run the simulation, fast forward, rewind, pause and stop by using the Execution Controls. Agent Simulator Page 35

36 Agent Administration Single Pass Playback Single Pass Playback Single pass playback will play back the simulation and then stay on the last frame. Preparation Prior to using the single pass playback mode, the DataSet must be captured using the Record Device Mode (Page 23). Procedure Access the Agent Administration tab (Figure 6 (Page 32)) and perform the following steps. 1 Click Start. The Select Simulator Parameters window (Figure 7 (Page 34)) displays. This view provides a list of DataSets, by name, that you have simulated. 2 Select the data set from the list of available data sets. 3 Select a Run Mode of PlayBack. 4 Highlight the IP Address from the list of available IP Addresses. 5 Click OK. The Select Simulator Parameters Window exits. The Agent Administration tab displays. 6 Click the Video Recording icon. The Playback Console Screen (Figure 8) displays. 7 Select a Run Mode of Single Pass. 8 Click Apply. 9 From here, you can run the simulation, fast forward, rewind, pause and stop by using the Execution Controls. Agent Simulator Page 36

37 Agent Administration Continuous Loop Playback Continuous Loop Playback Continuous loop playback will go through all the frames of data and then play it back from the beginning again until you hit stop. Preparation Prior to using the continuous loop playback mode, the DataSet must be captured using the Record Device Mode (Page 23). Procedure Access the Agent Administration tab (Figure 6 (Page 32)) and perform the following steps. 1 Click Start. The Select Simulator Parameters window (Figure 7 (Page 34)) displays. This view provides a list of DataSets, by name, that you have simulated. 2 Select the DataSet from the list of available data sets. 3 Select a Run Mode of PlayBack. 4 Highlight the IP Address from the list of available IP Addresses. 5 Click OK. The Select Simulator Parameters Window exits. The Agent Administration tab displays. 6 Click the Video Recording icon. The Playback Console Screen (Figure 8) displays. 7 Select a Run Mode of Continuous Loop. 8 Click Apply. 9 From here, you can run the simulation, fast forward, rewind, pause and stop by using the Execution Controls. Agent Simulator Page 37

38 Agent Administration Continuous Loop Playback Figure 9: SNMP Statistics If you select a running agent, the SNMP Statistics Window will appear. This window displays the SNMP communication statistics. It counts the number of gets, sets, and getnexts of the running agents. This can be used with any type of DataSet (clone, record, or characterization). The purpose of this screen is to show the clients of the running agents. This is useful to notify the clients in case the simulation is being shutdown. Agent Simulator Page 38

39 Agent Administration Animate Mode Animate Mode This mode allows you to play back a characterized device. It differs from a recorded device in that the simulation will predict future data based on statistics gathered during the characterization process. Preparation The device must be characterized (see Characterize Device Mode on Page 28) before you can animate it. Procedure Access the Agent Administration tab (Figure 6 (Page 32)) and perform the following steps. 1 Click Start. The Select Simulator Parameters window (Figure 7 (Page 34)) displays. This view provides a list of DataSets, by name, that you have simulated. 2 Select the DataSet from the list of available data sets. 3 Select a Run Mode of Animate. This brings up Figure 10, Finding the.dat File, which displays a list of.dat files. 4 Select a.dat file and click Open. The Finding the.dat File window closes. The Select Simulator Parameters Window displays. Agent Simulator Page 39

40 Agent Administration Animate Mode Figure 10: Finding the.dat File 5 Since you have chosen animate, the Zero Counters option is now highlighted. This tells the algorithm to restart the count from zero. If not selected, the counters will start from the point at where you collected the data. 6 Click OK. The Agent Administration tab displays. 7 Enter the IP Address to use for the simulation. This is NOT the IP address of the device, but rather an IP from your machine. 8 This device can now be modeled in SPECTRUM using the IP address you assigned to the device. Agent Simulator Page 40

41 Managing DataSets This section describes how to manage DataSets using the DataSet Administrator. Figure 11 displays the DataSet Administrator Window. You can get to this window by selecting File > DataSets from the Agent Administration Window (Page 32). The DataSet Administrator is used to manage DataSets on a machine. With this tool it is possible to add, and delete DataSets as well as view and change properties. Figure 11: DataSet Administrator Agent Simulator Page 41

42 Managing DataSets Animate Mode SETUP is used to view or modify the registration of DataSets (see Figure 12 below). This might be invoked if you want to register a new name to an existing DataSet file (*.mdb). Figure 12: Simulator DataSet Setup SELECT selects the highlighted dataset. IMPORT displays the Select Log File to Import window. Datasets may be created from text files using this feature. There are two file formats currently supported: - Output of Java MibTools - Output of SNMP Walk Utility distributed through SPECTRUM Support This is useful when it is not possible for a customer to obtain or install the SPECTRUM Agent Simulator but has access to one of the other tools mentioned above. Agent Simulator Page 42

43 Managing DataSets Animate Mode COMPACT compacts the dataset. As datasets are used (opened, closed, modified, saved), they will grow in size. You may want to compact the datasets in order to save disk space. The space savings may be up to 25 %. ADD is used when copying a DataSet from one machine to another. Before the DataSet can be run in a simulation, it must be registered on the local machine using the add command. DELETE allows you to delete a DataSet that is no longer needed. This deletes the DataSet registration on the local machine and optionally deletes the.mdb file. PROPERTIES displays the information at the bottom of Figure 13. This feature is used to display all the properties of a DataSet. The detailed information in this section includes information on when and where the DataSet originated as well as device information like the system descriptor and community name. In addition, the number of frames contained in the DataSet is displayed. Agent Simulator Page 43

44 Managing DataSets Figure 13: Dataset Administrator - Properties Animate Mode Agent Simulator Page 44

45 Index Index A Agent Administration 8, 31 Agent Administration Window 32 Animate Mode 39 Preparation 39 Procedure 39 C Characterize Device 9 Characterize Device Mode 8, 16, 28 Preparation 29 Procedure 29 Statistically Predicted Data 16 Clone Device 8 Clone Device Mode 7, 15, 21 Static Simulation 15 Clones 31 Preparation 31 Procedure 31 COM Based Scripting 9 Continuous Loop 8 Continuous Loop Playback 37 Preparation 37 Procedure 37 D DataSet Administrator 9, 41 DataSet Editor 9 Agent Simulator Page45

46 Index F Find Counters Window 27 Finding the.dat File Window 40 Freeze Frame 7 Freeze Frame Playback 33 Preparation 33 Procedure 33 H Hardware 11 I Installation 11 Downloading from the Web 12 Installing from CD 13 SPECTRUM Support Customers 12 Installing the Agent Simulator 12 L License 8 M Managing DataSets 41 MIB Tools 9 MIBs 7 O Obtaining Additional IP Addresses 17 Agent Simulator Page46

47 Index From NT 17 From Windows P PlayBack Console Window 35 R Range Button 22 Record Device 8 Record Device Mode 7, 15, 16, 23 Continuous Loop Playback 16 Freeze Frame Playback 16 Multi-Framed DataSets 15 Preparation 24 Procedure 24 Single Pass Playback 16 Restricted Rights Notice 3 S Select Name of Dataset to Open Window 25 Select Simulator Parameters Window 34 sim4_0.exe executable 12 Simulator DataSet Setup 42 Single Pass 7 Single Pass Playback 36 Preparation 36 Procedure 36 SNMP Agent Characterization Window 28 SNMP Agent Cloning Window 21 SNMP Agent Recording Window 23 SNMP Statistics Window 38 Software 11 Starting the Agent Simulator 19 Agent Simulator Page47

48 Index From the Command Line 19 From the Directory 19 T trademarks 2 V Video Recording Icon 34 Agent Simulator Page48

Titlepage. Agent Simulator. Document Device Management

Titlepage. Agent Simulator. Document Device Management Titlepage Agent Simulator Document 9035034-02 Device Management Copyright Notice Document 9035034-02. Copyright August 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use,

More information

Broadband Service Containers

Broadband Service Containers SPECTRUM Enterprise Manager Device Management Titlepae Broadband Service Containers Supports Management Module SM-BSC1000 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make

More information

Cheetah Gateway Integration. Net Mentor

Cheetah Gateway Integration. Net Mentor SPECTRUM Enterprise Manager Device Management Titlepae Cheetah Gateway Integration Net Mentor Supports Management Module SM-CHT1000 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the

More information

Event Log UserÕs Guide

Event Log UserÕs Guide Titlepage Event Log UserÕs Guide SPECTRUM Enterprise Manager Device Management Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in speciþcations and other information

More information

Cisco VPDN Application

Cisco VPDN Application SPECTRUM Enterprise Manager Device Management Titlepae Cisco VPDN Application Supports Management Module SM-CISAPP Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

SPECTRUM Enterprise Manager. Device Management. Titlepage. Lucent Definity. Supports Management Module SM-LUC1001

SPECTRUM Enterprise Manager. Device Management. Titlepage. Lucent Definity. Supports Management Module SM-LUC1001 SPECTRUM Enterprise Manager Device Management Titlepage Lucent Definity Supports Management Module SM-LUC1001 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

Cisco Service Level Agreement Manager

Cisco Service Level Agreement Manager SPECTRUM Enterprise Manager Device Management Titlepae Cisco Service Level Agreement Manager Supports Management Module SM-CIS1013 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right

More information

Kentrox DataSMART DSU/CSU Management Module Guide

Kentrox DataSMART DSU/CSU Management Module Guide Kentrox DataSMART DSU/CSU Management Module Guide Notice Cabletron Systems reserves the right to make changes in specifications and other information contained in this document without prior notice. The

More information

Level II Toolkit Overview

Level II Toolkit Overview Level II Toolkit Overview Summary of Changes Version Date Reason/Rational Nature of Changes Level II Toolkit Overview Notice Cabletron Systems reserves the right to make changes in specifications and other

More information

Cayman II Router Device

Cayman II Router Device SPECTRUM Enterprise Manager Device Management Titlepae Cayman II Router Device Supports Management Module SM-CAY1001 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

Cisco Content Service Switches Management Module

Cisco Content Service Switches Management Module SPECTRUM Enterprise Manager Device Management Titlepage Cisco Content Service Switches Management Module Supports Management Module SM-CIS19 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves

More information

Action Request System Gateway Software Release Notice 5.0rev1

Action Request System Gateway Software Release Notice 5.0rev1 Action Request System Gateway Software Release Notice 5.0rev1 Summary of Changes Version Date Reason/Rational Nature of Changes 9030709 E22 9/4/98 Updated Corrected Anomalies in Chapter 2. Updated Considerations

More information

Command Line Interface Software Release Notice 5.0rev1

Command Line Interface Software Release Notice 5.0rev1 Command Line Interface Software Release Notice 5.0rev1 Summary of Changes Version Date Reason/Rational Nature of Changes 9030681 E17 8/25/98 Technical accuracy. Updated Platform Requirements in Chapter

More information

MAC Address Locator Tool User s Guide

MAC Address Locator Tool User s Guide Titlepage MAC Address Locator Tool User s Guide SPECTRUM Enterprise Manager Network Management Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in specifications

More information

Cisco Secure PIX Firewall

Cisco Secure PIX Firewall SPECTRUM Enterprise Manager Device Management Titlepae Cisco Secure PIX Firewall Supports Management Module SM-CIS1011 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make

More information

Network ConÞguration Utilities

Network ConÞguration Utilities Network ConÞguration Utilities SPECTRUM Enterprise Manager SPECTRUM Management Summary of Changes Network ConÞguration Utilities Version Date Reason for Change of Change 9033401-00 Mar 2000 New product.

More information

CA Unicenter NSM Agent

CA Unicenter NSM Agent Notice Copyright Notice Copyright 2006 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cisco Device Fault Manager

Cisco Device Fault Manager Cisco Device Fault Manager Titlepage Supports Management Module SM-CIS1012 Device Management Copyright Notice Document 5033. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved

More information

SPECTRUM Enterprise Manager. Device Management. Titlepage SEHI. Supports Management Module SM-CSI1020

SPECTRUM Enterprise Manager. Device Management. Titlepage SEHI. Supports Management Module SM-CSI1020 SPECTRUM Enterprise Manager Device Management Titlepage SEHI Supports Management Module SM-CSI1020 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes in specifications

More information

Titlepage. Annotation Toolbox. Document Device Management

Titlepage. Annotation Toolbox. Document Device Management Titlepage Annotation Toolbox Document 9032520-02 Device Management Copyright Notice Document 9032520-02. Copyright September 2001 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham, NH

More information

Cheetah Gateway Integration

Cheetah Gateway Integration Cheetah Gateway Integration Net Mentor Titlepage Supports Management Module SM-CHT1000 Device Management Copyright Notice Document 5046. Copyright 2002-present by Aprisma Management Technologies, Inc.

More information

VLAN Fault Isolation User s Guide

VLAN Fault Isolation User s Guide Titlepage VLAN Fault Isolation User s Guide Document 3543-03 August 2002 Network Management Copyright Notice Document 3543-03. Copyright August 2002 by Aprisma Management Technologies, Inc. All rights

More information

SPECTRUM Web Operator

SPECTRUM Web Operator Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

Data Export UserÕs Guide

Data Export UserÕs Guide Titlepage Data Export UserÕs Guide SPECTRUM Enterprise Manager SPECTRUM Management Summary of Changes Data Export UserÕs Guide Version Date Reason for Change Description of Change 9030971- E16 Feb 1998

More information

Report Generator UserÕs Guide

Report Generator UserÕs Guide Report Generator UserÕs Guide SPECTRUM Enterprise Manager SPECTRUM Management Summary of Changes Version Date Reason for Change Description of Change 9030881-01 Feb 2000 Technical accuracy, new functionality

More information

AR System Gateway. User Guide. Document 0708

AR System Gateway. User Guide. Document 0708 Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

SPECTRUM Integration for CA Unicenter NSM

SPECTRUM Integration for CA Unicenter NSM SPECTRUM Integration for CA Unicenter NSM User Guide Document 5147 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

Event Configuration Editor User s Guide

Event Configuration Editor User s Guide Titlepage Event Configuration Editor User s Guide SPECTRUM Enterprise Manager SPECTRUM Management Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in specifications

More information

VLAN Management. User Guide. Document 3543

VLAN Management. User Guide. Document 3543 VLAN Management User Guide Document 3543 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United

More information

Enterprise Configuration Manager (ECM)

Enterprise Configuration Manager (ECM) Titlepage Enterprise Configuration Manager (ECM) SPECTRUM Enterprise Manager SPECTRUM Management Summary of Changes Enterprise Configuration Manager (ECM) Version Date Reason for Change Description of

More information

Cayman II Router Device

Cayman II Router Device Cayman II Router Device Titlepage Supports Management Module SM-CAY1001 Device Management Copyright Notice Document 9031023-02. Copyright September 2001 by Aprisma Management Technologies, Inc. All rights

More information

SPECTRUM Data Export (SDE) User s Guide

SPECTRUM Data Export (SDE) User s Guide Titlepage SPECTRUM Data Export (SDE) User s Guide Document 0971 SPECTRUM Management Copyright Notice Document 0971. Copyright 2001 - present Aprisma Management Technologies, Inc., 273 Corporate Drive,

More information

Non-Persistent Connections Manager User Guide

Non-Persistent Connections Manager User Guide Titlepage Non-Persistent Connections Manager User Guide Document 2246-04 Network Management Copyright Notice Document 9032246-04. Copyright July 2002 by Aprisma Management Technologies, Inc. All rights

More information

Sun Fire B1600. Management Module Guide. Document 5137

Sun Fire B1600. Management Module Guide. Document 5137 Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

VLAN Management. User Guide. Document 3543

VLAN Management. User Guide. Document 3543 Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

RingView for Token Ring User Guide

RingView for Token Ring User Guide Titlepage RingView for Token Ring User Guide Document 2585 Network Management Copyright Notice Document 2585. Copyright March 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Enterasys Matrix N Series

Enterasys Matrix N Series Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cisco Service Level Agreement Manager

Cisco Service Level Agreement Manager Cisco Service Level Agreement Manager Titlepage Supports Management Module SM-CIS1013 Device Management Copyright Notice Document 9035023-03. Copyright April 2002 by Aprisma Management Technologies, Inc.

More information

AR System Gateway. User Guide. Document Revision 03

AR System Gateway. User Guide. Document Revision 03 Notice Copyright Notice Copyright 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Level I Developer s Tools Software Release Notice 5.0 Rev 1

Level I Developer s Tools Software Release Notice 5.0 Rev 1 Level I Developer s Tools Software Release Notice 5.0 Rev 1 Notice Cabletron Systems reserves the right to make changes in specifications and other information contained in this document without prior

More information

Network Configuration Utilities

Network Configuration Utilities Titlepage Network Configuration Utilities Document 9033401-04 SPECTRUM Management Copyright Notice Document 9033401-04. Copyright September 2001 Aprisma Management Technologies, Inc., 121 Technology Drive,

More information

SPECTRUM Enterprise Manager. Device Management. Titlepae. Juniper. Supports Management Module SM-JPR1000

SPECTRUM Enterprise Manager. Device Management. Titlepae. Juniper. Supports Management Module SM-JPR1000 SPECTRUM Enterprise Manager Device Management Titlepae Juniper Supports Management Module SM-JPR1000 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes in specifications

More information

Network Configuration Utilities

Network Configuration Utilities Titlepage Network Configuration Utilities Document 9033401-05 SPECTRUM Management Copyright Notice Document 9033401-05. Copyright May 2002 Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth,

More information

Redback SMS 500/1800/10000

Redback SMS 500/1800/10000 Redback SMS 500/1800/10000 Titlepage Supports Management Module SM-RDB1000 Device Management Copyright Notice Document 9035031-02. Copyright June 2002 by Aprisma Management Technologies, Inc. All rights

More information

SEHI Supports Management Module SM-CSI1020

SEHI Supports Management Module SM-CSI1020 SEHI Titlepage Supports Management Module SM-CSI1020 Device Management Copyright Notice Document 1012. Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication,

More information

Enterasys X-Pedition Security Routers

Enterasys X-Pedition Security Routers Enterasys X-Pedition Security Routers Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States

More information

SPECTRUM In-Place Upgrades

SPECTRUM In-Place Upgrades Notice Copyright Notice Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the

More information

Titlepage. SPECTRUM Icons. Document SPECTRUM Operation

Titlepage. SPECTRUM Icons. Document SPECTRUM Operation Titlepage SPECTRUM Icons Document 9032518-03 SPECTRUM Operation Copyright Notice Document 9032518-03. Copyright November 2001 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham, NH 03824

More information

Bridging Applications

Bridging Applications Titlepage Bridging Applications SPECTRUM Enterprise Manager Application & Gateway Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in specifications and other information

More information

Nortel Passport 7400 Series

Nortel Passport 7400 Series Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Enterasys Matrix E1 Series

Enterasys Matrix E1 Series Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

AR System Gateway. User Guide. Document 0708

AR System Gateway. User Guide. Document 0708 AR System Gateway User Guide Document 0708 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the

More information

OneClick Console. Getting Started Guide. Document 5130

OneClick Console. Getting Started Guide. Document 5130 Notice Copyright Notice Copyright 2004 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Installation Guide. Tivoli Decision Support 2.0

Installation Guide. Tivoli Decision Support 2.0 Installation Guide Tivoli Decision Support 2.0 Tivoli Decision Support 2.0 Installation Guide (August, 1998) Copyright 1998 by Tivoli Systems, an IBM Company, including this documentation and all software.

More information

AR System Gateway UserÕs Guide

AR System Gateway UserÕs Guide Titlepage AR System Gateway UserÕs Guide SPECTRUM Enterprise Manager Application & Gateway Summary of Changes AR System Gateway UserÕs Guide Version Date Reason for Change Description of Change 9030708-01

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Enterprise Option for StorageTek ACSLS Guide r12 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for

More information

BrightStor ARCserve Backup for Windows

BrightStor ARCserve Backup for Windows BrightStor ARCserve Backup for Windows Volume Shadow Copy Service Guide r11.5 D01191-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for

More information

SPECTRUM PATROL Integration

SPECTRUM PATROL Integration SPECTRUM PATROL Integration Administrator Guide Document 5170 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or

More information

Extension Integration Developer s Guide

Extension Integration Developer s Guide Titlepage Extension Integration Developer s Guide SPECTRUM Enterprise Manager Customization Summary of Changes Extension Integration Developer s Guide Version Date Reason for Change Description of Change

More information

Cisco Aironet Family

Cisco Aironet Family Cisco Aironet Family Titlepage Supports Management Module SM-CIS1016 Device Management Copyright Notice Document 5089. Copyright 2003-present by Aprisma Management Technologies, Inc. All rights reserved

More information

Veritas System Recovery 18 Management Solution Administrator's Guide

Veritas System Recovery 18 Management Solution Administrator's Guide Veritas System Recovery 18 Management Solution Administrator's Guide Documentation version: 18 Legal Notice Copyright 2018 Veritas Technologies LLC. All rights reserved. Veritas and the Veritas Logo are

More information

SPECTRUM Web Operator

SPECTRUM Web Operator Notice Copyright Notice Copyright 2002 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cleo A+ for Windows Installation Guide November 2001

Cleo A+ for Windows Installation Guide November 2001 Cleo A + for Windows I n s t a l l a t i o n G u i d e November 2001 Cleo A + for Windows Installation Guide Version 2.36 combined November 2001 RESTRICTED RIGHTS Use, duplication, or disclosure by the

More information

RMON/RMON2 User s Guide

RMON/RMON2 User s Guide SPECTRUM Enterprise Manager Device Management Titlepae RMON/RMON2 User s Guide Supports Management Module SM-CSI1014 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

CA ERwin Data Modeler

CA ERwin Data Modeler CA ERwin Data Modeler Installation Guide Version 9.0.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

View API Reference Guide

View API Reference Guide Titlepage View API Reference Guide Document 9030491-02 Customization Copyright Notice Document 9030491-02. Copyright November 2001 by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Report Generator s User Guide

Report Generator s User Guide Titlepage Report Generator s User Guide Document 9030881-08 SPECTRUM Management Copyright Notice Document 9030881-08. Copyright May 2002 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham,

More information

Lucent Definity Supports Management Module SM-LUC1001

Lucent Definity Supports Management Module SM-LUC1001 Lucent Definity Titlepage Supports Management Module SM-LUC1001 Device Management Copyright Notice Document 3608. Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide.

More information

Inmagic DB/TextWorks Installation and Upgrade Notes

Inmagic DB/TextWorks Installation and Upgrade Notes Inmagic DB/TextWorks 12.00 Installation and Upgrade Notes This document is intended for new DB/TextWorks installations and sites that are upgrading to version 12.00. DB/TextWorks is a content management

More information

APM Import Tool. Product Guide

APM Import Tool. Product Guide APM Import Tool Product Guide This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes only and is

More information

CA ehealth Integration for HP OpenView

CA ehealth Integration for HP OpenView CA ehealth Integration for HP OpenView User Guide r6.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational

More information

Distributed SpectroSERVER

Distributed SpectroSERVER Distributed SpectroSERVER Notice Cabletron Systems reserves the right to make changes in specifications and other information contained in this document without prior notice. The reader should in all cases

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information

SPECTRUM. Control Panel User Guide (5029) r9.0.1

SPECTRUM. Control Panel User Guide (5029) r9.0.1 SPECTRUM Control Panel User Guide (5029) r9.0.1 This documentation and any related computer software help programs (hereinafter referred to as the Documentation ) is for the end user s informational purposes

More information

SPECTRUM Control Panel

SPECTRUM Control Panel SPECTRUM Control Panel User Guide Document 5029 Notice This documentation (the "Documentation") and related computer software program (the "Software") (hereinafter collectively referred to as the "Product")

More information

Inmagic DB/TextWorks 9.00 Installation and Upgrade Notes

Inmagic DB/TextWorks 9.00 Installation and Upgrade Notes Inmagic DB/TextWorks 9.00 Installation and Upgrade Notes Thank you for purchasing Inmagic DB/TextWorks. This document is for new DB/TextWorks installations and sites that are upgrading to version 9.00.

More information

Modeling with the GnSNMPDev Toolkit. Document 1316

Modeling with the GnSNMPDev Toolkit. Document 1316 Modeling with the GnSNMPDev Toolkit Notice Copyright Notice Copyright 2002 - present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United

More information

Level II Developer s Tools Software Release Notice 5.0 Rev 1

Level II Developer s Tools Software Release Notice 5.0 Rev 1 Level II Developer s Tools Software Release Notice 5.0 Rev 1 9030745 E19 Level II Developer s Tools SPECTRUM Software Release Notice 5.0 Rev 1 Notice Cabletron Systems reserves the right to make changes

More information

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft

How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft How to Deploy and Use the CA ARCserve RHA Probe for Nimsoft This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide

SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6. Getting Started Guide SonicWall Secure Mobile Access SMA 500v Virtual Appliance 8.6 Getting Started Guide Copyright 2017 SonicWall Inc. All rights reserved. SonicWall is a trademark or registered trademark of SonicWall Inc.

More information

Arris Cadant C4 CMTS. Management Module Guide. Document 5140

Arris Cadant C4 CMTS. Management Module Guide. Document 5140 Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Quest Unified Communications Diagnostics Data Recorder User Guide

Quest Unified Communications Diagnostics Data Recorder User Guide Quest Unified Communications Diagnostics 8.4.1 Data Recorder User Guide 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory Installation & Administration Guide Version

FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory Installation & Administration Guide Version FAS Asset Accounting FAS CIP Accounting FAS Asset Inventory Installation & Administration Guide Version 2011.1 2011 Sage Software, Inc. All rights reserved. Portions Copyrighted 1991-2001 by ianywhere

More information

SPECTRUM Enterprise Manager. Device Management. Motorola CDLP CMTS. Supports Management Module SM-MOT1001

SPECTRUM Enterprise Manager. Device Management. Motorola CDLP CMTS. Supports Management Module SM-MOT1001 SPECTRUM Enterprise Manager Device Management Motorola CDLP CMTS Supports Management Module SM-MOT1001 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes in specifications

More information

TL1 Gateway User Guide

TL1 Gateway User Guide Titlepage TL1 Gateway User Guide Document 9035087-01 Applications & Gateways Copyright Notice Document 9035087-01. Copyright January 2002 Aprisma Management Technologies, Inc., 121 Technology Drive, Durham,

More information

Inmagic DB/TextWorks Installation and Upgrade Notes

Inmagic DB/TextWorks Installation and Upgrade Notes Inmagic DB/TextWorks 10.00 Installation and Upgrade Notes This document is intended for new DB/TextWorks installations and sites that are upgrading to version 10.00. DB/TextWorks is a content management

More information

SPECTRUM. QoS Manager User Guide (5165) r9.1.1

SPECTRUM. QoS Manager User Guide (5165) r9.1.1 SPECTRUM QoS Manager User Guide (5165) r9.1.1 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational purposes only

More information

AutoDiscovery User s Guide

AutoDiscovery User s Guide Titlepage AutoDiscovery User s Guide Document 0727 Network Management Copyright Notice Document 0727. Copyright 2000-present Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth, NH 03801

More information

Report Generator User Guide

Report Generator User Guide Titlepage Report Generator User Guide Document 0881 SPECTRUM Management Copyright Notice Document 0881. Copyright 2002-present Aprisma Management Technologies, Inc., 273 Corporate Drive, Portsmouth, NH

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

CA Performance Management Data Aggregator

CA Performance Management Data Aggregator CA Performance Management Data Aggregator Basic Self-Certification Guide 2.4.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

CA Spectrum. Policy Manager User Guide. Release 9.4

CA Spectrum. Policy Manager User Guide. Release 9.4 CA Spectrum Policy Manager User Guide Release 9.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

Installation Guide. RADview-EMS/NGN (PC) PC-Based Element Management System for NGN Applications Version 1.8

Installation Guide. RADview-EMS/NGN (PC) PC-Based Element Management System for NGN Applications Version 1.8 RADview-EMS/NGN (PC) PC-Based Element Management System for NGN Applications Version 1.8 RADview-EMS/NGN (PC) PC-Based Element Management System for NGN Applications Version 1.8 Installation Guide Notice

More information

TRADEMARKS AND COPYRIGHT. Trademarks. Copyright. Disclaimer

TRADEMARKS AND COPYRIGHT. Trademarks. Copyright. Disclaimer V7.0 Setup Guide TRADEMARKS AND COPYRIGHT Trademarks Microsoft Windows, Windows NT, and the brand names and other product names of other Microsoft products are trademarks of Microsoft Corporation in the

More information

SPECTRUM Enterprise Manager. Device Management. Titlepage. Ungermann Bass Hub. Supports Management Module SM-UNB1001

SPECTRUM Enterprise Manager. Device Management. Titlepage. Ungermann Bass Hub. Supports Management Module SM-UNB1001 SPECTRUM Enterprise Manager Device Management Titlepage Ungermann Bass Hub Supports Management Module SM-UNB1001 Notice Aprisma Management Technologies, Inc. (Aprisma), reserves the right to make changes

More information

GIB Editor User s Guide

GIB Editor User s Guide Titlepage GIB Editor User s Guide SPECTRUM Enterprise Manager Customization Notice Aprisma Management Technologies, Inc. (Aprisma) reserves the right to make changes in specifications and other information

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

SpanDisc. U s e r s G u i d e

SpanDisc. U s e r s G u i d e SpanDisc U s e r s G u i d e Introduction SpanDisc User s Guide SpanDisc is a complete disc archival and backup solution. SpanDisc uses the automation features or Rimage Corporation s Digital Publishing

More information

VPN Manager. User Guide. Document 5150

VPN Manager. User Guide. Document 5150 Notice Copyright Notice Copyright 2003 by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by the United States government is subject to the restrictions

More information

Cisco Device Management

Cisco Device Management Cisco Device Management User Guide Document 0809 Notice Copyright Notice Copyright 2002-present by Aprisma Management Technologies, Inc. All rights reserved worldwide. Use, duplication, or disclosure by

More information