Second NFS Server - extended RAC

Hi everyone, I hope someone can help me with a question.

I implement a scope rac (11.2.3 in AIX 6.1) in normal redundancy with the DSO, but my diskgroup to my files of votings and ocr 2 raw devices + 1 file vote by NFS, so my question is if I can add other NFS server to put a 4 vote file, if my first NFS server is dead so I would have my second NFS server as backup. Also if I put a 4 file in the diskgroup to vote in normal redundancy 4 files will be the same or votes only 3 files will be equal and the other will be offline?

Thanks if anyone can help me.

Kind regards.

user12215372 wrote:
Hi everyone, I hope someone can help me with a question.

I implement a scope rac (11.2.3 in AIX 6.1) in normal redundancy with the DSO, but my diskgroup to my files of votings and ocr 2 raw devices + 1 file vote by NFS, so my question is if I can add other NFS server to put a 4 vote file, if my first NFS server is dead so I would have my second NFS server as backup. Also if I put a 4 file in the diskgroup to vote in normal redundancy 4 files will be the same or votes only 3 files will be equal and the other will be offline?

Hello
Although the vote of the files are concerned, a node must be able to access more than half of the files with the right to vote at any time (simple majority). In order to be able to tolerate failure of n files in vote, need at least 2n + 1 configured. (n = number of files with voting rights) for the cluster.
The problem is that if you use both storage systems, which means that the site that hosts the majority of the votes of the files is a potential single point of failure for the entire cluster. If the storage or the site where the files of n + 1 vote is set fails, the entire cluster will go down, because Oracle Clusterware will lose the majority of the files
To avoid a complete cluster failure, Oracle will support a third vote file on a cheap lowend, standard NFS mounted device somewhere in the network.

For this reason, Oracle introduced the option DISK QUORUM in 11.2. This option should be used only when we have even number of storage HW.
The QUORUM DISK is a DISK on NFS or third place which will not store DATA (IE only VOTEDISK), because we can only provide HW STORAGE to it. And the use of these alternative storage option can cause problem if perfomance of the stored data.
I think that a QUORUM of the voting disk is sufficient, because if your NFS die your cluster will be online, because you do not lose votedisk another.
You can have another host configured with NFS running in Standby Mode, if primary NFS die you can online (from clusterware) remove the NFS votedisk failed and configure votedisk third on Standby NFS.

Use disc to 4th vote is wrong.
You must configure an odd number of disks with right to vote. (To add 4th on NFS, you must choose 5 storage location "IE 5 vote file" in order to set up an odd number)

If you lose 1/2 or more of all your disks with right to vote, then nodes get evicted from the cluster, or nodes to expel from the cluster.
For this reason when using Oracle for the redundancy of your discs with voting rights, Oracle recommends that customers use disks of 3 or more voting.
Note: It is recommended to use an odd number as 4 drives will be more highly available than 3 disks, 3 1/2 is 1.5... rounded up to 2, 4 1/2 is 2, once you lose 2 discs, your cluster fails with 4 disks to vote.

I recommend that you read:
http://levipereira.WordPress.com/2012/01/11/explaining-how-to-store-OCR-voting-disks-and-ASM-SPFile-on-ASM-diskgroup-RAC-or-RAC-extended/

Kind regards
Levi Pereira

Tags: Database

