To discover a file server use the following syntax:
create FileServerplugin=valueaccessHost=valueadminServers=[valuerefreshServers=] [valueuniformedExports={Yes|No} ] [name=] [valuedescription=]valueFor 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” .
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}instanceserver=valueFor example:
OVM> addAdminServer FileServer name=MyNFSServer server=MyServer
For more information on the syntax and usage, see Section A.4, “addAdminServer” .
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:
addRefreshServerFileServerinstanceserver=valueFor example:
OVM> addRefreshServer FileServer name=MyNFSServer server=MyServer
For more information on the syntax and usage, see Section A.6, “addRefreshServer” .
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}instanceFor example:
OVM> refresh FileServer name=MyNFSServer
For more information on the syntax and usage, see Section A.124, “refresh” .

