This article was previously published under Q247864
For a Microsoft FrontPage 98 version of this article, see 194400 (http://support.microsoft.com/kb/194400/EN-US/).
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
View products that this article applies to.
� | The first form is a snap-in, through the Microsoft Management Console.
-and- |
� | The second form is Fpsrvadm.exe, which is a command-line only version of the server administrator. |
Usage: fpsrvadm [-help] [-operation <install | upgrade | uninstall | check | security |enable | disable | recalc | putfile | recalcfile>] [-port <nnnn>] [-web <web name>] [-root <frontpage root directory>] [-type <ncsa | ncsa-manual-restart | apache | apache-manual-restart | cern | cern-manual-restart | netscape | netscape-manual-restart>] [-servconf <server config file>] [-multihost <hostname>] [-username <username>] [-password <password>] [-ipaddress <IP address>] [-destination <destination Url>] [-filename <file name>] [-xUser <UNIX username>] [-xGroup <UNIX group>] [-noChownContent Yes]You can shorten the command-line arguments by using the first letter of each command, with the exception of Password, which uses "-pw"; xUser, which uses "-xu"; and xGroup, which uses "-xg".
fpsrvadm -o install -r "c:\Program Files\Microsoft FrontPage" -t frontpage -u user -pw password -s "c:\FrontPage Webs\server\conf\httpd.cnf" -m "" fpsrvadm -o install -p 80 -w webname (sub web) fpsrvadm -o upgrade -p 80 fpsrvadm -o uninstall -p 80 fpsrvadm -o check -p 80 fpsrvadm -o check -p all fpsrvadm -o disable -p 80 fpsrvadm -o security -p 80 -w webname -u username -pw password -i ipaddress fpsrvadm -o recalc -p 80 -w webname fpsrvadm -o putfile -p 80 -w webname -d url -f filename fpsrvadm -o recalcfile -p 80 -w webname -d urlIf Fpsrvadm needs additional information, you are prompted to enter this information at the MS-DOS prompt.
Microsoft Internet Information Server msiis Microsoft Personal Web Server msiis Microsoft Peer Web Services msiis O'Reilly & Associates WebSite website Netscape Commerce netscape-commerce Netscape Communications netscape-communications Netscape FastTrack netscape-fasttrack Netscape Enterprise netscape-enterprise FrontPage Personal Web Server frontpageOf the supported Web servers on Windows NT or Windows 95 operating systems, the only servers that require configuration files are Netscape and the FrontPage Personal Web Server. When you install extensions with Fpsrvadm or Fpsrvwin to other servers on these operating systems, you can omit the configuration file option.
fpsrvadm -r c:\microsoft frontpagebut this command will not fail:
fpsrvadm -r "c:\microsoft frontpage"The destination and filename arguments are only used with the putfile and recalcfile options. These arguments are used when you place content into a FrontPage Web without using FrontPage Explorer. The filename argument accepts the name of the file you want to place into the Web. The destination file accepts the destination URL or the Web for which you want to recalculate links.
-o -operation <install | upgrade | uninstall> -p -port <nnnn> -m -multihost <hostname> -ma -multihost-all -w -webname <web name> -t -type <frontpage | microsoft | website | netscape | netscape-enterprise ...> -s -servconfIf Fpsrvwin needs additional information not provided by its command-line options, it prompts you for the information.
Keywords: KB247864, kbinfo