cancel
Showing results for 
Search instead for 
Did you mean: 

GUI is required for BR-Tools

prasad_sure
Participant
0 Kudos

Hi,

Where i can download GUI for Brtools. Please provide the configuration documents and settings.

Thanks for advance.

Regards

S.Prasad

Edited by: Prasad Sure on Feb 15, 2008 7:52 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check Note 611493 - BrGui: Graphical user interface for BR*Tools

download it form

--> Downloads

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

Thanks . Please provide any documnetation for settings.

Regards

S.Prasad

Former Member
0 Kudos

Hi,

downlaod the BRGUI zip extract it.

read readme.txt

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

I am cinfusing, Because what is the classic path.

Target: cmd /c start /B %JAVA_HOME%\bin\javaw.exe -classpath c:\brgui\lib\sap.comtcblbrguiimpl.jar com.sap.gui.brgui.BrGui

Start in: c:\brgui

Please suggest me,

Thanks in advance.

Regards

S.Prasad

prasad_sure
Participant
0 Kudos

Hi,

Our SAP server os is HP_UX 11.23. I want configure BR gui in my windows system.

How to configure this one. Please provide the step by step procedure.

Thanks in advance,

Regards

S.Prasad

Former Member
0 Kudos

Hi,

steps: -

install j2sdk1.4.2 15 and set JAVAHOME = c:\j2sdk1.4.2_15 in windows env. variable

downlaod BrGui640-X-EN.zip and unzip it in c:\brgui

create a shortcut according readme.txt

further look following

regards,

kaushal

Edited by: kaushal malavia on Feb 15, 2008 2:33 PM

prasad_sure
Participant
0 Kudos

Hi,

Thanks.

I am struggling here.

PIN@172.17.3.9 <alias> (<remote>) <profile>

i am copying brgui properties file please check it.

#

  1. List of remote calls to available BR*Tools hosts.

  2. Uncomment and adapt one or more entries to make them

  3. available in the logon screen. Add new entries as

  4. needed. All entries have the form

  5. <alias> (<remote>) <profile>

#

  1. where

  2. <alias> : a unique identifier for this remote

  3. call, e.g. C11 or R11@myhost

#

  1. <remote> : the remote/secure shell call to the

  2. BR*Tools host, or 'localhost'

#

  1. <profile> : optional. Server-side init<SID>.sap

  2. profile for startup with non-default

  3. profile

#

  1. Examples:

#

  1. brgui.remote-0=PIN (PVMIND)

  2. brgui.remote-0=PIN (PVMIND) myinit.sap

#

  1. brgui.remote-0=PIN@172.17.3.9 (rsh 172.17.3.9 -l myuser)

  2. brgui.remote-0=PIN@172.17.3.9 (rsh 172.17.3.9-l myuser) myinit.sap

#

brgui.remote-0=PIN@172.17.3.9 <alias> (<remote>) <profile>

  1. brgui.remote-1=<alias> (<remote>) <profile>

  2. brgui.remote-2=<alias> (<remote>) <profile>

  3. brgui.remote-3=<alias> (<remote>) <profile>

#

#

  1. Preferred HTML browser. Choose exactly one option by

  2. uncommenting the respective line or specify a different

  3. browser as desired. The executable must be contained in

  4. $PATH or resolved by a directory.

#

brgui.browser=explorer

  1. brgui.browser=firefox

  2. brgui.browser=mozilla

  3. brgui.browser=netscape

  4. brgui.browser=opera

#

#

  1. BrGui logon timeout, in seconds. BrGui will wait for

  2. a reply from the BR*Tools host for this amount of time.

  3. Increase this value in case of a slow connection.

#

brgui.timeout=5

#

#

  1. Activation of BrGui trace option (FOR INTERNAL USE

  2. ONLY). Choose exactly one option. Trace output is

  3. on-screen only, no trace file will be written.

#

  1. brgui.trace=TRACE_COMM

  2. brgui.trace=TRACE_FUNC

  3. brgui.trace=TRACE_ALL

#

Former Member
0 Kudos

Hi,

brgui.remote-0=SID (rsh sapdbhost -l ora<sid>crx /usr/bin/csh -c brtools)

Where sapdbhost is the SAP server, and ora<sid> is the oracle sap account (orasid).

call a csh (c-shell) before executing the brtools command.

brgui.properties contains only following entry in your case

brgui.remote-0=PIN@172.17.3.9 (rsh 172.17.3.9 -l ora<sid>crx /usr/bin/csh -c brtools)

brgui.browser=explorer

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

This configuration is required in the unix (SAP server) or windows client.

#

  1. List of remote calls to available BR*Tools hosts.

  2. Uncomment and adapt one or more entries to make them

  3. available in the logon screen. Add new entries as

  4. needed. All entries have the form

  5. <PIN> (<BR*Tools>) <initPIN.sap>

#

  1. where

  2. <PIN> : a unique identifier for this remote

  3. call, e.g. C11 or R11@myhost

#

  1. <remote> : the remote/secure shell call to the

  2. BR*Tools host, or 'localhost'

#

  1. <initPIN.sap> : optional. Server-side initPIN.sap

  2. profile for startup with non-default

  3. profile

#

  1. Examples:

#

  1. brgui.remote-0=PIN (PVMIND)

  2. brgui.remote-0=PIN (PVMIND) initPIN.sap

#

  1. brgui.remote-0=PIN@PVMIND (rsh PVMIND -l ora<pin>crx/usr/bin/csh -c brtools)

  2. brgui.remote-0=PIN@PVMIND (rsh PVMIND -l myuser) initPIN.sap

#

brgui.remote-0=PIN@PVMIND PIN (BR*Tools) <initPIN.sap>

  1. brgui.remote-1=PIN (BR*Tools) <initPIN.sap>

  2. brgui.remote-2=PIN (BR*Tools) <initPIN.sap>

  3. brgui.remote-3=PIN (BR*Tools) <initPIN.sap >

#

#

  1. Preferred HTML browser. Choose exactly one option by

  2. uncommenting the respective line or specify a different

  3. browser as desired. The executable must be contained in

  4. $PATH or resolved by a directory.

#

brgui.browser=explorer

  1. brgui.browser=firefox

  2. brgui.browser=mozilla

  3. brgui.browser=netscape

  4. brgui.browser=opera

#

#

  1. BrGui logon timeout, in seconds. BrGui will wait for

  2. a reply from the BR*Tools host for this amount of time.

  3. Increase this value in case of a slow connection.

#

brgui.timeout=5

#

#

  1. Activation of BrGui trace option (FOR INTERNAL USE

  2. ONLY). Choose exactly one option. Trace output is

  3. on-screen only, no trace file will be written.

#

  1. brgui.trace=TRACE_COMM

  2. brgui.trace=TRACE_FUNC

  3. brgui.trace=TRACE_ALL

#

Please suggest me.

Regards

S.Prasad

prasadsure@yahoo.com

Former Member
0 Kudos

Hi,

you installed BRGUI on windows host.

so following is configuration for windows host

brgui.properties contains only following entry in your case

brgui.remote-0=PIN@172.17.3.9 (rsh 172.17.3.9 -l ora<sid>crx /usr/bin/csh -c brtools)

brgui.browser=explorer

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

Logon failed. Please provide me that brgui proprities file.

Please provide your mail id so i can attache the screen.

Please check following entries

initPIN.sap

  1. profile for startup with non-default

  2. profile

#

  1. Examples:

#

  1. brgui.remote-0=PIN (PVMIND)

  2. brgui.remote-0=PIN (PVMIND)

initPIN.sap

#

brgui.remote-0=PIN@172.17.3.9 (rsh 172.17.3.9 -l oraPIN /usr/bin/csh -c brtools)

  1. brgui.remote-0=PIN@PVMIND (rsh PVMIND -l myuser) initPIN.sap

#

brgui.remote-0=PIN@PVMIND PIN (BR*Tools) <initPIN.sap>

  1. brgui.remote-1=PIN (BR*Tools)

<initPIN.sap>

  1. brgui.remote-2=PIN (BR*Tools) <initPIN.sap>

  2. brgui.remote-3=PIN (BR*Tools)

<initPIN.sap >

#

#

#

Which one is correct.

Regards

S.Prasad

Edited by: Prasad Sure on Feb 15, 2008 11:26 AM

Former Member
0 Kudos

HI,

provide following result

1. rsh test -l orapin

2. rsh test -l orapin brtools

i sent the brgui.properties file to your mail.

my mail is : kaushalmalavia@yahoo.com

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

This is the ouput.(In windows)

C:\>cd brgui

C:\brgui>rsh test -l orapin

rsh: remote terminal session not supported

Runs commands on remote hosts running the RSH service.

RSH host [-l username] [-n] command

host Specifies the remote host on which to run command.

-l username Specifies the user name to use on the remote host. If

omitted, the logged on user name is used.

-n Redirects the input of RSH to NULL.

command Specifies the command to run.

C:\brgui>rsh test -l orapin brtools

test: Unknown Host

rsh: can't establish connection

Regards

S.Prasad

Former Member
0 Kudos

HI,


rsh test -l orapin      
rsh test -l orapin brtools     

where test is your sapdbhost

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

This is the output.

C:\brgui>rsh PVMIND -l oraPIN brtools

PVMIND: Unknown Host

rsh: can't establish connection

Our SAP Server is HP_UX.

Regards

S.Prasad

Former Member
0 Kudos

Hi,

maintain IP address of PVMIND in windows hosts file

\windows\system32\drivers\etc\

open hosts file with notepad and give following

192.x.x.x --- tab --- pvmid

where 192.x.x.x is ip address of your sap host

one morething maintain .rhost file which should be located in $HOME of orasid user

.rhost

brguihost

orasid

where brguihost is your windows host and orasid is your ora<sid> user

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

For this one we want maintain in the UNIX? (SAP Server)

one morething maintain .rhost file which should be located in $HOME of orasid user

.rhost

brguihost==?

orasid==?

Regards

S.Prasad

Former Member
0 Kudos

HI,

.rshost is on UNIX server located at $HOME of ora<sid> user

.rshost contain following entry

brguihost

orapin

just change brguihost to your windows host

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

Our unix server is having these files only.

Please suggest me.

/home #ls

lost+found pinadm

/home #ll

total 16

drwxr-xr-x 2 root root 96 Feb 5 2005 lost+found

drwxrwxrwx 2 pinadm sapsys 8192 Feb 14 06:54 pinadm

Regards

S.Prasad

prasad_sure
Participant
0 Kudos

Hi,

In the unix server i have enter the my host name in the etc/hosts file.

In the unix server it self my host name will be pinging.

.rhost i am not found.

Please suggest me.

Regards

S.Prasad

markus_doehr2
Active Contributor
0 Kudos

You need to list the files with a dot in front using

ls -lisa

(just an ls will not show them)

Markus

prasad_sure
Participant
0 Kudos

Hi,

These are the files.

/home #ls -lisa

total 48

2 16 drwxr-xr-x 4 root root 8192 Dec 11 2006 .

2 16 drwxr-xr-x 33 root root 8192 Jan 26 17:40 ..

3 0 drwxr-xr-x 2 root root 96 Feb 5 2005 lost+found

4 16 drwxrwxrwx 2 pinadm sapsys 8192 Feb 14 06:54 pinadm

Regards

S.Prasad

markus_doehr2
Active Contributor
0 Kudos

- you're logged on as root - you should logon as <sid>adm (pinadm)

- you're in the wrong directory (you should be in /home/pinadm)

I HIGHLY suggest you get your Unix admin show you some basic stuff...

- logon as <sid>adm

- if there's no .rhosts file, you need to create one, check the syntax using "man rhosts"

Markus

prasad_sure
Participant
0 Kudos

Hi,

It's connected. But immediately disconnected.

Please suggest me.

Error: Cannot read from standard input.

Regards

S.Prasad

Former Member
0 Kudos

HI,

click on detail log on BRGUI screen and provide it.

also upgrade the BRTOOLS on unix machine.

look at sap Note 12741 - Current versions of BR*Tools and SAPDBA

regards,

kaushal

prasad_sure
Participant
0 Kudos

Hi,

which verion we want update. Because Last october only we are upgraded our SAP Kernel.

Please check it and suggest me.

Regards

S.Prasad

prasad_sure
Participant
0 Kudos

Hi,

This is the error logs.

Please check it.

BrGui 6.40 Logfile log-PIN@172.17.3.9-20080221143529.htm

BR0651I BRTOOLS 6.40 (45)

BR0280I BRTOOLS time stamp: 2008-02-21 13.51.50

BR0656I Choice menu 1 - please make a selection

-


BR*Tools main menu

1 = Instance management

2 - Space management

3 - Segment management

4 - Backup and database copy

5 - Restore and recovery

6 - Check and verification

7 - Database statistics

8 - Additional functions

9 - Exit program

Standard keys: c - cont, b - back, s - stop, r - refr, h - help

-


BR0662I Enter your choice:

BR0280I BRTOOLS time stamp: 2008-02-21 13.51.50

BR0255E Cannot read from standard input

BR0280I BRTOOLS time stamp: 2008-02-21 13.51.50

BR0654I BRTOOLS terminated with errors

Regards

S.Prasad

Former Member
0 Kudos

Hi,

upgrading kernel does not upgrade the BRTOOLS patch.

download it from as describe in note,

if you used 640 kernel on UX/oracle than download it from following.

http://service.sap.com/swdc --> SAP Software Distribution Center --> Download --> Support packages and Patches > Entry by Application Group ->> SAP NetWeaver --> SAP NETWEAVER --> SAP NETWEAVER 04 --> Entry by Component --> Application Server ABAP --> SAP KERNEL 6.40 64-BIT

--> AIX_64 | HPUX_64 | SOLARIS_64 | ... --> ORACLE --> DBATL640O92_nn

regards,

kaushal

Answers (0)