HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Can't start vncserver when system is rebooted
Operating System - Tru64 Unix
1829104
Members
2978
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 12:00 PM
03-13-2007 12:00 PM
Can't start vncserver when system is rebooted
Hi,
I am running Tru64 5.1B-4.
I can start vncserver manually at the ksh shell.
But when I reboot the server, the script /sbin/rc3.d/S98VNC isn't executed.
Here is the content of the script:
#cat vnc_start.sh
/usr/local/bin/vncserver :1
Then I changed the script to the following example, but not sure it will be ok this time.
#!/usr/bin/ksh
export DISPLAY=dcsora01:1
xhost +
/usr/local/bin/vncserver :1 > /var/adm/vncserver.log 2>&1
The permission of the file is:
# pwd
/sbin/init.d
# ls -l vnc_start.sh
-rwxr-xr-x 1 root system 107 Mar 14 10:33 vnc_start.sh
# cd /sbin/rc3.d
# ls -l *vnc*
lrwxrwxrwx 1 root bin 22 Feb 26 09:10 S85vnc -> ../init.d/vnc_start.sh
Your suggestion is very much appreciated.
Thanks
I am running Tru64 5.1B-4.
I can start vncserver manually at the ksh shell.
But when I reboot the server, the script /sbin/rc3.d/S98VNC isn't executed.
Here is the content of the script:
#cat vnc_start.sh
/usr/local/bin/vncserver :1
Then I changed the script to the following example, but not sure it will be ok this time.
#!/usr/bin/ksh
export DISPLAY=dcsora01:1
xhost +
/usr/local/bin/vncserver :1 > /var/adm/vncserver.log 2>&1
The permission of the file is:
# pwd
/sbin/init.d
# ls -l vnc_start.sh
-rwxr-xr-x 1 root system 107 Mar 14 10:33 vnc_start.sh
# cd /sbin/rc3.d
# ls -l *vnc*
lrwxrwxrwx 1 root bin 22 Feb 26 09:10 S85vnc -> ../init.d/vnc_start.sh
Your suggestion is very much appreciated.
Thanks
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP