Oracle VM Server 2.2.1 - support for NTFS external drive?

Hi,
Another "newbie" question here... we have just installed Oracle VM Server 2.2.1 on a Dell box and now we want to install some Template VM's that we downloaded. The problem is - they are on an external Hard Drive that is an NTFS drive.
So - when we connect the drive it's detected ok - but we can't mount it as the NTFS filesystem support doesn't appear to be installed as standard?
If it isn't - how/where do we get NTFS support into the Kernel?
Any help appreciated.
Regards,
Bren

Hi Bren,
unfortunately as far as I know native NTFS support is in RHEL/OEL 5.4. And since Oracle VM is based on OEL 5.3 there is no direct support for NTFS.
However there is an "unofficial" and probably not supported possibility to install FUSE and get NTFS3g to get what you want:
Point the yum update server to OVS 2.2.1 and OEL 5.3 (on which OVS is based) on public-yum.oracle.com:
# vi /etc/yum.repos.d/public-yum-el5.repo
[el5_u3_base]
name=Enterprise Linux $releasever U3 - $basearch - base
baseurl=http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/3/base/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
gpgcheck=1
enabled=1
[ovm22_2.2.1_base]
name=OracleVM 2 - 2.2.1 - $basearch - base
baseurl=http://public-yum.oracle.com/repo/OracleVM/OVM2/2.2.1/base/$basearch/
gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-el5
gpgcheck=1
enabled=1
Then you are able to install gcc compiler, which is needed for FUSE:
# yum install gcc
Insert the OVS Server CD or use the OVS repository from public-yum to install the develop kernel:
# yum install kernel-ovs-devel
Download the required FUSE packages and NTFS3g:
http://ntfs-3g.org
http://fuse.sourceforge.net/
# wget http://marush.com/wp-content/uploads/2009/04/ntfs-3g-200944-el5i686.rpm
# wget http://switch.dl.sourceforge.net/sourceforge/fuse/fuse-2.7.4.tar.gz
Install Fuse:
# tar -xvzf fuse-2.7.4.tar.gz
# cd fuse-2.7.4
# ./configure
# make
# make install
# modprobe fuse
# cd ..
Install NTFS3g:
# rpm -Uvh ntfs-3g-200944-el5i686.rpm
Then you should be able to mount the ntfs filesystem:
# mkdir /ntfs
# echo "/dev/sda3 /ntfs ntfs-3g defaults 0 0" >> /etc/fstab
# mount -a
Note however, that this probably is not supported.
So mounting the drive on a windows computer and copying the files via. pscp might probably be the easier and supported way...
Regards
Sebastian

Similar Messages

  • Using Oracle BI Server as a Data Source for Third Party Tools

    I have been researching how to use the Oracle BI Server as a data source for two days now. I have not yet found a solution to my problem.
    We have a remote user who is pulling data from one of our Oracle databases using automated tools. This data base is essentially being replaced by Oracle Analytics. However, we do not want this user to get at the physical tables of Analytics, rather, we want the user to be able to connect to the Oracle BI Server itself, and issue Logical SQL to pull data.
    Here are the requirements which I need to be fulfilled:
    1) The ability for a remote user to connect to the BI Server as a data source.
    2) The remote user must be able to do this on a Unix box.
    3) The remote user must be able to automate the process of issuing SQL to the BI Server. (Command line interface is preferable)
    4) The solution needs to be easily implementable, that is, this solution will be implemented many times over.
    I found many articles explaining how to set up a Windows box to connect to the BI Server in this way. However, these articles outline how to use tools like Excel and Microsoft Query to pull data from the BI Server. Our current user is using SQLplus.
    If possible, I would like the user to continue using SQLplus as the tool for connecting to and retriving information from our BI Server. I have tested using SQLplus many different ways to no avail. I have also tried using other tools, such as Oracle SQL Developer.
    Is there a program out there that will fulfill the needs I have outlined above? Or, does someone know of a way to use SQLplus to connect to the Oracle BI Server as a data source? Or, is there a series of solutions which will fulfill the needs outlined above?
    Edited by: user11177366 on Jun 11, 2009 11:46 AM

    I agree it would be inefficient but only because you are using OBIEE for something it was not designed to do. You are basically asking for a "DB feed" and that should designed using PL/SQL, DB Links, Web Services or whatever is your entreprise standard to send data from one system to another. Using OBIEE for this seems a bad architecture decision to me.You are correct, the BI Server is not really intended to be queried like another Oracle Database remotely. However, the reason we are trying to do it this way is twofold:
    1) We want to enforce data level security.
    2) The BI Server has been fine tuned for high performance.
    Forcing the end users to go through the BI Server rather than directly to the physical tables or other sorts of systems built on top solves both of these issues.
    I think you are wrong. I don't see why SQLPlus should be able to query the BI Server. The BI Server can sit on top of many different DBs not just Oracle, even flat files etc. So you can't really expect the BI Server to able to translate all that into Oracle SQL output so you can query it using SQLPlus. The BI Server is not an Oracle RDBMS.You're right again. The BI Server isn't an Oracle RDBMS, and I have been wanting to treat it like one. From the data I have gathered SQLPlus can't query the BI Server.
    However, my research has led me to realize that the BI Server supports the JDBC API. Therefore, (I should have went down this route in the first place) one can use the JDBC driver provided by Oracle (bijdbc14.jar) to interface with the BI Server. There are many programs and applications out there that support the JDBC API and let us connect to BI Server the way we want to. Furthermore, these programs are mostly platform independent, as they are mostly written in Java.
    Lastly, from what I understand the NQCMD program can be installed on any platform as well (provided by Oracle). This is another option to connect to the BI Server as well.
    Thanks for your help and your comments as I went through this process of discovery.

  • Does Weblogic server 9.2 provide support for CRL checking

    Does Weblogic server 9.2 provide support for CRL checking?

    No, but you can create a custom CertPath provider for your own implementation.
    Mike
    Weblogic/J2EE Security Blog: http://monduke.com

  • Is Oracle Application Server Standard Edition One available for purchase?

    Is Oracle Application Server Standard Edition One available for purchase? I don't see it listed in the online Oracle store as available.
    More information about this version of OAS can be found at http://www.oracle.com/appserver/feature_seone.html Would like to know
    1) when it will be available
    2) the differences between this version and OAS standard edition.
    Thanks
    Dev

    Yes,
    Oracle Linux 5.5 is actually inline with the related version of Red Hat linux as it runs on the same kernel.
    So, yes, it is certified on this environment.
    Also remember that OBIE Standard Edition is functionally the same ast OBIE Entprise Edition, the core difference are the licensing limitations of the Standard Edition which is based on the # of end-users.
    Please award points if this was helpful.

  • Enabling (native) write support for NTFS

    I used NTFS-3G for writing on NTFS before, but because of this (https://discussions.apple.com/thread/4187322) i had to uninstall it.
    A while ago i heard something about OSX having native write support for NTFS.
    Is that even true? And if so, can i (and how) enable it on Mountain Lion?

    Tbassist4 wrote:
    Thank you. I've been looking at these two a little bit. NTFS-3g seemed like a pretty good choice at first, but I question the stability a little bit, as they do warn you that the project is experimental. Paragon actually looks like a good, safe solution, and also generally inexpensive, but I am trying to find out whether or not it will run on intel-based Macs, as it only lists system specs for running the program on a PPC-based Mac. I'll report the results as soon as I find out.
    On the System Requirements Page for Paragon it does say Intel. Actually it says x86 which are Intel processor architecture, plus on the box it shows the Universal logo on it (hard to see but it's there).
    David L.

  • Is it OK to use USB 2.0 connection for Glyph external drive and Mac Pro as project drive?

    Is it OK to use a USB 2.0 connection for Glyph external drive and Mac Pro as project drive? I was told by Sweetwater tech support to use Firewire, but both the FW400 and FW800 connections crash my audio interface software mixer (Presonus' "Universal Control" software).
    Both Firewire connections also create a 10 second hang for each Command-Save that I do.
    USB 2.0 for the external drive seems to be working so far, but is there some reason I should be wary of using this as my go-to project drive? In other words, I am imagining that there was probably some definite reason that the tech support guy mentioned not to use it. But maybe not. It's a brand new Glyph. In any event, it's nice to have the 10 second hang eliminated, and I was just looking for some advice, since digging into the Presonus software issue could take some time.

    If you have a mac pro, why not stick the external HDD inside via one of your many SATA cables & have it run 9 times faster than your USB?
    Or stick a HDD CADDY in your mac pro, so you can slot in a full sized 3TB HDD for recording, and when you are done, pull it out & slip it in an external enclosure if you need to take it places?

  • Apple physically replaced the HD on my Imac.  I backed up everything on a Seagate Go Flex Desk for Mac external drive for Mac.  I went through the motions to restore my Iphoto Library back to my computer. Can't find them!!!!!

    Apple replaced my hard drive on my Imac.  I'm lucky I backed up everything on a Seagate Go Flex Desk for Mac external drive via Time Machine .  I followed directions in order to restore my iphoto library , but I can't seem to find it on my computer.  Are the files locked?

    No reason to assume they are locked. The library will be restored to the location it was backed up from, unless you specified somewhere else. Have you looked in your Pictures Folder?

  • My imac won't recognize my passport for mac external drive

    I just bought a WD my passport for mac external drive to back up my imac with Snow leopard OS. the passport icon doesn't show on the desktop and when I look using disk utility the external drive isn't recognized. The external drive has nothing wrong with it as I plugged it into a newer imac running 10.9.5 and it works fine on that machine. I went through the troubleshooting steps from WD and the only one left is trouble with the OS. I have updated the software and downloaded the drivers from WD and still no change. Any suggestions? thanks!

    See the mount section of the first link.
    Disk Unmount Using Terminal
    Disk Utility – Force Mount Disk

  • My GoFlexPro for Mac external drive will not work and freeze Finder after I switched to Mountain Lion. Anyone same trouble?

    My GoFlexPro for Mac external drive will not work and freezes Finder after I switched to Mountain Lion. Anyone same trouble?

    Search this site for many reports of problems with GoFlex drives.

  • Oracle Identity Server Authenticator as Security Provider for Weblogic 10.3

    Hi,
    I am getting the following exception on weblogic server 10.1.3 console when accessing users and groups in security realm. This can be reproduced using the following steps.
    1. I have installed Oracle Identity Management 10.1.4 (Oracle SSO). I have installed Oracle SSO using the default port options. I tested accessing the Internet directory using orcladmin user and it is working with out any problems.
    2. Installed Oracle weblogic Server 10.1.3 and then installed ADF runtime. I verified the installation by accessing the admin server console and did not find any issues.
    3. Opened the Admin Console and then accessed the Security Realms and then selected myrealm. Then selected Providers and added Oracle Internet directory Authentication provider.
    4. configured the provider specific parameters like the host name and port number (389).
    Now when I select user and groups tab I am getting the following exception on weblogic adminserver command prompt console.
    Am I missing any steps in configuring Oracle Internet directory authenitcaiton provider for weblogic 10.3.1
    <Oct 13, 2009 8:33:21 PM EDT> <Error> <Console> <BEA-240003> <Console encountere
    d the following error weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090294]could not get connection
    at weblogic.security.providers.authentication.LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3224)
    at weblogic.security.providers.authentication.LDAPAtnDelegate.listUsers(LDAPAtnDelegate.java:2248)
    at weblogic.security.providers.authentication.LDAPAuthenticatorImpl.listUsers(LDAPAuthenticatorImpl.java:178)
    at weblogic.security.providers.authentication.OracleInternetDirectoryAuthenticatorMBeanImpl.listUsers(OracleInternetDirectoryAuthenticatorMBeanImpl.java:221)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437)
    at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
    at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:268)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
    at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
    at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:314)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
    at java.security.AccessController.doPrivileged(Native Method)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
    at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
    at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
    at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
    at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
    at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
    at javax.management.remote.rmi.RMIConnectionImpl_1031_WLStub.invoke(Unknown Source)
    at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:978)
    at weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:544)
    at weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)
    at $Proxy106.listUsers(Unknown Source)
    at com.bea.console.utils.security.UserUtils.getUsers(UserUtils.java:78)
    at com.bea.console.actions.security.users.UserTableAction.getCollection(UserTableAction.java:100)
    at com.bea.console.actions.security.ManagementBaseTableAction.execute(ManagementBaseTableAction.java:83)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
    at org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
    at com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:262)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
    at org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
    at org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
    at org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
    at com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:256)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
    at com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:133)
    at org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
    at com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
    at com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.render(StrutsStubImpl.java:107)
    at com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
    at com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
    at com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
    at com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
    at com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
    at com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
    at com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
    at com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
    at com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:211)
    at com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:196)
    at com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:47)
    at weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.reflect.InvocationTargetException
    at weblogic.security.providers.authentication.LDAPAtnDelegate$LDAPFactory.newInstance(LDAPAtnDelegate.java:3890)
    at weblogic.security.utils.Pool.newInstance(Pool.java:37)
         at weblogic.security.utils.Pool.getInstance(Pool.java:33)
    at weblogic.security.providers.authentication.LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3219)
    ... 119 more
    Caused by: netscape.ldap.LDAPException: error result (49)
    at netscape.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4871)
    at netscape.ldap.LDAPConnection.simpleBind(LDAPConnection.java:1766)
    at netscape.ldap.LDAPConnection.authenticate(LDAPConnection.java:1264)
    at netscape.ldap.LDAPConnection.authenticate(LDAPConnection.java:1273)
    at netscape.ldap.LDAPConnection.bind(LDAPConnection.java:1562)
    at weblogic.security.providers.authentication.LDAPAtnDelegate$LDAPFactory.newInstance(LDAPAtnDelegate.java:3860)
    ... 122 more
    Thanks and Regards,
    S R Prasad

    The problem has been resolved after providing OID admin user creadential with cn=orcladmin instead of orcladmin. The Security:090294 is related to OID credentials.
    Regards,
    S R Prasad

  • Does iPlanet App Server 6.5 provide support for Java Connector Architecture resource adapters? If not will 7.0?

     

    6.5 does not support JCA. 7.0 is announced on 19th June
    when the official statement regarding support for JCA
    will be made.

  • New support for NTFS??

    3G-Linux NTFS support driver
    INTRODUCTION
    ============
    The ntfs-3g driver is an open source, GPL licensed, third generation Linux
    NTFS driver for 32-bit, little-endian architectures which was implemented
    by the Linux-NTFS project. It provides full read-write access to NTFS,
    excluding access to encrypted files, writing compressed files, changing
    file ownership, access right.
    Technically it's based on and a major improvement to the third generation
    Linux NTFS driver, ntfsmount. The improvements includes functionality,
    quality and performance enhancements.
    The driver currently is in BETA status: before release of this software we
    haven't experienced any driver crashes or data loss during our heavy quality
    testing, however we are aware of some minor issues which will be resolved
    in the near future. We listed all of them in a below section. Please report
    any new problem to linux-ntfs-dev@li... if it's not listed
    yet in the latest release of this software.
    http://developers.slashdot.org/article. … 15/1346250
    I trie to install but....
    [jack@nube ntfs-3g-20070714-BETA]$ sudo ./configure
    [jack@nube ntfs-3g-20070714-BETA]$ sudo make
    make all-recursive
    make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
    Making all in include
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    Making all in ntfs-3g
    make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
    make[3]: No se hace nada para `all'.
    make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
    make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    make[3]: No se hace nada para `all-am'.
    make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    Making all in libntfs-3g
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
    make[2]: No se hace nada para `all'.
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
    Making all in src
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    make[2]: No se hace nada para `all'.
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
    make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
    [jack@nube ntfs-3g-20070714-BETA]$ sudo make install
    Making install in include
    make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    Making install in ntfs-3g
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
    make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
    make[3]: No se hace nada para `install-exec-am'.
    test -z "/usr/local/include/ntfs" || mkdir -p -- "/usr/local/include/ntfs"
    /bin/install -c -m 644 'attrib.h' '/usr/local/include/ntfs/attrib.h'
    /bin/install -c -m 644 'attrlist.h' '/usr/local/include/ntfs/attrlist.h'
    /bin/install -c -m 644 'bitmap.h' '/usr/local/include/ntfs/bitmap.h'
    /bin/install -c -m 644 'bootsect.h' '/usr/local/include/ntfs/bootsect.h'
    /bin/install -c -m 644 'collate.h' '/usr/local/include/ntfs/collate.h'
    /bin/install -c -m 644 'compat.h' '/usr/local/include/ntfs/compat.h'
    /bin/install -c -m 644 'compress.h' '/usr/local/include/ntfs/compress.h'
    /bin/install -c -m 644 'debug.h' '/usr/local/include/ntfs/debug.h'
    /bin/install -c -m 644 'device.h' '/usr/local/include/ntfs/device.h'
    /bin/install -c -m 644 'device_io.h' '/usr/local/include/ntfs/device_io.h'
    /bin/install -c -m 644 'dir.h' '/usr/local/include/ntfs/dir.h'
    /bin/install -c -m 644 'endians.h' '/usr/local/include/ntfs/endians.h'
    /bin/install -c -m 644 'index.h' '/usr/local/include/ntfs/index.h'
    /bin/install -c -m 644 'inode.h' '/usr/local/include/ntfs/inode.h'
    /bin/install -c -m 644 'layout.h' '/usr/local/include/ntfs/layout.h'
    /bin/install -c -m 644 'lcnalloc.h' '/usr/local/include/ntfs/lcnalloc.h'
    /bin/install -c -m 644 'list.h' '/usr/local/include/ntfs/list.h'
    /bin/install -c -m 644 'logfile.h' '/usr/local/include/ntfs/logfile.h'
    /bin/install -c -m 644 'logging.h' '/usr/local/include/ntfs/logging.h'
    /bin/install -c -m 644 'mft.h' '/usr/local/include/ntfs/mft.h'
    /bin/install -c -m 644 'mst.h' '/usr/local/include/ntfs/mst.h'
    /bin/install -c -m 644 'ntfstime.h' '/usr/local/include/ntfs/ntfstime.h'
    /bin/install -c -m 644 'runlist.h' '/usr/local/include/ntfs/runlist.h'
    /bin/install -c -m 644 'security.h' '/usr/local/include/ntfs/security.h'
    /bin/install -c -m 644 'support.h' '/usr/local/include/ntfs/support.h'
    /bin/install -c -m 644 'types.h' '/usr/local/include/ntfs/types.h'
    /bin/install -c -m 644 'unistr.h' '/usr/local/include/ntfs/unistr.h'
    /bin/install -c -m 644 'version.h' '/usr/local/include/ntfs/version.h'
    /bin/install -c -m 644 'volume.h' '/usr/local/include/ntfs/volume.h'
    make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include/ntfs-3g'
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    make[3]: No se hace nada para `install-exec-am'.
    make[3]: No se hace nada para `install-data-am'.
    make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/include'
    Making install in libntfs-3g
    make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
    test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
    /bin/sh ../libtool --mode=install /bin/install -c 'libntfs-3g.la' '/usr/local/lib/libntfs-3g.la'
    /bin/install -c .libs/libntfs-3g.so.0.0.0 /usr/local/lib/libntfs-3g.so.0.0.0
    (cd /usr/local/lib && rm -f libntfs-3g.so.0 && ln -s libntfs-3g.so.0.0.0 libntfs-3g.so.0)
    (cd /usr/local/lib && rm -f libntfs-3g.so && ln -s libntfs-3g.so.0.0.0 libntfs-3g.so)
    /bin/install -c .libs/libntfs-3g.lai /usr/local/lib/libntfs-3g.la
    /bin/install -c .libs/libntfs-3g.a /usr/local/lib/libntfs-3g.a
    ranlib /usr/local/lib/libntfs-3g.a
    chmod 644 /usr/local/lib/libntfs-3g.a
    PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
    Libraries have been installed in:
    /usr/local/lib
    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
    during execution
    - add LIBDIR to the `LD_RUN_PATH' environment variable
    during linking
    - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    make[2]: No se hace nada para `install-data-am'.
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
    make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/libntfs-3g'
    Making install in src
    make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
    /bin/sh ../libtool --mode=install /bin/install -c 'ntfs-3g' '/usr/local/bin/ntfs-3g'
    /bin/install -c .libs/ntfs-3g /usr/local/bin/ntfs-3g
    make install-exec-hook
    make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    /bin/install -c -d /sbin
    ln -s -f /usr/local/bin/ntfs-3g /sbin/mount.ntfs-3g
    ldconfig
    make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    test -z "/usr/local/man/man8" || mkdir -p -- "/usr/local/man/man8"
    /bin/install -c -m 644 './ntfs-3g.8' '/usr/local/man/man8/ntfs-3g.8'
    make install-data-hook
    make[3]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    /bin/install -c -d /usr/local/man/man8
    ln -s -f ntfs-3g.8 /usr/local/man/man8/mount.ntfs-3g.8
    make[3]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA/src'
    make[1]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
    make[2]: se ingresa al directorio `/usr/src/ntfs-3g-20070714-BETA'
    make[2]: No se hace nada para `install-exec-am'.
    make[2]: No se hace nada para `install-data-am'.
    make[2]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
    make[1]: se sale del directorio `/usr/src/ntfs-3g-20070714-BETA'
    [jack@nube ntfs-3g-20070714-BETA]$ sudo ntfs-3g /dev/hda1 /media/win/
    sudo: ntfs-3g: command not found

    postlogic wrote:Try sudo ./configure --prefix=/usr
    $ sudo ./configure --prefix=/usr
    PERFECT!!!.
    $ sudo modprobe fuse
    $ sudo ntfs-3g /dev/hda1 /media/win/
    YEASSSSS!!! Works. READ and WRITE the partition table hda1 winth XP SP2.
    But i can access the partition NTFS only root.
    # cd /media/win/
    # ls
    AUTOEXEC.BAT CONFIG.SYS IDM downloads NTDETECT.COM VO.log boot.ini mIRC utorrent
    Archivos de programa Documents and Settings IO.SYS RECYCLER WGA crack dxva.log ntldr vuescan
    Bootfont.bin Fraps MSDOS.SYS System Volume Information WINDOWS hpfr3500.log pagefile.sys
    # mv VO.log Fraps/
    # cd Fraps/
    # ls
    HELP README.HTM Thumbs.db VO.log changes.txt fraps.dll fraps.exe fraps64.dat fraps64.dll frapslcd.dll uninstall.exe
    # rm -f VO.log
    # ls
    HELP README.HTM Thumbs.db changes.txt fraps.dll fraps.exe fraps64.dat fraps64.dll frapslcd.dll uninstall.exe
    Many thanxs cdhotfire & postlogic.:D

  • Support for Iomega Zip drives?

    Does OS 8 have built-in support for external Iomega Zip drives?
    Does anyone know if OS 7.x does?

    I don't know about System 7.5, but I have a PowerMac 6500/300 that came with both System 7.6.1 and an internal ZIP drive. I think you do need to download some drivers from Iomega to get it to work however. I do know that when I tried a clean install of OS 8 some years back, I couldn't use the ZIP drive. I think I also had to upgrade the ZIP drivers at some point, but I can't remember if it was when I upgraded to OS 8, applied the 8.1 patch, or upgraded to 8.5 and applied the 8.6 patch.
    All I know is that you can use both the internal and the external ZIP drives with 7.6.1 if you download a driver from Iomega. Weather or not you can still do so is another issue. I could extract them from the RestoreCD, but it wouldn't have an installer.

  • Am I correct that Quantum does not support the eSATA external drives?

    I bought an eSATA external drive when they first became available and I get a huge amount of storage space (something like 120 hours of HD).
    Can you mix and match your old DVR with the new Quantum DVR?  In other words, could I keep my old one up in the bedroom or is quantum all or nothing?
    The 6 channels at once thing is appealing - particularly during football season ... but going backwards on recording capacity is a dealkiller, regrettably.
    Solved!
    Go to Solution.

    BigDaveVT wrote:
    So I've renewed my FIOS contract.  If/when the six-channel DVR starts supporting eSATA, I'll reconsider switching to it.  If the port is on there, it's a shame that they're not enabling it.  I guess that they want an upcharge for extra capacity rather than letting you buy it yourself.
    The VMS boxes are in a sense using older firmware such as the guide being the older version then what the multi room boxes use right now which is why the ports arent enabled yet. I'm sure once they release a new firmware upgrade they will be enabled.

  • Strategy for 2nd External Drive & Backup?

    Hello All,
    My IT guy at work just passed through my office and said, "you should be ghosting that thing." He was referring to my 1 Terrabyte hard drive that holds all of the footage I have recordered and transferred from my camera. I have now filled half of my LaCie 1TB external drive, and would like to prepare for the future.
    So, advice is welcome, but I'll float a balloon of an idea. I propose purchasing a 2TB LaCie, so I have room to grow, as well as back up existing footage.
    What do you think?
    Thanks.
    DG

    Get a drive housing that supports removable drives. Granite Digital and Caldigit make such devices.
    Back up to a drive then take it out an put it in a static resistant bag in a secure place. You can grow in an unlimited manner for much less than purchasing full housed drives.
    x

Maybe you are looking for

  • Incorrect initial value for characteristic 0fiscyear in i_t_range

    Hi, While extracting the data from the source DSO to Target I got an error message like '' Incorrect initial value for characteristic 0fiscyear in i_t_range". what is the step should i take to resolve this? Thanks in Advance.

  • Adding a contact to an address book, please help!

    hi, I'm trying to write new infomation to my file but i cant seem to get it to work. import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.*; import java.io.*; import java.lang.*; import java.text.*; public class AddressB

  • Trying to create tab dividers in Pages

        I would like to print divider tabs in Pages using the 8-tab divider set I purchased at Office Max. I'm having trouble finding an existing template in Pages for this brand, nor have I figured out how to customize. Any advice would be greatly appre

  • Recovering efficiently from an IOException.

    Hi All, I have a program that continuously "poles" various URLs and then establishes stream connections with those URLs. During the course of a program run any number of streams may be established. To date during program testing the program has succe

  • Brbackup failed with errors

    Hi, We are having problem to take backup usin brtools, the following error message showingup, please tell me step by step to resolve this issue. BR0051I BRBACKUP 7.00 (11) BR0055I Start of database backup: bduvdxea.afd 2007-03-16 06.08.44 BR0252E Fun