NMDA: Unable to create NMDA oracle client backup configuration in NMC. Oracle client backup configuration fails with error: The NMC server could not obtain the required memory for the requested operation. the gst log provides the detail
Summary: Unable to create NMDA oracle client backup configuration in NMC. Oracle client backup configuration fails with error: The NMC server could not obtain the required memory for the requested operation. the gst log provides the detail ...
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
Unable to create new NMDA client on NMC
The error during creation is NMC server could not obtain the required memory for the requested operation.
The gstd log provides details
Cause
1. NMDA 32 bit software installed on 64 bit OS
2. The Oracle remote agent being registered with the modified binary name (this might have happened when some registered the agent using the binary, with the modified name : nsrorara.bin , or using the wrapper script , as it runs the modified binary internally).
2. The Oracle remote agent being registered with the modified binary name (this might have happened when some registered the agent using the binary, with the modified name : nsrorara.bin , or using the wrapper script , as it runs the modified binary internally).
Resolution
On Oracle client host do the following: -
- nsradmin -p nsrexecd
- p type : nsr remote agent ; backup type : oracle
- output will show: -
- remote agent executable: nsrorara.bin; => the output shows nsrorara.bin
- Next un-register the NMDA agent:
- /usr/bin/nsrorara.bin -u
- Then register it using the right binary name:
- Rename the official binary /usr/bin/nsrorara to /usr/bin/nsrorara.bin
- cd /usr/bin
- mv nsrorara nsrorara.bin
- Create a script file named nsrorara, under /usr/bin:
- vi nsrorara
- Put the below content into the new created script file nsrorara:
- #! /bin/shLIBPATH=/oracle/121020/lib
- export LIBPATH
- exec /usr/bin/nsrorara.bin "$@"
- Save the file and cat nsrorara, under /usr/bin (verify the above entries are entered correctly).
- chmod 0755 nsrorara
- /usr/bin/nsrorara -i
- Rename the official binary /usr/bin/nsrorara to /usr/bin/nsrorara.bin
- Then Run the NMC client configuration wizard to create new NMDA client.
- After running the new NMDA client configuration, reset the Original files by renaming these files:
- mv /usr/bin/nsrorara /usr/bin/nsrorara.sh
- mv /usr/bin/nsrorara.bin /usr/bin/nsrorara
- nsradmin -p nsrexecd
- p type : nsr remote agent ; backup type : oracle
- remote agent executable: nsrorara; => the output shows back to nsrorara
Products
NetWorker FamilyArticle Properties
Article Number: 000183208
Article Type: Solution
Last Modified: 23 Aug 2022
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.