- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- non syslog activity...
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
01-07-2004 06:46 AM
01-07-2004 06:46 AM
*.info /usr/uni/opr/config/servername/oprpipe0130
I think I need to get the original configuration in there. Can I ftp it from another HP server to this HP server?
Not sure how it got corrupted, but unicenter was restarted at the time and the syslog file shows uni logging activity stoped at the time uni was shutting down.
Anyway, I wanted to know if it is ok to ftp the syslog.conf from another server to this server, and then restart the syslogd?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:50 AM
01-07-2004 06:50 AM
Re: non syslog activity...
I would say it should be fine to copy it from another server. The only exception would be if you had previously done any customizing of it. The ideal solution would be to restore from backup but any way you can get it back is what matters.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:51 AM
01-07-2004 06:51 AM
Re: non syslog activity...
Oh - and you'll probably need to restart the syslogd.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:52 AM
01-07-2004 06:52 AM
Re: non syslog activity...
To make syslogd, re-read its configuration file, send it a HANGUP
signal:
kill -HUP `cat /var/run/syslog.pid`
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:52 AM
01-07-2004 06:52 AM
Re: non syslog activity...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:54 AM
01-07-2004 06:54 AM
Re: non syslog activity...
/usr/newconfig/etc/syslog.conf
That you could stick in the place. We've looked at customizing ours to funnel a few routers syslog type messages to a server so we can monitor with ITO/NNM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:58 AM
01-07-2004 06:58 AM
Re: non syslog activity...
I don't think there was any customizations done because we got two identical servers and they should be configured the same as much as possible. The only difference I can see is the last line showing:
/usr/uni/opr/config/server1/pipe/oprpipe0001
(from the problem server)
to
/usr/uni/opr/config/server2/pipe/oprpipe0130
(good working server)
What does the last digits of these two lines mean? Should I preserve the last digits from the problem server?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 07:24 AM
01-07-2004 07:24 AM
Re: non syslog activity...
Here is a post of the last portion of syslog:
-------------------------------
Jan 5 10:03:40 hserv syslog: .SCTY_E_999 Evaluator PID #20292;
exiting for restart.
Jan 5 10:03:40 hserv syslog: .SCTY_I_999 Evaluator PID #20290;
normal shutdown.
Jan 5 10:03:40 hserv syslog: .SCTY_I_999 Evaluator PID #20291;
normal shutdown.
Jan 5 10:03:40 hserv vmunix: CAIENF_S_0181 10:03:40.267 SSF
shutdown successful
Jan 5 10:03:40 hserv username: unishutdown: attempting to shut down
Unicenter TNG 'star' component...
Jan 5 10:03:42 hserv username: unishutdown: attempting to shut down
Unicenter TNG 'emsrvc' component...
Jan 5 10:03:58 hserv username: unishutdown: attempting to shut down
Unicenter TNG 'cal' component...
Jan 5 10:04:00 hserv username: unishutdown: attempting to shut down
Unicenter TNG 'crit' component...
Jan 5 10:04:02 hserv username: unishutdown: attempting to shut down
Unicenter TNG 'opr' component...
Jan 5 10:04:03 hserv vmunix:
-------------------------
As you can see, it stopped at vmunix...
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 07:31 AM
01-07-2004 07:31 AM
Re: non syslog activity...
As for sticking the /usr/newconfig/etc/syslog.conf to /etc/syslog.conf...I noticed at another server, these two files were not the same size?
Also, at the problem server, the /usr/newconfig/etc/syslog.conf does not have the last line, /usr/uni/opr/config/server/pipe/oprpipe001 like the corrupt file does.
It appears that the /usr/newconfig/etc/syslog.conf file is from when the system reinitializes, and the last line was added by the unicenter admin?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 07:45 AM
01-07-2004 07:45 AM
Re: non syslog activity...
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 08:42 AM
01-07-2004 08:42 AM
Re: non syslog activity...
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 03:31 PM
01-07-2004 03:31 PM
SolutionBill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 02:35 AM
01-08-2004 02:35 AM
Re: non syslog activity...
Thanks for the help. I tried what you suggest, kill -3 PID, and it is still hung up. I know its hung but forgot how to kill a process short of rebooting the server.
I'd hate to reboot the server as I would have to kick everyone off.
Any other ideas to get around the hung up process state?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 03:00 AM
01-08-2004 03:00 AM
Re: non syslog activity...
Then just kill it wiht -9 and restart this way...
/usr/sbin/syslogd -D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 08:37 AM
01-08-2004 08:37 AM