<?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: Ignite question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972460#M785735</link>
    <description>if u execute lvdisplay for vg then u'll come to know that on which disk there are stale PEs, then u can try reducing the each LV. or after that execute lvdisplay command with -k option so we'll know the pvkey no. for the disk (make a note for disk which has stale PEs).&lt;BR /&gt;Than  excute lvreduce command using that pvkey value along with the -k option.&lt;BR /&gt;Then u go ahead with taking backup, I'll recommend u too replace the failed hard disk as soon as possible to avoid any disaster.</description>
    <pubDate>Fri, 07 Apr 2006 05:01:43 GMT</pubDate>
    <dc:creator>Mridul Shrivastava</dc:creator>
    <dc:date>2006-04-07T05:01:43Z</dc:date>
    <item>
      <title>Ignite question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972457#M785732</link>
      <description>Hello.&lt;BR /&gt;I have the following situation.&lt;BR /&gt;&lt;BR /&gt;I have a L-1000 server with 2 18GB internal disks, one of these disks is damaged (NO_HW),&lt;BR /&gt;when I try to do an ignite the following message is displayed.&lt;BR /&gt;&lt;BR /&gt;         /var/opt/ignite/recovery/2006-04-06,22:44/system_cfg vg00&lt;BR /&gt;lssf: Must specify a special_file                                 &lt;BR /&gt;usage: lssf special_file ...                                      &lt;BR /&gt;save_config: error - unknown disk type for , not SCSI or HPFL     &lt;BR /&gt;save_config: error - cannot determine root disk                   &lt;BR /&gt;ERROR:   /opt/ignite/bin/save_config failed &lt;BR /&gt;&lt;BR /&gt;I suppose this is because of the failed disk. &lt;BR /&gt;I have used the following instruction for doing the ignite all of them give the same result (see above).&lt;BR /&gt;&lt;BR /&gt;make_tape _recovery -Av&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=/dev/dsk/vg00 -A&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -x inc_entire=/dev/dsk/c1t2d0 (this is the hardware path of the disk that is still good)&lt;BR /&gt;&lt;BR /&gt;In these two internal disk the OS is installed is there anyway to force ignite to do a backup on the disk that is still good ?.&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 04:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972457#M785732</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2006-04-07T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972458#M785733</link>
      <description>Hi Fabian,&lt;BR /&gt;&lt;BR /&gt;is the damaged disk just a mirror? If so then you can try to reduce the mirror from there (probably you should use the -k option on lvreduce commands). Once reduced try again the make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;Othrwise I see it difficult to backup only the good disk. I also hope you already have a good backup.&lt;BR /&gt;&lt;BR /&gt;Good luck....&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 07 Apr 2006 04:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972458#M785733</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-04-07T04:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972459#M785734</link>
      <description>Hi Fabian,&lt;BR /&gt;&lt;BR /&gt;is the damaged disk just a mirror? If so then you can try to reduce the mirror from there (probably you should use the -k option on lvreduce commands). Once reduced try again the make_tape_recovery.&lt;BR /&gt;&lt;BR /&gt;Otherwise I see it difficult to backup only the good disk, I don't think it's possible, never heard that before. I also hope you already have a good backup.&lt;BR /&gt;&lt;BR /&gt;The correct make_tape_recovery should be&lt;BR /&gt;&lt;BR /&gt;make_tape_recovery -v -x inc_entire=vg00&lt;BR /&gt;&lt;BR /&gt;-A option is currently available on make_tape_recovery but it's not to obtain the same result as -x inc_entire=vg00.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck....&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 07 Apr 2006 04:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972459#M785734</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2006-04-07T04:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972460#M785735</link>
      <description>if u execute lvdisplay for vg then u'll come to know that on which disk there are stale PEs, then u can try reducing the each LV. or after that execute lvdisplay command with -k option so we'll know the pvkey no. for the disk (make a note for disk which has stale PEs).&lt;BR /&gt;Than  excute lvreduce command using that pvkey value along with the -k option.&lt;BR /&gt;Then u go ahead with taking backup, I'll recommend u too replace the failed hard disk as soon as possible to avoid any disaster.</description>
      <pubDate>Fri, 07 Apr 2006 05:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972460#M785735</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-04-07T05:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972461#M785736</link>
      <description>Hi Briseno,&lt;BR /&gt;&lt;BR /&gt;Pls check if you get the following error message after running  #make_tape _recovery -Av&lt;BR /&gt;&lt;BR /&gt;lvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;lvdisplay: Warning: couldn't query physical volume "/dev/dsk/c3t0d5":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;&lt;BR /&gt;If yes&lt;BR /&gt;&lt;BR /&gt;Solution: &lt;BR /&gt;&lt;BR /&gt;The errors here are not indicative of a problem with ignite and make_recovery.&lt;BR /&gt;They are a result of an underlying problem with the Logical Volume Manager&lt;BR /&gt;(LVM). Make_recovery uses the /opt/ignite/bin/save_config script to read&lt;BR /&gt;the LVM configuration information and create a configuration file for the&lt;BR /&gt;make_recovery tape archive. A look at the /etc/lvmtab file shows that some&lt;BR /&gt;physical volumes in the volume group vg00 that had been removed and changed&lt;BR /&gt;were still in the file.&lt;BR /&gt;&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -v&lt;BR /&gt;&lt;BR /&gt;This rebuilt the lvmtab file with the correct physical volumes present and&lt;BR /&gt;resolved the LVM command type errors (lvdisplay, vgdisplay, etc). We then&lt;BR /&gt;copied and ran the save_config script manually to check the results:&lt;BR /&gt;&lt;BR /&gt;# cp /opt/ignite/bin/save_config /tmp&lt;BR /&gt;&lt;BR /&gt;To assist us in debugging on we vi the script and on the second line of the&lt;BR /&gt;script we insert: set -x&lt;BR /&gt;&lt;BR /&gt;Now run it and dump all of the standard and error output to a file:&lt;BR /&gt;&lt;BR /&gt;# /tmp/save_config &amp;gt;/tmp/sc_info 2&amp;gt;&amp;amp;1&lt;BR /&gt;# more sc_info&lt;BR /&gt;...text truncated&lt;BR /&gt;+ find_root_disk&lt;BR /&gt;+ [[  = /dev/root ]]&lt;BR /&gt;+ + disk_to_path&lt;BR /&gt;lssf: Must specify a special_file&lt;BR /&gt;usage: lssf special_file ...&lt;BR /&gt;save_config: error - unknown disk type for , not SCSI or HPFL&lt;BR /&gt;root_hardware_path=&lt;BR /&gt;+ print -u4 init _hp_root_disk=""&lt;BR /&gt;+ [[ -z  ]]&lt;BR /&gt;+ fatal cannot determine root disk&lt;BR /&gt;save_config: error - cannot determine root disk&lt;BR /&gt;&lt;BR /&gt;The script still cannot determine the root disk drive. Using lvlnboot also&lt;BR /&gt;fails:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c1t1d3 (3/0/0.1.3) -- Boot Disk&lt;BR /&gt;Unable to query the I/O interface: Parameter error.&lt;BR /&gt;lvlnboot: Unable to print reliable information.&lt;BR /&gt;&lt;BR /&gt;By recovering the missing links to all of the logical volumes specified in the&lt;BR /&gt;Boot Data Reserved Area and update the Boot Data Reserved Area of each bootable&lt;BR /&gt;physical volume in the volume group we can get the lvlnboot command to work:&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -R /dev/vg00&lt;BR /&gt;Volume Group configuration for /dev/vg00 has been saved in&lt;BR /&gt;/etc/lvmconf/vg00.conf&lt;BR /&gt;&lt;BR /&gt;# lvlnboot -v&lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:&lt;BR /&gt;Physical Volumes belonging in Root Volume Group:&lt;BR /&gt;        /dev/dsk/c1t1d3 (3/0/0.1.3) -- Boot Disk&lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t1d3&lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t1d3&lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t1d3&lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t1d3, 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will rebuild the /etc/lvmconf/vg00.conf file with the correct information for&lt;BR /&gt;the root drive and make_recovery.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 05:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972461#M785736</guid>
      <dc:creator>Prashanth.D.S</dc:creator>
      <dc:date>2006-04-07T05:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972462#M785737</link>
      <description>thanks for the replys guys.&lt;BR /&gt;&lt;BR /&gt;I'll try your advice, as soon as possible.&lt;BR /&gt;&lt;BR /&gt;I must say that this server is not critical and in fact we will be moving the application there in a week or so to a new server. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you again.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Apr 2006 22:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-question/m-p/4972462#M785737</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2006-04-07T22:24:50Z</dc:date>
    </item>
  </channel>
</rss>

