<?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 HPux boot disk question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348405#M191978</link>
    <description>I have a test box hpux 11.11 that has a jamaica box attached for 8 single drives or 4 of the old big jamaicas that took 2 slots.&lt;BR /&gt;At one time it had the doubles in it.&lt;BR /&gt;&lt;BR /&gt;I just noticed that the boot disk address is 10/8.0.0, looked at the back of the jamaica and the 1st slot has all switches level, meaning 0.  Is there away I can make my boot disk be 10/8.6.0 without a lot of hassle.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;MIke</description>
    <pubDate>Tue, 03 Aug 2004 12:38:25 GMT</pubDate>
    <dc:creator>mike worrell</dc:creator>
    <dc:date>2004-08-03T12:38:25Z</dc:date>
    <item>
      <title>HPux boot disk question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348405#M191978</link>
      <description>I have a test box hpux 11.11 that has a jamaica box attached for 8 single drives or 4 of the old big jamaicas that took 2 slots.&lt;BR /&gt;At one time it had the doubles in it.&lt;BR /&gt;&lt;BR /&gt;I just noticed that the boot disk address is 10/8.0.0, looked at the back of the jamaica and the 1st slot has all switches level, meaning 0.  Is there away I can make my boot disk be 10/8.6.0 without a lot of hassle.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;MIke</description>
      <pubDate>Tue, 03 Aug 2004 12:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348405#M191978</guid>
      <dc:creator>mike worrell</dc:creator>
      <dc:date>2004-08-03T12:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: HPux boot disk question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348406#M191979</link>
      <description>That probably isn't done on the Jamaica. I would not touch it.&lt;BR /&gt;&lt;BR /&gt;Here is a procedure for setting mirroring that also covers setting the boot disk.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pvcreate -B /dev/rdsk/c1t0d0 #use real disk&lt;BR /&gt;&lt;BR /&gt;mkboot -l /dev/rdsk/c1t0d0&lt;BR /&gt;mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c1t0d0 # use real disk&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;If you are running 64-bit OS:&lt;BR /&gt;&lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c?t?d?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgextend /dev/vg00 /dev/dsk/c1t0d0 # same thing&lt;BR /&gt;lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t0d0&lt;BR /&gt;&lt;BR /&gt;# real disk. repeat for other lvols&lt;BR /&gt;&lt;BR /&gt;lvlnboot -r /dev/vg00/lvol3 # root fs /&lt;BR /&gt;lvlnboot -s /dev/vg00/lvol2 #swap&lt;BR /&gt;lvlnboot -d /dev/vg00/lvol2 #swap/dump&lt;BR /&gt;lvlnboot -b /dev/vg00/lvol1&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;setboot&lt;BR /&gt;setboot -a 52.1.0 # second disk&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 Aug 2004 12:58:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348406#M191979</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-08-03T12:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: HPux boot disk question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348407#M191980</link>
      <description>Hi, Mike.&lt;BR /&gt;&lt;BR /&gt;Those little switch packs you see on the back of the Jamaica chassis are indeed the SCSI IDs.  There is one switch pack per slot.  It is just as straight-forward as you think, all down is all zeros.  You can change it to SCSI ID 6 (_--_), and that is that.&lt;BR /&gt;&lt;BR /&gt;I'm not sure why you would want to do this, however, other than to be like some other server, or to match HP's fairly loose 'boot disk convention' of Boot Disk being SCSI ID 6 by default from the factory.&lt;BR /&gt;&lt;BR /&gt;What you are going to do is to have to change several internal parameters (like in the boot prom, to change the primary boot path to this new ID).  Off-hand, I can't even think of all the things that need the complete path to the disk.  There is the lvlnboot parameter, check man pages and do an lvlnboot -l (I think) to see what your current boot path is in the deep-magic boot structures.  There may even be other things.&lt;BR /&gt;&lt;BR /&gt;Unless you have an overriding need to do this, I would leave it alone.  It certainly doesn't cause any issues for the boot disk to be SCSI ID 0 (0000).  The only possible technical issue would be that priority of access to the SCSI bus is based on SCSI ID, with 7 (reserved for the controller) as the highest, followed by 6 (hence HP's default boot drive ID), 5, 4...0, then 15, 14, and so on down to 8.  But in a small and simple system, this is never an issue.  It might be with a heavily loaded SCSI bus (all 8 Jamaica drives on the same bus, for instance), but I'll bet you've never had any system issues that you could trace to the SCSI ID of the boot disk.  I don't know anybody who has.&lt;BR /&gt;&lt;BR /&gt;Anyway, good luck with it.  Good thing it's a test box.  Oh, and be gentle with those little switches, they aren't meant for lots of force or lots of toggling.&lt;BR /&gt;&lt;BR /&gt;--bmr</description>
      <pubDate>Tue, 03 Aug 2004 15:12:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpux-boot-disk-question/m-p/3348407#M191980</guid>
      <dc:creator>Brian M Rawlings</dc:creator>
      <dc:date>2004-08-03T15:12:59Z</dc:date>
    </item>
  </channel>
</rss>

