- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system startup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:10 PM
02-05-2007 11:10 PM
system startup
i have the following message appears when i start my rp7420 server running hp ux 11i v1
-------------------------
/sbin/rc2.d/S590Rpcd[30]: ^M: not found.
/sbin/rc2.d/S600iforls[34]: ^M: not found.
/sbin/rc2.d/S620xfs[18]: ^M: not found.
/sbin/rc2.d/S648eus[43]: ^M: not found.
/sbin/rc2.d/S700acct[39]: ^M: not found.
/sbin/rc3.d/S823hpws_apache[46]: ^M: not found.
/sbin/rc3.d/S823hpws_tomcat[46]: ^M: not found.
/sbin/rc3.d/S823hpws_webmin[45]: ^M: not found.
/sbin/rc3.d/S823hpws_webproxy[44]: ^M: not found.
/sbin/rc3.d/S823hpws_xmltools[42]: ^M: not found.
HP-UX Start-up in progress Status
__________________________ ______
Configure system crash dumps ....................................[ok]
VxVM device node check .......................................... [ OK ]
VxVM general startup ............................................ [ OK ]
VxVM reconfiguration recovery ................................... [ OK ]
Mount file systems .............................................. [ OK ]
can any body help to find the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:14 PM
02-05-2007 11:14 PM
Re: system startup
Check this file for errors.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:19 PM
02-05-2007 11:19 PM
Re: system startup
you have a ^M which is not well interpreted
For each of the files pointed by
/sbin/rc2.d/S590Rpcd
/sbin/rc2.d/S600iforls
/sbin/rc2.d/S620xfs
/sbin/rc2.d/S648eus
/sbin/rc2.d/S700acct
/sbin/rc3.d/S823hpws_apache
/sbin/rc3.d/S823hpws_tomcat
/sbin/rc3.d/S823hpws_webmin
/sbin/rc3.d/S823hpws_webproxy
/sbin/rc3.d/S823hpws_xmltools
copy them for backup
then tr -d "\012"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:19 PM
02-05-2007 11:19 PM
Re: system startup
All that looks like third party programs usually ship in the internet express cd, do you use those services and tools usually?
Have you gotten the errors always or you just installed those things in your server?
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:23 PM
02-05-2007 11:23 PM
Re: system startup
these errors appeared from first time i used the server , i didnt install any new software , it is all factory installed
any help plz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:38 PM
02-05-2007 11:38 PM
Re: system startup
Chances are that you are not even using tomcat or webmin or webproxy, etc, please check on that to see if you need them, if not you might want to just swremove them from the system, and get rid of the problem of having unneccesary software.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2007 11:38 PM
02-05-2007 11:38 PM
Re: system startup
please see:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=397230
The problem seems to have been best fixed by Sidhars solution.
Check your individual /sbin/rc?.d/S???? scripts.
Check ls -ab /etc/rc.config.d
Check ls -ab /sbin/init.d
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
So far you have not awarded any points !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 01:13 AM
02-06-2007 01:13 AM
Re: system startup
You should either generally edit any Unix files with common Unix editors like vi, or send them through a filter like tr.
e.g.
# tr -d \\015 < /sbin/init.d/dos_edited_script > cr_stripped_script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 01:14 AM
02-06-2007 01:14 AM
Re: system startup
You should either generally edit any Unix files with common Unix editors like vi, or send them through a filter like tr.
e.g.
# tr -d \\015 < /sbin/init.d/dos_edited_script > cr_stripped_script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 01:15 AM
02-06-2007 01:15 AM
Re: system startup
Webserver was nagging me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 04:34 PM
02-06-2007 04:34 PM
Re: system startup
There is a dos2ux(1) command to do this. Or you can do it directly in vi with:
:%s/^VCR//g
(That's control V then Return or Enter.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 01:17 AM
02-07-2007 01:17 AM
Re: system startup
thanx for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 01:28 AM
02-07-2007 01:28 AM
Re: system startup
if you edit all these files, you'll find that the line it is complaining about is
. /etc/rc.config
See line 30 of /sbin/rc2.d/S590Rpcd and
line 34 of /sbin/rc2.d/S600iforls
Can you please check the format/contents of this file. You also did not come back on my other thing to check:
ls -ab /etc/rc.config.d look for a ^M file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 01:41 AM
02-07-2007 01:41 AM
Re: system startup
first i will see the files in rc.config.d and tell you what i find
second i dont understand what you say about CHECK can you please give me the full commands and what they do
i read the threads in the following link :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=397230
it seems to be the same problem but i cant understand how to run this script:
cd /etc/rc.config.d
for i in `ls`
do
echo $i
. ./$i
done >> /tmp/rc.out
and if it is fully correct or i have to modify it in my case
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 04:54 PM
02-07-2007 04:54 PM
Re: system startup
Can you go to /sbin/rc2.d/ and open the files with their name.
Confirm this and debug further.
"not found" is self explanatory and means the files are unable to find during system startup,
check the existance of the files, you can use dos2ux command to correct it , or restore from backup or rename correctly,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 12:56 AM
02-08-2007 12:56 AM
Re: system startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2007 01:08 AM
02-08-2007 01:08 AM
Re: system startup
In the error you have the line number of where the problem is met:
look at the lines
30 in file /sbin/rc2.d/S590Rpcd[30]
34 /sbin/rc2.d/S600iforls[34]
18 /sbin/rc2.d/S620xfs[18]
......
It is the ". /etc/rc.config which source the rc.config.d
You have probably a ^M in an env variable defined in one of those file
so just do a set -x in S590Rpcd just before line 30 and set +x just after.
Then do a
# /sbin/rc2.d/S590Rpcd donothing
you will see what env variable caused the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 04:02 PM
02-14-2007 04:02 PM
Re: system startup
for i in /sbin/rc2.d/S590Rpcd
> /sbin/rc2.d/S600iforls
> /sbin/rc2.d/S620xfs
> /sbin/rc2.d/S648eus
> /sbin/rc2.d/S700acct
> /sbin/rc3.d/S823hpws_apache
> /sbin/rc3.d/S823hpws_tomcat
> /sbin/rc3.d/S823hpws_webmin
> /sbin/rc3.d/S823hpws_webproxy
> /sbin/rc3.d/S823hpws_xmltools
> do
> cat -vet $i
done
and then just need to verify each line with ^M or another special character.
Regards.