- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: not able to access cde
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
01-20-2011 08:39 PM
01-20-2011 08:39 PM
not able to access cde
i am able to take telnet from hp server to windows local desktop and vicecersa.
swlist -l product | grep -i cde
CDE B.11.31 HP-UX CDE User Interface
ps -ef | grep dt
no dt is running.
when i tried to start with cde with
/usr/dt/bin/dtconfig -e
but under /usr/dt there is no bi file present.
/usr/dt>ll
total 16
dr-xr-xr-x 3 bin bin 96 Jul 7 2009 config
dr-xr-xr-x 5 bin bin 8192 Jul 7 2009 lib
/usr/dt/config>ll
total 16
dr-xr-xr-x 2 bin bin 8192 Jul 7 2009 ims
i havs started xfs by
/sbin/init.d/xfs start
and xfs serveice is running.
how to enable cde
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2011 10:41 PM
01-20-2011 10:41 PM
Re: not able to access cde
/usr/dt/bin/dtconfig -e
Ensure the initdefault level in /etc/inittab is 3
If the system is not currently at runlevel 3, execute
init 3
start CDE
/sbin/init.d/dtlogin.rc start
Run these commands & post errors in
"/var/dt/Xerrors" for clues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 11:08 AM - last edited on 11-10-2011 08:11 AM by Kevin_Paul
01-21-2011 11:08 AM - last edited on 11-10-2011 08:11 AM by Kevin_Paul
Re: not able to access cde
try a read of the following, its pretty comprehensive in that it covers most things that could go wrong ;-)
http://h30499.www3.hp.com/t5/System-Administration/I-am-not-able-to-connect-the-GUI-mode-using-XDMCP-in-HP-UX-11i/m-p/4568619#M372406
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 02:58 PM
01-21-2011 02:58 PM
Re: not able to access cde
That sounds good.
> but under /usr/dt there is no bi file
> present.
I know nothing, but if you have no
"/usr/dt/bin" directory, then I'd guess that
someone has deleted it. Around here, for
example:
dyi # ls -l /usr/dt
total 112
dr-xr-xr-x 35 bin bin 8192 Jan 23 2008 app-defaults
dr-xr-xr-x 7 bin bin 96 Jan 23 2008 appconfig
lrwxr-xr-x 1 bin bin 23 Jan 23 2008 backdrops -> /usr/dt/share/backdrops
dr-xr-xr-x 2 bin bin 8192 Jan 24 2008 bin
dr-xr-xr-x 37 bin bin 8192 Jan 23 2008 config
-r--r--r-- 1 bin bin 1003 Jan 12 2007 copyright
dr-xr-xr-x 7 bin bin 8192 Jan 24 2008 dthelp
lrwxr-xr-x 1 root sys 16 Jan 24 2008 examples -> ./share/examples
lrwxr-xr-x 1 root sys 21 Jan 24 2008 include -> /usr/dt/share/include
dr-xr-xr-x 4 bin bin 96 Jan 24 2008 infolib
dr-xr-xr-x 8 bin bin 8192 Jan 23 2008 lib
lrwxr-xr-x 1 bin bin 11 Jan 23 2008 man -> ./share/man
lrwxr-xr-x 1 bin bin 22 Jan 23 2008 palettes -> /usr/dt/share/palettes
dr-xr-xr-x 7 bin bin 8192 Jan 24 2008 share
My similar system has more installed CDE
stuff than yours, but I'd expect the plain
CDE kit to include "/usr/dt/bin" and
"/usr/dt/bin/dtconfig":
dyi # swlist -l product | grep -i cde
CDE B.11.31 HP-UX CDE User Interface
CDEDevKit B.11.31.01 CDE Desktop Developer's ToolKit
dyi # ls -l /usr/dt/bin/dtconfig
-r-xr-xr-x 1 bin bin 5018 Jan 12 2007 /usr/dt/bin/dtconfig
You might try re-installing the CDE kit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2011 08:32 PM
01-21-2011 08:32 PM
Re: not able to access cde
2.do installation will affect the current os,after installation will be there be any data loss in server,since they are in production.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP