<?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: sasmgr command in Integrity Servers</title>
    <link>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555424#M5950</link>
    <description>Few Exmples:&lt;BR /&gt;&lt;BR /&gt;Display all PHY statistics of the SAS I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr get_info -D /dev/sasd0 -q phy=all&lt;BR /&gt;&lt;BR /&gt;Display all RAID volume information of the Core I/O card / HBA whose device file is dev/sasd0:&lt;BR /&gt;sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;&lt;BR /&gt;Clear statistics for a port with PHY ID 1 of the SAS I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr clear_stat -D /dev/sasd0 -q phy_in_port=1&lt;BR /&gt;&lt;BR /&gt;Forcefully issue disable request to the SAS I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr -f disable -D /dev/sasd0&lt;BR /&gt;&lt;BR /&gt;Add a RAID volume with size 34000 (MB), level 1 (RAID1), and enc_bay 1:4,1:5 to the Core I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr add -D /dev/sasd0 -q raid -q level=1 -q size=34000 -q enc_bay=1:4,1:5&lt;BR /&gt;&lt;BR /&gt;Add a spare disk to the Core I/O card / HBA whose device file is /dev/sasd0 :&lt;BR /&gt;sasmgr add -D /dev/sasd0 -q raid -q spare -q enc_bay=1:4,1:5 &lt;BR /&gt;&lt;BR /&gt;Delete a RAID volume with volume ID 4 to the Core I/O card / HBA whose device file is /dev/sasd0 :&lt;BR /&gt;sasmgr delete -D /dev/sasd0 -q raid -q raid_vol=4 &lt;BR /&gt;&lt;BR /&gt;Delete the Core I/O card / HBA Spare on the HBA whose device file is /dev/sasd0 :&lt;BR /&gt;sasmgr delete -D /dev/sasd0 -q raid -q spare &lt;BR /&gt;&lt;BR /&gt;Change the state to ACTIVE for the RAID volume with volume id 3.&lt;BR /&gt;sasmgr set_attr -D /dev/sasd0 -q raid -q raid_vol=3 -q state=ACTIVE&lt;BR /&gt;&lt;BR /&gt;Change the rebuild rate to 20% for the RAID volume with volume id 3.&lt;BR /&gt;sasmgr set_attr -D /dev/sasd0 -q raid -q raid_vol=3 -q rebuild_rate=20</description>
    <pubDate>Sat, 26 Dec 2009 05:43:12 GMT</pubDate>
    <dc:creator>R.K. #</dc:creator>
    <dc:date>2009-12-26T05:43:12Z</dc:date>
    <item>
      <title>sasmgr command</title>
      <link>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555422#M5948</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anubody  explain about "sasmgr" ?&lt;BR /&gt;&lt;BR /&gt;In our itanium server, we have hardware mirroring for root disk,and the disks are connected in SAS.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Rineesh Nallatath</description>
      <pubDate>Sat, 26 Dec 2009 05:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555422#M5948</guid>
      <dc:creator>Rineesh Nallatath</dc:creator>
      <dc:date>2009-12-26T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: sasmgr command</title>
      <link>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555423#M5949</link>
      <description>Hi Rineesh,&lt;BR /&gt;&lt;BR /&gt;Man Page of sasmgr:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/B3921-60631/sasmgr.1M.html" target="_blank"&gt;http://www.docs.hp.com/en/B3921-60631/sasmgr.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Are you looking for anything particular in sasmgr?</description>
      <pubDate>Sat, 26 Dec 2009 05:40:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555423#M5949</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-12-26T05:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: sasmgr command</title>
      <link>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555424#M5950</link>
      <description>Few Exmples:&lt;BR /&gt;&lt;BR /&gt;Display all PHY statistics of the SAS I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr get_info -D /dev/sasd0 -q phy=all&lt;BR /&gt;&lt;BR /&gt;Display all RAID volume information of the Core I/O card / HBA whose device file is dev/sasd0:&lt;BR /&gt;sasmgr get_info -D /dev/sasd0 -q raid&lt;BR /&gt;&lt;BR /&gt;Clear statistics for a port with PHY ID 1 of the SAS I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr clear_stat -D /dev/sasd0 -q phy_in_port=1&lt;BR /&gt;&lt;BR /&gt;Forcefully issue disable request to the SAS I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr -f disable -D /dev/sasd0&lt;BR /&gt;&lt;BR /&gt;Add a RAID volume with size 34000 (MB), level 1 (RAID1), and enc_bay 1:4,1:5 to the Core I/O card / HBA whose device file is /dev/sasd0:&lt;BR /&gt;sasmgr add -D /dev/sasd0 -q raid -q level=1 -q size=34000 -q enc_bay=1:4,1:5&lt;BR /&gt;&lt;BR /&gt;Add a spare disk to the Core I/O card / HBA whose device file is /dev/sasd0 :&lt;BR /&gt;sasmgr add -D /dev/sasd0 -q raid -q spare -q enc_bay=1:4,1:5 &lt;BR /&gt;&lt;BR /&gt;Delete a RAID volume with volume ID 4 to the Core I/O card / HBA whose device file is /dev/sasd0 :&lt;BR /&gt;sasmgr delete -D /dev/sasd0 -q raid -q raid_vol=4 &lt;BR /&gt;&lt;BR /&gt;Delete the Core I/O card / HBA Spare on the HBA whose device file is /dev/sasd0 :&lt;BR /&gt;sasmgr delete -D /dev/sasd0 -q raid -q spare &lt;BR /&gt;&lt;BR /&gt;Change the state to ACTIVE for the RAID volume with volume id 3.&lt;BR /&gt;sasmgr set_attr -D /dev/sasd0 -q raid -q raid_vol=3 -q state=ACTIVE&lt;BR /&gt;&lt;BR /&gt;Change the rebuild rate to 20% for the RAID volume with volume id 3.&lt;BR /&gt;sasmgr set_attr -D /dev/sasd0 -q raid -q raid_vol=3 -q rebuild_rate=20</description>
      <pubDate>Sat, 26 Dec 2009 05:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/sasmgr-command/m-p/4555424#M5950</guid>
      <dc:creator>R.K. #</dc:creator>
      <dc:date>2009-12-26T05:43:12Z</dc:date>
    </item>
  </channel>
</rss>

