• No se han encontrado resultados

EVALUACIÓN DE LA CONFIABILIDAD Y PERFORMANCE DEL SISTEMA

FUENTE: ELABORACION PROPIA

server  instance.  By  default  "Yes"  option  is  selected  and  the  "No"  option  could  be  used  to   change  the  previously  saved  "User  Name"  and  "Password"  values.  

 

Temporary  location  to  store  the  backup  dumps  

Enter  the  location/directory  path  to  which  the  mysql  database  dumps  has  to  be  stored   temporarily  before  uploading  to  the  backup  server.  Please  ensure  that  you  have  enough   disk  space  in  the  configured  temporary  location  (where  the  backup  dump  has  to  be   saved).  Please  note  that,  backup  dumps  stored  in  the  temporary  location  will  be  deleted   once  backup  dumps  are  transferred  successfully  to  the  remote  backup  server.  

 

Once  these  MySQL  settings  are  correctly  configured  and  saved,  the  tree  in  the  "Additional   Backup  -­‐>  MySQL"  page  will  display  the  option  to  configure  a  mysql  database  backup.    

SharePoint Settings

 

This  page  provides  the  details  regarding  the  settings  needs  to  be  done  for  SharePoint  backup   which  has  been  already  explained  in  the  SharePoint  Backup  and  Restore.  Refer  SharePoint   Settings  for  more  details.  

PostgreSQL Settings

 

Vembu  OnlineBackup  can  be  configured  to  backup  the  PostgreSQL  Database(s)  available  in  the   local  machine.  Vembu  OnlineBackup  uses  the  internal  PostgreSQLDump  utility  (pg_dump)  to   backup  PostgreSQLSQL  Database(s)  and  it  uses  the  PostgreSQL  utility  (psql)  to  list  the  database   names  in  "Additional  Backups  -­‐>  PostgreSQL"  page.  

 

Before  a  PostgreSQL  backup  can  be  configured  in  Vembu  OnlineBackup,  you  should  configure   the  PostgreSQL  settings.  Without  correct  values  for  these  settings,  Vembu  OnlineBackup  will   not  be  able  to  list  the  databases  to  be  configured  for  backups.  

 

This  section  explains  how  to  configure  the  PostgreSQL  settings  so  that  Vembu  OnlineBackup   can  list  the  PostgreSQL  database(s)  in  "Additional  Backups  -­‐>  PostgreSQL"  page.  

 

Click  on  Settings  à  PostgreSQL  Credentials  to  access  this  page.    

PostgreSQL Settings

Before  a  PostgreSQL  backup  can  be  configured  in  Vembu  OnlineBackup,  you  should  configure   the  PostgreSQL  settings  from  "Settings-­‐>PostgreSQL  Credentials"  menu.  With  the  values   entered  in  the  PostgreSQL  settings,  Vembu  OnlineBackup  will  create  a  backup  dump  of  the   PostgreSQL  database.  

   

PostgreSQL  Server  Name  

This  is  a  non-­‐editable  field.  "localhost"  will  be  used  as  the  value.  

PosgtreSQL  Server  Instance  Port  

By  default  PostgreSQL  server  uses  port  5432.  But  PostgreSQL  supports  running  multiple   instances  and  in  that  case  each  instance  will  be  using  its  own  port.  If  you  have  just  one   instance  of  PostgreSQL  running,  simply  enter  the  port  number  here  or  leave  the  default   as  it  is  and  save  it.  But  if  you  have  multiple  PostgreSQL  instances  running,  then  you  can   provide  the  ports  for  all  the  instances  in  the  following  manner:  

Once  you  have  configured  one  port  for  one  of  the  instances  and  saved  it,  this  field  will   have  two  options  "1.  Choose  a  port  from  the  list"  and  "2.  Add  an  additional  port".   By  selecting  "Add  an  additional  port"  you  can  add  additional  ports  for  other  PostgreSQL   instances  running.  

By  selecting  "Choose  from  the  list",  you  can  select  any  one  of  the  ports  already   configured.  This  step  is  required  before  you  configure  PostgreSQL  backup  from  the   "Backup  -­‐>  Plugin  Backups  -­‐>  PostgreSQL"  page.  Depending  upon  the  PostgreSQL   instance  for  which  you  want  to  configure  the  backup,  you  should  first  select  the   appropriate  port,  save  it  and  then  go  backup  to  "Backup  -­‐>  Plugin  Backups  -­‐>  

