NonStop S-Series System Expansion and Reduction Guide

Table Of Contents
Expanding a System Online
HP NonStop S-Series System Expansion and Reduction Guide522465-009
6-13
5.3 Copy SP Firmware File From Target System
5.3 Copy SP Firmware File From Target System
On the system console attached to the target system:
1. Select Start > Programs > Command Prompt
2. Create a directory for the SP firmware file on the target system console:
C:\>md \spcode9
3. Switch to that directory:
C:\>cd \spcode9
4. Start an FTP session
a. Start > Programs > Command Prompt
b. Enter ftp and the IP address obtained from Step 5.2 Identify IP Address for
FTP Session on page 6-11. For example:
C:\>ftp 172.17.116.175
c. Log on as a super-group user:
User (172.17.116.175:(none)): super.compaq
Password:
d. Enable the Guardian API:
ftp> quote guardian
5. Move to the current SYSnn subvolume of your target system. To be sure of the
SYSnn you want, see Worksheet 1.
ftp>cd $SYSTEM.SYSnn
6. Prepare for a file transfer:
ftp>bin
7. Retrieve the SP firmware file to your current directory:
ftp>get spntcde9
8. Log off of the FTP session:
ftp>bye