Dialogic IMG 1010 Network Card User Manual


 
IMG 1004 - Software Installation and Setup
121
7. The first step is to create a link for the dhcpd.conf file in /etc. There are two ways to
create this link. There is a manual way where the command is entered manually into a
terminal, and there is a script written to make the process easier. The next few steps
below explain both processes.
Create link using lnimg script
1. Go to one of the following directories depending on the software version being
used. See Below.
/opt/cantata/common/osconfig (Software 10.3.x to 10.5.0)
or
/opt/dialogic/common/osconfig (Software 10.5.1 +)
2. Transfer the script lnimg to /home/excelsw/ftpBuilds.
3. From the /home/excelsw/ftpBuilds directory, run the lnimg script
$./lnimg
4. Follow the prompts and enter the version of software to be loaded.
5. Script will create a link between a common name img1004_id0106.bin and the
name of the software you would like to load.
6. Execute an ls -la command to verify the link gets created. See Link below
To confirm the link has been created, type:
$ls -la
Response:
lrwxrwxrwx 1 root root 27 Jun 21 09:27 img1004_id0106.bin ->
img1004_ver1050123_id0106.bin
Create link using ln -sf command. (Manually)
1. From the /home/excelsw/ftpBuilds directory, enter the command below:
ln -sf img1004_ver1050123_id0106.bin img1004_id0106.bin
To confirm the link has been created, type:
ls -la
Response:
lrwxrwxrwx 1 root root 27 Jun 21 09:27 img1004_id0106.bin ->
img1004_ver1050123_id0106.bin
Verify that the link created points to the correct bin file.