Show/Hide Toolbars

Tech Support Documentation for Inventu Viewer

Navigation: Common Technical Support Situations

Moving the FVTerm IIS Application to another Disk

Scroll Prev Top Next More

In many environments, it is preferred that IIS applications and logging reside on a different disk than the system (drive C:).

 

Moving to another drive has some simple actions and some not-so-obvious actions.  In this guide, all of the IIS components will be moved and activated on another drive.  In the example, it is the L: drive.

 

This activity is assumed to be performed during a maintenance window.

 

1.Stop the IIS Server
tdlc0040
 

2.On the target drive, create a new InetPub folder and verify that the security is the same as the C:\inetpub folder
tdlc0041

3.Select the contents of c:\inetpub and drag to the new Inetpub folder on the target drive:
td_0042

4.Select the Default Web Site and click on Basic Settings to change the Physical Path of Inetpub--
If you have made FVTerm the default, this will point at the wwwroot\fvterm folder, which you will want to keep...
tdlc0043

5.Now change the location for the FVTerm application:
tdlc0044

6.Next, change the logging location for the web server:
tdlc0045
 
tdlc0046

7.This is also a good time to select ETW eventing as many organizations use this as part of consolidated logs:
tdlc0047

8.Don't forget to Apply:
tdlc0048

9.Next step is to register the new locations with the Inventu/Flynet Viewer application--go to the c:\program files\[inventu|flynet]\bin folder and right-click on the FVIISApi.exe to run as Administrator:
tdlc0049

10.First, click on Test Setup Query which uses the IIS API to identify the active FVTerm application folder location:
tdlc0050

11.Next, click the Set FVTerm Access which will setup access for the appropriate folders:
tdlc0051

12.At this point there are a couple of more complicated details to finish moving the IIS folders to another drive-- the Temp folder can only be moved by running the following command (you can hand-edit the registry if you want but this works--Note the L: would be different depending on the drive you are moving inetpub to:
reg add HKLM\System\CurrentControlSet\Services\WAS\Parameters /v ConfigIsolationPath /t REG_SZ /d L:\inetpub\temp\appPools /f

13. When all done, Start the IIS server again--you may need to restart the whole server for step 12 to work...