Skip to content
Snippets Groups Projects
Commit 12d4a7a1 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Changed ecs3 MySQL location to more stable path.

parent 896b32f7
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,8 @@ Also it is best to run it on the same node as the destination MySQL instance, e.
caa_stat mysql_3365
... which will reveal that it's running on ecs2e (caa_stat alone will show all instances).
... which will reveal that it's running on ecs2e (caa_stat alone will show all instances).
Note that this only works for Tru64 CAA instances, i.e. ecs2 & ecs4.
\n\n";
my $help = 0;
......@@ -76,7 +77,7 @@ my %mysql_directory_per_svr = ('ecs1a:3306' => "/mysql1a/current/var",
'ecs2:3364' => "/mysql/data_3364/databases",
'ecs2:3365' => "/mysql/data_3365/databases",
'ecs2:3366' => "/mysql/data_3366/databases",
'ecs3:3307' => "/mysqld/mysql-4.1.10/data",
'ecs3:3307' => "/mysql/current/var",
'ecs3:3309' => "/mysqlh/current/var",
'ecs3:3304' => "/mysql_archive/current/var",
'ecs4:3350' => "/mysql-3350/databases",
......@@ -88,8 +89,6 @@ my %mysql_directory_per_svr = ('ecs1a:3306' => "/mysql1a/current/var",
'ia64g:3306' => "/mysql/data_3306/databases",
'ia64h:3306' => "/mysql/data_3306/databases");
# Change ecs3:3307 back to 'ecs3:3307' => "/mysqld/current/var", when link is fixed
my $working_host = $ENV{'HOST'};
my $generic_working_host = $working_host;
$generic_working_host =~ s/(ecs[1234]).*/$1/;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment