Cisco Profile Series 빠른 시작 매뉴얼 - 페이지 3

{카테고리_이름} Cisco Profile Series에 대한 빠른 시작 매뉴얼을 온라인으로 검색하거나 PDF를 다운로드하세요. Cisco Profile Series 4 페이지. Jbod on the 12g sas modular raid controller
Cisco Profile Series에 대해서도 마찬가지입니다: 시작하기 매뉴얼 (41 페이지), 사용자 설명서 (44 페이지), 사용자 설명서 (7 페이지), 시작하기 매뉴얼 (35 페이지), 빠른 참조 매뉴얼 (2 페이지), 설치 매뉴얼 (44 페이지), 구성 매뉴얼 (13 페이지), 설치 시트 (2 페이지), 설치 매뉴얼 (2 페이지), 빠른 시작 매뉴얼 (4 페이지), 설치 매뉴얼 (16 페이지), 시작하기 매뉴얼 (32 페이지), 매뉴얼 (16 페이지), 시작하기 매뉴얼 (42 페이지), 시작하기 매뉴얼 (46 페이지)

Cisco Profile Series 빠른 시작 매뉴얼
3.
Save changes by pressing F10 and reboot the server.
Work-Around #3:
NOTE: This work-around assumes that the Cisco IMC is online and the IP is known. This script
also uses default IMC credentials of admin/password, so if these have been changed users will
need to modify the $pass field as required.
This solution is for customers who used DHCP to IP the IMC(s). Use XML API to log into one or
more system and set the "all PCIe Slots OptionROM" flag correctly. A sample script has been
provided below:
Step 1: Download IMC PowerTool module from the following page:
IMC PowerTool
Save & Run the following file as a <filename>.ps1 file:
Import-Module CiscoUcsPs
$multiimc = Set-UcsPowerToolConfiguration -SupportMultipleDefaultUcs $true
# The tool will prompt user to enter IP's when run
$imclist = Read-Host "Enter Cisco IMC IP or list of IMC IPs separated by commas"
[array]$imclist = ($imclist.split(",")).trim()
$user = 'admin'
# The default password is on the next line (update as needed)
$pass = ConvertTo-SecureString –String "password" –AsPlainText -Force
$cred = New-Object –TypeName System.Management.Automation.PSCredential
–ArgumentList $user, $pass
$out = Connect-Imc -Credential $cred $imclist
Set-ImcRackUnit -RackUnit 1 -AdminPower soft-shut-down -Force
Get-ImcBiosSettings | Get-ImcBiosVfPCIOptionROMs | Set-ImcBiosVfPCIOptionROMs -
VpPCIOptionROMs "Enabled" -Force
sleep 25
Set-ImcRackUnit -RackUnit 1 -AdminPower up -Force
$out = Disconnect-Imc
Work-Around #4 (Live Linux USB with UCScfg):
This work-around involves creating a live bootable USB, that includes the tools necessary to
correct the OptionROM settings. This requires a blank USB that is at least 4GB in size. Note: the