From b6a07c5b10d5b4580c57cc51d3320208f0caa679 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 16 Mar 2012 13:37:20 -0600 Subject: [PATCH] doc: add Windows section to fs newcell fs newcell works slightly differently on Windows. Document the differences in the man page. FIXES 125094 Reviewed-on: http://gerrit.openafs.org/6919 Tested-by: BuildBot Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Andrew Deason Reviewed-by: Derrick Brashear (cherry picked from commit 186158c9eb2379ec350831b8fb244c51ae234a6e) Change-Id: Ie0daa8631c45eb457c5eb7a1e80a1f70401127d6 Reviewed-on: http://gerrit.openafs.org/7493 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- doc/man-pages/pod1/fs_newcell.pod | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/doc/man-pages/pod1/fs_newcell.pod b/doc/man-pages/pod1/fs_newcell.pod index 2f5554e24..3f31ba558 100644 --- a/doc/man-pages/pod1/fs_newcell.pod +++ b/doc/man-pages/pod1/fs_newcell.pod @@ -76,6 +76,42 @@ ignored. =back +=head1 WINDOWS + +The B command on Windows differs from the Unix version in a few ways. + +B with no arguments discards the existing cell information. +The Windows client will reload a cell's information the next time it +needs the server list for a cell. + +Secondly, in addition to accepting the Unix options, B on +Windows accepts the following options: + +=over 4 + +=item B<-dns> + +Adds the new cell to the cache manager, and obtains the VLDB server +information from DNS. + +=item B<-registry> + +Adds the new cell to the cache manager, and also saves the cell +configuration data in the registry for use the next time the service +restarts. + +=item B<-vlport> > + +Specifies an alternate port number at which the cell's volume location +database servers are listening. + +=item B<-fsport> > + +Specifies an alternate port number at which the cell's file servers are +listening. + +=back + =head1 EXAMPLES The following example changes the machine's kernel-resident list of -- 2.39.5