Sisense Community logo
    • Community Feedback
    • Chapters
    • Events
    • Forums
      • Help and How To
      • Product Feedback Forum
      • Strategy & Use Cases
    • Blogs
    • KB Docs
      • KB Docs
      • Add-Ons & Plug-Ins
      • APIs
      • Best Practices
      • Blox
      • CDT
      • Cloud Managed Service
      • Data Models
      • Data Sources
      • Embedding Analytics
      • How-Tos & FAQs
      • Onboarding
      • PySisense
      • Security
      • Sisense Administration
      • Sisense Intelligence & AI
      • Troubleshooting
      • Widget & Dashboard Scripts
    • Support
    • Learning
      • Sisense Academy: Free Courses and Certifications
      • Official Developer Documentation
      • Official Product Documentation
      • Official Sisense Youtube Channel
      • Sisense Compose SDK Playground
      • Official Sisense Discord
    • Use Case Gallery
    Discussions
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
    •                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
    Discussions
    • TagsChevronRightIcon
    FAQ: Installation and upgrade
      • Sisense AdministrationChevronRightIcon

      Deploying Sisense with custom-defined storage classes (rwxScName / rwoScName)

                       

      Deploying Sisense with custom-defined storage classes (rwxScName / rwoScName)   Sisense can be installed on different platforms (RKE / OpenShift / EKS / GKE / AKS, etc) with a variety of storages. Usually, you just need to specify the exact supported storage type, and the additional required packages will be installed. However, there can be cases when you need to use some other storage classes that are not supported out of the box; or, you'd like to skip some specific steps during the Sisense installation (e.g. skipping FSX CSI helm chart installation because you use a different driver or need to manage it on your own).   The   Helm Provisioner  allows you to deploy Sisense with RWO/RWX storage classes that were defined by you. You should use persistence.rwoScName and persistence.rwxScName parameters for this purpose. You must define both of them while persistence.storageType must be empty.  Thus the below parameters must have those values: persistence.enabled: true persistence.storageType: '' (needs to be empty strings) fsxDnsName: "" (needs to be empty strings) fsxMountName: "" (needs to be empty strings) nfsServer: "" (needs to be empty strings) nfsPath: "" (needs to be empty strings) efsAwsRegion: "" (needs to be empty strings) rwxScName: <your-RWX-storageClass-name> (Example: 'aws-efs') rwoScName: <your-RWO-storageClass-name> (Example: 'gp2') Example below: <font size="2"><span>[...]<br/><br/>persistence:</span></font><br/><font size="2"><span>  enabled: true</span></font><br/><font size="2"><span>  ## storageType: fsx, nfs (client), nfs-server</span></font><br/><font size="2"><span>  # fsx - Will install fsx-csi driver</span></font><br/><font size="2"><span>  # nfs - Will install nfs client</span></font><br/><font size="2"><span>  # nfs-server - Will install nfs-server</span></font><br/><font size="2"><span>  # efs - Will install efs client</span></font><br/><font size="1 2 3 4 5 6 7"><span><font size="2">  storageType: ''</font><br/></span></font><br/> ## AWS FSx<br/> fsxDnsName: ""<br/> fsxMountName: ""<br/><br/> ## NFS Client<br/> nfsServer: ""<br/> nfsPath: ""<br/><br/> ## AWS EFS<br/> efsFileSystemId: ""<br/> efsAwsRegion: ""<br/><br/> ## Manual ReadWriteMany, ReadWriteOnce StorageClass definition<br/> ## ReadWriteMany StorageClass name (e.g: gluster, trident, nfs, nfs-client, cephfs)<br/> rwxScName: "aws-fsx"<br/><br/> ## ReadWriteOnce StorageClass name (e.g: gp2, default, standard)<br/> rwoScName: "gp2"<span><br/><br/>[...]<br/></span> Set all other parameters according to the guide and proceed with the installation.

      Oleg Valynkin
      Oleg ValynkinPosted 3 years ago • Last reply 3 years ago
      5
               
      • Sisense AdministrationChevronRightIcon

      Accessing cubes from another server

               

      Question: How can I access all the cubes from another server, if I installed another Sisense system on another machine Solution: In order to get the cubes from another server you can follow these steps. If the computer you're working on is a computer that can VPN/connect to the internal network, if you work with your IT to obtain the IP address and connection info, you can add a connection to the ECM by doing the following: Startup the desktop ECM Go to Servers > Manage Servers 3. In the Sisense Server Console, click the green plus sign to add a server connection 4. Give the connection a descriptive name and enter the IP address of the server 5. If you have access to that server you should be able to Connect and see the connected server in your Sisense Server Console If you are not able to connect to the server, work with your IT team to see if they can open up a connection between your computer and the server, OR move on to the next option

      intapiuser
      intapiuserPosted 3 years ago
      0
               
      • Sisense AdministrationChevronRightIcon

      Disabling TLS 1.0 And 1.1 In IIS

               

      Question: Due to security considerations I want to be able to disable TLS1.0 with a view to disabling TLS1.1 Solution: Starting in Sisense 7.4, it became pretty straightforward to disable traffic on TLS 1.0 and 1.1. Setting this up involves two steps: Force traffic through TLS 1.2 on the Sisense site This can be done through the Configuration Manager on localhost:3030 (starting on Sisense 7.4) 2. Disable TLS 1.0 and 1.1 on the widows machine You can follow instructions such as  these  to disable TLS 1.0 and 1.1 On versions prior to Sisense 7.4 you can disable TLS 1.0 and 1.1 from the web server (step 2 above) but you will need to test extensively to ensure no loss of functionality. Starting in Sisense 7.4 is where R&D began in depth testing to remove any components that could rely on TLS 1.0 or 1.1. We have seen success with organization on Sisense 7.2 and 7.3 disabling TLS 1.0 and 1.1 on the server but again, there is not guarantee that there will not be a loss in functionality and testing by your team is needed.

      intapiuser
      intapiuserPosted 3 years ago
      0