Hello,
I trying to use the obksftp to backup from RMAN on Windows to an Oracle Linux 7 server over ssh. I have the passwordless ssh login from Windows to the Linux server working for the user obk, but the allocate channel RMAN test command is failing with the following error:
RMAN> allocate channel for maintenance DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=D:\obk\obksftp.dll.win64,ENV=(OB_SERVER=ol7s,OB_USER=obk,OB_PATH=/d01/obk/sbt)';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_6 channel at 05/15/2025 17:11:44
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27023: skgfqsbi: media manager protocol error
ORA-19511: non RMAN, but media manager or vendor specific failure, error text:
User HOME is undefined
How to set the HOME variable correctly in my case scenario?
Thanks,
-Eugene
Hello,
I trying to use the obksftp to backup from RMAN on Windows to an Oracle Linux 7 server over ssh. I have the passwordless ssh login from Windows to the Linux server working for the user obk, but the allocate channel RMAN test command is failing with the following error:
RMAN> allocate channel for maintenance DEVICE TYPE 'SBT_TAPE' PARMS 'SBT_LIBRARY=D:\obk\obksftp.dll.win64,ENV=(OB_SERVER=ol7s,OB_USER=obk,OB_PATH=/d01/obk/sbt)';
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on ORA_MAINT_SBT_TAPE_6 channel at 05/15/2025 17:11:44
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27023: skgfqsbi: media manager protocol error
ORA-19511: non RMAN, but media manager or vendor specific failure, error text:
User HOME is undefined
How to set the HOME variable correctly in my case scenario?
Thanks,
-Eugene