USB Flash Drive Installations
You can install JSA software with a USB flash drive.
USB flash drive installations are full product installations. You cannot use a USB flash drive to upgrade or apply product patches. For information about applying patches, see the latest Patch Release Notes.
Supported Versions
The following appliances or operating systems can be used to create a bootable USB flash drive:
A Linux system that is installed with Red Hat Enterprise Linux V7.3
Apple Mac OS X
Microsoft Windows
Installation Overview
Follow this procedure to install JSA software from a USB flash drive:
Create the bootable USB flash drive.
Install the software for your JSA appliance.
Install any product maintenance releases or patches.
See latest Patch Release Notes for installation instructions for patches.
Creating a Bootable USB Flash Drive with Microsoft Windows
You can use a Microsoft Windows desktop or notebook system to create a bootable USB flash drive that can be used to install JSA software.
You must have access to the following items:
An 8 GB or larger USB flash drive
A desktop or notebook system running one the following operating systems:
Windows 10
Windows 7
Windows 2008R2
Windows 2008
Windows Vista
Windows XP
When you create a bootable USB flash drive, the contents of the flash drive are deleted.
- Download the JSA ISO image file from the Juniper Support Website.
- Download the Rufus tool from Rufus Downloads (http://rufus.akeo.ie/downloads/).
- Insert the USB flash drive into the USB port on your computer.
- . Open Rufus and configure the properties.
Parameter
Value
Partition scheme and target system type
MBR partition scheme for BIOS or UEFI
File system
FAT32 (Default)
Cluster size
4096 bytes (Default)
Format Options
Select the following options:
Quick format
Create a bootable disk using
Create extended label and icon files
- Click the icon beside the Create a bootable disc using drop-down list and select the JSA 7.3.1 ISO file.
- Click Start.
- In the Hybrid image detected window, select Write in DD Image mode and click OK.
- After the installation finishes, safely eject the USB
flash drive from your computer.
Note Windows does not recognize the USB flash drive after you write the image. To use the USB flash drive again, complete the procedure steps with any ISO image, and select Write in ISO Image mode (Recommended) in the Hybrid image detected window.
Creating a Bootable USB Flash Drive on an Apple Mac OS X System
You can use an Apple Mac OS X computer to create a bootable USB flash drive that you can use to install JSA software.
You must have access to the following items:
A 8 GB or larger USB flash drive
A JSA 7.3.1 ISO file ISO image file
When you create a bootable USB flash drive, the contents of the flash drive are deleted.
- Download the JSA ISO image file from the Juniper Support Website.
- . Insert the USB flash drive into a USB port on your system.
- Open a terminal and type the following command to unmount
the USB flash drive:
diskutil unmountDisk /dev/<name_of_the_connected_USB_flash_drive>
- Type the following command to write the JSA ISO to your
USB flash drive:
dd if=/<jsa.iso>of=/dev/▌r▐<name_of_the_connected_USB_flash_drive>bs=1m
Note The r before the name of the connected USB flash drive is for raw mode, which makes the transfer much faster. There is no space between the r and the name of the connected USB flash drive.
- Remove the USB flash drive from your system.
Creating a Bootable USB Flash Drive with Red Hat Linux
You can use a Linux desktop or notebook system with Red Hat V7.3 to create a bootable USB flash drive that can be used to install JSA software.
You must have access to the following items:
An 8 GB or larger USB flash drive
A JSA 7.3.1 or later ISO image file
When you create a bootable USB flash drive, the contents of the flash drive are deleted.
- Download the JSA ISO image file from the Juniper Support Website.
- Insert the USB flash drive in the front USB port on your
system.
It might take up to 30 seconds for the system to recognize the USB flash drive.
- Open a terminal and type the following command to determine
the name of the USB flash drive:
dmesg | grep SCSI
The system outputs the messages produced by device drivers. The following example shows the name of the connected USB flash drive as sdb.
[ 170.171135] sd 5:0:0:0: [sdb] Attached SCSI removable disk
- Type the following commands to unmount the USB flash drive:
df -h | grep<name_of_the_connected_USB_flash_drive>
umount /dev/<name_of_the_connected_USB_flash_drive> - Type the following command to write the JSA ISO to your
USB flash drive:
dd if=/<jsa.iso>of=/dev/<name_of_the_connected_USB_flash_drive> bs=512k
- Remove the USB flash drive from your system.
Installing JSA with a USB Flash Drive
Follow this procedure to install JSA from a bootable USB flash drive.
You must create the bootable USB flash drive before you can use it to install JSA software.
This procedure provides general guidance on how to use a bootable USB flash drive to install JSA software.
The complete installation process is documented in the product Installation Guide.
- Install all necessary hardware.
- Choose one of the following options:
Connect a notebook to the serial port at the back of the appliance.
Connect a keyboard and monitor to their respective ports.
- Insert the bootable USB flash drive into the USB port of your appliance.
- Restart the appliance.
Most appliances can boot from a USB flash drive by default.
After the appliance starts, the USB flash drive prepares the appliance for installation. This process can take up to an hour to complete.
- When the login prompt is displayed, type root to log in to the system as the root user.
The user name is case-sensitive.
- Press Enter and follow the prompts to install JSA.
The complete installation process is documented in the product Installation Guide.