<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HPSIM - Backup? in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947141#M46703</link>
    <description>Personally I do nightly incremental file system backups, and then weekly database dumps and weekly full filesystem backups.&lt;BR /&gt;&lt;BR /&gt;So if you have not setup backups of the database, I'd set that up in SQL.  If you need help setting up backup jobs in SQL we can help you out on that as well.</description>
    <pubDate>Fri, 16 Dec 2005 09:30:21 GMT</pubDate>
    <dc:creator>Jim Walsh_2</dc:creator>
    <dc:date>2005-12-16T09:30:21Z</dc:date>
    <item>
      <title>HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947138#M46700</link>
      <description>OK peeps, this could be a bit of a dumb question.  But how do you backup the configuration of your HPSIM server?&lt;BR /&gt;&lt;BR /&gt;Or is it just a case of making sure you have a copy of certain directories?&lt;BR /&gt;&lt;BR /&gt;I am thinking of a scenario where you may not need/want to restore the complete server, but need to re-create the HPSIM Server Instance.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 15 Dec 2005 10:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947138#M46700</guid>
      <dc:creator>Steve York_1</dc:creator>
      <dc:date>2005-12-15T10:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947139#M46701</link>
      <description>on HP-UX it es easy: Ignite&lt;BR /&gt;&lt;BR /&gt;on Windows maybe it is the best idea to generate an Image.&lt;BR /&gt;&lt;BR /&gt;If you have SIM and SE installed using an Oracle DB, there is a Backup function (mainly related to RMAN).&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Maurice</description>
      <pubDate>Fri, 16 Dec 2005 03:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947139#M46701</guid>
      <dc:creator>Maurice Skubski_1</dc:creator>
      <dc:date>2005-12-16T03:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947140#M46702</link>
      <description>Thanks Maurice, &lt;BR /&gt;Guess it would help if I gave all the required information ;-)&lt;BR /&gt;I am running on Windows 2000 using MSDE as the database backend.</description>
      <pubDate>Fri, 16 Dec 2005 09:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947140#M46702</guid>
      <dc:creator>Steve York_1</dc:creator>
      <dc:date>2005-12-16T09:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947141#M46703</link>
      <description>Personally I do nightly incremental file system backups, and then weekly database dumps and weekly full filesystem backups.&lt;BR /&gt;&lt;BR /&gt;So if you have not setup backups of the database, I'd set that up in SQL.  If you need help setting up backup jobs in SQL we can help you out on that as well.</description>
      <pubDate>Fri, 16 Dec 2005 09:30:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947141#M46703</guid>
      <dc:creator>Jim Walsh_2</dc:creator>
      <dc:date>2005-12-16T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947142#M46704</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;maybe you should consider an upgrade to the Standard Edition of MS SQL server. There you can easily define backup jobs via the Enterprise Manger. This jobs are scheduled and run automatically via the SQL Server Agent.&lt;BR /&gt;Then you are able to make periodical disk dumps which can also be backed up during the day because the files are not open.&lt;BR /&gt;You can also install the Client Utilities for SQL server on your MSDE but the license is the same as if you use the complete version.&lt;BR /&gt;&lt;BR /&gt;Otherwise you can create such disk dump jobs on the command line via an SQL script and execute them via the command line SQL utility of MSDE (isql.exe I think but I'm noch sure right now) and schedule them via the Windows scheduler.&lt;BR /&gt;&lt;BR /&gt;For backups runnign around midnight or during the weekend It may be useful for you to stop the HPSIM service and you MSDE completely to get a consistent backup of all files which would be open otherwise (I don't know if the HPSIM has permanent open files but it depends  on the MSSQL server so it would be a good idea to avoid running HPSIM while having your database stopped).&lt;BR /&gt;A imaging tool would be some add-on for a fast desaster recovery but if you create your images online, e.g. via an agent software, you need also to stop your services.&lt;BR /&gt;But give the backup job a high priority if more than one are running concurrently to get your HPSIM service started afterwards without having it stopped for too long. Also have an eye of the reports of you backup. If there are entries that open files were not backed up you may have to think about stopping the service which has open this file.&lt;BR /&gt;&lt;BR /&gt;In our Environment:&lt;BR /&gt;&lt;BR /&gt;- Win2k SP4 / MSSQL 2000 SP3a&lt;BR /&gt;- 130 servers monitored&lt;BR /&gt;- backup to tape runs twice a day&lt;BR /&gt;- database creates a disk dump 5 times a day.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;&lt;BR /&gt;Andi</description>
      <pubDate>Sat, 17 Dec 2005 03:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947142#M46704</guid>
      <dc:creator>Seemueller, Andreas</dc:creator>
      <dc:date>2005-12-17T03:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947143#M46705</link>
      <description>Guys, backing up is really great... but restoring is even better. Have any of you actually successfully tested your restore procedures? If not I suggest you do so before you have your first "incident".&lt;BR /&gt;&lt;BR /&gt;It's not just the database you need to backup but there's a huge list of config files as well... just one example the discovery templates... they are not stored in the DB. I'm currently constructing a script to backup and restore an HPSIM config on HP-UX, most of the commands are the same on Windows. It's not priority #1 at the moment but I'll post the script to the hpsim scripts and tools forum once it's done.</description>
      <pubDate>Wed, 16 Aug 2006 08:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947143#M46705</guid>
      <dc:creator>David Libby_4</dc:creator>
      <dc:date>2006-08-16T08:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947144#M46706</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Finally HP have published backup and restore guides... still doesn't mean we shouldn't test them...&lt;BR /&gt;&lt;BR /&gt;HP-UX/Linux&lt;BR /&gt;==============&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00740520/c00740520.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00740520/c00740520.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Windows&lt;BR /&gt;============&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00740865/c00740865.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00740865/c00740865.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I guess that's the end of this thread.... still didn't get round to finishing the promised script. Don't hold your breath :-)&lt;BR /&gt;&lt;BR /&gt;All the best,&lt;BR /&gt;David</description>
      <pubDate>Wed, 04 Oct 2006 09:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947144#M46706</guid>
      <dc:creator>David Libby_4</dc:creator>
      <dc:date>2006-10-04T09:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947145#M46707</link>
      <description>Cheers David, most helpful&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 04 Oct 2006 10:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947145#M46707</guid>
      <dc:creator>Steve York_1</dc:creator>
      <dc:date>2006-10-04T10:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947146#M46708</link>
      <description>You're welcome :-)</description>
      <pubDate>Thu, 05 Oct 2006 01:44:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947146#M46708</guid>
      <dc:creator>David Libby_4</dc:creator>
      <dc:date>2006-10-05T01:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: HPSIM - Backup?</title>
      <link>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947147#M46709</link>
      <description>See David's posting for solution</description>
      <pubDate>Thu, 05 Oct 2006 03:07:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/hpsim-backup/m-p/4947147#M46709</guid>
      <dc:creator>Steve York_1</dc:creator>
      <dc:date>2006-10-05T03:07:26Z</dc:date>
    </item>
  </channel>
</rss>

