Linux Users

cancel
Showing results for 
Search instead for 
Did you mean: 

Installing Ni-KAL on Redhat 3 with 4G ram

Hello I've downloaded Ni-Visa  4.1 and Ni-488.2 v2.5 for redhat 3. I've burned the ISO images to CD and ran the INSTALL script for both disk. After rebooting I still can not launch any of the utilities such as

gpibexplorer without getting an abort message. Running my C++ program results in a core dump.

Are there any known issues with using Visa on RH3 or any instructions that deviate from the readme file?

Note, I've installed the latest NiVisa and 4882 software on a Redhat 5 box and all is working fine including my C++ program.

-Juan

0 Kudos
Message 1 of 4
(5,877 Views)

This is the only warning/error in the install log file:

May  4 12:12:53 <deleted hostname> kernel: [nikal] More than 4GB of addressable memory detected.

May  4 12:12:53 <deleted hostname> kernel: [nikal] This configuration is not supported.  Check the release notes for more information.

Memroy info:

********************************************************************************

/proc/meminfo:

        total:    used:    free:  shared: buffers:  cached:

Mem:  4193665024 1253408768 2940256256        0 170029056 592023552

Swap: 2097434624        0 2097434624

MemTotal:      4095376 kB

MemFree:       2871344 kB

MemShared:           0 kB

Buffers:        166044 kB

Cached:         578148 kB

0 Kudos
Message 2 of 4
(4,254 Views)

Hi Micho,

Add memmap=60G$0x100000000 to your kernel commandline while booting.

This works around a limitation of nikal.

Yours,

-- martin

0 Kudos
Message 3 of 4
(4,254 Views)

Hi Martin,

I didn't try the memmap option yet as I'm trying to understand the values that you are suggesting to set it to. But what I did try was setting mem=4096M and mem=2048M. I'm using RHEL 3 with 4gig of ram.

When mem=4096M I still get the over 4G of memory error. When mem=2048M the installation and my c++ program execute fine until I reboot and let the default 4G of ram load, then my program breaks and gpibtsw reports the software is not installed correctly. I am curious to know if I will be seeing the same results by settings memmap=60G$0x100000000 at the command line during boot up?

I have applications running that require 4G of ram so I can't make permenate kernal changes that restrict me to using less than 4G.

Thanks.

0 Kudos
Message 4 of 4
(4,254 Views)