IRIS on Azure, access through WSL in Win, needed directories not visible
Have just deployed IRIS in Azure and when accessing the filesystem through SSH I just can't see the ISC folder through the WSL ubuntu user, what am I missing here?
As I want to create new folders and use the same in test productions.
the needed directories are created in /home/azureuser but the same is not visible in IRIS file system
Product version: IRIS 2023.1
You have to look at `/usr/irissys`
Thanks @Dmitry Maslennikov
.png)
though there's no irissys folder in usr/
Have gone through the documentation related to IRIS in Azure its listed that the installation is under irisowner ubuntu user, but nowhere it's mentioned what's the password for the irisowner user
Well, most probably IRIS there running in a container, and you are looking at the wrong place. Inside the container, from IRIS, there will be /usr/irissys, outside it will be somewhere else
You can became iris owner with
su - iris owner
Via sudo or via root user
Moreover you can run
iris list
To see where iris is installed.
Other "funny" ways can be
lsof | grep iris
ps ef | grep iris