<?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: Viewing boot parameters while booted? in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491872#M19233</link>
    <description>&lt;!--!*#--&gt;&amp;gt; [...] what to make of the output for boot_dev:&lt;BR /&gt;&lt;BR /&gt;It's the kind of hardware path used by the&lt;BR /&gt;firmware, but it's not the kind of simple&lt;BR /&gt;device name you would specify.  There may be&lt;BR /&gt;some actual information somewhere, but I&lt;BR /&gt;don't know where.  On mine,&lt;BR /&gt;"SCSI 1 6 0 0 0 0 0" is DKA0.  I'd guess that&lt;BR /&gt;the "1" and "6" are related to the bus and&lt;BR /&gt;slot for the SCSI adapter, and three of those&lt;BR /&gt;"0"s are for "A" and "0" (SCSI ID) and "0"&lt;BR /&gt;(SCSI LUN) in "DKA0[00]", but I don't know&lt;BR /&gt;which three, and right now I don't have an&lt;BR /&gt;Alpha which I can play with to try to figure&lt;BR /&gt;it out.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SCSI 1 3 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;I'd guess that that's a DKx0 (x = A, B, ...).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; RAID 0 7 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;I don't have any RAID adapters, so I know&lt;BR /&gt;even less about that one.&lt;BR /&gt;&lt;BR /&gt;A Google search for:&lt;BR /&gt;       "SCSI 1 6 0 0 0 0 0"&lt;BR /&gt;found:&lt;BR /&gt;&lt;A href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263178" target="_blank"&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263178&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which suggests that&lt;BR /&gt;      bootdef_dev      dka0.0.0.6.1&lt;BR /&gt;and&lt;BR /&gt;      bootdef_dev SCSI 1 6 0 0 0 0 0&lt;BR /&gt;are related.&lt;BR /&gt;&lt;BR /&gt;Perhaps a search for bootdef_dev would find&lt;BR /&gt;some different/better examples.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a command to get all of the&lt;BR /&gt;&amp;gt; parameters or do you need to get them all&lt;BR /&gt;&amp;gt; individually?&lt;BR /&gt;&lt;BR /&gt;F$GETENV does one at a time.&lt;BR /&gt;&lt;BR /&gt;Can you extract a list of SRM parameters?&lt;BR /&gt;&lt;BR /&gt;All I know is: HELP Lexicals F$GETENV&lt;BR /&gt;&lt;BR /&gt;There's also an example program showing the&lt;BR /&gt;lower-level system services at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/548" target="_blank"&gt;http://labs.hoffmanlabs.com/node/548&lt;/A&gt;</description>
    <pubDate>Fri, 04 Sep 2009 14:21:29 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-09-04T14:21:29Z</dc:date>
    <item>
      <title>Viewing boot parameters while booted?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491868#M19229</link>
      <description>I'm recently returned to TRU64 after some years.&lt;BR /&gt;Is there a non-intrusive way to view the boot parameters on a DS20?&lt;BR /&gt;On a GS140?&lt;BR /&gt;On an ES40?&lt;BR /&gt;On an AS2100A?&lt;BR /&gt;&lt;BR /&gt;The first 2 are running TRU64 V5.1&lt;BR /&gt;The ES40 is running OpenVMS V7.1-2&lt;BR /&gt;The AS2100 is running OpenVMS V6.2-1H3&lt;BR /&gt;&lt;BR /&gt;Unfortunately, at present I have no console access to the ES40.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 04 Sep 2009 07:36:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491868#M19229</guid>
      <dc:creator>Gordon  Morrison</dc:creator>
      <dc:date>2009-09-04T07:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing boot parameters while booted?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491869#M19230</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From Tru64 you can use consvar.&lt;BR /&gt;&lt;BR /&gt;Individual variables can be grabbed with &lt;BR /&gt;&lt;BR /&gt;# consvar -g &lt;VARIABLE&gt;&lt;BR /&gt;&lt;BR /&gt;or you can list all with&lt;BR /&gt;&lt;BR /&gt;# consvar -l&lt;BR /&gt;&lt;BR /&gt;eg:&lt;BR /&gt;&lt;BR /&gt;# consvar -g bootdef_dev&lt;BR /&gt;bootdef_dev = dsk13(4 paths)&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob&lt;/VARIABLE&gt;</description>
      <pubDate>Fri, 04 Sep 2009 08:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491869#M19230</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2009-09-04T08:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing boot parameters while booted?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491870#M19231</link>
      <description>&lt;!--!*#--&gt;On VMS, there's a lexical function, F$GETENV,&lt;BR /&gt;but I don't know if it was available on VMS&lt;BR /&gt;versions so old.&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$getenv( "boot_dev")&lt;BR /&gt;SCSI 1 6 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;alp $ write sys$output f$getsyi( "version")&lt;BR /&gt;V7.3-2</description>
      <pubDate>Fri, 04 Sep 2009 12:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491870#M19231</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-04T12:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing boot parameters while booted?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491871#M19232</link>
      <description>Thanks Steven. It does work on older versions, though I'm not sure what to make of the output for boot_dev:&lt;BR /&gt;&lt;BR /&gt;write sys$output f$getenv( "boot_dev")&lt;BR /&gt;RAID 0 7 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;write sys$output f$getsyi( "version")&lt;BR /&gt;V6.2-1H3&lt;BR /&gt;&lt;BR /&gt;------&lt;BR /&gt;&lt;BR /&gt;write sys$output f$getenv( "boot_dev")&lt;BR /&gt;SCSI 1 3 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;write sys$output f$getsyi( "version")&lt;BR /&gt;V7.1-2&lt;BR /&gt;&lt;BR /&gt;------&lt;BR /&gt;Is there a command to get all of the parameters or do you need to get them all individually?&lt;BR /&gt;Can you extract a list of SRM parameters?</description>
      <pubDate>Fri, 04 Sep 2009 13:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491871#M19232</guid>
      <dc:creator>Gordon  Morrison</dc:creator>
      <dc:date>2009-09-04T13:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing boot parameters while booted?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491872#M19233</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] what to make of the output for boot_dev:&lt;BR /&gt;&lt;BR /&gt;It's the kind of hardware path used by the&lt;BR /&gt;firmware, but it's not the kind of simple&lt;BR /&gt;device name you would specify.  There may be&lt;BR /&gt;some actual information somewhere, but I&lt;BR /&gt;don't know where.  On mine,&lt;BR /&gt;"SCSI 1 6 0 0 0 0 0" is DKA0.  I'd guess that&lt;BR /&gt;the "1" and "6" are related to the bus and&lt;BR /&gt;slot for the SCSI adapter, and three of those&lt;BR /&gt;"0"s are for "A" and "0" (SCSI ID) and "0"&lt;BR /&gt;(SCSI LUN) in "DKA0[00]", but I don't know&lt;BR /&gt;which three, and right now I don't have an&lt;BR /&gt;Alpha which I can play with to try to figure&lt;BR /&gt;it out.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; SCSI 1 3 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;I'd guess that that's a DKx0 (x = A, B, ...).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; RAID 0 7 0 0 0 0 0&lt;BR /&gt;&lt;BR /&gt;I don't have any RAID adapters, so I know&lt;BR /&gt;even less about that one.&lt;BR /&gt;&lt;BR /&gt;A Google search for:&lt;BR /&gt;       "SCSI 1 6 0 0 0 0 0"&lt;BR /&gt;found:&lt;BR /&gt;&lt;A href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263178" target="_blank"&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=263178&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which suggests that&lt;BR /&gt;      bootdef_dev      dka0.0.0.6.1&lt;BR /&gt;and&lt;BR /&gt;      bootdef_dev SCSI 1 6 0 0 0 0 0&lt;BR /&gt;are related.&lt;BR /&gt;&lt;BR /&gt;Perhaps a search for bootdef_dev would find&lt;BR /&gt;some different/better examples.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a command to get all of the&lt;BR /&gt;&amp;gt; parameters or do you need to get them all&lt;BR /&gt;&amp;gt; individually?&lt;BR /&gt;&lt;BR /&gt;F$GETENV does one at a time.&lt;BR /&gt;&lt;BR /&gt;Can you extract a list of SRM parameters?&lt;BR /&gt;&lt;BR /&gt;All I know is: HELP Lexicals F$GETENV&lt;BR /&gt;&lt;BR /&gt;There's also an example program showing the&lt;BR /&gt;lower-level system services at:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://labs.hoffmanlabs.com/node/548" target="_blank"&gt;http://labs.hoffmanlabs.com/node/548&lt;/A&gt;</description>
      <pubDate>Fri, 04 Sep 2009 14:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491872#M19233</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-09-04T14:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing boot parameters while booted?</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491873#M19234</link>
      <description>OK, Thanks.</description>
      <pubDate>Fri, 04 Sep 2009 14:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/viewing-boot-parameters-while-booted/m-p/4491873#M19234</guid>
      <dc:creator>Gordon  Morrison</dc:creator>
      <dc:date>2009-09-04T14:36:22Z</dc:date>
    </item>
  </channel>
</rss>

