This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Grab a logfile from the Slave in HA

Hopefully, one of you knows of a trick with WinSCP or curl or ???

Last night, a client's Slave in 220 Hot-Standby hung during the Up2Date from 9.113 to 9.205, so I've started a Support case with Sophos.  What I was able to see was that the Up2Date log on the Slave was 49MB, yet the file on the Master was ha_utils ssh to get an opportunity to login to the Slave as loginuser.

I don't know how to manipulate WinSCP to enable me to scrape a file from the Slave.  I can curl the file to my ftp server, but I don't know how to get it directly into my workstation without going through my ftp server.

Are there any gurus out there that want to share the secret?

Cheers - Bob


This thread was automatically locked due to age.
Parents
  • rsync is good stuff.  If you are looking to make use of it under Microsoft Windows I recommend the cygwin environment over the standalone rsync binaries.  In the past the standalone binaries performed more poorly and cygwin makes alot of other good stuff work nicely under Windows.  cygwin.org

    The elevation of privileges on the slave node isn't needed if the file(s) can be read by loginuser.
Reply
  • rsync is good stuff.  If you are looking to make use of it under Microsoft Windows I recommend the cygwin environment over the standalone rsync binaries.  In the past the standalone binaries performed more poorly and cygwin makes alot of other good stuff work nicely under Windows.  cygwin.org

    The elevation of privileges on the slave node isn't needed if the file(s) can be read by loginuser.
Children
No Data