Skip to content

Commit

Permalink
Fix #77. Refactor execution of DFM_create_volume_Cmode.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
icot committed May 17, 2017
1 parent 3a10c74 commit 2953453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dbod-init
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ sub body {
}
# Use dummy server to force volume creation in RAC51 Storage
my $target_server = 'itrac51666';
my $cmd = "/etc/init.d/syscontrol -i dfm.db-cmode DFM_create_dod_volumes_Cmode -name $input->{dbname} -size $input->{size} -server ${target_server} -type ${volume_type} -debug";
my $cmd = "/ORA/dbs01/syscontrol/projects/dod/bin/DFM_create_dod_volumes_Cmode.pl -name $input->{dbname} -size $input->{size} -server ${target_server} -type ${volume_type} -debug";

$job->log->debug( "Executing: $cmd" );
my $vol_creation_output = `$cmd`;
Expand Down

0 comments on commit 2953453

Please sign in to comment.