- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Unable to access External Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 11:19 AM
Currently troubleshooting on why my Reports are not being exported to our SCP server. We have a task that runs every hour, but when I look at our SCP server, I don't see those files.
How to I veiw the infoblox.log file to see if the Reports are being exported or if there is any indication that a connection is being made or being rejected.
Any help will be grealty appreciated.
Re: Unable to access External Server
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2024 08:28 AM
Please correct me if I am wrong but to view your logs you would
Step 1. SSH/Console into Grid Master
Step 2. First command to locate log -> cd /var/log/infoblox
Step 3.Command to view log file -> cat infoblox.log
If you would like to search for specific key words use the 'grep' command such as
grep "SCP" infoblox.log