- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: What does this errors mean in rc.log?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-18-2006 02:03 AM
01-18-2006 02:03 AM
What does this errors mean in rc.log?
########is separator###########
#########################
Initialize loadable modules
Output from "/sbin/rc1.d/S112kminit start":
----------------------------
/sbin/rc1.d/S112kminit[206]: 1: not found.
/sbin/rc1.d/S112kminit[206]: 2: not found.
/sbin/rc1.d/S112kminit[206]: 3: not found.
/sbin/rc1.d/S112kminit[206]: 4: not found.
/sbin/rc1.d/S112kminit[206]: 5: not found.
/sbin/rc1.d/S112kminit[206]: 6: not found.
/sbin/rc1.d/S112kminit[206]: 7: not found.
/sbin/rc1.d/S112kminit[206]: 8: not found.
* All configured modules are registered successfully.
############################################
Then
#############################################
Setting hostname
Output from "/sbin/rc1.d/S320hostname start":
----------------------------
/sbin/rc1.d/S320hostname[36]: 1: not found.
/sbin/rc1.d/S320hostname[36]: 2: not found.
/sbin/rc1.d/S320hostname[36]: 3: not found.
/sbin/rc1.d/S320hostname[36]: 4: not found.
/sbin/rc1.d/S320hostname[36]: 5: not found.
/sbin/rc1.d/S320hostname[36]: 6: not found.
/sbin/rc1.d/S320hostname[36]: 7: not found.
/sbin/rc1.d/S320hostname[36]: 8: not found.
############################################
And there is also:
###############################################Output from "/sbin/rc3.d/S990dtlogin.rc start":
----------------------------
/sbin/rc3.d/S990dtlogin.rc[98]: 1: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 2: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 3: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 4: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 5: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 6: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 7: not found.
/sbin/rc3.d/S990dtlogin.rc[98]: 8: not found.
############################################
I checked that line in [] always have
. /etc/rc.config
BTW, I dont see any implications.
Server is working fine.
?Waiting for hints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:14 AM
01-18-2006 02:14 AM
Re: What does this errors mean in rc.log?
It seems there is some problem with your /sbin.rc script.
Edit and see any thing you can fix it .Or kepp backup of this file copy from a similar system try .
Ragrds ..bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:15 AM
01-18-2006 02:15 AM
Re: What does this errors mean in rc.log?
I mean /sbin/rc .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:16 AM
01-18-2006 02:16 AM
Re: What does this errors mean in rc.log?
The numbers in square brackets are the line numbers of the executing script. I'd bet that each equates to the point where the '/etc/rc.config' file is sourced (read).
Check your '/etc/rc.config.d' directory for a file that is syntatically incorrect when it, in turn is sourced.
You syntax check by doing :
# for X in `ls /etc/rc.config.d`
> do
> sh -n ${X}
> done
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:18 AM
01-18-2006 02:18 AM
Re: What does this errors mean in rc.log?
I compared to other server that has no errors... seems the same but no errors in that log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:18 AM
01-18-2006 02:18 AM
Re: What does this errors mean in rc.log?
Do these operations and post the output:
1) ls -l /etc/rc.config
2) cat /etc/rc.config
3) ls -l /etc/rc.config.d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:27 AM
01-18-2006 02:27 AM
Re: What does this errors mean in rc.log?
The fiels are there and this is exactly as in another node that I compare the configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:39 AM
01-18-2006 02:39 AM
Re: What does this errors mean in rc.log?
did yout try what James suggested?
# for X in `ls /etc/rc.config.d`
> do
> sh -n ${X}
> done
This should show if there is something unexpected around. I see sometimes those errors (not exactly the same ) and the reason always is something dirty under /etc/rc.config.d. Pls check if you have some 'false' command o script or tool under there.
Good luck.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:42 AM
01-18-2006 02:42 AM
Re: What does this errors mean in rc.log?
Sorry, I dropped the path. Do:
#!/usr/bin/sh
for X in `ls /etc/rc.config.d`
do
sh -n /etc/rc.config.d/${X}
done
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:43 AM
01-18-2006 02:43 AM
Re: What does this errors mean in rc.log?
What I get here is:
root@server1:/etc> for X in 'ls /etc/rc.config.d'
> do
> sh -n ${X}
> done
sh: ls: Execute permission denied.
root@server1:/etc>
This is on my test server and the problem doesn't exists in rc.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:47 AM
01-18-2006 02:47 AM
Re: What does this errors mean in rc.log?
I will do on discussed server tommorow and let you know.
Just question.
Can it be safety run on commercially run platform?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 02:53 AM
01-18-2006 02:53 AM
Re: What does this errors mean in rc.log?
Yes, you can safely run the shell code I suggested on a production server.
The 'sh -n file' is causing the file to be read and checked for syntax only.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 12:02 AM
01-19-2006 12:02 AM
Re: What does this errors mean in rc.log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 12:10 AM
01-19-2006 12:10 AM
Re: What does this errors mean in rc.log?
As an additon to other replies here is an useful pdf about settings startup scripts/env
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 12:11 AM
01-19-2006 12:11 AM
Re: What does this errors mean in rc.log?
here it is...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 12:20 AM
01-19-2006 12:20 AM
Re: What does this errors mean in rc.log?
This sort of symtoms have been seen by me once after installing a corrupted patch. Have you done some recent chanes like patch installation etc?
This was also there in this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=852342
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 04:56 AM
01-19-2006 04:56 AM
Re: What does this errors mean in rc.log?
Please attach
/sbin/rc1.d/S320hostname and
/sbin/rc3.d/S990dtlogin.rc
to this thread - click on the 'reply' button below and then fill in the 'Attachment:' tag below the Reply: text box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2006 07:20 PM
01-19-2006 07:20 PM
Re: What does this errors mean in rc.log?
Bardzo dobrze :)... Good language...
I checked it exactly with the script with another node that has exactly the same script exactly seems the same... No errors in log