- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 11.0 install no CDE
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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-09-2003 06:55 PM
01-09-2003 06:55 PM
HPUX 11.0 install no CDE
So then, how can I get CDE working, and also how do I avoid having CDE launch when I know it is not working...so that I can try to fix it?
thankyou...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 07:29 PM
01-09-2003 07:29 PM
Re: HPUX 11.0 install no CDE
As far as disabling CDE from starting, either move the symbolic link from /sbin/rc3.d or remove it and re-create it later.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 07:48 PM
01-09-2003 07:48 PM
Re: HPUX 11.0 install no CDE
The X server will not work if it does not have a mouse (or other configured pointing device) available. The default X server requires the following components to be able to start successfully:
- A graphics device (usually /dev/crt)
- An X Keyboard device (usually the keyboard)
- An X Pointer device (usually the mouse)
- An available chunk of shared memory (64M is sufficient unless other apps are using shared memory).
Failure to gain access to any one of these resources will cause the X server to fail to start.
To stop put # in /etc/inittab
before line starting vuerc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 06:09 PM
01-13-2003 06:09 PM
Re: HPUX 11.0 install no CDE
Sadly, the /var/dt Xerrors file contains no data.
I agree with you that X is missing some required components from the core OS disk.
Well, because I need to document the 11.o HPUX install process I will try to install again but suspect that the X environment will have the same result.
So then, I plan to prevent X from launching, install the core OS CD and attempt to fix X.
Any suggestion on files that need loading or things to look for is appreciated. & of course I will look in the var/dt section for any clues.
thankyou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 09:54 PM
01-13-2003 09:54 PM
Re: HPUX 11.0 install no CDE
this should check your CDE setup on the machine.
After executing this check your /var/adm/Xerrors for any messages.
REvert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 12:31 AM
01-14-2003 12:31 AM
Re: HPUX 11.0 install no CDE
then try 2 things :
a) run on the local console :
/usr/bin/X11/X :0
note errors ....
b) if no errors produced run :
/usr/contrib/bin/X11/dr_dt
ammend warnings & errors ...
once fixed run :
/usr/dt/bin/dtlogin -e
sounds more like an X issue than CDE otherwise you would see CDE's dtgreet aka login screen.
fyi : to recreate graphics device files use insf -evd framebuf, loose mouse or kb is another possibility, as is perms ownership on /tmp ....
to disable CDE starting permanently on the local graphics console cp /usr/dt/config/Xservers -> /etc/dt/config/Xservers and add a # to the line reading * local local@console ..... restart X.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2003 11:11 PM
01-14-2003 11:11 PM
Re: HPUX 11.0 install no CDE
I reinstalled but this time around after SEA, BO IDE,
I selected Media only install & Guided install which are the defaults. not Media with Networking.
I'm not sure what the difference is since after install is almost finished, the geocustoms screen launches and asks many of the same networking questions.
Anyway, the one difference is that now CDE and my Xscreen function and also that I have learned a wee bit more about windowing.
thankyou