Previous Topic: Using FTP from the NBA Command PromptNext Topic: Remove an Existing NBA Software Package


Using pscp from a Windows Host Command Prompt

To download the NBA distribution package

  1. From a command prompt, navigate to the folder containing the pscp application. For example:
    cd "\Program Files\PuTTY"
    
  2. Copy the appropriate .rpm file using the following command syntax on one line:
    Bivio 2000 appliances
    .\pscp.exe -l root -pw <root-password> <rpm-file> <nba-address>:/nr/shared/home/install
    

    Where:

    <root-password> specifies the passwrod for the root login.

    <rpm-file> specifies the path to the .rpm package on the local computer.

    <nba-address> specifies the IP address of the Bivio appliance management port .

    For example:

    .\pscp.exe -l root -pw root 
      C:\Users\srimmel\Downloads\nba-6.0.2200.0-1.ppc.rpm 
      10.201.12.10:/nr/shared/home/install
    
    Bivio 7000 appliances
    .\pscp.exe -l root -pw <root-password> <rpm-file> <nba-address>:/bivio/shared/home/install
    

    Where <root-password>, <rpm-file>, and <nba-address> are as above. For example:

    .\pscp.exe -l root -pw root 
      C:\Users\srimmel\Downloads\nba.B7000-12.5.2600.0-1.ppc.rpm 
      10.201.12.10:/bivio/shared/home/install