PostgreSQL"  page  to  configure  PostgreSQL  backup  for  that  instance.  The  PostgreSQL   databases  listed  in  the  "Backup-­‐>Create  PostgreSQL  Database  Backup"  page  will  be  for   the  PostgreSQL  Server  instance  whose  port  was  last  selected  and  saved  from  this   PostgreSQL  settings  page.  

PostgreSQL  EXE  Path  

Enter  the  location  of  the  psql  file  for  the  postgresql  server  instance  in  the  local  machine.   For  example,  if  psql  file  is  present  in  the  "C:/Program  Files/PostgreSQL/PostgreSQL   Server/8.3/bin/"  folder,  then  enter  "C:/Program  Files/PostgreSQL/PostgreSQL  

Server/8.3/bin/"  as  this  field  value.  Please  note  that  exe  file  name  "psql"  should  not  be   appended  to  the  path  value.  

PostgreSQL  Dump  EXE  Path  

Enter  the  location  of  the  pg_dump  file  for  the  postgresql  server  instance  in  the  local   machine.  For  Example,  if  psql  file  is  present  in  the  "C:/Program  

Files/PostgreSQL/PostgreSQL  Server/8.3/bin/"  folder,  then  enter  "C:/Program  

Files/PostgreSQL/PostgreSQL  Server/8.3/bin/"  as  this  field  value.  Please  note  that  exe   file  name  "pg_dump"  should  not  be  appended  to  the  path  value.  

Vembu  OnlineBackup  |  Admin  User  Guide  |  Vembu  OnlineBackup  Settings   188  

PostgreSQL  User  Name  

Provide  the  PostgreSQL  server  instance  authentication  user  name  here.  Note  that  each   instance  can  have  its  own  authentication  user  name  and  password.  Make  sure  you  give   the  correct  user  name  matching  the  PostgreSQL  server  instance  you  have  chosen  in  the   "PostgreSQL  Server  Instance  Port"  field.  

PostgreSQL  Password  

Provide  the  PostgreSQL  server  instance  authentication  password  here.  Note  that  each   instance  can  have  its  own  authentication  user  name  and  password.  Make  sure  you  give   the  correct  user  name  matching  the  PostgreSQL  server  instance  you  have  chosen  in  the   "PostgreSQL  Server  Instance  Port"  field.  

The  option  "Continue  with  previous  authentication  for  this  PostgreSQL  Server  

Instance"  is  provided  if  a  user  name  and  password  have  already  been  configured  for  the   PostgreSQL  server  instance.  By  default  "Yes"  option  is  selected  and  the  "No"  option   could  be  used  to  change  the  previously  saved  "User  Name"  and  "Password"  values.  

Temporary  location  to  store  the  backup  dumps  

Enter  the  location/directory  path  to  which  the  PostgreSQL  database  dumps  has  to  be   stored  temporarily  before  uploading  to  the  backup  server.  Please  ensure  that  you  have   enough  disk  space  in  the  configured  temporary  location  (where  the  backup  dump  has  to   be  saved).  Please  note  that,  backup  dumps  stored  in  the  temporary  location  will  be   deleted  once  backup  dumps  are  transferred  successfully  to  the  remote  backup  server.    

Once  these  PostgreSQL  settings  are  correctly  configured  and  saved,  the  tree  in  the  "Backup  -­‐>   Plugin  Backups  -­‐>  PostgreSQL"  page  will  display  the  option  to  configure  a  postgresql  database   backup.  

VMware Credential Settings

 

In  this  page,  you  can  add  the  credentials(user  name  and  password)  of  the  Virtual  Machine(s)  for   which  the  Application  Aware  Process  needs  to  be  performed.  

 

Click  on  Settings  àVMware  Credentials  to  access  this  page.    

If  Application  Aware  Process  needs  to  be  enabled  for  the  virtual  machines  during  the  backup   schedule,  the  credentials  of  the  virtual  machine  needs  to  be  saved.  

 

The  Credential  Manager  will  validate  the  given  credentials  and  if  the  credentials  are  correct  it   will  be  saved  otherwise  you  need  to  re-­‐enter  the  credentials.  

 

If  the  credentials  of  the  guest  machine  have  been  changed,  you  can  reset  the  credentials  as   well.  

 

NOTE:  When  the  credentials  are  validated  ensure  that  the  virtual  machine  is  powered  on  and   the  VMware  Tools  are  running.