Similar Questions

  • Cannot backup VMs to the NFS server

    Hi all

    really stuck GhettoVCB script configuration to back up virtual machines...

    I only have a single physical hard drive "datastore1" on my 6.0 ESXi host. I also have NFS server:


    /NFS

    IP address: 192.168.3.200

    First of all, I did a little test: I added this NFS server (file system is ext4) as a new 'teststorage' using vSphere Client storage. When I type in console

    # mkdir/vmfs/volumes/datastore1/somefolder

    # mkdir/vmfs/volumes/teststorage/newfolder

    everyghing is ok. Also:

    # esxcli storage nfs add h 192.168.3.200 v s/nfs/backup - backup

    # mkdir/vmfs/volumes/backup/tesfolder

    Well obviously, everything works. I so disassembled vSphere Client NFS.

    Next step, I tried to configure the script:

    VM_BACKUP_VOLUME = / vmfs/volumes/datastore1/autobackup

    DISK_BACKUP_FORMAT = thin

    VM_BACKUP_ROTATION_COUNT = 1

    POWER_VM_DOWN_BEFORE_BACKUP = 0

    ENABLE_HARD_POWER_OFF = 0

    ITER_TO_WAIT_SHUTDOWN = 3

    POWER_DOWN_TIMEOUT = 5

    ENABLE_COMPRESSION = 0

    VM_SNAPSHOT_MEMORY = 0

    VM_SNAPSHOT_QUIESCE = 0

    ALLOW_VMS_WITH_SNAPSHOTS_TO_BE_BACKEDUP = 1

    NFS_SERVER = 192.168.3.200

    NFS_MOUNT = / backup/nfs

    NFS_VM_BACKUP_DIR = auto save

    ENABLE_NON_PERSISTENT_NFS = 0

    UNMOUNT_NFS = 1

    SNAPSHOT_TIMEOUT = 15

    EMAIL_LOG = 1

    EMAIL_SERVER = mail. Core.local

    EMAIL_SERVER_PORT = 25

    EMAIL_DELAY_INTERVAL = 1

    [email protected]

    [email protected]

    VM_SHUTDOWN_ORDER =

    VM_STARTUP_ORDER =

    and they started with a command using SSH:

    # /ghettoVCB-master/ghettoVCB.sh g /ghettoVCB-master/my.conf f/ghettoVCB-master/my.list > /ghettoVCB-master/ghettoVCB14.log

    So, I got the following output:

    Recording output to ' / tmp/ghettoVCB-2016-03-31_04-34-07-3440436.log '...

    2016-03-31 04:34:07 - info: = ghettoVCB NEWSPAPER BEGIN =.

    2016-03-31 04:34:07 - info: CONFIG - CONFIGURATION GLOBAL GHETTOVCB = /ghettoVCB-master/kanon.conf FILE using

    2016-03-31 04:34:07 - info: CONFIG - VERSION = 2015_05_06_1

    2016-03-31 04:34:07 - info: CONFIG - GHETTOVCB_PID = 3440436

    2016-03-31 04:34:07 - info: CONFIG - VM_BACKUP_VOLUME = / vmfs/volumes/datastore1/autobackup

    2016-03-31 04:34:07 - info: CONFIG - VM_BACKUP_ROTATION_COUNT = 1

    2016-03-31 04:34:07 - info: CONFIG - VM_BACKUP_DIR_NAMING_CONVENTION = 2016-03-31_04-34-07

    2016-03-31 04:34:07 - info: CONFIG - DISK_BACKUP_FORMAT = thin

    2016-03-31 04:34:07 - info: CONFIG - POWER_VM_DOWN_BEFORE_BACKUP = 0

    2016-03-31 04:34:07 - info: CONFIG - ENABLE_HARD_POWER_OFF = 0

    2016-03-31 04:34:07 - info: CONFIG - ITER_TO_WAIT_SHUTDOWN = 3

    2016-03-31 04:34:07 - info: CONFIG - POWER_DOWN_TIMEOUT = 5

    2016-03-31 04:34:07 - info: CONFIG - SNAPSHOT_TIMEOUT = 15

    2016-03-31 04:34:07 - info: CONFIG - LOG_LEVEL = info

    2016-03-31 04:34:07 - info: CONFIG - BACKUP_LOG_OUTPUT = /tmp/ghettoVCB-2016-03-31_04-34-07-3440436.log

    2016-03-31 04:34:07 - info: CONFIG - ENABLE_COMPRESSION = 0

    2016-03-31 04:34:07 - info: CONFIG - VM_SNAPSHOT_MEMORY = 0

    2016-03-31 04:34:07 - info: CONFIG - VM_SNAPSHOT_QUIESCE = 0

    2016-03-31 04:34:07 - info: CONFIG - ALLOW_VMS_WITH_SNAPSHOTS_TO_BE_BACKEDUP = 1

    2016-03-31 04:34:07 - info: CONFIG - VMDK_FILES_TO_BACKUP = all

    2016-03-31 04:34:07 - info: CONFIG - VM_SHUTDOWN_ORDER =

    2016-03-31 04:34:07 - info: CONFIG - VM_STARTUP_ORDER =

    2016-03-31 04:34:07 - info: CONFIG - RSYNC_LINK = 0

    2016-03-31 04:34:07 - info: CONFIG - BACKUP_FILES_CHMOD =

    2016-03-31 04:34:07 - info: CONFIG - EMAIL_LOG = 1

    2016-03-31 04:34:07 - info: CONFIG - EMAIL_SERVER = mail.core.local

    2016-03-31 04:34:07 - info: CONFIG - EMAIL_SERVER_PORT = 25

    2016-03-31 04:34:07 - info: CONFIG - EMAIL_DELAY_INTERVAL = 1

    2016-03-31 04:34:07 - info: CONFIG - EMAIL_FROM = [email protected]

    2016-03-31 04:34:07 - info: CONFIG - EMAIL_TO = [email protected]

    2016-03-31 04:34:07 - info: CONFIG - WORKDIR_DEBUG = 0

    2016-03-31 04:34:07 - info:

    2016-03-31 04:34:08 - info: power out put in place to

    backup will not start until the virtual machine is turned off...

    2016-03-31 04:34:08 - info: VM is powerdOff

    2016-03-31 04:34:11 - info: start the backup for Debian_Experimental

    2016-03-31 04:34:11 - info: creation of snapshot "ghettoVCB-snapshot-2016-03-31" for Debian_Experimental

    2016-03-31 04:34:12 - info: ERROR: bad DISK_BACKUP_FORMAT "thin".

    ------specified for Debian_Experimental

    2016-03-31 04:34:13 - info: Instant withdrawal of Debian_Experimental...

    2016-03-31 04:34:13 - Info: backup time: 2 seconds

    2016-03-31 04:34:13 - info: ERROR: Debian_Experimental could not backup because of the error in VMDK backup!

    2016-03-31 04:34:13 - info: # final status: ERROR: No. VMs saved! ######

    2016-03-31 04:34:13 - info: = ghettoVCB JOURNAL END =.

    2016-03-31 03:21:30 - info: # final status: ERROR: all virtual machines failed! ######

    2016-03-31 03:21:30 - info: = ghettoVCB JOURNAL END =.

    I tried:

    DISK_BACKUP_FORMAT = zeroedthick, eagerzeroedthick, thin, 2gbsparse

    VM_SNAPSHOT_MEMORY = 0/1

    VM_SNAPSHOT_QUIESCE = 0/1

    Still the same error in VMDK format.

    WM works fine, no damage.

    There is no no snapshot. VM version: 11

    Any ideas?

    Thanks in advance for the help.

    The solution was simple: my notebook + in Windows curled some symbols 'hidden' at the end of the first line, before that I sent this file via WinSCP.

    1. use only vi on your ESXi because different EOL codes (CR + LF/LF). Also don't let useful space and the end of the lines.

    2 set the async on your NFS server instead of synchronization that increases the speed of copy.

    3. place your script of ghettoVCB on your data store. For example: / vmfs/volumes/datastore1

    Hope this helps others.

  • For NFS Server backup path

    I'm trying to backup on a NFS server using the script ghettoVCB.sh, but am not sure what I need to put the path.   Here is the snippet of script:

    1. directory that all VM backups should go (for example/vmfs/volumes/SAN_LUN1/mybackupdir)

    VM_BACKUP_VOLUME=/vmfs/volumes/dlgCore-NFS-bigboi.VM-backups/WILLIAM_BACKUPS

    NFS "ubuntu" server is 192.168.1.200 with a share called / files.

    On the ESXi 4.0 Server, the default data store points to the local disk.  Using vSphere client, I created a second named Ubuntu by NFS data store and robbed on the server (192.168.1.200:/files) successfully.

    What am I supposed to use the path VM_BACKUP_VOLUME?

    VM_BACKUP_VOLUME = / vmfs/volumes/Ubuntu /...

  • NFS server crashes in Windows Server 2008 Std Edition

    Hello

    My problems together: -.

    1 NFS Client - Linux... Get in Windows Server 2008 Std Edition NFS server.
    2 NFS Client and Server services failed to restart.
    3 NFS Server crashes regularly and following several times to restart, windows all invited a blue screen with the message '' nfssvr.sys - address FFFFFA6006884051 base at FFFFFA600680C000. DateStamp A9939833 ".
    My question is:-
    1. is there a limitation of Windows Server 2008 Std Edition especially on the concurrent sessions of the NFS server?
    2. what could be the root cause of following services crash?
    3 NFS generates newspapers such as Windows Event Viewer system logs, etc.?
    Any feedback or help is much appreciated, because this issue is disturbing my entire web applications that take the source from the storage server.
    Thank you.
    Kind regards
    Wai Keong

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. Please post your question in the TechNet forum. Check out the following link.
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • Enable AAA fails on the second ACS server

    I have 2 servers Windows 2003 4.2 ACS, who authenticate with AD. I have configured authentication GANYMEDE + both for my PIX 515 running version 7.24. GANYMEDE + authentication works fine on both. However, when I use the 'aaa authentication enable console LOCAL ProsperAdminAuth', the enable password only works with the first ACS server. When the first server is unavailable, it fails on the second ACS server and authentication failed on ACS "ACS invalid password" reports. It does not allow the LOCAL password. I checked all the password and there is no problem there. I know that for you, because GANYMEDE auth works. Someone at - he seen elsewhere issue or know what I might try?

    Thank you

    Vivek

    Hello

    Configuration of external database is not replicated between servers ACS so my guess here that is on your ACS secondary if you go to the external-> unknown user policy user databases, you will find that under configure enable password behavior you are on "internal data" instead of "The database which the user profile is required."

    -Jesse

  • A solution to the "unable to connect to the NFS server" that I can't understand

    (This question is related to the interaction between ESXi and FreeNAS and talk a lot here, but the solution was finally on FreeNAS configuration change, so I hope it's ok that I post in this forum.  It relates to the use of FreeNAS of ESXi).

    I have a FreeNAS system set up specifically for the copy of the virtual machines of my ESXi server as a backup mechanism.  I tried to mount a NFS of FreeNAS disk and ran in a (what appears to be, from discussions on the forum, a common place) problem.  ESXi, during an attempt fix the part gave me the "unable to connect to the NFS server" message.  The search in the log files, I could see some more detail, but nothing that pointed to a solution.  I also searched the logs on the FreeNAS system, nothing helps.

    I was using the IP address of the FreeNAS (static address) system instead of the DNS name when you are trying to reach the storage.

    After hours of trying different methods, creation of username on FreeNAS trying up to ESXi, scouring through all the various points of ESXi config, etc. I am getting nowhere.  Then I came across a post somewhere (not here on the forums, but in a blog somewhere) that said add the ESXi server to the hosts on the FreeNAS system file.

    Once we added - bingo-test.  ESXi logged in straight away and I am running.

    Now, I am trying to determine why the addition of ESXi machine to the FreeNAS hosts file would allow ESXi to connect.  Anyone have any ideas?  The IP address of the ESXi system was already in the allowable range set up in the UI on FreeNAS.

    Thanks in advance.

    Mounting NFS export list process requires the resolution of the customer's name. When a customer initiates the request for an NFS share, server checks its list of export for the requested directory and the name of the customer in this access list for this particular action. Now if the server fails to resolve the name of the initiator denies his request for the mounting of this share. In order to overcome this problem, you must have a dns server in the network, or do you have enter you the names and information of IP address to the server hosts file

    Naeem Holy

  • ESXi 4.1 as an NFS server?

    I have several virtual machines on SATA storage space on my server ESXi 4.1.  I would like to support these until my NFS server.  What is the best way to do it?

    Ideally, I would like to start NFS services on the hypervisor, ESXi 4.1, so I can run cron on the NFS server tasks (client in this case or ) and copy virtual machines.

    Is this possible?

    Yes, I know I can install virtual machines directly on the NFS storage and run them from there, but I want the box of VMware to run independent of the NFS server and rely on it for backups.

    Otherwise, can run tasks scheduled on the ESXi 4.1 hypervisor to copy on the NFS server?

    Thank you.

    You can add an NFS share in a data store. Use the configuration tab / storage to add the share. You can use http://communities.vmware.com/docs/DOC-8760 to clone your virtual machine to the NFS data store. It is possible to add the process clone ghettoVCB as a cron job of many references in the DOC.

  • Curiosities: what happens if I restart the NFS server?

    Hi guys,.

    I use Linux as a NFS data store. I'm just curious, regularly there as updates of the kernel, etc. that requires a reboot. What happens if I restart the NFS server without:

    1. turn off the virtual machine on it

    2. without disconnecting the ESXi host data store

    What is the proper way to restart the NFS server?

    Thanks ^^

    If you mean 'a good' (without no timeout error appears in the log), then delete NFS datastore is the whole procedure before you restart the NFS server. Unlike datastore VMFS, by removing the NFS datastore, that this will not completely remove the storage at all, instead you only remove it from the ESX host and you can reconnect the NFS mounting even whenever you want.

    http://www.no-x.org

  • ESX host, as well as the NFS server?

    Hi all and thanks in advance for any help.

    I want to know if it is possible to turn essential a LUN on a host in a NFS for another host.

    The vmkernel will allow me to share a hdd connected locally on a host to another host?

    For example.  ESX1 has a 1 TB drive, ESX 2 boasts a record of 400GO.  I want to share the drive between machines as data warehouses.

    The hosts are on the same domain and a fairly typical storage facility.

    I want to leave the VI client manage sharing, but I need a mounting point for training and one for access to hosts.

    Setup NFS on both ESX hosts will cause problems?

    Thanks in advance, once again.

    I really need to know if I can just use NFS on each ESX and run it at the same time as VMware.

    The short answer is no.  ESX was not designed to be an NFS server, should not be.  Thus, there MAY be servers NFS that will work, but they have compiled and built on the ESX host, which is beyond the scope of this thread, so let's say no. NFS on ESX host.

  • NFS server as a quest on ESXi Server

    Hi all

    I would like to ask your advice on the subject. I am looking for a

    solution to configure NFS shared storage for 3 ESXi servers. I currently have

    have MD3000i, 3 x DELL 2950, and 2 x DELL 2850.

    My original idea

    was to use 2 x 2850 DELL servers like NFS servers for ESXi on DELL servers

    2950 servers. NFS server cards LUN on the MD3000i iSCSI and

    then sharing of data via NFS. But maybe I could jump DELL 2850 s at all?

    What

    If I configure the NFS servers as quests on each server ESXi, use ESXi

    Software

    initiator iSCSI and NFS servers (or software use raw devices card

    inside of the NFS server - in my case it's CentOS). After these steps, it

    Will be

    no different to have a server stand-alone NFS (configuration).

    Each DELL 2950 has two cards on boar and I intend to install one or two

    dual plus

    ports NICs to increase bandwidth.

    ESXi server will be NFS datastore to map NFS server under

    the same server ESXi and this data store will be used to store all the others

    Virtual machines.

    I intend to have no more than 8 total VMs on each server ESXi.

    In the event of server failure, I can temporary remap an iSCSI LUN

    other NFS server (running on another server ESXi). Data on LUNS

    should be in place it.

    This could be done? I know technically it's possible, but it'll work in production?

    Thank you.

    Hello and welcome to the forums.

    I was very happy with Openfiler running on the 2850 s.  It might be worth checking out.

    Good luck!

  • Service NFS server running on an ESXi host.

    I was able to set up successfully with "Services for Unix" NFS server on my Windows 2003 server.  I would now be able to set up an NFS server and NFS client on a pair of ESXi servers. This would allow me to copy the guests of virtual computer through the ESXi host servers using NFS mount points.

    Engineer accommodation

    ModusLink Open Channel Solutions, Inc.

    Short answer is that you can give to this.  ESXi doesn't have access to the console, without access to the consoles, that can't do.  Even with Console cannot yet be done, ESX is bare bones but single server, not Linux.

    You don't want to use your ESX Server as a device.  It's a bad habit to enter.  ESX is a VM host, simply.  Not a general-purpose, file sharing / FTP / sharing NFS GNU / Linux.

    If you think NFS, set up a Linux VM on this host, and use it.

  • Oracle 11 g 2 11.2.0.3 Server install RAC (ASM) redhat linux 6 asmlib?

    I installed Oracle RAC (asm) on Red Hat Linux 4 and 5 without problems by using NFS and creating shared files and presented them to the DSO as devices without any problem.

    Now I meet with Oracle 11 g 2 ASM installation on Red Hat Linux 6.1 and the installation documentation is inaccuracies on how I can use shared NFS this empty asm files so that I can properly install the DSO. I understand that Oracle does not provide ASMLib for raw devices for Red Hat linux 6 going forward.

    I understand that asmlib must not be supported on Red Hat Linux 6 forward however I would appreciate information in support of the DSO on Red Hat Linux 6 using NFS share and create empty files with jj. This worked on Linux 5 and I'll try to find a solution.

    / sbin/scsi_id is used so that I understand. EXM/sbin/scsi_id-g u d < device empty file or dd >

    Trust setting of SCSI devices by adding the entry of /etc/scsi_id.config

    Rules UDEV advice would be appreciated.

    Since I use empty files to the server for ASM, using partprobe < path of the empty file? >?


    Thank you

    Hello

    If it comes to cluvfy in the program installation you indicating that your devices are not shared, contempt which (if you personally know that they are shared).
    This seems to be an annoying error with cluvfy, the shared disk check only works in specific circumstances...

    To be honest, I never saw him work properly, so I'm testing the devices 'sharedness' always myself (dd in on a node, dd on the other to see the results expected).

    If the error happens however at a date later (root.sh), then the devices are really not shared, or you have a permissions problem.

    Concerning

    Sebastian

  • I need to access a shared resource by a Linux via NFS server from a Windows XP client.

    original title: access an nfs share

    I need to access a shared resource by a Linux server via nfs from a Windows XP client.

    I suggested to install "Windows Services for UNIX Version 3.5" and I downloaded it, but:

    • I see only an English (or maybe Japaneese) version: can be used on my Windows XP withoyut Italian language conflicts?
    • I tried the ti montage, but I find a lot of features, I don't need
    • When installing asked me questions that I can't answer

    Is there a simpler way to let a windows XP client to connect to an nfs share?

    If "Windows Services for UNIX Version 3.5" are the right solution, where can I find the documentation to install it in the simplest?

    Concerning

    Marius
    Roma - Italy

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the forum TechNet Windows XP Service Pack 3 (SP3).

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/threads

  • second Web server on the DMZ not visible outside

    With the help of a PIX 515e

    I have several Web servers in the DMZ, the first web server and the mail server are set up with the port mapping for the PIX outside IP address of the interface.

    The second and third (inside interface) of the Web servers are configured with static mappings and access lists.

    I can see the first n the mail very good server webserver, but I can not see servers in second or third.

    What have I done wrong?

    I suggest you analysze traffic with the command to 'capture' PIX and sniff traffic on the DMZ and outside traffic.

    Check if packets arrive to the external interface, if it reaches the web server and is at - it a response.

    example of

    IP access-list 120 allow any HOST 207.236.60.35

    capture the access-list 120 vpncap OUTSIDE interface

    See the access-list 120 retail vpncap capture

    or

    https://PIX-IP-address/capture/vpncap [/pcap]

    To remove the capture:

    No vpncap capture

    sincerely

    Patrick

  • ESXi with Buffalo Terastation as an NFS server - can't read data - still unsolved

    Hello

    I ve connected correctly my ESXi 4 server via NFS with a Buffalo Terastation XL. I can see storage information and I can write data to this topic, BUT: I can´t read the data!

    All orders, like create VM, copy/move files and create folders work propoerly I can see the files on the NAS via ftp with no problems.

    But via VSphere I can't access/read data.

    Does anyone have an idea what I m doing wrong?

    Thank you

    Dirk

    Post edited by: dirkschirmer

    Unfortunately pressed 'useful' by accident, but the problem remains.

    HO w you're reading data?

    Buffalo boxes are very slow, so no wait for great performance.

Maybe you are looking for

  • Why did Windows 7 freezing when using Firefox?

    S ' went for months now with many attempts to identify the cause. Came to the conclusion that it is Firefox but can't understand why.-If you use Firefox, my whole PC, not only Firefox freezes. Sometimes in the first 5 minutes of use of Firefox, other

  • Satellite L650/1MC - WiFi and LAN connection keep dropping out

    In the last two weeks, that my wifi connection dropped regularly - only a reboot solves the problem. Because it became so frequent (and boring) I returned with an ethernet cable, which worked OK for a few days, but tthat hen started making the same t

  • migrate the file to the Storage Server 2008 Server

    As a result of a server crash, I was forced to temporarily use a desktop as a network file and print server. I installed W2K8 and saved the folders and files recovered from the wreck of the original server, which had been virtualized using VMware. I

  • How can I deleat eula.rtf hotfix installer VI.dll

    Just ran across this file and 25 files on my machine and when I've tried to deleat it says could not deleat, how can I deleat these files... Thank you everyone

  • For some reason, no security updates will update as needed.

    Security Update for Microsoft .NET Framework 2.0 SP2 on Windows Server 2003 and Windows XP x 86 (KB2656352) Security Update for Microsoft .NET Framework 1.1 SP1 on Windows XP, Windows Vista and Windows Server 2008 x 86 (KB2656353) Microsoft .NET Fram