IBM System Storage N Series Snap Creator Framework 3.5.0

Total Page:16

File Type:pdf, Size:1020Kb

IBM System Storage N Series Snap Creator Framework 3.5.0 IBM System Storage N series Snap Creator Framework 3.5.0 Installation and Administration Guide SC27-4202-00 Table of Contents | 3 Contents Preface ........................................................................................................... 7 Supported features ....................................................................................................... 7 Websites ...................................................................................................................... 7 Getting information, help, and service ........................................................................ 7 Before you call ............................................................................................................ 8 Using the documentation ............................................................................................. 8 Hardware service and support ..................................................................................... 8 Firmware updates ........................................................................................................ 9 How to send your comments ....................................................................................... 9 Snap Creator overview .............................................................................. 11 Architecture of Snap Creator ..................................................................................... 11 New features of Snap Creator ................................................................... 13 Security features of Snap Creator ............................................................ 15 Snap Creator Integration .......................................................................... 19 Snap Creator Policies ................................................................................. 21 What Snap Creator Agent is ..................................................................... 23 Snap Creator Agent Multithreading ........................................................ 25 Preparing to install Snap Creator ............................................................. 27 Downloading Snap Creator software ........................................................................ 27 Creating a Data ONTAP user .................................................................................... 27 Installing Java on Snap Creator Server ..................................................................... 28 Pre-installation steps for Domino plug-in ................................................................. 28 Linux/Solaris/AIX specific settings .............................................................. 28 Pre-installation steps for Domino plug-in on Windows ................................ 29 Installing Snap Creator on Windows ....................................................... 31 Installing Snap Creator on UNIX ............................................................. 33 Installing Snap Creator Server .................................................................................. 33 Installing Snap Creator Agent ................................................................................... 34 Uninstalling Snap Creator from Windows .............................................. 37 Information required to configure Snap Creator ................................... 39 Oracle plug-in ............................................................................................................ 43 MySQL plug-in ......................................................................................................... 44 4 | Snap Creator 3.5.0 Installation and Administration Guide DB2 plug-in ............................................................................................................... 44 VMware (VIBE) plug-in ........................................................................................... 45 vCloud vApp backup and restore using VMware plug-in ............................. 47 VM backup and restore using VMware plug-in ............................................ 48 Sybase plug-in ........................................................................................................... 48 MaxDB plug-in ......................................................................................................... 51 Lotus Domino plug-in ............................................................................................... 53 SnapManager for Microsoft Exchange plug-in ......................................................... 55 SnapManager for Microsoft SQL Server plug-in ...................................................... 56 Archive log plug-in ................................................................................................... 57 Configuring Snap Creator Server ............................................................. 59 Creating a configuration file using CLI .................................................................... 59 Creating a configuration file using GUI .................................................................... 59 Referencing ............................................................................................................... 60 Snap Creator Agent configuration ........................................................... 87 Snap Creator Backup process ................................................................... 89 List of commands ...................................................................................................... 89 Running Snap Creator Server using CLI ................................................ 91 Running Snap Creator Agent using CLI ............................................... 101 Running Snap Creator using GUI .......................................................... 103 Creating a schedule ................................................................................................. 103 Creating multiple users ............................................................................................ 104 Job monitoring ......................................................................................................... 105 Viewing data and log details ................................................................................... 105 Performing restore using Snap Creator ................................................. 107 Performing Volume restore ..................................................................................... 107 Performing Single file restore ................................................................................. 108 Performing VMware restore .................................................................................... 108 Performing restore with Domino plug-in ................................................................ 109 Performing Volume restore for Domino using CLI .................................... 110 Performing Volume restore for Domino using GUI ................................... 111 Performing Single file restore for Domino using CLI ................................ 111 Performing Single file restore for Domino using GUI ................................ 113 Using the Plug-in Framework to create custom plug-ins ..................... 115 Troubleshooting Snap Creator issues ..................................................... 117 Logs ......................................................................................................................... 117 Table of Contents | 5 Troubleshooting Snap Creator GUI error ................................................................ 119 Troubleshooting network issues .............................................................................. 120 Error messages ........................................................................................................ 121 Snap Creator examples ............................................................................ 191 Copyright and trademark information .................................................. 197 Trademark information ........................................................................... 198 6 | Snap Creator 3.5.0 Installation and Administration Guide 7 Preface Supported features IBM System Storage N series storage systems are driven by NetApp Data ONTAP software. Some features described in the product software documentation are neither offered nor supported by IBM. Please contact your local IBM representative or reseller for further details. Information about supported features can also be found on the N series support website (accessed and navigated as described in Websites on page 7). Websites IBM maintains pages on the World Wide Web where you can get the latest technical information and download device drivers and updates. The following web pages provide N series information: • A listing of currently available N series products and features can be found at the following web page: www.ibm.com/storage/nas/ • The IBM System Storage N series support website requires users to register in order to obtain access to N series support content on the web. To understand how the N series support web content is organized and navigated, and to access the N series support website, refer to the following publicly accessible web page: www.ibm.com/storage/support/nseries/ This web page also provides links to AutoSupport information as well as other important N series product resources. • IBM System Storage N series products attach to a variety of servers and operating
Recommended publications
  • Snap Creator Framework 4.3.3 Administration Guide
    Snap Creator® Framework 4.3.3 Administration Guide February 2021 | 215-14105_C0 [email protected] Snap Creator 4.3.3 Administration Guide ii Contents Contents What Snap Creator Framework does............................................................................ 6 Benefits of using Snap Creator....................................................................................................................................... 6 Snap Creator architecture...............................................................................................8 Snap Creator Server overview........................................................................................................................................ 8 Snap Creator Agent overview.......................................................................................................................................10 Plug-ins for application integration.............................................................................................................................. 11 Managing Snap Creator Server....................................................................................13 Starting, verifying, and stopping Snap Creator Server on Windows............................................................................ 13 Starting, verifying, and stopping Snap Creator Server on UNIX................................................................................. 13 Changing the Snap Creator Server port after installation.............................................................................................14
    [Show full text]
  • The Snap Framework: a Web Toolkit for Haskell
    The Functional Web The Snap Framework A Web Toolkit for Haskell Gregory Collins • Google Switzerland Doug Beardsley • Karamaan Group askell is an advanced functional pro- the same inputs, always produce the same out- gramming language. The product of more put. This property means that you almost always H than 20 years of research, it enables rapid decompose a Haskell program into smaller con- development of robust, concise, and fast soft- stituent parts that you can test independently. ware. Haskell supports integration with other Haskell’s ecosystem also includes many power- languages and has loads of built-in concurrency, ful testing and code-coverage tools. parallelism primitives, and rich libraries. With Haskell also comes out of the box with a set its state-of-the-art testing tools and an active of easy-to-use primitives for parallel and con- community, Haskell makes it easier to produce current programming and for performance pro- flexible, maintainable, high-quality software. filing and tuning. Applications built with GHC The most popular Haskell implementation is enjoy solid multicore performance and can han- the Glasgow Haskell Compiler (GHC), a high- dle hundreds of thousands of concurrent net- performance optimizing native-code compiler. work connections. We’ve been delighted to find Here, we look at Snap, a Web-development that Haskell really shines for Web programming. framework for Haskell. Snap combines many other Web-development environments’ best fea- What’s Snap? tures: writing Web code in an expressive high- Snap offers programmers a simple, expressive level language, a rapid development cycle, fast Web programming interface at roughly the same performance for native code, and easy deploy- level of abstraction as Java servlets.
    [Show full text]
  • What I Wish I Knew When Learning Haskell
    What I Wish I Knew When Learning Haskell Stephen Diehl 2 Version This is the fifth major draft of this document since 2009. All versions of this text are freely available onmywebsite: 1. HTML Version ­ http://dev.stephendiehl.com/hask/index.html 2. PDF Version ­ http://dev.stephendiehl.com/hask/tutorial.pdf 3. EPUB Version ­ http://dev.stephendiehl.com/hask/tutorial.epub 4. Kindle Version ­ http://dev.stephendiehl.com/hask/tutorial.mobi Pull requests are always accepted for fixes and additional content. The only way this document will stayupto date and accurate through the kindness of readers like you and community patches and pull requests on Github. https://github.com/sdiehl/wiwinwlh Publish Date: March 3, 2020 Git Commit: 77482103ff953a8f189a050c4271919846a56612 Author This text is authored by Stephen Diehl. 1. Web: www.stephendiehl.com 2. Twitter: https://twitter.com/smdiehl 3. Github: https://github.com/sdiehl Special thanks to Erik Aker for copyediting assistance. Copyright © 2009­2020 Stephen Diehl This code included in the text is dedicated to the public domain. You can copy, modify, distribute and perform thecode, even for commercial purposes, all without asking permission. You may distribute this text in its full form freely, but may not reauthor or sublicense this work. Any reproductions of major portions of the text must include attribution. The software is provided ”as is”, without warranty of any kind, express or implied, including But not limitedtothe warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authorsor copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, Arising from, out of or in connection with the software or the use or other dealings in the software.
    [Show full text]
  • Carnivorous Plant Newsletter V44 N4 December 2015
    Technical Refereed Contribution Several pygmy Sundew species possess catapult-flypaper traps with repetitive function, indicating a possible evolutionary change into aquatic snap traps similar to Aldrovanda Siegfried R. H. Hartmeyer and Irmgard Hartmeyer • Weil am Rhein • Germany • s.hartmeyer@ t-online.de • www.hartmeyer.de Keywords: Drosera, pygmy Sundew, Aldrovanda, Dionaea, Droseraceae, Collembola, carnivorous plant, catapult-flypaper trap, snap trap, snap-tentacle, functional morphology, phylogeny. Abstract: Approximately 50 species of pygmy Sundews (genus Drosera, section Bryastrum) occur in the South of Australia and one each in New Zealand (D. pygmaea) and Venezuela (D. meristo- caulis). They grow mainly as small stemless rosettes possessing minute trapping leaves of 1-2 mm diameter with prominent marginal tentacles, or have elongated erect stems. The caulescent species possess only mucus-producing tentacles that are most effective in capturing small flying insects. The acaulescent species in contrast are specialized on crawling prey (Verbeek & Boasson 1993) and have developed mucus-free snap-tentacles (Fig. 1), able to bend surprisingly rapidly towards the leaf center. They lift prey like, e.g. springtails (Collembola) from the ground and carry it with a 180°-movement from the periphery of the plant onto the sticky leaf. Our examinations brought to light that several small species of section Bryastrum are able to catapult small animals even within fractions of a second. If the whole leaf is touched, several or even all marginal tentacles perform such bending movements simultaneously. We documented this behavior on video, featured on our film “Catapults in Pygmyland” on YouTube (www.youtube.com/watch?v=5k7GYGibdjM). Our results prove that more than only one species in the genus Drosera possess rapidly moving catapult-flypaper traps and that the examined pygmy catapults show a further specialization and function repeatedly (in contrast to the one-shot snap tentacles of D.
    [Show full text]
  • DARPA and Data: a Portfolio Overview
    DARPA and Data: A Portfolio Overview William C. Regli Special Assistant to the Director Defense Advanced Research Projects Agency Brian Pierce Director Information Innovation Office Defense Advanced Research Projects Agency Fall 2017 Distribution Statement “A” (Approved for Public Release, Distribution Unlimited) 1 DARPA Dreams of Data • Investments over the past decade span multiple DARPA Offices and PMs • Information Innovation (I2O): Software Systems, AI, Data Analytics • Defense Sciences (DSO): Domain-driven problems (chemistry, social science, materials science, engineering design) • Microsystems Technology (MTO): New hardware to support these processes (neuromorphic processor, graph processor, learning systems) • Products include DARPA Program testbeds, data and software • The DARPA Open Catalog • Testbeds include those in big data, cyber-defense, engineering design, synthetic bio, machine reading, among others • Multiple layers and qualities of data are important • Important for reproducibility; important as fuel for future DARPA programs • Beyond public data to include “raw” data, process/workflow data • Data does not need to be organized to be useful or valuable • Software tools are getting better eXponentially, ”raw” data can be processed • Changing the economics (Forensic Data Curation) • Its about optimizing allocation of attention in human-machine teams Distribution Statement “A” (Approved for Public Release, Distribution Unlimited) 2 Working toward Wisdom Wisdom: sound judgment - governance Abstraction Wisdom (also Understanding:
    [Show full text]
  • Cherrypy Documentation Release 3.3.0
    CherryPy Documentation Release 3.3.0 CherryPy Team August 05, 2016 Contents 1 What is CherryPy? 1 2 What CherryPy is NOT? 3 3 Contents 5 3.1 Why choose CherryPy?.........................................5 3.2 Installation................................................6 3.3 CherryPy License (BSD).........................................8 4 Tutorial 9 4.1 What is this tutorial about?........................................9 4.2 Start the Tutorial.............................................9 5 Programmer’s Guide 35 5.1 Features.................................................. 35 5.2 HTTP details............................................... 66 6 Deployment Guide 79 6.1 Applications............................................... 79 6.2 Servers.................................................. 79 6.3 Environment............................................... 87 7 Reference Manual 91 7.1 cherrypy._cpchecker ....................................... 91 7.2 cherrypy._cpconfig ........................................ 92 7.3 cherrypy._cpdispatch – Mapping URI’s to handlers...................... 94 7.4 cherrypy._cprequest ....................................... 96 7.5 cherrypy._cpserver ........................................ 101 7.6 cherrypy._cptools ........................................ 103 7.7 cherrypy._cptree ......................................... 105 7.8 cherrypy._cpwsgi ......................................... 107 7.9 cherrypy ................................................ 108 7.10 cherrypy.lib...............................................
    [Show full text]
  • Warp: a Haskell Web Server
    The Functional Web Warp: A Haskell Web Server Michael Snoyman • Suite Solutions oughly two years ago, I began work on about this runtime is its lightweight threads. As the Yesod Web framework. I originally a result of this feature, Warp simply spawns a R intended FastCGI for my deployment strat- new thread for each incoming connection, bliss- egy, but I also created a simple HTTP server for fully unaware of the gymnastics the runtime is local testing, creatively named SimpleServer. performing under the surface. Because Yesod targets the Web Application Part of this abstraction involves converting Interface (WAI), a standard interface between synchronous Haskell I/O calls into asynchro- Haskell Web servers and Web applications, it nous system calls. Once again, Warp reaps the was easy to switch back ends for testing and benefits by calling simple functions like recv production. and send, while GHC does the hard work. It didn’t take long before I started getting Up through GHC 6.12, this runtime sys- feature requests for SimpleServer: slowly but tem was based on the select system call. This surely, features such as chunked transfer encod- worked well enough for many tasks but didn’t ing and sendfile-based file serving made their scale for Web servers. One big feature of the way in. The tipping point was when Matt Brown GHC 7 release was a new event manager, written of Soft Mechanics made some minor tweaks by Google’s Johan Tibell and Serpentine’s Bryan to SimpleServer and found that it was already O’Sullivan. This new runtime uses different sys- the fastest Web server in Haskell (see Figure 1).
    [Show full text]
  • Revised Standard Specifications Dated 04-17-20 Organization
    { XE "RSS_A04-17-20__2018" } Page 1 of 200 RSS. Use in all projects. Do not add. Inserted by boilerplate merge. REVISED STANDARD SPECIFICATIONS DATED 04-17-20 ORGANIZATION Revised standard specifications are under headings that correspond with the main-section headings of the Standard Specifications. A main-section heading is a heading shown in the table of contents of the Standard Specifications. A date under a main-section heading is the date of the latest revision to the section. Each revision to the Standard Specifications begins with a revision clause that describes or introduces a revision to the Standard Specifications. For a revision clause that describes a revision, the date on the right above the clause is the publication date of the revision. For a revision clause that introduces a revision, the date on the right above a revised term, phrase, clause, paragraph, or section is the publication date of the revised term, phrase, clause, paragraph, or section. For a multiple-paragraph or multiple-section revision, the date on the right above a paragraph or section is the publication date of the paragraphs or sections that follow. Any paragraph added or deleted by a revision clause does not change the paragraph numbering of the Standard Specifications for any other reference to a paragraph of the Standard Specifications. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ DIVISION I GENERAL PROVISIONS 1 GENERAL 04-17-20 Add between the 1st and 2nd paragraphs of section 1-1.01: 10-19-18 Global revisions are changes to contract
    [Show full text]
  • Teaching with Dynamic Documents Web Applications and Local Resources
    Teaching with Dynamic Documents Web Applications and Local Resources Jerzy Karczmarczuk Dept. of Computer Science, University of Caen, Caen, France Keywords: HTML5, Javascript, SVG, Servers, Python, Tornado, AJAX, LaTeX, Mathematical Tools, Moodle, Nodejs, Websockets. Abstract: One of the bottlenecks in the application of computer methods in teaching is the limited effort in the develop- ment of tools for the creation of pedagogical material (documents, presentations, software). These tools exist, but they are often dispersed, and sometimes not well known. Some methodological work would be very useful. Our talk concentrates on the usage of Web-oriented infor- mation processing techniques, from the perspective of an individual: making presentations, scripting them, adding dynamical content from specialized servers, enhancing the interaction between different sources, etc. We give some simple examples belonging to the domain of teaching of sciences. The usage of servers help to modularize the teaching software support, avoiding big, monolithic applications. 1 PEDAGOGICAL CREATION used as the main interfaces. AND WEB TECHNOLOGIES The world-wide success of collaborative computer-assisted teaching platforms such as Moodle ((Dougiamas and Taylor, 2003; Moodle, 2015)), This talk is addressed mainly, not exclusively, to Chamilo, etc., is established. Course databases, teachers of mathematically oriented sciences, who cohort assembly, management of timed examinations want to prepare visually rich, dynamic, and inter- – all this frees the teachers’
    [Show full text]
  • Upon the Haskell Support for the Web Applications Development
    DOI: 10.1515/auom-2015-0019 An. S¸t. Univ. Ovidius Constant¸a Vol. 23(1),2015, 277{290 Upon the Haskell support for the web applications development Anca Vasilescu Abstract Some of the most challenging directions in recent theoretical and practical research concern both the web science and the web applications development. Any alive science and any alive programming language should increase its connection with the web domain. Apart from general advantages provided by the functional language programming Haskell, its specific support for the web applications design and implementation is highlighted in this paper. It is also our target to reveal here some mathematical grounds of the web as a modern and very young science. Appropriate examples will be selected from our students' functional web applications. So, the web ecosystem and particularly those charac- teristics which are relevant for guiding our students to choose Haskell for developing performant maths-based web solutions are pointed out. All the mathematical evaluations involved in this approach are Haskell based. 1 Indroduction From the end-user point of view, probably the most challenging directions in functional programming are: parallel and concurrent programming, web appli- cation development support, generic programming or type/kind-level program- ming. Out of these, are the web applications the most widely used nowadays? The answer is definitively, yes, they are. Key Words: computer science education, functional programming languages, Haskell, Page Rank metric, web applications 2010 Mathematics Subject Classification: 68N18, 97R50, 68M11, 68U35 Received: 2 May, 2014. Revised: 20 June, 2014 Accepted: 29 June, 2014 277 UPON THE HASKELL SUPPORT FOR THE WEB APPLICATIONS DEVELOPMENT 278 Web applications are becoming the standard way to interact with users.
    [Show full text]
  • Breaking Web Applications Built on Top of Encrypted Data
    Breaking Web Applications Built On Top of Encrypted Data Paul Grubbs Richard McPherson Muhammad Naveed Cornell University UT Austin USC [email protected] [email protected] [email protected] Thomas Ristenpart Vitaly Shmatikov Cornell Tech Cornell Tech [email protected] [email protected] ABSTRACT activity on the server but not interfering with its opera- We develop a systematic approach for analyzing client-server tions), and active attacks involving arbitrary malicious be- applications that aim to hide sensitive user data from un- havior. We then work backwards from these adversarial trusted servers. We then apply it to Mylar, a framework capabilities to models. This approach uncovers significant that uses multi-key searchable encryption (MKSE) to build challenges and security-critical decisions faced by the de- Web applications on top of encrypted data. signers of BoPETs: how to partition functionality between We demonstrate that (1) the Popa-Zeldovich model for the clients and the server, which data to encrypt, which ac- MKSE does not imply security against either passive or ac- cess patterns can leak sensitive information, and more. tive attacks; (2) Mylar-based Web applications reveal users' We then apply our methodology to a recent BoPET called data and queries to passive and active adversarial servers; Mylar [48]. Mylar is an extension to a popular Web applica- and (3) Mylar is generically insecure against active attacks tion framework called Meteor [39]. Unlike similar commer- due to system design flaws. Our results show that the prob- cial systems [59], Mylar is open-source, enabling a thorough lem of securing client-server applications against actively analysis.
    [Show full text]
  • Model-Based, Event-Driven Programming Paradigm for Interactive Web Applications
    Model-based, event-driven programming paradigm for interactive web applications The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation Aleksandar Milicevic, Daniel Jackson, Milos Gligoric, and Darko Marinov. 2013. Model-based, event-driven programming paradigm for interactive web applications. In Proceedings of the 2013 ACM international symposium on New ideas, new paradigms, and reflections on programming & software (Onward! '13). ACM, New York, NY, USA, 17-36. As Published http://dx.doi.org/10.1145/2509578.2509588 Publisher Association for Computing Machinery (ACM) Version Author's final manuscript Citable link http://hdl.handle.net/1721.1/86924 Terms of Use Creative Commons Attribution-Noncommercial-Share Alike Detailed Terms http://creativecommons.org/licenses/by-nc-sa/4.0/ Model-Based, Event-Driven Programming Paradigm for Interactive Web Applications Aleksandar Milicevic Daniel Jackson Milos Gligoric Darko Marinov Massachusetts Institute of Technology University of Illinois at Urbana-Champaign Cambridge, MA, USA Urbana, IL, USA {aleks,dnj}@csail.mit.edu {gliga,marinov}@illinois.edu Abstract 1. Introduction Applications are increasingly distributed and event-driven. Today’s era of social networks, online real-time user collab- Advances in web frameworks have made it easier to pro- oration, and distributed computing brings new demands for gram standalone servers and their clients, but these appli- application programming. Interactiveness and multi-user ex- cations remain hard to write. A model-based programming perience are essential features of successful and popular ap- paradigm is proposed that allows a programmer to represent plications. However, programming such inherently complex a distributed application as if it were a simple sequential pro- software systems, especially when the interactive (real-time) gram, with atomic actions updating a single, shared global multi-user component is needed, has not become much eas- state.
    [Show full text]