Attention:
Please check and make sure that libXp.so.6 has been installed in your Linux system before you start installing Unix version of FieldView.

For working FLEXlm on HP-UX 11i you need do this:
1. Ensure you have maclan driver loaded:
lsdev | grep maclan
2. Edit /sbin/init.d/maclan_init
--- /sbin/init.d/maclan_init.orig       2014-03-21 13:53:59 -0400
+++ /sbin/init.d/maclan_init    2014-03-21 15:22:33 -0400
@@ -37,9 +37,9 @@ esac
 #
 MACLAN=`lsdev | grep maclan | awk '{print $1}'`
 
-for i in `ioscan -k -F -C lan | egrep 'btlan3|lan2' | sed 's/ /~/g'`; do
+for i in `ioscan -k -F -C lan | egrep 'btlan|lan' | sed 's/ /~/g'`; do
     DRIVER_NAME=`echo $i | awk -F: '{print $10}'`
-    if [ "$DRIVER_NAME" = btlan3 -o "$DRIVER_NAME" = lan2 ]; then
+    #if [ "$DRIVER_NAME" = btlan3 -o "$DRIVER_NAME" = lan2 ]; then
        INSTANCE_NUMBER=`echo $i | awk -F: '{print $19}'`
        INSTANCE_NUMBER_HEX=`echo $i | awk -F: '{printf("%x", $19)}'`
        if [ -x /dev/lan$INSTANCE_NUMBER ] ; then
@@ -50,8 +50,8 @@ for i in `ioscan -k -F -C lan | egrep 'b
            print "ERROR:   Could not create device file /dev/lan$INSTANCE_NUMBER for LLA/MAC access"
            exit 1
        fi
-       chmod 600 /dev/lan$INSTANCE_NUMBER
-    fi
+       chmod 644 /dev/lan$INSTANCE_NUMBER
+    #fi
 done
 
 exit 0
3. Do /sbin/init.d/maclan_init start

Install:
1. Unpack FieldView software package 
2. Copy it into tmp folder 
3. Run installcd.sh under the terminal inside of the tmp folder 
4. Select options in terms of your system and your will
5. Run installcd_flexlm.sh under the terminal inside of the tmp folder
6. Enter the folder where fv has been installed
7. Use Keygen to generate your license file (hostid = MAC from ". /etc/lanscan") and copy it into data folder
8. Run ". fv_server" start under the terminal inside of bin folder
9. Lauch FV12 by ". fv" command under the terminal inside of bin folder  

Enjoy 
