Mounting the ISO File on an HPUX System - Electronic Software Distribution

Electronic Software Distribution Guide

Product
Electronic Software Distribution
Release Number
16.20
16.10
16.00
15.10
15.00
Published
February 2018
Language
English (United States)
Last Update
2018-06-14
dita:mapPath
dza1515190675233.ditamap
dita:ditavalPath
ft:empty
dita:id
vvs1489590720800
Product Category
Software
  1. Log on to your HP-UX Unix client as root and type the following command: mkdir /tmp2
  2. Copy the BCD0-XXXX-0000_Version_V1-1.iso file to your /tmp2 folder in your Linux system.
    /tmp2 is used in this example, but you can choose any directory.
  3. Type the following commands:

    cd /tmp2

    du -k ./BCD0-XXXX-0000_Version_V1-1.iso

    lvcreate -L 3200M -n lv_directory_name /dev/vg00

    dd if=./BCD0-XXXX-0000_Version_V1-1.iso of=/dev/vg00/lv_directory_name bs=256k

    mkdir /MOUNT_POINT

    mount =/dev/vg00/lv_directory_name /MOUNT_POINT

  4. Follow the product installation guide to install the product.