Operating instructions

M300USERSGUIDE SEA
GETTINGSTARTED

19
GETTINGTHESYSTEMON THENETWORK
It’s important to have a network card that is supported by QNX. You should just follow the
instructions in the QNX Install section for getting your network card setup. We don’t use the
netmap file. We use the ‘automap’ utility. The ‘automap’ is in the ‘/usr/bin’ directory. Here is a
common example
Net &
Net.e1000 &
automap -N -X -d1000 -D1000 &
After this you can test that the network is working by typing alive at the command prompt. This
should report all the nodes you are using. In addition you can list the files on another node, for
example ‘ls //1’ will list all the files on node 1.
INSTALLINGM300SECURITY
Note: IsisassumedthatsecurityhasbeenpreinstalledonallM300systems .However,atimemayarise
wheresecuritymustbereinitializedand/orreinstalled.Theseproceduresaremeanttoguidethroughthis
process.
1. Connect the M300 Security i-Button Adapter to an available serial/com port. Ensure the i-
Button security device is correctly seated in the adapter. The i-Button can be identified by the
M300 serial number label on it. This is the assigned serial number for your unique software
license. Write it down, as you will need it later on.
2. If necessary, copy the ‘.key’ and ‘.bolt’ files to the M300 system by doing the following:
a.) Ensure the files you are copying have the same serial number as the i-Button. For instance, if
you have the files ‘.key.3020’ and ‘.bolt.3020’, you must be using an i-Button with a serial
number of 3020. Neither the M300 software, nor most of the SEA Utility applications will
work without these serial numbers matching.
b.) Depending on how you received the files (i.e. E-mail, CD-ROM, FTP, etc.), each different
method requires a different way to copy the files to the QNX machine running the M300
software. Refer to the necessary QNX documentation for this.
c.) Log into a shell as superuser by entering
su - at the command prompt. The default password
is then ‘seaXXXX’ where XXXX is the four digit serial number of the M300 system. This
should be the same as the serial number on the i-Button.
d.) At the root command prompt, copy the files to the /sea directory by entering
cp filename /sea/. where the ‘filename’ is whatever file you wish to copy. For instance, to
copy the ‘.key.3020’ file, type
cp .key.3020 /sea/. at the command prompt. Next enter
ls -la /sea to ensure that the files were successfully copied to this directory. Note that if
the files came from a Windows based machine, it is possible they had to be renamed in order
for Windows to store them. You must rename the files to the following format: ‘.key.serial-
Num ’ and “.bolt.serialNum’ where serialNum is the respective serial number of the i-Button.
Do this by entering
mv oldFileName newFileName where ‘oldFileName’ is the name of
each key and bolt file and ‘newFileName’ is the respective new key and bolt filename as