Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This page goes over what a user should do when in need of Support


If VitalSigns is having issues, you can contact us here:

Email: vssupport@rprwyatt.com

Submit a ticket: https://rprwyatt.com/contact-us-customer-service/

Call us at (602) 263-8788.


FAQ

If you would prefer to troubleshoot the issue in your VitalSigns Environment rather than contact support, we have curated some of our more frequently asked questions.

If you don't find a Question that directly relates to your issue, please do not hesitate to contact us by Email, Phone, or by submitting a help-desk ticket.


 Q: Why can’t I open the Notes client on the VitalSigns workstation?

A: VitalSigns acts as a Notes user to obtain server information. VitalSigns and the Notes client cannot run at the same time. If you need to access the Notes client on the VitalSigns machine, open the Windows services and stop the VitalSigns master service. When you are finished with the Notes client, you can start the VitalSigns master service again.


 Q: Why does VitalSigns need its own dedicated workstation/VM?

A: In many cases, workstations, servers, and/or VM's that are being used for other in production purposes can have multiple programs that will conflict with VitalSigns and our back-end components. This can ultimately hinder the performance and/or functionality of VitalSigns

VitalSigns acts as an end user to collect various statistics. The back-end components that VitalSigns uses are:

  • MongoDB - is an open-source document database management system. VitalSigns uses MongoDB to write, retrieve, and store data (i.e. your environment data).
  • AngularJS -  is a complete JavaScript-based open-source front-end web application framework used for creating cutting-edge web applications.
  • Java & Java Runtime environment (JRE) - Java is required to display a broad range of programs and Web content on Windows OS. JRE runs in conjunction with Java and provides core classes and libraries that allows the content to remain up-to-date.
  • .NET Framework - is programming framework that provides a code-execution environment for use with applications (such as desktop applications and Web services).
  • Internet Information Services (IIS) - is a web server software package that is used for hosting websites and web APIs. The web server (IIS) responds to requests from the browser (VitalSigns web page).
  • Services - specifically VitalSigns Services, are long running executable applications under the Windows services that allows VitalSigns to collect, consolidate, and summarize various statistics. As not to put strain on the server, some of these services run at set times (such as hourly or daily) while other services run continuously.

 Q: How to restore MongoDB from a backup?

A: We must run mongorestore from the Command Line.

The steps to perform the restore are as follows:

  1. Launch Command Line
  2. In the Command Line, Navigate to the MongoDB Directory
    (ex. cd \Program Files\MongoDB\Server\3.2\bin)
  3. Enter the following command, where "PATH/TO/FILES" is the directory where the backup is stored. Most likely at "C:\Program Files (x86)\VitalSignsPlus\MongoBackup\vitalsigns"

    mongorestore -u vsadmin -p 'V1talsign$' --authenticationDatabase vitalsigns -d vitalsigns "PATH/TO/FILES"
  4. Run the command

 Q: How to change the port used for the VitalSigns Website

We do not recommend having VitalSigns share its dedicated machine with other software.

However, if this is unavoidable and that the default port for VitalSigns of 80 must be changed, this is how to do it:

A: Through IIS the Port can be changed. (Step 1) The port might also need to be allowed through the firewall. (Step 2)

Step 1: Change IIS port settings

  1. Open the Windows IIS Manager (Administrative Tools  Internet Information Services (IIS) Manager).
  2. On the left hand side of the window, expand the Sites list.
  3. Right click VSWeb and select Edit Bindings.
  4. In the pop up window, select the first entry in the list and select Edit.
  5. In the port field, change 80 to the port you would like to use instead.

  6. Click OK to save the changes.


Step 2: Create Inbound firewall rule for port

  1. Open the Windows Firewall manager (Administrative Tools » Windows Firewall with Advanced Security).
  2. Click Inbound Rules.
  3. On the right side of the window, click New Rule.
  4. A new window should pop up:
    1. Select Port, click Next.
    2. Select TCP.
    3. Specific local ports and in the field enter the port you entered into IIS, click Next.
    4. Select Allow the connection, click Next.
    5. Check any boxes that may apply, click Next.

      This example leaves all three checked.
    6. Give a name to the rule (VS Web).
    7. Finish.

You now should be able to navigate to the VS website using either the IP address or domain name of the VS Workstation with the addition of ":port#" to the end.

Example: myvitalsignsweb.com:49500/Login.aspx


  • No labels