<?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: Adding a new Hard Disk in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942821#M14344</link>
    <description>&lt;BR /&gt;This is what I do when adding new disks:&lt;BR /&gt;&lt;BR /&gt;1. physically add new disk drive(s); if disks are on HSxxx controllers don't forget to enable_access&lt;BR /&gt;2. on the server run "hwmgr -scan comp" (or "hwmgr -scan scsi")&lt;BR /&gt;3. wait a minute&lt;BR /&gt;4. verify with hwmgr -v d (the new disk usually apears at the end of the list)&lt;BR /&gt;5. dsfmgr -vFV&lt;BR /&gt;6. dn_setup -sanity_check (just to make sure everything is OK -- If the check is successful, the message Passed is displayed.)&lt;BR /&gt;&lt;BR /&gt;(Note: At boot time, the system script file /sbin/dn_setup runs and&lt;BR /&gt;uses dsfmgr command options to poll the system for new devices&lt;BR /&gt;and, if any are found, creates device special files for those devices.)&lt;BR /&gt;&lt;BR /&gt;Then follow what Ivan wrote on how to create an AdvFS domain &amp;amp; fileset(s) and mount it/them and add it/them to /etc/fstab file for automatic mounting on boot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
    <pubDate>Fri, 25 Nov 2005 11:18:50 GMT</pubDate>
    <dc:creator>Ross Minkov</dc:creator>
    <dc:date>2005-11-25T11:18:50Z</dc:date>
    <item>
      <title>Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942816#M14339</link>
      <description>Hi, can anybody give me any document which can help me in Adding new hard disk in Tru64 v5.1, Thanks.</description>
      <pubDate>Thu, 24 Nov 2005 05:40:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942816#M14339</guid>
      <dc:creator>aique</dc:creator>
      <dc:date>2005-11-24T05:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942817#M14340</link>
      <description>Is the new disk not recognized by the OS?</description>
      <pubDate>Thu, 24 Nov 2005 06:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942817#M14340</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2005-11-24T06:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942818#M14341</link>
      <description>this is new disk and system has recognized it. what i want the remaining steps in order to make is accessible.</description>
      <pubDate>Thu, 24 Nov 2005 06:39:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942818#M14341</guid>
      <dc:creator>aique</dc:creator>
      <dc:date>2005-11-24T06:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942819#M14342</link>
      <description>Did the system created new device files for it...such as /dev/disk/dskn[a-h]?&lt;BR /&gt;&lt;BR /&gt;If so, then you can start using it.</description>
      <pubDate>Thu, 24 Nov 2005 06:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942819#M14342</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2005-11-24T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942820#M14343</link>
      <description>Use hwmgr v d to identify the new disk.&lt;BR /&gt;&lt;BR /&gt;Write a new label to the disk:&lt;BR /&gt;&lt;BR /&gt;disklabel -rw&lt;BR /&gt;&lt;BR /&gt;Create a domain on the new disk, for example on dsk3 partition c (partition c is the whole disk)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkfdmn /dev/disk/dsk3c new_domain&lt;BR /&gt;&lt;BR /&gt;Create a fileset in the domain:&lt;BR /&gt;&lt;BR /&gt;mkfset new_domain new_fileset&lt;BR /&gt;&lt;BR /&gt;Mount the fileset:&lt;BR /&gt;&lt;BR /&gt;mkdir /new_fileset&lt;BR /&gt;mount new_domain#new_fileset /new_fileset&lt;BR /&gt;&lt;BR /&gt;Add an entry in /etc/fstab for the new fileset.&lt;BR /&gt;&lt;BR /&gt;All this you can see in the system administration manual available at the tru64 doc page.</description>
      <pubDate>Thu, 24 Nov 2005 06:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942820#M14343</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-24T06:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942821#M14344</link>
      <description>&lt;BR /&gt;This is what I do when adding new disks:&lt;BR /&gt;&lt;BR /&gt;1. physically add new disk drive(s); if disks are on HSxxx controllers don't forget to enable_access&lt;BR /&gt;2. on the server run "hwmgr -scan comp" (or "hwmgr -scan scsi")&lt;BR /&gt;3. wait a minute&lt;BR /&gt;4. verify with hwmgr -v d (the new disk usually apears at the end of the list)&lt;BR /&gt;5. dsfmgr -vFV&lt;BR /&gt;6. dn_setup -sanity_check (just to make sure everything is OK -- If the check is successful, the message Passed is displayed.)&lt;BR /&gt;&lt;BR /&gt;(Note: At boot time, the system script file /sbin/dn_setup runs and&lt;BR /&gt;uses dsfmgr command options to poll the system for new devices&lt;BR /&gt;and, if any are found, creates device special files for those devices.)&lt;BR /&gt;&lt;BR /&gt;Then follow what Ivan wrote on how to create an AdvFS domain &amp;amp; fileset(s) and mount it/them and add it/them to /etc/fstab file for automatic mounting on boot.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Ross</description>
      <pubDate>Fri, 25 Nov 2005 11:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942821#M14344</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-11-25T11:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942822#M14345</link>
      <description>Very good!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;LuRan</description>
      <pubDate>Tue, 06 Dec 2005 03:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942822#M14345</guid>
      <dc:creator>BuleSea111</dc:creator>
      <dc:date>2005-12-06T03:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942823#M14346</link>
      <description>to  Ross Minkov&lt;BR /&gt;I think that I do the following steps should be replaced to the above steps 2-6:&lt;BR /&gt;  1. physically add new disk drive(s); if disks are on HSxxx controllers don't forget to enable_access&lt;BR /&gt;  2. shutdown  -h  now&lt;BR /&gt;  3. physically power off this  machine , an then power it  on again&lt;BR /&gt;  4. login to  the  system  as root&lt;BR /&gt;  5. hwmgr  â  v  d&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Dec 2005 04:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942823#M14346</guid>
      <dc:creator>klbblk</dc:creator>
      <dc:date>2005-12-07T04:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942824#M14347</link>
      <description>Well, I assumed that we were talking about a server with hot plug disks. In that case you don't need to shutdown / power off the system. If you are working on a Alpha workstation with internal non hot plug disks then yes, you have to power it off to add the disks.&lt;BR /&gt;&lt;BR /&gt;-Ross</description>
      <pubDate>Wed, 07 Dec 2005 08:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942824#M14347</guid>
      <dc:creator>Ross Minkov</dc:creator>
      <dc:date>2005-12-07T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new Hard Disk</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942825#M14348</link>
      <description>Use hwmgr v d to identify the new disk.&lt;BR /&gt;&lt;BR /&gt;Write a new label to the disk:&lt;BR /&gt;&lt;BR /&gt;disklabel -rw&lt;BR /&gt;&lt;BR /&gt;Create a domain on the new disk, for example on dsk3 partition c (partition c is the whole disk)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mkfdmn /dev/disk/dsk3c new_domain&lt;BR /&gt;&lt;BR /&gt;Create a fileset in the domain:&lt;BR /&gt;&lt;BR /&gt;mkfset new_domain new_fileset&lt;BR /&gt;&lt;BR /&gt;Mount the fileset:&lt;BR /&gt;&lt;BR /&gt;mkdir /new_fileset&lt;BR /&gt;mount new_domain#new_fileset /new_fileset&lt;BR /&gt;&lt;BR /&gt;Add an entry in /etc/fstab for the new fileset.&lt;BR /&gt;&lt;BR /&gt;All this you can see in the system administration manual available at the tru64 doc page.</description>
      <pubDate>Thu, 08 Dec 2005 01:07:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/adding-a-new-hard-disk/m-p/4942825#M14348</guid>
      <dc:creator>aique</dc:creator>
      <dc:date>2005-12-08T01:07:43Z</dc:date>
    </item>
  </channel>
</rss>

