Caring for Your Dynamips Install — Deleting Unwanted Files
Dynamips and dynagen are well behaved programs most of the time. Occasionally I am configuring a feature or two that causes IOS to crash (most recently I was configuring MPLS and redistribution on c2600 IOS which got really busted).
Then I noticed that my hard drive didn’t have a lot of free space.…
I have a MacBook Pro with a 160Gb drive, and I need to be careful about available space. I looked into the my Dynalab directory (why ?and found a number of files that can be deleted. As you can see in the screenshot, I have a log file that is over 1 Gigabyte in size for R8, and the dynamips log file is 250MB

Since these are log files they can be deleted, as the log files are locked by dynamips make sure it is not running.
The log file is due to the IOS crash I had. I no longer use any other images but the C3640 image. I think that this uses less memory because of the memory shadowing features implemented in dynamips. As I understand it, when you use the ghostios==true, dynamips loads a single copy of the IOS image into RAM and then all of the routers you use will reference that single copy of the file.
Please rate this post:
Why Rate Posts?

Loading ...
Probably Related Posts on the Same Topic
This post looks at installing GNS3 on Snow Leopard and has a number of screenshots and some tips on making it go well.
Read the full article
I use Monolingual to save space on the MAC OSX. Quick word on how much space you can save and how to do it. …
Read the full article
I have a directory ‘dynalab’ in my ‘Documents’ where I have put ALL my Dynamips / Dynagen related files. I created a directory there which has all my IOS images, this makes more sense to my mind. Makes it easier to backup.
gf:Documents gregferro$ mkdir dynalab
gf:Documents gregferro$ cd dynalab
gf:dynalab gregferro$ ls
gf:dynalab gregferro$
You can copy IOS images as normal using the Finder into the dynalab directory. To uncompress the images you can either download the Zipeg program (use a search engine to find it), or use the command line as follows:
gf:dyncode gregferro$ unzip -p c1700-sy-121-9.bin > c1700-sy-121-9.image
warning [c1700-sy-121-9.bin]: 16304 extra bytes at beginning or within zipfile
(attempting to process anyway)
gf:dyncode gregferro$
I have renamed …
Read the full article
I am doing some proof of concept for an MPLS data centre and did something I have not normally done. I used my MacBook Pro to run Dynamips / Dynagen. I am very pleased with 9 3640 routers running Enterprise Plus, and 2 2611 Routers with IP and running less than 60% CPU across both cores

This means that I have still have enough resources to run quite few other programs including Parallels (although it does run a little slow). I have an older MacBook Pro, but upgraded to to 4 GB RAM. I found that the 2 x 2GB RAM modules run faster than 1 x 2Gb (as you might expect) but its a shame that only 3GB can …
Read the full article
Can you ask Greg if he knows how to configure Olive (“Dynamips” for Juniper)?
I don’t know about olive so I can’t help. Sorry about that.