<?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 Disaster recovery information in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793014#M80263</link>
    <description>Hello everyone.&lt;BR /&gt;&lt;BR /&gt;I'd like to find out what information you would want available to you in the event that you had to rebuild a server.&lt;BR /&gt;&lt;BR /&gt;Let's assume that you don't have an ignite manifest for the server.&lt;BR /&gt;&lt;BR /&gt;What information would you want, and what commands would you use to get this information.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Sean</description>
    <pubDate>Fri, 23 Aug 2002 17:24:14 GMT</pubDate>
    <dc:creator>Sean OB_1</dc:creator>
    <dc:date>2002-08-23T17:24:14Z</dc:date>
    <item>
      <title>Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793014#M80263</link>
      <description>Hello everyone.&lt;BR /&gt;&lt;BR /&gt;I'd like to find out what information you would want available to you in the event that you had to rebuild a server.&lt;BR /&gt;&lt;BR /&gt;Let's assume that you don't have an ignite manifest for the server.&lt;BR /&gt;&lt;BR /&gt;What information would you want, and what commands would you use to get this information.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Sean</description>
      <pubDate>Fri, 23 Aug 2002 17:24:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793014#M80263</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-08-23T17:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793015#M80264</link>
      <description>Sean,&lt;BR /&gt;&lt;BR /&gt;Can you give more information out?  Pardon my ignorance, but what do you mean by "manifest"?  Do you mean the install CD-ROMS?&lt;BR /&gt;- Allan</description>
      <pubDate>Fri, 23 Aug 2002 17:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793015#M80264</guid>
      <dc:creator>Allan Pincus</dc:creator>
      <dc:date>2002-08-23T17:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793016#M80265</link>
      <description>Sean,&lt;BR /&gt;&lt;BR /&gt;I keep hard copies of basic system information like disk layouts, file system sizings, OS versions (&amp;amp;patches), application versions, database schemas, and the like.&lt;BR /&gt;&lt;BR /&gt;I also like to use the ignite manifest.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 23 Aug 2002 17:29:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793016#M80265</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-23T17:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793017#M80266</link>
      <description>Hi Sean:&lt;BR /&gt;&lt;BR /&gt;If you have generated an Ignite recovery tape using 'make_tape_recovery', then you automaitcally *have* an Ignite manifest.  Its:&lt;BR /&gt;&lt;BR /&gt;# /var/opt/ignite/recovery/latest/manifest&lt;BR /&gt;&lt;BR /&gt;If you wish to extract this from your Ignite tape *before* you use the tape otherwise (e.g. to rebuild your server), do (on another viable server):&lt;BR /&gt;&lt;BR /&gt;# mt -t /dev/rmt/0mn fsf 1&lt;BR /&gt;# tar -xvf /dev/rmt/0m /var/opt/ignite/recovery/latest/manifest&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 17:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793017#M80266</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-23T17:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793018#M80267</link>
      <description>a) Always have a recent recovery tape (make_tape_recovery) and a good full system backup.&lt;BR /&gt;b) Other than that you need to have atleast these information on files or in record:&lt;BR /&gt;LVM information (vgdisplay, lvdisplay, bdf, fstab etc)&lt;BR /&gt;Disk information (ioscan -fnC disk, pvdisplay etc)&lt;BR /&gt;Hardware details (ioscan -fn)&lt;BR /&gt;Network information (lanscan, netstat, netconf, hosts, NFS/NIS config files, nsswitch.conf etc)&lt;BR /&gt;Printer information (lpstat -t)&lt;BR /&gt;User account information(/etc/passwd, group, profiles, .rhosts etc)&lt;BR /&gt;Custom scripts (/sbin/init.d, application scripts etc)&lt;BR /&gt;&lt;BR /&gt;gl</description>
      <pubDate>Fri, 23 Aug 2002 17:30:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793018#M80267</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-23T17:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793019#M80268</link>
      <description>Let me clarify a bit.  I know about the ignite manifest, how to make it etc.&lt;BR /&gt;&lt;BR /&gt;I want to find out what information, assuming you didn't have ignite, you would want.&lt;BR /&gt;&lt;BR /&gt;I have systems that are non HP/UX that we wouldn't have a manifest for, so I want to make sure that I'm collecting everything that would be necessary to rebuild those systems as well.&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Fri, 23 Aug 2002 17:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793019#M80268</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-08-23T17:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793020#M80269</link>
      <description>In addition to the manifest, I always keep swlist outputs, bdf outputs, vgdisplay outputs, and ioscan -fn outputs.&lt;BR /&gt;&lt;BR /&gt;If you are running databases with raw io, you also need a listing of those devices so that you can restore the exact paths.&lt;BR /&gt;&lt;BR /&gt;Also, I suggest that you do a search for something called 'lvmcollect'. If it doesn;t contain everything you need, you can easily modify it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 17:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793020#M80269</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-23T17:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793021#M80270</link>
      <description>Allen,&lt;BR /&gt;&lt;BR /&gt;Ignite creates a "manifest" of your system for use in recovering it in the event of a disaster.&lt;BR /&gt;&lt;BR /&gt;It's part of the make recovery process in ignite.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 17:35:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793021#M80270</guid>
      <dc:creator>Sean OB_1</dc:creator>
      <dc:date>2002-08-23T17:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793022#M80271</link>
      <description>One more is a kmtune or sysdef output.&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Aug 2002 17:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793022#M80271</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-23T17:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793023#M80272</link>
      <description>Some other commands you could run and keep in record:&lt;BR /&gt;# sysdef&lt;BR /&gt;# kmtune&lt;BR /&gt;# lsdev&lt;BR /&gt;# cat /etc/system&lt;BR /&gt;# swlist&lt;BR /&gt;# swlist -lfileset&lt;BR /&gt;# cat /etc/resolv.conf&lt;BR /&gt;# cat /usr/local/bin/*&lt;BR /&gt;# dmesg&lt;BR /&gt;# print_manifest&lt;BR /&gt;# landadmin -x ..options ..&lt;BR /&gt;# strings /etc/lvmtab</description>
      <pubDate>Fri, 23 Aug 2002 17:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793023#M80272</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-23T17:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793024#M80273</link>
      <description>I would add to the list:&lt;BR /&gt;&lt;BR /&gt;cat /etc/fstab&lt;BR /&gt;ll /dev/vg*&lt;BR /&gt;&lt;BR /&gt;and the output of /usr/contrib/bin/lv_allocations if it is on your system.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Fri, 23 Aug 2002 19:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793024#M80273</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-08-23T19:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793025#M80274</link>
      <description>Sean,&lt;BR /&gt;&lt;BR /&gt;If you want to create a manifest of NON-HP systems, because Ignite isn't available on those servers, then here are your options:&lt;BR /&gt;&lt;BR /&gt;AIX:&lt;BR /&gt;mksysb utility&lt;BR /&gt;&lt;BR /&gt;Solaris:&lt;BR /&gt;jumpstart utility&lt;BR /&gt;&lt;BR /&gt;Linux:&lt;BR /&gt;???&lt;BR /&gt;&lt;BR /&gt;THIS is the GUIDE to compare system commands between AIX, HPux, Solaris, BSD, TRU64, and Linux:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://unixguide.net/unixguide.cgi" target="_blank"&gt;http://unixguide.net/unixguide.cgi&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 23 Aug 2002 19:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793025#M80274</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-23T19:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793026#M80275</link>
      <description>FYI:  Linux = mkcdrec&lt;BR /&gt;&lt;BR /&gt;A utility to make recovery CD's using a standard CD-R or CD-RW burner.  Works great!</description>
      <pubDate>Fri, 23 Aug 2002 19:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793026#M80275</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-08-23T19:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793027#M80276</link>
      <description>Sean,&lt;BR /&gt;Here's some info you might want to keep:&lt;BR /&gt;ioscan -fn&lt;BR /&gt;vgdisplay -v (for all volume groups)&lt;BR /&gt;pvdisplay -v (for each disk)&lt;BR /&gt;lvdisplay -v (for each logical vol)&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;cat /stand/system&lt;BR /&gt;lanscan&lt;BR /&gt;ifconfig&lt;BR /&gt;hostname -a&lt;BR /&gt;setboot&lt;BR /&gt;lsdev&lt;BR /&gt;lpstat -t&lt;BR /&gt;bdf&lt;BR /&gt;cat /etc/fstab&lt;BR /&gt;swlist&lt;BR /&gt;&lt;BR /&gt;There are also scripts that have floated around for years like LVMCollect and SysInfo (which began life as internal only scripts).  But if you contact a support person (i.e., Log a Support case or go use Web Collab (available from the Knowledge Base), you can have someone send you a copy.&lt;BR /&gt;&lt;BR /&gt;Cheryl</description>
      <pubDate>Sun, 25 Aug 2002 13:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793027#M80276</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2002-08-25T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Disaster recovery information</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793028#M80277</link>
      <description>We have been using the cfg2html script for quite some time now ....&lt;BR /&gt;It covers everything &lt;BR /&gt;&lt;BR /&gt;You can find it @&lt;BR /&gt;&lt;A href="http://members.tripod.com/rose_swe/cfg/cfg.html" target="_blank"&gt;http://members.tripod.com/rose_swe/cfg/cfg.html&lt;/A&gt;</description>
      <pubDate>Mon, 26 Aug 2002 05:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disaster-recovery-information/m-p/2793028#M80277</guid>
      <dc:creator>Christos Magdalinos</dc:creator>
      <dc:date>2002-08-26T05:25:43Z</dc:date>
    </item>
  </channel>
</rss>

