04-28-2010 06:46 AM
I am having a problem with the gui on CW LMS32 and the GUI goes blank and says done. I am working on this with Tac, but I have a fw down and I need the config file from the cli.
Can someone tell me which dir, or naming convention is on lms32 win version so I can at least get a config pulled out?
Thanks,
04-28-2010 07:46 AM
No idea what OS your LMS is on. On Solaris, for example, it's pretty straight-forward, assuming you know (part of) the firewall's hostname:
# this is where RME stores the dev config files:
cd /var/adm/CSCOpx/files/rme/dcma/devfiles/
# do a recursive search for the device's hostname
/usr/bin/find . -exec /usr/bin/grep 'hostname somePIXorASAhostname' {} /dev/null \;
./598/PRIMARY/STARTUP/1/598-20090709191521.cfg:hostname somePIXorASAhostname
./598/PRIMARY/RUNNING/8/598-20090625071145.cfg:hostname somePIXorASAhostname
./598/PRIMARY/RUNNING/9/598-20090707075605.cfg:hostname somePIXorASAhostname
04-28-2010 08:27 AM
Great! However the folks here bought a wintel box for this CWLMS32..... which is why I am having to reach out to my fellow colleagues... ugh
Thanks!
04-28-2010 09:13 AM
on windows it would be easiest to look up in the shadow archive which contains the latest archived running config:
NMSROOT\files\rme\dcma\shadow\
with NMSROOT being the installation directory (default: C:\Program Files\CSCOpx)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide