Comments
-
Hi, I don't think that there's an easy way to create the report for Iron Ports, ASA's etc. you describe. We may have something for MS products -- I'll get back to you. Regards, Jiri
-
Hi thamizh85, I discussed the problem with our dev team and they ask you to open a support case, generate and send them session trace and e.g. two config files with the blank lines. Regards, Jiri
-
Ok, then I would do the following using Orion SDK: * Find out which nodes are/aren't licensed by NCM. SWQL: SELECT n.NodeId, n.Caption,n.NCMLicenseStatus.LicensedByNCM FROM Orion.Nodes as n * Add these nodes to NCM using the following verb for one node: AddNodeToNCM(NodeId) Jiri
-
The settings is stored in the NCM_NCMSettings table. Jiri
-
Hi bladegillete, We've tracked this enhancement (internal: SRM-11369) and will consider implementation in one of future releases. Jiri
-
Hi, The reason why we have two databases (Core and NCM) is historical. Moving to one db is definitely something we are seriously considering. However it's a substantial change in the product. Regards, Jiri
-
Hi, I have two suggestions: * First, are you able to dedicate one NIC on the host server just for this UDT VM? * If that doesn't help, please open a support case; we don't know of any similar issues, your environment is relatively small. Jiri
-
Sorry if that's obvious, but have you tried the out-of-the-box one for Junos devices? Regards, Jiri
-
Could you please upload the template to the Content Exchange section for NCM, device templates? Thwack community would be grateful and you would receive quite a lot of points for every download :-). Jiri
-
Hi rgward, There's no such report. That would be a feature request. As a (not very nice) workaround, you can export the policy report as XML and check the rules there. Regards, Jiri
-
Hi dclick, In NCM 7.3, the EoL/EoS part actually uses part numbers for finding the correct dates. See here:Network Configuration Manager v7.3 is Now GA! You must update inventory for the feature to work. Regards, Jiri
-
Hmm, looking at the CSV, I can only see about 25 different values in the Machine Type column.
-
Baseline is something that you mark in NCM. You can mark any config as Baseline (currently in Win32 GUI only). Jiri
-
You can change the protocol settings by editing the node properties: Jiri
-
Always glad to help .
-
Glad to hear you resolved the problem! Jiri
-
I would open a support case, it's a weird behavior. Jiri
-
We can always discuss what to call the issue (design limitation, lack of functionality, feature request etc.). "By design" here means that the sorting functionality is not implemented rather than implemented but non-functional. Jiri
-
Hi, There's now Release Candidate for NCM v7.2: http://thwack.solarwinds.com/community/solarwinds-community/announcements/blog/2013/07/15/solarwinds-ncm-72-release-candidate-is-now-available If you have valid maintenance, you can find it on your customer portal. Regards, Jiri
-
It looks like the template is an archive (ZIP). Can you please share the download link? Thanks, Jiri
-
I'm glad to hear that you succeeded. Jiri
-
Hi, which NCM version are you using? A screenshot from Win32 client would be helpful, too. Regards, Jiri
-
Have you looked at the session trace? To enable it (NCM 7.0.x), go to File -> Settings. The traces are stored in the NCM install directory. Jiri
-
Hi jpammant Improving EoL/EoS feature is one of the goals of the upcoming release: What We Are Working On For NCM After 7.2. A substantial improvement will come with the Release Candidate. Stay tuned for a few more days. Jiri
-
Hi, The end-of-line character depends on what is actually sent by the device. Therefore, the '$' doesn't always match. Regards, Jiri
-
Hi and , We hear you and definitely want to improve this feature. I will disclose more details as soon as I can. Regards, Jiri
-
Hi manideep.paul, Our engineering says that while it's not possible to use SCCM to automate KSS installation, you can use the PsExec tool: The below command line will install Kiwi Syslog server as NT Service without Web Access, "AppPath\Kiwi_Syslogd_X.X.X.setup.exe" /S INSTALL=SERVICE /D=InstallPath Notes: * AppPath refers…
-
Would be good if you could post the results... Jiri
-
Hi, I consulted with our dev team ant what they say is: You cannot use device template marcros CLI statements directly; however it should work like this: string @Address= '${StorageAddress}' CLI { copy @Address … } As result ${StorageAddress} will be embedded into script output and will be parsed at the moment of script…
-
Mitch, The proxy settings can be found in C:\Program Files (x86)\SolarWinds\Orion\SolarWinds.Orion.Core.BusinessLayer.dll.config on the following lines: <add key="proxyAvailable" value="false" /> <add key="userName" value="" /> <add key="password" value="" /> <add key="proxyAddress" value="" /> <add key="proxyPort"…