|
Home > Archive > ASE Database forum > October 2005 > Problem with backup server installation on SUSE (ASE 12.5.1)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with backup server installation on SUSE (ASE 12.5.1)
|
|
| Audrius 2005-10-27, 8:21 am |
| Hello,
what I'm trying to achieve is to install sybase backup server on remote
machine from res script.
sybinit.release_directory: /opt/sybase
sybinit.product: bsrv
bsrv.new_config: yes
bsrv.do_upgrade: no
bsrv.server_name: ase_BS
bsrv. do_add_backup_server
: yes
bsrv. network_protocol_lis
t: tcp
bsrv. network_hostname_lis
t: 192.168.0.28
bsrv.network_port_list: 5001
bsrv.language: english
bsrv.character_set: utf8
bsrv.tape_config_file: /opt/sybase/ASE-12_5/backup_tape.cfg
bsrv.errorlog: /opt/sybase/ASE-12_5/ase_BS.log
After executing it I get the following "information":
The attribute 'product' must be set to 'sqlsrv', 'msrv', 'bsrv', 'xp', or
'txtsrv'.
The attribute 'new_config' must be set to 'yes' in order to build the
server.
The attribute 'do_upgrade' must be set to 'no' in order to build the server.
does not exist in the 'interfaces' file.
What could be possible solutions to this problem?
I would be glad if someone could help.
Thanks,
Audrius Peseckis
| |
| FlyBean 2005-10-27, 8:21 am |
| Audrius wrote:
> Hello,
>
> what I'm trying to achieve is to install sybase backup server on remote
> machine from res script.
>
> sybinit.release_directory: /opt/sybase
> sybinit.product: bsrv
> bsrv.new_config: yes
> bsrv.do_upgrade: no
> bsrv.server_name: ase_BS
> bsrv. do_add_backup_server
: yes
> bsrv. network_protocol_lis
t: tcp
> bsrv. network_hostname_lis
t: 192.168.0.28
> bsrv.network_port_list: 5001
> bsrv.language: english
> bsrv.character_set: utf8
> bsrv.tape_config_file: /opt/sybase/ASE-12_5/backup_tape.cfg
> bsrv.errorlog: /opt/sybase/ASE-12_5/ase_BS.log
>
> After executing it I get the following "information":
>
> The attribute 'product' must be set to 'sqlsrv', 'msrv', 'bsrv', 'xp', or
> 'txtsrv'.
> The attribute 'new_config' must be set to 'yes' in order to build the
> server.
> The attribute 'do_upgrade' must be set to 'no' in order to build the server.
> does not exist in the 'interfaces' file.
>
> What could be possible solutions to this problem?
>
> I would be glad if someone could help.
>
> Thanks,
> Audrius Peseckis
>
>
Try to add the following properties:
sqlsrv.related_sqlsrvr:
sqlsrv.sa_login:
sqlsrv.sa_password:
You could find a sample rs files and modify it.
Flybean
|
|
|
|
|