Operating System - HP-UX
1838600 Members
3021 Online
110128 Solutions
New Discussion

SAM problem after installation

 
CHAUVIN_1
Occasional Advisor

SAM problem after installation

I have the following message coming every 5 minutes :
ignite command is responding too rapidly...check for posssible errors
ID: SAMD" /usr/sam/lbin/samd# system MGNT.Daemon

Do you know what is the problem ?

Thanks
4 REPLIES 4
William Wong_2
Trusted Contributor

Re: SAM problem after installation

I would check the /etc/inittab entry. And make sure the line for samd has just this and nothing else:

samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon

I've had a similar problem in the past with a different daemon the common symptom being the entry ever 5 minutes in syslog of "command is responding too rapidly ...".

Robert Salter
Respected Contributor

Re: SAM problem after installation

If you make a change to the /etc/inittab file, be sure to do an "init q" for the system to reread the inittab file. Also make a copy of the inittab file before any editing.
Time to smoke and joke
Zeev Schultz
Honored Contributor

Re: SAM problem after installation

comment out samd line in /etc/inittab.issue "init -q".
configure network.samd needs network as it uses
Shared LVM services and DPS (Distributed Printing Services).Its used on 11i only.Can
(most probably) be safely disabled

My 2 cents

Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
Darren Prior
Honored Contributor

Re: SAM problem after installation

Hi,

Also please check that you don't have any rogue scripts in /etc/rc.config.d. The only scripts in here should be ones that have variables set to allow or disable start/kill scripts.

an ll -tr /etc/rc.config.d | tail will show the latest 10 modified files, see if they have been edited recently (especially if before the latest reboot.)

regards,

Darren.
Calm down. It's only ones and zeros...