1) drivers/osf1, do
  
/sbin/sysconfigdb -a -f ./sysconfigtab gm

to create a DB entry for gm

/sbin/sysconfigdb -d gm

to delete the entry


2) Link the gm.mod into the system tree

ln -s $GM_HOME/sbin/gm.mod /usr/sys/BINARY/gm.mod

3) use

   /sbin/sysconfig -c gm

to load the driver

4) use

   /sbin/sysconfig -u gm

to unload the driver

