Upgrade/install real vnc from


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Upgrade/install real vnc from
# 1  
Old 08-14-2016
Upgrade/install real vnc from

Hi,

I'm currently running real VNC version 5.3.1 and want to install (upgrade) to real VNC version 5.3.2, I have downloaded all the proper files for 5.3.2 and have them in the dir:
HOME/APPS/VNC/13_AUG_2016

With 5.3.1 currently running, and properly licensed, what are the exact steps to go to
5.3.2?
Thanks James.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Upgrade nonbootable install to U09

I have a system that will not boot. It started this after applying Sun patches in preparation for an Oracle DB upgrade. How do I do an in place upgrade to U09 without losing data? (4 Replies)
Discussion started by: LittleLebowski
4 Replies

2. Solaris

solaris 8 - upgrade install

Hi, Im getting a downtime to upgrade a Solaris 8 system to Solaris 10 U8. Thus live upgrade is not necessary. Can I do the following? 1.break the svm mirror 2.change boot disk to raw device replacing the metadevice entries 3.from ok> prompt, boot cdrom <solaris 10 DVD> 4. Follow the screens of... (2 Replies)
Discussion started by: incredible
2 Replies

3. Shell Programming and Scripting

How to Upgrade Jdk After install in linux

hii... i want to upgrade my java version 1.4.2 to 1.6 in linux plateform after installing JDK. so what are the steps & commands in linux to upgrade it . Please Help me ... (1 Reply)
Discussion started by: rinkugarg
1 Replies

4. Solaris

Essential packeages to install VNC from SOLARIS COMPANION CD

Hi all....!!! Can someone tell the essential packages need to install VNC from soalris 10 companion cd...? I think there are three packages are essential. (SFWvnc, SFWgcmn, .....) Please help me.. thank you.. Rgd... Leshan (0 Replies)
Discussion started by: leshan
0 Replies
Login or Register to Ask a Question
vncpasswd(1)						     Virtual Network Computing						      vncpasswd(1)

NAME
vncpasswd - change a VNC password SYNOPSIS
vncpasswd [passwd-file] DESCRIPTION
vncpasswd allows you to set the password used to access VNC desktops. It stores an obfuscated version of the password in the given file (default $HOME/.vnc/passwd). The vncserver script runs vncpasswd the first time you start a VNC desktop, and invokes Xvnc with the appro- priate -rfbauth option. vncviewer can also be given a password file to use via the -passwd option. The password must be at least six characters long, and only the first eight characters are significant. Note that the stored password is not encrypted securely - anyone who has access to this file can trivially find out the plaintext password, so vncpasswd always sets appro- priate permissions (read and write only by the owner). However, when accessing a VNC desktop a challenge-response mechanism is used over the wire making it hard for anyone to crack the password simply by snooping on the network. FILES
$HOME/.vnc/passwd Default location of the VNC password file. SEE ALSO
vncviewer(1), vncserver(1), Xvnc(1) vncconfig(1), http://www.realvnc.com AUTHOR
Tristan Richardson, RealVNC Ltd. VNC was originally developed by the RealVNC team while at Olivetti Research Ltd / AT&T Laboratories Cambridge. It is now being maintained by RealVNC Ltd. See http://www.realvnc.com for details. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability | | +-----------------------------+-----------------------------+ |Interface Stability | | +-----------------------------+-----------------------------+ RealVNC Ltd 03 Mar 2005 vncpasswd(1)