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-licence-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

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
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.

...

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.

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)

Image Removed

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

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:

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
titleIs there any session walltime?

Wall time for interactive remote visualisation is 8 hours.

Ui expand
titleWhen opening a terminal or xterm session, I cannot access most commands (for example "module load")

vi .bashrc

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

vi .bash_profile

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

gedit .bashrc

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

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

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:

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


Visualisation Lab

Ui expand
titleI am having trouble logging in or I am being automatically logged out

The dedicated machines check for a valid booking on our reservation system.

Make sure you have a valid booking and that your booking has been confirmed by the vis team (you should receive an email confirming your booking).

If your issue persists please contact help@pawsey.org.au or in urgent situations please contact the representative listed on the touch screen information panel.


...