solarwinds  |  thwack
in
Search 44,753 posts and 623 resources contributed by 21,540 members or post a topic.

Already Joined? Sign in
View Configurations from Orion Website

rated by 0 users
Not Answered This post has 0 verified answers | 34 Replies | 10 Followers


443 Posts
Points 2,234
Moderator
SolarWinds Employee
Haley posted on 05-30-2007 6:37 PM
rated by 0 users

We commonly receive requests to be able to view configurations, config change reports, and inventory reports from the Cirrus Configuration Manager from the Orion web console. 

This feature has been available in the Additional Components section of the Customer Area for quite some time but many users were not aware of its existence.  To make it easier, I have included links to the two additional components below. 

View Configs from the Orion Website:

 ftp://ftp.solarwinds.net/cmb03/cirrus/ConfigListing.zip

View Cirrus Reports from the Orion Website:

 ftp://ftp.solarwinds.net/cmb03/cirrus/Cirrus-Reports-View.zip

     

Haley Oyler Project Manager SolarWinds
  • | Post Points: 7

All Replies


829 Posts
Points 2,649
BryanBecker replied on 07-10-2007 8:23 AM
rated by 0 users

Haley:
The ability to view Cirrus Configs and Reports from the Orion website currently works as long as the Orion server has a mapped drive to the Cirrus server and vice versa. The integration pulls the configs that are saved using the Config Archive feature and reports that are exported as html.
 

Ok...this will require some firewall changes to allow for the map drive since our NPM server sits in a DMZ.  So if there is a way to make this happen via a more secure method like sftp or scp that would be greatly appreciated.


BB 

(1) Orion V9.1 SLX running Web Site
(4) Orion V9.1 SLX remote pollers
(2) NCM (Cirrus) V5.0 SLX MS SQL2005 x64 EE
VoIP Monitor
NetFlow Traffic Analysis
13000+ elements

  • | Post Points: 3

443 Posts
Points 2,234
Moderator
SolarWinds Employee
Haley replied on 07-10-2007 8:33 AM
rated by 0 users

In a future release of Cirrus, we plan to pull the configs from the database and display them on a web console.  This update should resolve the security concern :)  

Haley Oyler Project Manager SolarWinds
  • | Post Points: 3

601 Posts
Points 2,399
jonchill replied on 07-10-2007 8:55 AM
rated by 0 users

Haley

Any time frame on when this release will be available?

Thanks

Jon

  • | Post Points: 3

443 Posts
Points 2,234
Moderator
SolarWinds Employee
Haley replied on 07-10-2007 9:08 AM
rated by 0 users

The current plan is to release this feature in Q4.

Update: This release is now slated for late Q2 or Q3 08. 

Haley Oyler Project Manager SolarWinds
  • | Post Points: 3

67 Posts
Points 173
salparadise replied on 07-23-2007 4:36 PM
rated by 0 users

 THANKS!!!

Just noticed that. I can't believe they didn't release something.  

  • | Post Points: 1

67 Posts
Points 173
salparadise replied on 07-30-2007 4:34 PM
rated by 0 users

I need this link to be a folder listing of all the configurations below that caption folder. Is there any way to edit the ASP code to list the folder contents instead of the configuration backed up from the previous day?

Thanks 

  • | Post Points: 3

443 Posts
Points 2,234
Moderator
SolarWinds Employee
Haley replied on 07-30-2007 4:40 PM
rated by 0 users

You can modify the any of the files listed within the "View Cirrus configs from the Orion website" zip to include the information you want to see.  However, we do not currently have any documentation other than the setup instructions provided within the zip file.

Haley Oyler Project Manager SolarWinds
  • | Post Points: 3

67 Posts
Points 173
salparadise replied on 07-30-2007 4:50 PM
rated by 0 users

Haley,

Ok thats fine. I was asking anyone that was part of this thread really. Since I don't know ASP , maybe someone can give me a hand.

Thanks anyway. 

  • | Post Points: 3

90 Posts
Points 2,402
Gob replied on 08-18-2007 7:52 AM
rated by 0 users
Another way to view config from Cirrus. Idea. 1. Copy config from Cirrus database to Orion database. 2. Extract/view config from Orion database via Report writer(or any other SQL query). Image Hosting by Picoodle.com OpenOffice document, MSofiice document and 3 asp files inside. http://thwack.com/files/folders/orion_custom_views__orion_nodeinterface_views/entry20591.aspx

2,135 Posts
Points 5,340
Moderator
SolarWinds Employee
Mark Wiggans replied on 08-18-2007 12:53 PM
rated by 0 users

 Gob-

You can upload your files to the content sharing zone to make them more accessible. http://thwack.com/contentsharing/

 
Thanks 

Mark Wiggans Thwack Moderator

  • | Post Points: 3

90 Posts
Points 2,402
Gob replied on 08-20-2007 9:20 AM
rated by 0 users
Mark Wiggans:
You can upload your files to the content sharing zone
OK, uploaded to http://thwack.com/files/folders/orion_custom_views__orion_nodeinterface_views/entry20591.aspx OpenOffice converted to doc format.
=================

If You Recieve a "Syntax error converting from a character string to uniqueidentifier." message please use this query


select Nodes.NodeCaption, ConfigArchive.ConfigTitle, ConfigArchive.downloadtime, ConfigArchive.Config from Nodes,ConfigArchive where ConfigArchive.NodeID = '{'+CAST(Nodes.NodeID AS varCHAR(60))+'}'
  • | Post Points: 3

62 Posts
Points 109
mgibson replied on 09-13-2007 1:32 PM
rated by 0 users

I do not have Cirrus, but would like to see the device configs from ORION 8.5. Either press a button on the node details screen to view either the running or the start-up config, or a fly open window that would allow you to browse your TFTP Directory. Does anyone have any ideas on how best to view device configs from ORION without Cirrus?

 

Thanks

mgibson
  • | Post Points: 3

895 Posts
Points 2,445
aLTeReGo replied on 09-13-2007 2:54 PM
rated by 0 users

mgibson:

I do not have Cirrus, but would like to see the device configs from ORION 8.5. Either press a button on the node details screen to view either the running or the start-up config, or a fly open window that would allow you to browse your TFTP Directory. Does anyone have any ideas on how best to view device configs from ORION without Cirrus?

 

I think I covered this one page back here..

  • | Post Points: 1

346 Posts
Points 1,402
chris.schear replied on 09-21-2007 9:30 AM
rated by 0 users

Do all the possible variables work, as ${nodename}, including CustomProperties? I've wanted to add a resource to my Node Details, that has a link to a "Network Diagram" for that particular node, but didn't realize we could use variables in the URLs.  I assume if you can use ${nodename}, there would be nothing precluding me from using <img src='http://...${CustomProperty#12345}.jpg'>, etc.

  • | Post Points: 3

280 Posts
Points 728
SamuelB replied on 10-15-2007 8:15 AM