To create New Project in Realflex: --------------------------------------------------------- 1.Start RealFlex Server on QNX6 machine. 2.Start a Terminal window, then type: # initprj_rf DatabaseName (where DatabaseName is any name you choose) 3.Start Flex.View on MsWindows side Select Configuration on the Main Menu Select Open Project Click on the More button Click on Import button Enter a Project Name and it should create a Project path with the same name. Click on Next button Enter the IP address of the Prime node RealFlex 6 Server PC If it is a Failover system select Node 2 for the Secondary PC in the combo box and enter its IP address as well. Click on Next Click on Import Enter the User ID and Password for the RealFlex 6 Project,if requested You need to enter a User ID and Password that has ability to do Database Edit’s on the database. Wait until the process is complete as it may take some time on a large project When completed it will automatically connect FlexView HMI to the RealFlex 6 SCADA Server. 4.Start Flex.Builder Select Open Project from File menu Select the required project Click Open. --------------------------------------------------------- BACKUP: ----------------------- x. Backup the Project: # backup_rf6db DatabaseName (where DatabaseName is any name of the database you want to backup) This creates a single backup file /tmp/DatabaseName.tar.gz or y.# backup_rf6db -f This creates a single backup file /opt/rf6/data/CurrentProject/fw/files/CurrentProject.tar.gz Where CurrentProject is the name of the current project as defined in /opt/rf6/data/startup.ini If you need to schedule an automatic backup to a file then you can add a backup_rf6db –f line to the rptcron file ---------------------------------------------------------- RESTORE: ------------------------ Open a Terminal window by clicking on Terminal on the Toolbar Enter the following command to restore a database from a backup file. # restore_rf6db DatabaseName (where DatabaseName is database name used on the single file backup in the current directory. Example # cp Demo.tar.gz /root # cd /root # restore_rf6db Demo ----------------------------------------------------------