

Absent Member..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-01-05
06:42
340 views
how to install a setup which is in iso format.
hi all,
happy new year....
we have bsm 9.26 (2 gw and 2 dps) setup on linux servers installed and working fine, now we want to integrate bsm with nnmi so we downloaded bsm connector but its in iso format.
so how to install the iso format file?
regards,
mandark
1 Reply
Tim Slatter

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-01-05
10:32
Hi Mandark,
You should be able to mount the ISO with the mount command and then view the files it contains:
mount -t iso9660 -o loop your_iso.iso /path
Where path is an existing folder (you can create one first if needed).
Regards,
Tim