Operating System - HP-UX
1826400 Members
4200 Online
109692 Solutions
New Discussion

Problem after installation

 
SOLVED
Go to solution
Waqar Razi
Regular Advisor

Problem after installation

I have installed HPUX 11.11 from an ignite backup taken from rp7420 server to an N class server. I am getting the following error messages:

INIT: command is respawning too rapidly
Will try again in 5 min
Check for possible errors
id:icod "/usr/lbin/icodd # iCOD daemon"

Can any one please give me some direction or solution?
5 REPLIES 5
Tim Nelson
Honored Contributor
Solution

Re: Problem after installation

Well, here is an issue cloning new with old.

turn of the ICOD daemon.. N4000 could not do ICOD....

comment out the icod entry in /etc/inittab and then execute "init q"

James R. Ferguson
Acclaimed Contributor

Re: Problem after installation

Hi Wagar:

Edit the '/etc/inittab' and comment-out the 'iocd' entry.

Regards!

...JRF...
Tim Nelson
Honored Contributor

Re: Problem after installation

Looks like you are falling way behind on assigning points.

Forums user name: Waqar Razi
Company name:
Country / Region: usa
Personal quote:
Certification:
ITRC member since: July 08, 2008
Last contribution date: September 12, 2008
I have assigned points to 101 of 239 responses to my questions.


I wonder if it effects the amount of effort people put into your threads ?
Waqar Razi
Regular Advisor

Re: Problem after installation

I also have another question. Lets say you wanna change any environment variable say PS1 for every user, do u need to edit some file for that or simply works by exporting it?
Patrick Wallek
Honored Contributor

Re: Problem after installation

>>Lets say you wanna change any environment
>>variable say PS1 for every user, do u need
>>to edit some file for that or simply works
>>by exporting it?

Do you want it to be the same for every user, or different for every user?

If you want it to be the same for every user, you can put it in /etc/profile, assuming the shell is sh or ksh.

If you want it to be different for every user then it needs to go in each users ~/.profile file, again assuming sh or ksh.