HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Log From a catalyst 4006
Operating System - HP-UX
1830657
Members
28704
Online
110015
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
09-02-2002 10:33 PM
09-02-2002 10:33 PM
System Log From a catalyst 4006
I want to redirct the system Logs file from a Catalys t 4006 switch to a Hp Ux Box, I have to enable the syslog server so that the Ux Box is functioning as a Syslog Server , Can any one help me out to How i cud go abt setting up a Syslog Server ..
Thanks In Advance
Asif
Thanks In Advance
Asif
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 12:40 AM
09-03-2002 12:40 AM
Re: System Log From a catalyst 4006
1. On Catalyst side
set logging server enable
set logging server A.B.C.D
where A.B.C.D is IP of your host
set logging server facility local4
local4 is syslogd local facility number (you can choose something from local1 to local7)
Choose logging level (e.g., 6=information)
set logging server severity 6
set logging level all 6 default
2. On HP-UX side
syslogd process runs by default. Just make customizations in its config file.
/etc/syslog.conf
...
*.info;mail.none; local4.none;
/var/adm/syslog/syslog.log
...
#Cisco syslogs
local4.* /var/adm/syslog/cisco.log
...
First line tells not to log Cisco info to common log, the second line tells where to store Cisco logs.
Hope this helps.
BR,
Mihails
set logging server enable
set logging server A.B.C.D
where A.B.C.D is IP of your host
set logging server facility local4
local4 is syslogd local facility number (you can choose something from local1 to local7)
Choose logging level (e.g., 6=information)
set logging server severity 6
set logging level all 6 default
2. On HP-UX side
syslogd process runs by default. Just make customizations in its config file.
/etc/syslog.conf
...
*.info;mail.none; local4.none;
/var/adm/syslog/syslog.log
...
#Cisco syslogs
local4.* /var/adm/syslog/cisco.log
...
First line tells not to log Cisco info to common log, the second line tells where to store Cisco logs.
Hope this helps.
BR,
Mihails
KISS - Keep It Simple Stupid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2002 02:34 AM
09-03-2002 02:34 AM
Re: System Log From a catalyst 4006
Don't forget, once you've changed syslog.conf, you'll need to make syslogd re-read the file
kill -HUP `cat /etc/syslog.pid`
kill -HUP `cat /etc/syslog.pid`
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP