HOW TO SAP

Step by step manual guide with screenshot for Basis, Security Authorization & Abap

Popular Posts

  • HOW TO SAP - Create RFC TCPIP connection and Register Server Program with RFCEXEC
    Execute SM59 Expand TCP/IP connections > Click Create Enter the following details. Ensure connection type is 'T' Save a...
  • HOW TO SAP - Work Load Monitor - ST03N
    ST03N is used to analyse system performance. It can also be used to to monitor workload & transaction executed by use 1. ST03N > La...
  • Job: Error ‘Print parameters for step 1 could not be found’
    Most common SPOOL error encountered by BASIS. How do we resolve this issue? Steps Execute SM37. You found an error Job. When you double clic...

Blog Archive

  • ►  2019 (14)
    • ►  July (4)
    • ►  June (8)
    • ►  May (2)
  • ►  2018 (1)
    • ►  January (1)
  • ►  2017 (65)
    • ►  December (16)
    • ►  November (18)
    • ►  October (26)
    • ►  September (1)
    • ►  August (3)
    • ►  June (1)
  • ►  2014 (1)
    • ►  August (1)
  • ►  2013 (2)
    • ►  December (1)
    • ►  March (1)
  • ►  2012 (5)
    • ►  June (3)
    • ►  February (2)
  • ►  2011 (88)
    • ►  October (3)
    • ►  September (8)
    • ►  August (8)
    • ►  July (4)
    • ►  June (14)
    • ►  May (22)
    • ►  April (11)
    • ►  March (14)
    • ►  February (2)
    • ►  January (2)
  • ►  2010 (1)
    • ►  October (1)
  • ▼  2009 (17)
    • ►  October (12)
    • ►  September (1)
    • ▼  August (3)
      • VNC from Windows to SuSE 10
      • Mount Windows folder to Linux
      • BRTOOLS to turn off archive log
    • ►  June (1)
  • ►  2008 (20)
    • ►  January (20)
2013-2017. Powered by Blogger.
HOW TO SAP

VNC from Windows to SuSE 10

August 20, 2009   linux,
  1. Linux, execute yast2 > security and users > Local Security
  2. Custome > next until you see "Allow remote graphical login" (see below)
  3. Check and save.
  4. Terminal > su root
  5. vncserver
  6. Enter a password to access desktop
  7. Once finish go to cd /root/.vnc/
  8. vi xstartup and change the original to
  9. #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & /usr/X11R6/bin/gnome &
  10. Save xstartup
  11. To kill a session, use vncserver -kill 'servername':1 (Eg:test01:~/.vnc # vncserver -kill test01:1)
Continue Reading

Mount Windows folder to Linux

August 20, 2009   linux,
1. SU root
2. Enter below command
3. test01:/ # mount -t cifs //windows/share /media/install -o user=Domain/username
Continue Reading

BRTOOLS to turn off archive log

August 20, 2009  
Firstly you check acrhivelog status

  1. BRTOOLS
  2. 1 = Instance management
  3. 6 - Show instance status
  4. Continue x2
  5. 2 - Show instance status

    Information about the status of database instance R53

     1 - Instance number (number) ........... 1
     2 - Instance thread (thread) ........... 1
     3 - Instance status (status) ........... OPEN
     4 - Instance start time (start) ........ 2009-11-07 02.34.33
     5 - Oracle version (version) ........... 10.2.0.2.0
     6 - Database creation time (create) .... 2009-10-12 04.09.24
     7 - Last resetlogs time (resetlogs) .... 2009-08-20 07.11.28
     8 - Archivelog mode (archmode) ......... ARCHIVELOG
     9 - Archiver status (archiver) ......... STARTED
    10 - Current redolog sequence (redoseq) . 18914
    11 - Current redolog SCN (redoscn) ...... 16310535260
    12 - Number of SAP connections (sapcon) . 26

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


  6. To turn achive log off,
  7. Brtools
  8. 1 = Instance management
  9. 3 - Alter database instance
  10. Continue x 2
  11. Now you see the screen below
    BR0280I BRSPACE time stamp: 2009-11-07 02.41.24
    BR0656I Choice menu 207 - please make a selection
    -------------------------------------------------------------------------------
    Alter database instance main menu

     1 - Switch redolog file
     2 - Force database checkpoint
     3 - Set archivelog mode
     4 - Set noarchivelog mode
     5 - Show instance status
     6 * Exit program
     7 - Reset program status

    Standard keys: c - cont, b - back, s - stop, r - refr, h - help
    -------------------------------------------------------------------------------
    BR0662I Enter your choice:
  12. Choose 3 to set achive log, choose 4 to set noacrhivelog
  13. Once done, press C to continue until Brtools will execute alter database command and restart database
  14. Completed


Continue Reading
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)
Designed By: Blogger Templates | Templatelib