Recent Discussions
Using InfoMap to find DBs in specific server were backing up
Using InfoMap, we're looking to find out all the dBs and how much storage they're using on specific servers. For example, on server ABCDEFG, we'd want to know all the accdb's, etc, being backed up and how much space they are taking. How would we go about doing that?672Views0likes1CommentUser Experience for Information Map
Another introduction... I'm Kevin Fitzsimons and I work in the User Experience (UX) team at Veritas, primarily on Information Map. The UX team is heavily focussed on continuous improvement of the Information Map user experience, as well as designing for new functionality. As part of this, we have a rolling programme of research with users of the product, and we're always seeking real-world feedback and insights to help refine the design of the product going forward. It's a great opportunity for you to make your voice heard and provide inputs direct to the development team. If you'd like to participate (typically via a short online interview) then please just reply on here, or drop me a line direct at: kevin.fitzsimons@veritas.com Thanks! It would be great to hear from you.kevinfitz7 years agoLevel 01.4KViews4likes1CommentDiscovered server in Administration Content Sources is not showing up in List views Contents Sources
There is a server showing "discovered" on November 5 when I search for it in Administration--Content Sources. But when I search for it in List Views--Content Sources, so that I can see the size, etc, it isn't found.I have the up-to-date version on our InfoMap client.Solved1.1KViews0likes1CommentCan't get to localhost to register InfoMap
I'm setting up Information Map on a second client for my company's alternate DC. Months ago, I had worked with Veritas support to set it up on a client at our main DC. I'm hitting the same roadblock. I can't get to localhost to register. Last time, one of Veritas' engineers who specializes in this was able to correct the issue by widening the ciphers that Tomcat will use for SSL communication. "Here is the list we set in server.xml: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA,TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA" Since the engineer was "driving" when this was done, I cannot figure out how to get to the same place to set this list. I've been able to open server.xml, but that's not the right place to do it. Where?SolvedDoubleP7 years agoLevel 51.6KViews0likes3CommentsHow to reset a password in InfoMap
Hello, We're new to InfoMap. I set up accounts for my teammates. One of them lost her email with the account/password info. Is there a way to reset/resend her account info/password without deleting her account and then recreating it? ThanksSolved1.9KViews0likes3CommentsIM Licensing
Hi all, I'd like to know how is the data stored in the Cloud and analyzed by IM accounted for when we estimate the TB to be licensed. In other words, do we need to figure out the TB of data in the Cloud in addition to the NetBackup Policies IM supports? Thanks, FrancescoSolvedFrancescoRusso8 years agoLevel 44.1KViews0likes5CommentsScripts for taking action on Information Map data sets
Information Map enables you to take action on the data sets you identify via the 'export' to CSV funtionality and then executing a script against the exported file set. This post is a placeholder for sharing sample scripts. Upload any scripts as replies in this thread. If the scripts have come from any 3rd party source, do remember to include the attribution as to where they came from. Also feel free to share any best practises or hints and tips for taking action.Darren_Locke8 years agoLevel 62.1KViews0likes3CommentsNew II TFE Podcast: Using Information Map to Gain Global Visibility
Hi All, I'm pleased to announce this week's II TFE podcast is available... Using Information Map to Gain Global Visibility (10 mins) In this episode, II Technical Enablement Specialists Chris Ebner and Evan Barrett talk about how Information Map assists with gaining global visibility. For instructions on how to subscribe to this podcast feed, see https://vox.veritas.com/t5/Articles/II-TEC-Podcast s-List-of-episodes-and-how-to-subscribe/ta-p/81707 Or to directly access only this episode: https://veritas.box.com/s/jq5z01ezqi5ad98baet4b47iquj983i7C_Ebner_Veritas8 years agoLevel 41.1KViews0likes0CommentsWhat engineering did in the June maintenance weekend
Hi All, I thought I would pop a quick message on here about what has happened over the weekend of June 17-18. We sent out the standard notification to our customers that InfoMap would not be available over the weekend for some scheduled maintenance, but from my own experience of these from other companies I am always left wondering what they did and why they went to the extreme of basically blocking the product from working. Background InfoMap uses elastic search behind the scenes to index all the data that we get in. Except we don’t just create one index per customer, we have a lot of indexes per customer. Each serves a different purpose and is optimised to handle its particular job the best way possible. This is the model we have been using for years during initial development and it has worked well for us. However, a few months ago we added the item type exploration and customisation features to the product. At the time, we knew this would drastically increase the load on our clusters and so we provisioned more resources to handle that. As some of you may have noticed, this didn't work out as expected and InfoMap became slow and errors were happening more and more frequently. This served as a shameful wakeup call that we were doing something wrong. So, we looked for a better solution. The plan There were 3 parts to the solution: upgrade elastic search version; refactor our elastic search code for greater optimisations; and review the elastic search sharding configuration. We were upgrading from ES 1.x to ES 5.x and the code for 1.x we were using just wouldn't work with ES5. Sounds like a big jump, but ES skipped versions 3 and 4 so it was only 2 major versions. That’s still enough for the 2 versions not to play nice with each other which ruled out an in-place upgrade. Instead we created an entirely new cluster and wrote a utility to migrate the data between them. This is the main reason we asked for a maintenance window so that we weren't trying to migrate data while it was still being written to. I’m happy to report this was a complete success and is working well. Hopefully you will be seeing speed improvements when you log into the map. Part 2 goes hand in hand with part 1. Code to talk to ES1 just does not work with ES5 so we refactored all our services to use ES5 and where possible optimised queries and connection handling. There is still work to be done on the optimisation front, but we are getting there and over the coming weeks incremental improvements should be seen. Part 3 is where we are at now. Even as I type this there are tweaks being made to both veritas service settings and elastic search configuration to squeeze every bit of performance we can out of it. Lessons learnt This work should improve the performance not only of the map, but also our own backend processing systems. It is by no means a magic bullet to fix all problems, but it is a big step in the right direction. In taking that step we have also learnt a lot of lessons to take forward. For one thing, we don’t intend on waiting until we have to upgrade our systems. We will be more rigorous in keeping all the tech running smoothly. We also learnt we need to improve our monitoring to highlight when things are struggling, not just when they have failed. Here in engineering we feel the pain customers do (although maybe in different ways). When systems don’t respond in a timely manner the on-call engineer gets a call from the monitoring system. Having just finished a week on-call I promise you I feel it when I am called at 1:30am about the site being slow or a server maxing out resources. After this weekend I’m looking forward to a quiet week the next time I am on-call. Adam1.2KViews1like0CommentsNew II TFE Podcast: Lowering Cost with Information Map
Hi All, I'm pleased to announce this week's II TFE podcast is available... Lowering Costs with Information Map (11 mins) In this episode, II Technical Enablement Specialists Chris Ebner and Evan Barrett talk about how Information Map can lower costs and risk with reduced data retention and storage. For instructions on how to subscribe to this podcast feed, see https://vox.veritas.com/t5/Articles/II-TEC-Podcast s-List-of-episodes-and-how-to-subscribe/ta-p/81707 Or to directly access only this episode: https://veritas.box.com/s/utnw61tl3pa1k5kw50l95lm46qj42cafC_Ebner_Veritas8 years agoLevel 41.2KViews0likes0Comments