Re: MySQL on NetWare and Backups

2004-06-10 Thread Egor Egorov
Mark Goldfarb [EMAIL PROTECTED] wrote:

 Hi.  Hope someone can help me.  I am running MySQL on a NetWare 6.x
 server. I am using Veritas BackupExec.   I currently manually copy the
 files before a backup or manually unload the MySQL server.  I would like
 to automate the backup.   What is the best way to do a backup on a
 NetWare server.

Take a look at mysqlhotcopy script, that may help you. 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL on NetWare and Backups

2004-06-10 Thread Mark Goldfarb
I saw the script.  I am actually fine running a shutdown on the server
prior to each backup.  Veritas BackupExec supports running commands
prior and after each backup.  The problem I am having is if I run the
mysqladmin --shutdown command, it generates a message saying NLM has
been shutdown, press any key to continue.  Until someone presses a key
on the server, the MySQL server is in a frozen state (I cannot restart
it).   
Does anyone know anyway to avoid getting that message when running the
mysqladmin NLM?
 
Thanks

 Egor Egorov [EMAIL PROTECTED] 6/10/04 12:58:59 PM 

Mark Goldfarb [EMAIL PROTECTED] wrote:

 Hi.  Hope someone can help me.  I am running MySQL on a NetWare 6.x
 server. I am using Veritas BackupExec.   I currently manually copy
the
 files before a backup or manually unload the MySQL server.  I would
like
 to automate the backup.   What is the best way to do a backup on a
 NetWare server.

Take a look at mysqlhotcopy script, that may help you. 





-- 
For technical support contracts, goto
https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]




Re: MySQL on NetWare and Backups

2004-06-10 Thread Egor Egorov
Mark Goldfarb [EMAIL PROTECTED] wrote:

 I saw the script.  I am actually fine running a shutdown on the server
 prior to each backup.  Veritas BackupExec supports running commands
 prior and after each backup.  The problem I am having is if I run the
 mysqladmin --shutdown command, it generates a message saying NLM has
 been shutdown, press any key to continue.  Until someone presses a key
 on the server, the MySQL server is in a frozen state (I cannot restart
 it).   
 Does anyone know anyway to avoid getting that message when running the
 mysqladmin NLM?

What is NLM? 

 
 Thanks
 
 Egor Egorov [EMAIL PROTECTED] 6/10/04 12:58:59 PM 
 
 Mark Goldfarb [EMAIL PROTECTED] wrote:
 
 Hi.  Hope someone can help me.  I am running MySQL on a NetWare 6.x
 server. I am using Veritas BackupExec.   I currently manually copy
 the
 files before a backup or manually unload the MySQL server.  I would
 like
 to automate the backup.   What is the best way to do a backup on a
 NetWare server.
 
 Take a look at mysqlhotcopy script, that may help you. 
 
 
 
 
 





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL on NetWare and Backups

2004-06-10 Thread Duncan Hill
On Thursday 10 June 2004 15:09, Egor Egorov might have typed:
 Mark Goldfarb [EMAIL PROTECTED] wrote:
  I saw the script.  I am actually fine running a shutdown on the server
  prior to each backup.  Veritas BackupExec supports running commands
  prior and after each backup.  The problem I am having is if I run the
  mysqladmin --shutdown command, it generates a message saying NLM has
  been shutdown, press any key to continue.  Until someone presses a key
  on the server, the MySQL server is in a frozen state (I cannot restart
  it).
  Does anyone know anyway to avoid getting that message when running the
  mysqladmin NLM?

 What is NLM?

Netware Loadable Module - how Netware implements a daemon or application that 
has to run on the server.

Mark, Netware supports Perl, so you should be able to write a quick perl 
script to connect via DBI and issue a shutdown command.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: MySQL on NetWare and Backups

2004-06-10 Thread Mark Goldfarb
NLM=  Novell Loadable Module  

 Egor Egorov [EMAIL PROTECTED] 6/10/04 4:09:13 PM 
Mark Goldfarb [EMAIL PROTECTED] wrote:

 I saw the script.  I am actually fine running a shutdown on the
server
 prior to each backup.  Veritas BackupExec supports running commands
 prior and after each backup.  The problem I am having is if I run
the
 mysqladmin --shutdown command, it generates a message saying NLM has
 been shutdown, press any key to continue.  Until someone presses a
key
 on the server, the MySQL server is in a frozen state (I cannot
restart
 it).   
 Does anyone know anyway to avoid getting that message when running
the
 mysqladmin NLM?

What is NLM? 

 
 Thanks
 
 Egor Egorov [EMAIL PROTECTED] 6/10/04 12:58:59 PM 
 
 Mark Goldfarb [EMAIL PROTECTED] wrote:
 
 Hi.  Hope someone can help me.  I am running MySQL on a NetWare 6.x
 server. I am using Veritas BackupExec.   I currently manually copy
 the
 files before a backup or manually unload the MySQL server.  I would
 like
 to automate the backup.   What is the best way to do a backup on a
 NetWare server.
 
 Take a look at mysqlhotcopy script, that may help you. 
 
 
 
 
 





-- 
For technical support contracts, goto
https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
/ /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]




MySQL on NetWare and Backups

2004-06-09 Thread Mark Goldfarb
Hi.  Hope someone can help me.  I am running MySQL on a NetWare 6.x
server. I am using Veritas BackupExec.   I currently manually copy the
files before a backup or manually unload the MySQL server.  I would like
to automate the backup.   What is the best way to do a backup on a
NetWare server.
 
Thanks.
 
-Mark Goldfarb
[EMAIL PROTECTED]