Operating System - HP-UX
1834772 Members
3130 Online
110070 Solutions
New Discussion

memory fault (core dump) with telnet, SAM, ...

 

Re: memory fault (core dump) with telnet, SAM, ...

RAC,

I tried this one too, but agian fail due to the sam error.

I think I need to tune some kernel parameters. Would you show me how to do so?.

Regards
RAC_1
Honored Contributor

Re: memory fault (core dump) with telnet, SAM, ...

Did it start SAM? What command you used to install that patch?
There is no substitute to HARDWORK

Re: memory fault (core dump) with telnet, SAM, ...

RAC,

NO, SAM did not start.
Even the non-interactive mode command.

Both gives me Memory fault.

But I'll Update some memory parameters, it may work.

RAC_1
Honored Contributor

Re: memory fault (core dump) with telnet, SAM, ...

Particularly
maxdsiz, maxdsiz_64bit
maxtsiz, maxtsiz_64bit
maxssiz, maxssiz_64bit

do it one by one, so that we can pipoint something.
There is no substitute to HARDWORK

Re: memory fault (core dump) with telnet, SAM, ...

RAC,

Would you tell me the exact steps how to change a dynamic parameter in the kernel?

Coz I tried mine but it fails. Mine is as follows:

- cd /stand/build
- /usr/lbin/sysadm/system_prep -v -s system
- mk_kernel â s /stand/build/system
- kmtune â s maxdsiz = 4000000000
- shutdown â r â y 0

Regards

Re: memory fault (core dump) with telnet, SAM, ...

A correction:

the steps are:

- cd /stand/nuild
- /usr/lbin/sysadm/system_prep -v -s system
- mk_kernel -s /stand/bulid/system
- kmtune -s maxdsiz=40000000
- shutdown -r -y 0

regards