03-01-2005 04:49 PM - edited 03-09-2019 10:29 AM
I have heard that folks are having success loading Perfigo (Cisco Clean Access) on a VMWare partition, but so far I cannot get past partition allocation. If anyone has a combination of VMWare settings that works and would care to share, I'd really appreciate it.
03-07-2005 11:57 AM
I am not aware of your proble, but I am providing some hints. There are two ways to get it:
1) Syslog - Configure the manager to send event logs to a Syslog server and mine the information at the Syslog server.
2) Extract the information from the log_info table in the Postgres database on the Manager. The command will look something like:
psql -h 127.0.0.1 controlsmartdb -U postgres -c "select log_text from log_info where log_cat='SecureSmart' and log_type=2 order by log_time desc limit 1"
Option #1 is preferable because it uses a standard feature.
04-25-2005 03:58 AM
hi - did you manage to get the Cisco Clean Access to work on Vmware ?? - i am having the same problem, and can't see a way around it.
Any assitance would be appreciated.
Thanks
Phil
04-25-2005 10:26 AM
No, I have not found a way around it yet either.
03-13-2007 05:51 AM
I have managed to install CCA 4.1(0) on vmware. Try to allocate 10G disk space for it.
10-26-2007 04:05 AM
I am trying to install it myself. I cannot enter the licence portion without error. HOw did you manage to do that?
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