Configuration
Using FTP with the BROADway System
Restart both NSP101 control cards in a redundant configuration. (This is a service affecting reboot.)
INIT-SYS::NSP:1234::ALL;
CAUTION! WHEN BROADWAY DATABASES ARE SYNCHRONIZING BETWEEN THE ACTIVE AND STANDBY NSP101 CARDS, YOU WILL NOTICE THAT THE ACTIVE LEDS ON THE NSP101S
WILL BLINK RAPIDLY TO SIGNIFY A FILE TRANSFER IS IN PROGRESS. YOU MUST WAIT UNTIL THESE LEDS HAVE STOPPED FLASHING BEFORE YOU PERFORM ANY OPERATION TO RE- INITIALIZE THE BROADWAY SYSTEM EITHER THROUGH A REBOOT OR FORCED NSP101 PROTECTION SWITCHOVER.
Using FTP with the BROADway System
The BROADway system operates an FTP server for the purpose of quickly uploading and downloading files to and from the node. Information such as system software updates, system and alarm logs and the node database can be transferred using the FTP protocol.
BROADway has two disks mounted that can be accessed with FTP, these are /FLASH and /VDISK. The former is a silicon disk mounted in
The following log is an example of an FTP session that logs into a BROADway system, changes folder to the System Logs folder on the /FLASH disk and copies the SYSLOG binary file to the local PC.
ftp> open 192.168.5.60
Connected to 192.168.5.60.
220 VxWorks (5.4.2) FTP server ready
User (192.168.5.60:(none)): ADMIN
331 Password required
Password:
230 User logged in
ftp> cd /FLASH/logfiles
250 Changed directory to "/FLASH/logfiles"
ftp> bin
200 Type set to I, binary mode ftp> get SYSLOG c:\syslog 200 Port set okay
150 Opening BINARY mode data connection
226 Transfer complete
ftp: 120240 bytes received in 0.52Seconds 230.79Kbytes/sec. ftp> disconnect
221 Bye...see you later
BROADway - Release 4.00 |