Skip to content

Commit 862c0bd

Browse files
Update Gambit MIMIC Simulator integration
1 parent f14db38 commit 862c0bd

File tree

9 files changed

+1238
-1374
lines changed

9 files changed

+1238
-1374
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# CHANGELOG - gambit-mimic-simulator
22

3-
## 1.0.0 / 2024-12-15
3+
## 1.0.0 / 2025-01-31
44

55
- MIMIC 22.00

gambit_communications_inc_gambit_mimic_simulator/README.md

+77-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,77 @@ Gambit MIMIC is a dynamic, real-time, high-performance SNMP, Netflow, sFlow Simu
66

77
## Setup
88

9-
If you are already using Datadog and have the Datadog Agent installed, configure Gambit MIMIC agent to export Netflow and sFlow toward the Datadog Agent.
9+
## MIMIC Installation Instructions
10+
11+
### [Overview]()
12+
13+
MIMIC is distributed as a compressed file for each platform, either on CD-ROM or downloadable from the Web. This file needs to be uncompressed and its contents extracted on your system.
14+
15+
Follow the below 3 steps to install.
16+
17+
After installation, please review the [MIMIC Frequently Asked Questions page][1].
18+
19+
**NOTE: you only need to download MIMIC when a new release is issued.**\
20+
The evaluation and purchased versions are identical except for the license keys. If you have already downloaded MIMIC, determine the version you are running (eg. in MIMICview `Help->About Mimic...` or by looking at the contents of the `config/version` file), and download again only if the distribution listed below is newer.
21+
22+
#### Step 1: Get the MIMIC distribution
23+
24+
If you have a CD-ROM, copy the distribution file for your platform from the CD-ROM to a temporary directory. Go to Step 2.
25+
26+
To download from the Web from a URL that Gambit has provided, save the distribution files for your desired platform to a temporary directory (use right mouse-button click on the link for most web browsers).
27+
28+
**NOTE: make sure the entire file was downloaded and verify size.**
29+
30+
**NOTE: there are scam versions of any software floating around the Internet with all sorts of malware. Download only authoritative versions of MIMIC from a URL that Gambit has given you directly.**
31+
32+
#### Step 2: Uncompress and extract the distribution files
33+
34+
- For Windows:\
35+
Run the self-extracting mimic-windows.exe from an Administrator account.
36+
37+
- For Linux:\
38+
`gunzip -c mimic-linux.tar.gz | tar xf -`
39+
40+
The extracted files are:
41+
42+
README - further release-specific instructions\
43+
license.txt - the license agreement\
44+
install - the installation script\
45+
mimic.tar - the product
46+
47+
You are not done, please review the instructions in the next step.
48+
49+
#### Step 3: Further instructions
50+
51+
- If you are **updating from an older release**
52+
53+
- make sure you **terminate MIMIC** (use `File->Terminate`) before running the install program.
54+
55+
- **Do not uninstall the older release** (this way you can always fallback in case of problems).
56+
57+
- Install this release in a **different directory from the older release**. MIMIC installs in these folders by default:
58+
59+
- Windows: `C:\Apps\Mimic.VERSION-NUMBER` eg. `C:\Apps\Mimic.1800`
60+
61+
- Linux: `/usr/local/mimic`
62+
63+
On Linux you can rename old install folder as:
64+
65+
```
66+
mv /usr/local/mimic /usr/local/mimic.old
67+
```
68+
69+
Then install in the default folder `/usr/local/mimic`.
70+
71+
- You only need to **apply your license keys** and start the new MIMIC. New license keys are only necessary if the old ones don't work. All your MIMIC data files will be fetched out of your existing [private area][2] .
72+
73+
- When you start MIMICView from the new version, all your MIMIC data files will be fetched out of your existing [private area][2] which usually resides in a directory named `mimic` under the user's HOME directory, and is displayed in the title bar of MIMICView. We recommend to backup this private data often (see this [FAQ][4] ).
74+
75+
- Additionally, you may need to **upgrade any optional packages**, such as MIBs, Device Library and Network Library if you were using them in older release. They can be downloaded and installed using the [Wizard->Update][5] menu. The Update Wizard preselects packages from your older version to install them in your new version.
76+
77+
- If you are **installing for the first time**, the MIMIC installation program will display the HostID to be used in your evaluation license key request.
78+
79+
- If you are installing a Simulator other than SNMP, then you will have received **Get Started** instructions to download optional packages with sample simulations. Please refer to your [Get Started][6] instructions.
1080
1181
## Uninstallation
1282
@@ -16,3 +86,9 @@ In Windows, use Start->MIMIC Simulator->Uninstall
1686
1787
1888
89+
90+
[1]: http://www.gambitcomm.com/faq
91+
[2]: quick.htm#quick_private
92+
[4]: faq.htm#backup_mimic
93+
[5]: wizards.htm#updwiz
94+
[6]: http://www.gambitcomm.com/getstarted/

0 commit comments

Comments
 (0)