<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>How to Gracefully shutdown all servers in a chassis</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=2049005&amp;mbCategoryId=0" />
  <subtitle>How to Gracefully shutdown all servers in a chassis</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=2049005&amp;mbCategoryId=0</id>
  <updated>2013-05-25T12:35:59Z</updated>
  <dc:date>2013-05-25T12:35:59Z</dc:date>
  <entry>
    <title>How to Gracefully shutdown all servers in a chassis</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=2049005&amp;messageId=5744686" />
    <author>
      <name>James Shen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=2049005&amp;messageId=5744686</id>
    <updated>2012-05-16T22:39:22Z</updated>
    <published>2012-05-16T22:39:22Z</published>
    <summary type="html">What would be the most efficient way to do this ? 
 
The output of "ConvertTo-UcsCmdlet" generated the following for the blade in 1/8 
 
Get-UcsOrg -Level root | Get-UcsOrg -Name "ESX" -LimitScope | Get-UcsServiceProfile -Name "ESX-1-8" -LimitScope | Get-UcsServerPower | Set-UcsServerPower -State "soft-shut-down"

 
 
I would imagine this should be something like this with pipelining : 
 
     Get-UcsBlade -Chassis 1  | Get-UcsServiceProfile | SetUcsServerPower -State "soft-shut-down" 
 
 
Thanks
 
James S </summary>
    <dc:creator>James Shen</dc:creator>
    <dc:date>2012-05-16T22:39:22Z</dc:date>
  </entry>
</feed>

