- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog in /usr/newconfig
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
10-21-2002 05:20 AM
10-21-2002 05:20 AM
I changed the syslog.conf to redirect some Application messages to a different log file. Should i also change /usr/newconfig/etc/syslog.conf also? What would the purpose of the file and should I make changes there also? Please advice.
Thanks
Joe.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 05:25 AM
10-21-2002 05:25 AM
Re: syslog in /usr/newconfig
No you should leave this as it is.
This is just an example file for new configurations.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2002 05:26 AM
10-21-2002 05:26 AM
Re: syslog in /usr/newconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 01:48 AM
10-22-2002 01:48 AM
SolutionThey exist as 'templates' for configuration files in /etc and similar system directories, showing you the original or default configuration file values. Configuration scripts for some software copy the templates from /usr/newconfig to /etc as the product is being installed. Often, these scripts will use an existing configuration file if one exists, and copy a version from /usr/newconfig to /etc if it doesn't yet exist. That way the system is properly configured whether or not the file in question has already been customized for a particular system. In other cases the files exist only for reference and must be manually copied from /usr/newconfig. Other than installation/configuration scripts, no applications should be accessing the files in /usr/newconfig, and you should therefore 'never' modify the copy there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 02:28 AM
10-22-2002 02:28 AM
Re: syslog in /usr/newconfig
/usr/newconfig/etc/.. files are the default templates of these modified configuration files.
Incase of problems with the existing files those files will be used.
Modifying the /etc/syslog.conf file is sufficient.
You should restart your syslogd to read the /etc/syslog.conf configuration file
THanks