Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
a9583f3c
Commit
a9583f3c
authored
10 years ago
by
Filip Staněk
Browse files
Options
Downloads
Patches
Plain Diff
sta03: Improvements reflecting real installation experience.
parent
866348f2
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
remote-visualization/install_guide.md
+34
-9
34 additions, 9 deletions
remote-visualization/install_guide.md
with
34 additions
and
9 deletions
remote-visualization/install_guide.md
+
34
−
9
View file @
a9583f3c
...
...
@@ -13,7 +13,13 @@ yum install xorg-x11-drv-fbdev xorg-x11-drv-wacom xorg-x11-fonts-100dpi xorg-x11
yum
install
VirtualGL-2.4
yum
install
kernel-devel
./NVIDIA-Linux-x86_64-346.35.run
-s
-N
--no-x-check
-j8
./NVIDIA-Linux-x86_64-346.35.run
-s
-N
--no-x-check
-j
8
```
NOTE: As long as the BULLX repo is F
*
CKED UP, install libdmx manually:
```
bash
[
root@mgmt1 bullxscs4]# scp /bullxscs4/bullxlinux6.3/x86_64/OS_BASE/Packages/libdmx-1.1.0-1.bl6.x86_64.rpm srv8:
[
root@srv8 ~]# yum
install
~/libdmx-1.1.0-1.bl6.x86_64.rpm
```
#### 2. Configure X server
...
...
@@ -91,25 +97,24 @@ cat >> /etc/rc.local << EOF
EOF
```
#### 4.
Start the X server
#### 4.
Install VirtualGL
```
bash
/usr/bin/X :0
-tst
&> /dev/null &
vglserver_config
-config
+s +f
-t
```
#### 5.
Install
VirtualGL
#### 5.
Setup the
VirtualGL
XAUTH key
```
bash
vglserver_config
-config
+s +f
-t
DISPLAY
=
:0 vglgenkey
```
#### 6. S
etup
the
VirtualGL XAUTH key
#### 6. S
tart
the
X server
```
bash
DISPLAY
=
:0 vglgenkey
/usr/bin/X :0
-tst
&> /dev/null &
```
## Login nodes:
...
...
@@ -186,9 +191,29 @@ set queue qviz max_run_res.nodect += [u:PBS_GENERIC=1]
set queue qviz enabled = True
set queue qviz started = True
create node srv7 Mom=srv7.bullx
set node srv7 Priority = 2
set node srv7 resources_available.arch = linux
set node srv7 resources_available.cpu_freq = 26
set node srv7 resources_available.host = srv7
set node srv7 resources_available.Qlist = qviz
set node srv7 resources_available.vnode = srv7
set node srv7 resv_enable = True
set node srv7 sharing = default_shared
create node srv8 Mom=srv8.bullx
set node srv8 Priority = 2
set node srv8 resources_available.arch = linux
set node srv8 resources_available.cpu_freq = 26
set node srv8 resources_available.host = srv8
set node srv8 resources_available.Qlist = qviz
set node srv8 resources_available.vnode = srv8
set node srv8 resv_enable = True
set node srv8 sharing = default_shared
EOF
for
i
in
srv7 srv8
;
do
qmgr
-c
"s n
$i
resources_available.Qlist = qviz"
;
done
###
for i in srv7 srv8; do qmgr -c "s n $i resources_available.Qlist = qviz"; done
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment