Use same nvidia-settings config in other X server.

I have been using Linux for a while and I have been playing all the games that can't be minimized on a separate X server, so I can use the desktop while playing. I use this script now: https://wiki.archlinux.org/index.php/Ru … _X_display
But I have noticed that the nvidia-settings (antialiasing and all that) have no effect on the new X. I have tried adding nvidia-settings --load-settings-only to the game script (I launch the games with ./xinit script, and script contains "nvidia-settings --load-settings-only" and a call to the game), but it doesn't seems to work either.
I notice it because antialising/anisotropic filters aren't applied and there are some glitches on textures. If I run the game con the current X server, those filters are applied and textures are fine.
Anyone know what can I do to load the same configuration when running on another X server?
I'm using all latest software and Nvidia GT440.
Thanks
Last edited by The Loko (2014-09-17 21:23:21)

I have been testing with nvidia-settings -q all, running it in another X server and redirecting the output to a file.
Then I diff'ed it with the result of running it on the desktop and the output was the same, so the config is loaded, but 1 line:
Other X: Attribute 'GPUUtilization' (julio-linux:10[gpu:0]): graphics=31, memory=24, video=0, PCIe=1
Desktop: Attribute 'GPUUtilization' (julio-linux:0[gpu:0]): graphics=0, memory=1, video=0, PCIe=0
While GPUUtilization attribute on desktop is always the same, when running another X server, this attribute on that X changes, those variables change randomly, I suspect about PCIe parameter. It looks for another GPU?? (I only have one).
Sometimes the PCIe parameter is the same, but not the others.
I have tried running another desktop too, (I use xfce) loading the xinitrc file with startx ~/.xinitrc --: 10, and run the game from there. The antialiasing/anisotropic filters were applied there, the game looked good.
I checked there the configuration and the GPUUtilization attribute was the same of main X server/desktop, It doesn't change when loading another desktop with .xinitrc.
So I think that the problem is when not loading a desktop, the attribute 'GPUUtilization' changes and this is what makes the driver not apply the settings there.
How can I fix that?
Last edited by The Loko (2014-09-19 21:47:43)

Similar Messages

  • Multiple people using same admin account boot each other out

    Hello,
    One of our clients has a number of trainers that need to use the same admin email address to log in and export reports.  It seems like only one person can be logged into the account at a time, which makes sense - but this will cause the trainers that get booted from the CMS to lose their work.  Then there will be confusion over whether or not it's safe to log back in because they will boot the person out that just booted them.
    Is there a way to lock the login for an admin email so that if Person A is logged into the CMS, Person B won't be able to log into the CMS with the login until Person A logs out?
    If that isn't an option, is there a way to display on a web page whether or not the admin login is in use?  We just need some kind of automated way to mitigate this.  We can't have a shared doc where people can checkout the login because with the number of trainers, people are bound to mess up that kind of manual process.
    Any ideas are appreciated.
    Thanks

    This is 100% a security feature and a must. One of the biggest security issues at a company is when people share passwords. Some of the biggest stories of "hacking" out there in the web - most are not actual true hacks but people gaining access based on bad passwords, keyloggers on someones machine or moreover sharing logins etc.
    Change why and how your doing this with any client ASAP!

  • Using archivelog and control file from other Oracle server

    I am still bothered with my backup process.
    I have 2 AIX boxes (same model, say A and B); both have BAAN 5 and Oracle 10g R2 on. Right now my colleague insists to use the export pump (cold backup) from Prod Oracle server (A) to restore the Oracle server on Box B. The Prod server has the archivelog mode turn on. But it will miss any transaction data from import pump till the crash point of Box A. So this is my confusion.
    Can I pass the control files and archivelog files form Box A (prod server) to Box B and use them to restore the Box B as the latest Prod server? How?
    I tried to convince them to use the RMAN backup? But not successful?
    I think the best way is probably to use the Oracle Data guard. However, there is always one concern to my manager and colleague, that such process will cause the data on the restored server (failover, Box B) not recognizable by the BAAN, which define the objects (tables).
    Thanks

    Performing a logical backup is not useful to restore to the point of failure. The only valid and available option is a hot backup/archivelog mode. Your recovery manager backup perform a controlfile and redologfile backup, so those can be restored at the destination. You must take care of the way you perform the backup, and ensure the paths where your backup is being deposited are visible by the second node. A shared storage with same mount points is suitable in this case. A tape robot configured at both nodes is also a suitable solution.
    Recovery manager perfoms a controlfile and spfile restore, too. This rman command perform the action:
    SET DBID <DBID of the database,for which you want to restore the controlfile>;
    RESTORE CONTROLFILE FROM <name_of_backupiece_which_contains_the_controlfile backup>';
    I don't see any problem on the recovery manager side, and technically speaking, on the Oracle side it is perfectly possible to restore your database at a remote location. I don't know what happens on the BAAN side, if you are required to have it configured to be operative on the target node. You could try to clone your database at the node B, configure BAAN and prepare the proceduere in case of failure.
    Configuring a dataguard is also a recomended action. So it is to think about Cold Failed Over clusters. I have recently performed a CFC configuration with BAAN. No problem it works smoothly.
    ~ Madrid.

  • Use System Proxy Settings - when this is selected in FF v3.6.6, does it adhere to the same local IE proxy setting? We use a pac file configured in "Use automatic configuration script."

    Does anyone know what Firefox looks at locally on the PC when the "Use System Proxy Settings" setting is selected? It appears to be the default setting, recently changed from "No Proxy" of versions past...
    Our company uses a pac file specified in IE under "Use automatic configuration script" - with this new default, does it adhere to the same setting in:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

    I may be wrong but I think that the "Use System Proxy Settings" makes sense only on Linux and generally speaking "other OSes". As far as I know there is no generic proxy settings in Windows operating system.
    The one I know is in the registry part of Internet Explorer.
    So in my understanding in Windows, Use System Proxy Settings = No Proxy

  • Nvidia-settings in a separate X session

    This may be a quick, bone-basic question but I find that my nvidia-settings such as anti aliasing are not working in a separate xsession.
    here is my little script for my game
    X :3 -ac -terminate &
    sleep 2
    export WINEPREFIX=${HOME}/.local/share/wineprefixes/OpenBVE
    export WINEARCH=win32
    export DISPLAY=:3
    cd "${WINEPREFIX}/drive_c/Program Files/openbve [1.2.14.0]"
    wine OpenBve.exe
    Can any one tell me the steps to get em working?
    THANKS

    hi,
    thanks for the reply.
    I got the following error when I ran the script with nvidia-settings added
    X.Org X Server 1.14.3
    Release Date: 2013-09-12
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.11.1-1-ARCH x86_64
    Current Operating System: Linux GORFARCH 3.11.6-1-ck #1 SMP PREEMPT Fri Oct 18 15:58:37 EDT 2013 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=69842f5c-e134-4495-8dc8-629be04f5374 rw quiet nomodeset nouveau.modeset=0
    Build Date: 08 October 2013 08:48:10PM
    Current version of pixman: 0.30.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.3.log", Time: Tue Oct 22 12:41:46 2013
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    setversion 1.4 failed
    (EE) Server terminated successfully (0). Closing log file.
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0
    fixme:process:SetProcessDEPPolicy (1): stub
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    err:systray:initialize_systray Could not create tray window
    fixme:module:GetModuleHandleExW should pin refcount for 0x79000000
    fixme:thread:SetThreadStackGuarantee (0x32fc44): stub
    err:ole:CoGetContextToken apartment not initialised
    fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
    fixme:shell:URL_ParseUrl failed to parse L"Tao.Sdl"
    fixme:shell:URL_ParseUrl failed to parse L"System"
    fixme:shell:URL_ParseUrl failed to parse L"OpenBveApi"
    fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
    fixme:shell:URL_ParseUrl failed to parse L"Tao.OpenGl"
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    fixme:imm:ImmDisableIME (-1): stub
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
    at OpenBve.Program.Main(String[] args)
    wine: Unhandled page fault on read access to 0x00000088 at address 0x312ae07 (thread 0009), starting debugger...
    Application tried to create a window, but no driver could be loaded.
    Make sure that your X server is running and that $DISPLAY is set correctly.
    Unhandled exception: page fault on read access to 0x00000088 in 32-bit code (0x0312ae07).
    Register dump:
    CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
    EIP:0312ae07 ESP:0032f2a8 EBP:0032f300 EFLAGS:00010216( R- -- I -A-P- )
    EAX:00000000 EBX:0032f32c ECX:03771a98 EDX:00000000
    ESI:00b4253c EDI:0032f2ac
    Stack dump:
    0x0032f2a8: da0a8bba 79e71998 0032f518 00000000
    0x0032f2b8: 00000000 0032f32c 7a32b54c ffffffff
    0x0032f2c8: 79e7bbb1 0032f300 0032f2f8 da0a8bba
    0x0032f2d8: 00000005 001327c0 0032f310 79e88f63
    0x0032f2e8: 00000000 001327c0 0032f32c 0032f32c
    0x0032f2f8: 001327c0 00000000 0032f310 79e88f63
    000c: sel=0067 base=00000000 limit=00000000 32-bit --x
    Backtrace:
    =>0 0x0312ae07 (0x0032f300)
    1 0x79e88f63 in mscorwks (+0x18f62) (0x0032f310)
    2 0x79e88ee4 in mscorwks (+0x18ee3) (0x0032f390)
    3 0x79e88e31 in mscorwks (+0x18e30) (0x0032f4cc)
    4 0x79e88d19 in mscorwks (+0x18d18) (0x0032f5a0)
    5 0x00373db8 (0x00373c68)
    6 0x00200004 (0x09000203)
    0x0312ae07: movzbl 0x88(%edx),%edx
    Modules:
    Module Address Debug info Name (73 modules)
    PE 400000- 4e6000 Deferred openbve
    PE 3aa0000- 3ab0000 Deferred openbveapi
    PE 3e40000- 3f5a000 Deferred tao.opengl
    PE 11000000-11018000 Deferred tao.sdl
    PE 5e380000-5e409000 Deferred diasymreader
    PE 603b0000-60416000 Deferred mscoreei
    PE 641f0000-6420d000 Deferred shfusion
    PE 68100000-6815d000 Deferred sdl
    PE 78130000-781cb000 Deferred msvcr80
    PE 79000000-7904a000 Deferred mscoree
    PE 79060000-790b3000 Deferred mscorjit
    PE 790c0000-794de000 Deferred mscorlib
    PE 79e70000-7a3d1000 Export mscorwks
    PE 7a440000-7a724000 Deferred system
    PE 7ade0000-7ae8e000 Deferred system.drawing
    PE 7afd0000-7b4e6000 Deferred system.windows.forms
    ELF 7b800000-7ba5e000 Deferred kernel32<elf>
    \-PE 7b810000-7ba5e000 \ kernel32
    ELF 7bc00000-7bce5000 Deferred ntdll<elf>
    \-PE 7bc10000-7bce5000 \ ntdll
    ELF 7bf00000-7bf04000 Deferred <wine-loader>
    ELF 7deb2000-7dedd000 Deferred msacm32<elf>
    \-PE 7dec0000-7dedd000 \ msacm32
    ELF 7dedd000-7df97000 Deferred winmm<elf>
    \-PE 7dee0000-7df97000 \ winmm
    ELF 7df97000-7e06a000 Deferred crypt32<elf>
    \-PE 7dfa0000-7e06a000 \ crypt32
    ELF 7e06a000-7e0ad000 Deferred rsaenh<elf>
    \-PE 7e070000-7e0ad000 \ rsaenh
    ELF 7e0ad000-7e0e4000 Deferred uxtheme<elf>
    \-PE 7e0b0000-7e0e4000 \ uxtheme
    ELF 7e0e4000-7e1f1000 Deferred comctl32<elf>
    \-PE 7e0f0000-7e1f1000 \ comctl32
    ELF 7e1f1000-7e428000 Deferred shell32<elf>
    \-PE 7e200000-7e428000 \ shell32
    ELF 7e46e000-7e4f4000 Deferred rpcrt4<elf>
    \-PE 7e480000-7e4f4000 \ rpcrt4
    ELF 7e4f4000-7e637000 Deferred ole32<elf>
    \-PE 7e510000-7e637000 \ ole32
    ELF 7e637000-7e659000 Deferred libxcb.so.1
    ELF 7e659000-7e790000 Deferred libx11.so.6
    ELF 7e790000-7e7a3000 Deferred libxext.so.6
    ELF 7e7ab000-7e7bf000 Deferred shfolder<elf>
    \-PE 7e7b0000-7e7bf000 \ shfolder
    ELF 7e7bf000-7e86a000 Deferred msvcrt<elf>
    \-PE 7e7d0000-7e86a000 \ msvcrt
    ELF 7e89d000-7e8c6000 Deferred libexpat.so.1
    ELF 7e8c6000-7e901000 Deferred libfontconfig.so.1
    ELF 7e901000-7e93a000 Deferred libpng16.so.16
    ELF 7e93a000-7e94a000 Deferred libbz2.so.1.0
    ELF 7e94a000-7ea02000 Deferred libfreetype.so.6
    ELF 7ea07000-7ea0e000 Deferred libxdmcp.so.6
    ELF 7ea34000-7eb58000 Deferred gdi32<elf>
    \-PE 7ea40000-7eb58000 \ gdi32
    ELF 7eb58000-7ecb9000 Deferred user32<elf>
    \-PE 7eb70000-7ecb9000 \ user32
    ELF 7ecb9000-7ed33000 Deferred shlwapi<elf>
    \-PE 7ecd0000-7ed33000 \ shlwapi
    ELF 7ed33000-7eda7000 Deferred advapi32<elf>
    \-PE 7ed40000-7eda7000 \ advapi32
    ELF 7eda7000-7edff000 Deferred libncursesw.so.5
    ELF 7ef88000-7efce000 Deferred libm.so.6
    ELF 7efcf000-7efe6000 Deferred libz.so.1
    ELF 7efe6000-7f000000 Deferred version<elf>
    \-PE 7eff0000-7f000000 \ version
    ELF f7330000-f7334000 Deferred libxau.so.6
    ELF f7336000-f733b000 Deferred libdl.so.2
    ELF f7360000-f736d000 Deferred libnss_files.so.2
    ELF f736d000-f751c000 Deferred libc.so.6
    ELF f751c000-f7538000 Deferred libpthread.so.0
    ELF f7538000-f76ef000 Dwarf libwine.so.1
    ELF f76f0000-f7712000 Deferred ld-linux.so.2
    ELF f7712000-f7713000 Deferred [vdso].so
    Threads:
    process tid prio (all id:s are in hex)
    00000008 (D) C:\Program Files\openbve [1.2.14.0]\OpenBve.exe
    0000002b 2
    0000002a 0
    00000009 0 <==
    0000000e services.exe
    00000026 0
    00000025 0
    0000001e 0
    0000001a 0
    00000018 0
    00000010 0
    0000000f 0
    00000014 explorer.exe
    00000029 0
    00000015 0
    0000001c winedevice.exe
    00000024 0
    00000021 0
    00000020 0
    0000001d 0
    00000022 plugplay.exe
    00000028 0
    00000027 0
    00000023 0
    X :3 -ac -terminate &
    sleep 2
    export WINEPREFIX=${HOME}/.local/share/wineprefixes/OpenBVE
    export WINEARCH=win32
    export DISPLAY=:3
    nvidia-settings --load-config-only
    cd "${WINEPREFIX}/drive_c/Program Files/openbve [1.2.14.0]"
    wine OpenBve.exe

  • How to call a new Form with the same menu-settings then the calling Form

    In Form A we enable/disable some menu-items a runtime.
    When calling Form B we want to use these menu-settings.
    With other words: we don't want to enable-disable this item at eachr Form startup, but once, when the app. is started.
    Somebody an idea ?

    yes.
    bye
    TPD

  • Using nvidia-settings without X/over ssh

    I have a computer with an nvidia GTX 670 that I want to control remotely. However, I have problems using nvidia-settings over ssh. When trying to use it, I get this error:
    ERROR: Cannot open display ':0.0'.
    When a user is logged in an xfce session locally, I can use nvidia-settings without issue, using the command line over ssh. As soon as I log out from the xfce session, I get
    Invalid MIT-MAGIC-COOKIE-1 key
    ERROR: Cannot open display ':0.0'.
    ERROR: Unable to query attribute GPUCoreTemp specified in query '[gpu:0]/GPUCoreTemp' (no Display connection).
    How can I use nvidia-settings without the need for a user to be logged in locally?

    I am trying to do the same thing with a GT 240. I found something promising here:
    https://sites.google.com/site/akohlmey/ … s-X-Server
    Since you do have a local monitor, it may be easier not having to fake one. I don't have a monitor, I haven't gotten around to trying the Xorg stuff yet.

  • WHY Gnome ignores the nvidia-settings --load-config ...?

    ftp://download.nvidia.com/XFree86/Linux … overridden
    "If you believe that your desktop environment is overriding settings that you configured in nvidia-settings, some possible solutions are:
        1. Use the display configuration tools provided as part of the desktop environment (e.g. gnome-control-center display, gnome-display-properties, kcmshell4 display, unity-control-center display, xfce4-display-settings) to configure your displays, instead of the nvidia-settings control panel or the xrandr command line tool. Setting your desired configuration using the desktop environment’s tools should cause that configuration to be the one which is restored when the desktop environment overrides the existing configuration from nvidia-settings. If you are not sure which tools your desktop environment uses for display configuration, you may be able to discover them by navigating any available system menus for “Display” or “Monitor” control panels.
        2. For settings loaded from ~/.nvidia-settings-rc which have been overridden, run nvidia-settings --load-config-only as needed to reload the settings from ~/.nvidia-settings-rc.
        3. Disable any features your desktop environment may have for managing displays. (Note: this may disable other features, such as display configuration tools that are integrated into the desktop.)
        4. Use a different desktop environment which does not actively manage display configuration, or do not use any desktop environment at all…"
    It’s very frustrating for me. The driver is good and efficient, but you can not permanently set of personal values of brightness, contrast and gamma.
    It is there a chance to Gnome offered brightness and contrast controls integrated with gnome-tweak-tool or with any other tool?
    https://wiki.archlinux.org/index.php/NV … a-settings
    I found a lot of instructions "how to", but not met with confirmation: IT WORKS.

    The 2 value is the default value by the way. If you start your X-session without your nvidia command, you will see it:
    nvidia-settings -q all | grep 'Pixmap'
    I don't know how it will work out for others, but the 0 value feels the best for me, and generally the lower the value the better. (thus, 4 seems the worst)
    I tried to experiment with the "PixmapCacheRoundSizeKB" attribute as well, but didn't notice any improvement, and it was kind of a letdown.
    Oh, and firefox seems way too sluggish to even try to make it smoother, google-chrome ftw.
    Anyway, I think the thread gets derailed with this discussion, maybe it would be better to start a new one in a different subforum and talk about the possible nvidia settings.
    edit. Ok, I just discovered that 0 value messes up my fonts in some applications. I think I'll stick with the default value.
    Last edited by T.J.S. (2012-11-18 22:35:37)

  • Is it possible to use the Intel graphics for the display and use the NVIDIA GPU for rendering at the same time?

    I have been trying to figure this one out for a couple of days. I found the CUDA mac drivers on NVIDIA's website and installed them. I have been working in Blender. After the driver install I can now switch between CPU and GPU processing, Great. It works, but I am not experiencing decreased render times like I had read about or expected. It's about the same. While using the GPU for rendering, my OS is choppy, leading me to wonder if there is a way to use the NVIDIA just for computing power?
    Any help would be grand.
    Thanks

    No.

  • HT204053 How do you change apple id for icloud if phone is already set up. Need to give each phone in my account their own apple id for icloud so that we dont receive each others messages but can still all use same id for purchases.

    How do you change apple id for icloud if phone is already set up. Need to give each phone in my account their own apple id for icloud so that we dont receive each others messages but can still all use same id for purchases.

    Settings-icloud-scroll to the bottom, select delete, if you want to keep the content select keep, otherwise it'll remove it. Then once it is done add the account information for the account you want on that phone.  Your apple ID in settings-store will remain the same and each device can still purchase/use content from that account.

  • IMac isn't loading a specific website (can't connect to that server), regardless of browser, though the same website will load on other computers on same network. Is it an issue with the iMac's settings?

    Our iMac isn't loading a specific website (we get a message saying it can't connect to that specific server), regardless of browser (I've tried it in Chrome, Safari, and Firefox). However, the same website, which is for a major medical provider, loads without any issue on our other computers on the same wireless network. Is it an issue with the iMac's settings? All other websites seem to be loading without issue on the iMac.

    ... Is it an issue with the iMac's settings?
    Possibly. Make sure you are not using a proxy server. Look in Safari Preferences > Advanced > Proxies > "Change Settings..." This will take you to the applicable Network Preferences. Make sure that nothing is selected in the "select a protocol to configure" list. It should look like this:
    Still not working?
    Locate your Terminal app. It is in your Utilities folder. Open Terminal.
    In Terminal, copy (triple-click) and paste the following line:
    osascript -e 'tell application "System Events" to get name of every login item'
    This will produce a list of all your account login items.
    While you are in Terminal, copy (triple-click) and paste the following line:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    This will produce a list of all non-Apple kernel extensions. There will be few, if any.
    Post the results of the above.

  • Additional config observed on one of the Host inspite of using same build on all hosts.

    Hi,
    I am working with a partner and this setup involves 4 x ESX hosts configured with ESXi 5.5 Build 1892794 on a Cisco UCS, all the 4 machines are exactly the same. There is a third party tool called Hytrust which enables trust between all the machines to check if all the machines have exact same install and config. During the smoke test it was found that Host2 has a additional component installed which is referred as "vmware_f-vmware-fdm-5.5.0-2001466". This component was not found on other 3 Hosts, I have used exact same bits on all the hosts during ESX install, not sure how this extra config was found on Host 2.
    Would like to know if anyone has any idea as to what this component "vmware_f-vmware-fdm-5.5.0-2001466" exactly means. I am using build number 1892794 and this component refers 2001466 which is little confusing.
    Thanks,
    Bala

    Hi,
    I need your suggestion on one of requirement from Business . We have Oracle 11gR2 extended RAC (2 node) setup for one critical database . Apps has come up with new project to have a Archival database .
    New archival database will keep all data except latest 6 month remained in production database .
    As per business to save cost , If archival database can be hosted on same RAC server . As the archival database wont be so critical i advised them not to add this in existing RAC setup . The possibility(to save cost) , they are looking for
    1) Is it possible to host a standalone database on one node of RAC ?I belive yes you can but it can be cause some performance problem
    2) As production is using ASM , so new standalone database can be part of exiting running ASM instance ? I belive wiht asmcma utulity you can create new one
    3) What could be the impact of adding a new standalone database on RAC setup? I belive,Firstly you use RAC for HA, so any additional setup can be cause of slow performance. By the way wiht different user and to use different home and mount point could be more easy to manage your system
    PS: I also suggest move your issue to Forum Home » Grid Computing » RAC, ASM & Clusterware Installation
    Regard
    Helios

  • 3 iphones in household.All use same apple ID.But all contacts get mixed between phones and facetime calls come in from other contacts.Ho can we change this so our phone information isn't visible to each other?

    3 iphones in household.All use same apple ID.But all contacts get mixed between phones and facetime calls come in from other contacts.How can we change this so our phone information isn't visible to each other?

    Use separate Apple IDs for each family member and use Family Sharing features of those things (if any) that you do want to share. https://www.apple.com/ios/whats-new/family-sharing/

  • I have two iphone one is iphone 5 and othere is iphone 4 . can i use same id for both ? And do i have to purchase the application again for iphone 4 which i have buyed for iphone 5.??

    i have two iphone one is iphone 5 and othere is iphone 4 . can i use same id for both ? And do i have to purchase the application again for iphone 4 which i have buyed for iphone 5.??

    You can use the same Apple ID for both phones, you would then be able to use the purchased Apps/Content on both phones without having to pay again.

  • I am unable to change or delete my iCloud ID, it is prompting sign in using an old email address that used to be my Apple ID, others have had this same problem but the answer seems to be to delete the iCloud account but I can't do that.

    I am unable to change or delete my iCloud ID, it is prompting sign in using an old email address that used to be my Apple ID, others have had this same problem but the answer seems to be to delete the iCloud account but I can't do that, because when I select delete account it prompts me to sign in on the old email address which doesn't exist anymore!! Please help!

    Welcome to the Apple community.
    This feature has been introduced to make stolen phones useless to those that have stolen them.
    However it can also arise when the user has changed their Apple ID details with Apple and not made the same changes to their iCloud account/Find My Phone on their device before upgrading to iOS 7.
    The only solution is to change your Apple ID back to its previous state with Apple at My Apple ID, verify the changes, enter the password as requested on your device and then turn off "find my phone".
    You should then change your Apple ID back to its current state, verify it once again, delete the iCloud account from your device and then log back in using your current Apple ID. Finally, turn "find my phone" back on once again.
    This article provides more information about Activation Lock.

Maybe you are looking for