This is a discussion on Install Secure Remote Desktop Tarantella - Solaris Rss ; Disable NIS vi /etc/nsswitch.conf passwd: files group: files # groupadd ttaserv # useradd -g ttaserv -s /bin/sh -d /export/home/ttasys -m ttasys # useradd -g ttaserv -s /bin/sh -d /export/home/ttaserv -m ttaserv # passwd -l ttasys # passwd -l ttaserv # ...
Disable NIS
vi /etc/nsswitch.conf
passwd: files
group: files
# groupadd ttaserv
# useradd -g ttaserv -s /bin/sh -d /export/home/ttasys -m ttasys
# useradd -g ttaserv -s /bin/sh -d /export/home/ttaserv -m ttaserv
# passwd -l ttasys
# passwd -l ttaserv
# pkgadd -d /tempdir/tta-version.sol-sparc.pkg
# pkginfo -x tta
# /opt/tarantella/bin/tarantella start
HTTP port: 28080
Enable NIS
vi /etc/nsswitch.conf
passwd: files nis
group: files nis
Access: http://129.146.44.59:28080
Administrator/root password
If you get "Cannot connect to the server" error that's due to no DNS name for this system:
In your desktop's hosts file, add the following line:
192.18.47.179 v490vic-00f3
Try to locate any existing hosts file on your computer:
Windows 95/98/Me c:\windows\hosts
Windows NT/2000/XP Pro c:\winnt\system32\drivers\etc\hosts
Windows XP Home c:\windows\system32\drivers\etc\hosts
(you may need administrator access for Windows NT/2000/XP)/opt/
Read More about [Install Secure Remote Desktop Tarantella...