cancel
Showing results for 
Search instead for 
Did you mean: 

ask : how to mount windows 2003 shared folder to redhat Linux?

Former Member
0 Kudos

hi sap friends

i'm having some issue to backup my sap linux (redhat) and oracle to windows 2003 shared folder, is there anyway solution for doing this?

Regards

Hariyono S.Kom

SAP Basis

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use the command smbmount

If you have samba package installed in your redhat Linux

Regards,

Tarun

Former Member
0 Kudos

after i run command below :

mount -t cifs -o username=administrator,password=qwopzxnm,rw,uid=502,gid=503,umask=000,bg,intr,hard,timeo=600,wsize=32768,rsize=32768,tcp //10.10.10.144/backup/BCD /oracle/BCD/sapbackup

after that i run a rman backup the result was :

RMAN> connect target sys/passw0rdabc@bcd

connected to target database: BCD (DBID=1256806328)

RMAN> backup full database format '/oracle/BCD/sapbackup/%U';

Starting backup at 06-JUN-08

using target database control file instead of recovery catalog

allocated channel: ORA_DISK_1

channel ORA_DISK_1: sid=35 devtype=DISK

channel ORA_DISK_1: starting full datafile backupset

channel ORA_DISK_1: specifying datafile(s) in backupset

input datafile fno=00002 name=/oracle/BCD/sapdata1/undo_1/undo.data1

input datafile fno=00007 name=/oracle/BCD/sapdata2/sr3_4/sr3.data4

input datafile fno=00005 name=/oracle/BCD/sapdata2/sr3_2/sr3.data2

input datafile fno=00004 name=/oracle/BCD/sapdata2/sr3_1/sr3.data1

input datafile fno=00006 name=/oracle/BCD/sapdata2/sr3_3/sr3.data3

input datafile fno=00009 name=/oracle/BCD/sapdata3/sr3700_2/sr3700.data2

input datafile fno=00011 name=/oracle/BCD/sapdata3/sr3700_4/sr3700.data4

input datafile fno=00010 name=/oracle/BCD/sapdata3/sr3700_3/sr3700.data3

input datafile fno=00008 name=/oracle/BCD/sapdata3/sr3700_1/sr3700.data1

input datafile fno=00013 name=/oracle/BCD/sapdata4/sr3db_1/sr3db.data1

input datafile fno=00014 name=/oracle/BCD/sapdata4/sr3db_2/sr3db.data2

input datafile fno=00015 name=/oracle/BCD/sapdata4/sr3db_3/sr3db.data3

input datafile fno=00001 name=/oracle/BCD/sapdata1/system_1/system.data1

input datafile fno=00003 name=/oracle/BCD/sapdata1/sysaux_1/sysaux.data1

input datafile fno=00012 name=/oracle/BCD/sapdata4/sr3usr_1/sr3usr.data1

channel ORA_DISK_1: starting piece 1 at 06-JUN-08

RMAN-00571: ===========================================================

RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============

RMAN-00571: ===========================================================

RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/06/2008 15:51:00

ORA-19504: failed to create file "/oracle/BCD/sapbackup/0kji8pn3_1_1"

ORA-27040: file create error, unable to create file

Linux-x86_64 Error: 22: Invalid argument

is there any solution the clear this issue?