Nfs Profile Creator 2.0



The HCL Docs Conversionserver needs access to the File Viewerand HCL Docs sharedstorage to be able to store the document data after converting fromthe native file types. Since Conversion is only supported on Windows,the shared data folders will need to be mounted as Windows sharesand provide the proper access for reading and writing from these shares.

3.0

Linux NFS Overview, FAQ and HOWTO Documents: This document provides an introduction to NFS as implemented in the Linux kernel. It links to developers' sites, mailing list archives, and relevant RFCs, and provides guidance for quickly configuring and getting started with NFS on Linux. HCL Docs is a collaborative productivity suite that enables you to work on documents, spreadsheets and presentations together in the cloud. If you have HCL Docs 2.0, HCL Docs 2.0 CR1, or CR2 already installed, to install CR3, you only need to download the HCL Docs 2.0 CR3 zip package from FixCentral and extract the package.

  1. NFS Hot Pursuit Remastered officially announced (Release on November 6, 2020) By A2Fast2Furious, 1 month ago 24 Replies: Need for speed hot pursuit remastered By ScottishNub, 2 months ago 3 Replies: Rumor: Need for Speed Hot Pursuit Remastered set for By Lance87, 2 months ago 19 Replies.
  2. How to download and use NFSU2 Profile creator enter this and click the first link: https://www.google.co.uk/search?q=gamebanana+nfs+underground+2&oq=gamebana.
3.0

The following steps are for Windows 2008 Server. Instructionsfor Windows 2012 are presented in additional notes.

  1. Ensure that you are logged into the Windows server as an administrator.
  2. Start the command console as the administrator (Click Start > All Programs > Accessories > Windows Powershell or Command Prompt)
  3. Right-click the Windows Powershell or Command Prompt, and select Run as administrator.
    Note: Ensureto select Windows Powershell, not WindowsPowershell(x86).
  4. Run the following command to install FS-NFS-Services:

    servermanagercmd.exe-install FS-NFS-Services

    Note: To Windows Server 2012Datacenter/Standard/Essentials Edition, you can run the command throughpowerscript: You can also do the steps:
    1. Run servermanager.exe.
    2. From the Add Roles and Features Wizard,under Server Roles, select Fileand Storage Services if it has not been installed.
    3. Under File and iSCSI Services, select FileServer and Server for NFS. Click Add Features toselect Client for NFS.
  5. Open a command prompt with administrative rights. Run the followingcommand:
    • For HCL Docs: umount –fW:
    • For File Viewer: umount –fY:
    • For Document Format Conversion:
  6. Run:

    nfsadmin client stop

  7. Open Regedit and navigate to the following branch:

    HKEY_LOCAL_MACHINESOFTWAREMicrosoftClientForNFSCurrentVersionDefault

  8. In the main window, right-click and select New > DWORD 32-bit Value. Set the nameas AnonymousGID.
  9. Right-click and select New > DWORD 32-bit Value again. Setthe name as AnonymousUID.
  10. Double-click on AnonymousGID and AnonymousUID,set the value as 0 and the base as Decimalrespectively.
  11. Click OK.
  12. Close Regedit.
  13. In the command prompt, run:

    nfsadmin client start

  14. Close the Windows Powershell Console.
  15. Open a command prompt.
  16. Run the following command in a command prompt (not Powershell)to set the NFS configuration:

    nfsadmin client localhostconfig fileaccess=755 SecFlavors=+sys -krb5 -krb5i

  17. Run the following commands to mount the share:
    • For HCL Docs: mount -o mtype=softacdirmin=0 retry=10 timeout=6 casesensitive=yes anon DocsLab01.renovations.com:/nfs/docs_dataW:
    • For File Viewer: mount -o mtype=soft acdirmin=0retry=10 timeout=6 casesensitive=yes anon DocsLab01.renovations.com:/nfs/viewer_dataY:
    • For Document Format Conversion:
    Note:
    • If you do not mount successfully, run umount –fW: or umount –f Y: and thenrepeat again.
    • Make sure you mount the viewer_data directoryto the server where you deploy Connections.
  18. In order to mount the share automatically with windows restart:
    1. Create a batch file, for example, c:IBMConversionNFSnfsmount.bat, andtype:
    2. Click Start > AdministrativeTools > Task Scheduler.
    3. Click Create Task in Task Scheduler(Local).
    4. Click General, and type nfs_auto_mount for Name.In Security options, click Change User or Group > Advanced > Find Now, and select SYSTEM.Select Run whether user is logged on or not Select,along with Do not store password, and thenselect Run with highest privileges. Finallyclick OK.
    5. Click Triggers > New, select At startup for Beginthe task. Click OK.
    6. Click Actions > New > Browse, select c:IBMConversionNFSnfsmount.bat andclick OK.
    7. Click OK.
    8. Restart the machine.
    9. The client mounted points will be displayed in Windows exploreras Disconnected Network drivers, and this is the expected normal status.This will ensure the scheduled task is working, as well as causingthe drives to be mounted as SYSTEM, which is necessary for the installprocedure.
    Note:
    • If the node and server are configured to start automaticallyalong with the Windows Operating System, they will be system servicesrunning with a user name of SYSTEM. Looking at the services with theTask Manager, the user name for java.exe willshow SYSTEM. In this case, the mount must alsobe done with a user of SYSTEM (as previously shown) or the NFS shareswill not be able to be accessed from the node or server.
    • To verify the SYSTEM user has access to the mounted drive. Download the tool PSEXEC fromfollowing link: https://blogs.technet.microsoft.com/askds/2008/10/22/getting-a-cmd-prompt-as-system-in-windows-vista-and-windows-server-2008. This tool will start a command prompt as SYSTEM user, and you canchange directory to the mounted drive in the command prompt to check the accessibility.
    • If the mount action is done using a user name of SYSTEM, the NFSshares will be able to be accessed regardless of what user name thenode or server is running as.
    • Another NFS setup is specified in the technote http://www.ibm.com/support/docview.wss?uid=swg21674026. In this setup both mount command and Websphereare running by the same login Windows user other than SYSTEM.

Result

CreatorNfs

Need For Speed Underground 2 Profile Creator 2.0

If W: or Y: cannot be found, openthe Task Scheduler window, find the error code in 'Last Run Result'of the auto mount task that is just created. Fix the error and thenrestart the machine.