Users Guide

Table Of Contents
手順
1. PowerShell ISE ウィンドウを開きます。
2. get-service winrm と入力し、Enter を押します。
3. Enable-PSRemoting -force と入力し、Enter を押します。
4. set-item wsman:\localhost\Client\TrustedHosts -value "<Windows Server Core Operating System
IP address>" -Force と入力し、Enter を押します。
例:set-item wsman:\localhost\Client\TrustedHosts -value "10.49.18.20" -Force
5. $TargetSession = New-PSSession -ComputerName "<Windows Server Core Operating System IP
address>" -Credential ~\<Username>と入力し、Enter を押します。
例:$TargetSession = New-PSSession -ComputerName "10.49.18.20" -Credential ~\Administrator
6. Enter-PSSession -ComputerName <HostName/IP address of the Windows Server Core device> -
Credential ~\<Username of Windows Server Core machine> と入力し、Enter を押します。
例:Enter-PSSession -ComputerName "10.49.18.20" -Credential ~\Administrator
7. パスワドを入力して Enter を押します。
8. フォルダを作成します。
9. リモト接を終了するには、Exit と入力し、Enter を押します。
10. インストラファイルを Windows Server Core にコピするには、Copy-Item -ToSession $TargetSession -Path
"<Location where the SupportAssist Enterprise installer is available>" -Destination
"<Destination Path>" -Recurse と入力し、Enter を押します。
例:Copy-Item -ToSession $TargetSession -Path "C:\Installer\SupportAssistEnterprise_2.0.10.exe" -Destination "C:\Users
\Administrator\Documents\SupportAssistEnterprise_2.0.10.exe" -Recurse
11. リモトログインを有にするには、set-ItemProperty -Path 'HKLM: \System\CurrentControlSet\Control
\Terminal Server\WinStations\RDP-Tcp' -name "UserAuthentication" -Value 1 と入力し、Enter を押しま
す。
12. Windows Server Core 行するシステムへのリモトデスクトップ接を開き、SupportAssist Enterprise のインストラの
ファイル(.exe ファイル)を行します。
Linux への SupportAssist Enterprise のインスト
前提
Linux オペレティングシステム用の SupportAssist Enterprise インストルパッケジをダウンロドします。SupportAssist
Enterprise インストルパッケジのダウンロ」を照してください。
限を使用してシステムにログインします。
Net-SNMP がシステムにインストルされている必要があります。Net-SNMP のインストルの情報については、Net-SNMP
のインストル(Linux のみ)」を照してください。
メモ: SupportAssist Enterprise をインストルした後に Net-SNMP をインストルする場合は、Net-SNMP のインスト
ル後にスクリプトファイル snmptrapdServiceConfiguration.sh を必ず行してください。SupportAssist
Enterprise のインストルが完了したら、スクリプトファイルを /opt/dell/supportassist/scripts から入手しま
す。
システムが SupportAssist Enterprise のインストル要件をたしている必要があります。SupportAssist Enterprise のインスト
ルおよび使用のための最小要件」を照してください。
SupportAssist Enterprise をリモトでインストルするために PuTTY などの Linux ミナルエミュレタを使用している場合
は、PuTTY ジョン 0.63 以降を使用していることを確認してください。
Debian オペレティングシステムでは、en_US.utf.8 ロケルパッケジがインストルされていることを確認してください。
ロケルがインストルされていない場合は、apt-get install locales コマンドを使用してロケルをインスト
します。
任意の別のロケルがインストルされている場合、dpkg-reconfigure locales コマンドを使用して en_US.utf.8
ロケルをインストルできます。
手順
1. Linux オペレティングシステムを行しているシステムで、タミナルウィンドウを開きます。
2. SupportAssist Enterprise のインストルパッケジが格納されているフォルダに移動します。
3. 次のいずれかの手順を行してください。
chmod 744 supportassistenterprise_2.x.x.bin と入力し、Enter を押します。
SupportAssist Enterprise をお使いになる前に 25