Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

FAQs and Troubleshooting

...

Ui expand
titleI need to have administrator privileges

Users are only granted standard user privileges. If you require administrator privileges to perform a function, please contact help@pawsey.org.au with your request.

Visualisation Lab users only: As an alternative, you can use your laptop.


Ui expand
titleDoes internet disconnection or accidentally closing browser end my remote visualisation session?

No. You only need to re-login to your remote session and everything will be back to the stage when you got disconnected.


Ui expand
titleMy account has been locked

Please send a help request to help@pawsey.org.au with details of the system, node name and your Pawsey username.

Nebula - Remote Vis

Ui expand
titleAvizo license is not activated

When launching Avizo:

Activate AvizoUse FNP license server → type "prod-licencelicense-server2.pawsey.org.au " in the box (without quotes) → click Activate

...

Ui expand
titleCan I use more than one instance at the same time?

You can only use one instance at a time in Nebula.

...

Setonix - Remote Vis

Image Removed

This can occur when your /home drive is full and the remote vis system cannot create the required temporary files.

Check your available quota with the below command:

Ui expand
Ui expand
titleWhen starting a remote vis session, I get the error "Xrdp failed to start"
Code Block
quota

The output should resemble the following

Code Block
-bash-4.2$ quota
Disk quotas for user XXX (uid XXX): 
		Filesystem blocks quota limit grace files quota limit grace 
netapp00:/vol/home 
				1048576* 1048576 1048576 1890 104857600 104857600

If the first number is equal to or exceeds the second number (quota), then you will need to free up some space. It is also possible to exceed the file count limit (4th and 5th number), In which case you will need to delete some of your data with lots of small files.

A detailed explanation and guide on how to do this can be found in the supercomputing documentation: Quota Limit on your home area

Ui expand
titleWhat are new features in the latest version of web interface?
  • direct copy paste (text only) into remote vis window
  • GUI file browser and uploader for /home
  • Improved performance
    titleWhen opening a terminal or xterm session, I cannot access most commands (for example "module load")

    If this is your first time running remote vis on Topaz, you will need to add a few lines to your .bashrc file in order to be able to use bash correctly and have access to all installed programs in the terminal.

    vi .bashrc

    Open your .bashrc file for editing in VI (Figure 20). Scroll to the bottom of the file with the arrow keys and press i to enable insert mode (Figure 21) Copy and paste the following lines into the file using the technique shown above in figures 12-15 (Figure 22). Then press escape to exit insert mode and type :wq to save and quit (Figure 23)

    if [ -f /etc/redhat-release ]; then
        if [ -f /etc/bashrc ]; then
            . /etc/bashrc
        fi
    fi

    Image Removed

    Then, follow the same procedure to add similar lines to your .bash_profile file (this file may not exist yet)

    vi .bash_profile

    if [ -f /etc/redhat-release ]; then
        if [ -f ~/.bashrc ]; then
            . ~/.bashrc
        fi
    fi

    If you are having trouble with the command line interface of vi, when using the desktop app in remote vis, you can also launch gedit:

    gedit .bashrc

    to get a GUI text editor

    You will need to close and then re-open the terminal window for the changes to take effect.

    Ui expand
    titleWhen starting a remote vis desktop session, I have a black screen instead of a desktop.

    This can occur when an application you used on Zeus has made config changes to your window manager. As Topaz uses the same window manager, but a different operating system, this can cause incompatibilities with the new system. You can usually fix this issue by deleting/renaming some config files in your home directory and letting the system re-generate them from default settings. To make changes to your home folder without the desktop, either ssh into a pawsey system (eg. topaz.pawsey.org.au) or start an xterm session using the bookmark at remotevis.pawsey.org.au. To create a new folder to place the backups in:

    Code Block
    titleCode
    mkdir backup

    Then move the following folders to it using the below commands.

    Code Block
    titlefolders
    mv .config backup/.config
    mv .cache backup/.cache
    mv .fastx_server backup/.fastx_server
    mv .dbus backup/.dbus
    mv .ICEauthority backup/.ICEauthority

    and, optionally (if they exist in your user folder, and the above did not fix your issue):

    Code Block
    titlefolders
    mv .local backup/.local
    mv .fonts backup/.fonts
    mv .gnupg backup/.gnupg
    mv .nv backup/.nv

    If you still cannot get the desktop to show correctly after following these steps, please contact help@pawsey.org.au

    How do I get access?

    If you have a current Setonix supercomputing allocation, you can get access to the remote visualisation service by contacting help@pawsey.org.au.


    Ui expand
    titleIs there any limit to number session one can run?

    Please make sure you are running only one remote visualisation session at any given time. If you want to open another session, make sure to close the first one before opening another one.

    ...

    Ui expand
    titleI am having technical issues with the system

    Send your issue with details (e.g. screenshots, username, error message, etc.) to help@pawsey.org.au

    In urgent situations please contact the representative listed on the touch screen information panel



    Handy post organizer
    viewfixed
    text-sourceexcerpt
    image-sourcenone
    columns-number4
    content-typeall
    sorttitle
    text-length0
    typesearch
    labelsvis_home,vis_software,vis_storage