1845943 Members
3963 Online
110250 Solutions
New Discussion

Adding a Token ring card

 
SOLVED
Go to solution
OzTEXS
Advisor

Adding a Token ring card

Hi All,

Iam having terrible trouble adding a token ring card to my C3000 workstation on HP-UX 11.0.

I have installed the driver required A5783A however when i try to add the device pcitr in the device list i get the following error;

Cannot build a kernel using /usr/sbin/config

Stop.
config: make did an exit(1)
the command exitted with exitcode -71


this is also the case with any kernel modification attempt on both my C3000 workstations.


please help !!!!
5 REPLIES 5
Sridhar Bhaskarla
Honored Contributor
Solution

Re: Adding a Token ring card

Hi,

YOu should be seeing more errors. Can you post the output of the following?.

cp /stand/system /stand/system.110804
/usr/lbin/sysadm/system_prep -s /stand/system
cp /stand/system /stand/build/system
mk_kernel -o /stand/vmunix

It will only refresh your kernel if successful. If so, reboot and then try.

-Sri

You may be disappointed if you fail, but you are doomed if you don't try
OzTEXS
Advisor

Re: Adding a Token ring card

Hi,

I get the following error with your above mentioned commands.

Out of memory.
Exit code 12

Stop.
Config: make did an exit(1)

??????
Sanjay_6
Honored Contributor

Re: Adding a Token ring card

Hi,

Maybe this link would help,

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073905519

The itrc doc id is KBRC00002650.

Hope this helps.

Regds
OzTEXS
Advisor

Re: Adding a Token ring card

it seems the kernel parameter maxdsize is set to a low number .. which then prohibits me from changing any kernel parameters.

I need to know a way to change this value without trying to rebuild the kernel as it runs out of memory in the process.

??
OzTEXS
Advisor

Re: Adding a Token ring card

problem fixed .. found a backup of vmunix file.

thanks