4.1 Discovering a file server

  1. To discover a file server use the following syntax:

    create FileServer plugin=value accessHost=value adminServers=value [ refreshServers=value ] [ uniformedExports= { Yes | No } ] [ name=value ] [ description=value ]

    For example:

    OVM> create FileServer plugin="Oracle Generic Network File System" \
      accessHost=10.172.76.125 adminServers="MyServer1.virtlab.info,MyServer2.virtlab.info" \
      name=MyNFSServer

    For more information on the syntax and usage, see Section A.36, “create FileServer” .

  2. After discovering a file server, you should attach an admin server to it so that administrative operations can be performed on the file server by Oracle VM Manager. To add an admin server to the file server, use the syntax:

    addAdminServer { FileServer | StorageArray } instance server=value

    For example:

    OVM> addAdminServer FileServer name=MyNFSServer server=MyServer

    For more information on the syntax and usage, see Section A.4, “addAdminServer” .

  3. You should also attach a refresh server to the file server which is used to refresh the file system. To add a refresh server to the file server, use the syntax:

    addRefreshServer FileServer instance server=value

    For example:

    OVM> addRefreshServer FileServer name=MyNFSServer server=MyServer

    For more information on the syntax and usage, see Section A.6, “addRefreshServer” .

  4. The final step is to refresh the file server so Oracle VM Manager has the most current information about the file server. To refresh the file server, use the syntax:

    refresh { AccessGroup | Assembly | FileServer | FileSystem | PhysicalDisk | Repository | Server | StorageArray } instance

    For example:

    OVM> refresh FileServer name=MyNFSServer 

    For more information on the syntax and usage, see Section A.124, “refresh” .