HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HWEnable11i - Install screwed up CDE or Graphi...
Operating System - HP-UX
1827044
Members
3854
Online
109713
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
05-29-2001 05:49 AM
05-29-2001 05:49 AM
HWEnable11i - Install screwed up CDE or Graphics Resource Manager
Humm,
Not impressed.
I have recently installed HP-UX 11i and was enjoying the thought of ... using it. I had a few SCSI errors and a hang or two and so installed HWEnable11i on my 11i (J2240) machine.
Now I get big problems and cannot start CDE ...
/var/dt/Xerrors :-
Unable to open the Graphics Resource Manager.
The error occurred during GRM initialization.
The X11 server must be able to communicate with the
Fatal server error:
GRM process.
Tue May 29 14:27:10 2001
error (pid 2165): Server for display jaime:0 terminated unexpectedly 1
Unable to open the Graphics Resource Manager.
The error occurred during GRM initialization.
The X11 server must be able to communicate with the
Fatal server error:
GRM process.
Tue May 29 14:27:11 2001
error (pid 2165): Server unexpectedly died
Tue May 29 14:27:16 2001
error (pid 2165): Server for display jaime:0 can't be started.
Vanilla HP-UX 11i.
I swremoved the HWEnable11i - no help.
I re-installed HWEnable11i with no CDE running ('cos it wouldn't start).
I installed PHSS_21811.
I removed chinese and japanese support ('cos it was large).
Any clues at all ('cos I can't do my job - never could really, but now it also looks really bad without any graphics).
Not impressed.
I have recently installed HP-UX 11i and was enjoying the thought of ... using it. I had a few SCSI errors and a hang or two and so installed HWEnable11i on my 11i (J2240) machine.
Now I get big problems and cannot start CDE ...
/var/dt/Xerrors :-
Unable to open the Graphics Resource Manager.
The error occurred during GRM initialization.
The X11 server must be able to communicate with the
Fatal server error:
GRM process.
Tue May 29 14:27:10 2001
error (pid 2165): Server for display jaime:0 terminated unexpectedly 1
Unable to open the Graphics Resource Manager.
The error occurred during GRM initialization.
The X11 server must be able to communicate with the
Fatal server error:
GRM process.
Tue May 29 14:27:11 2001
error (pid 2165): Server unexpectedly died
Tue May 29 14:27:16 2001
error (pid 2165): Server for display jaime:0 can't be started.
Vanilla HP-UX 11i.
I swremoved the HWEnable11i - no help.
I re-installed HWEnable11i with no CDE running ('cos it wouldn't start).
I installed PHSS_21811.
I removed chinese and japanese support ('cos it was large).
Any clues at all ('cos I can't do my job - never could really, but now it also looks really bad without any graphics).
Not enough Zappa makes you sad.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 06:14 AM
05-29-2001 06:14 AM
Re: HWEnable11i - Install screwed up CDE or Graphics Resource Manager
Hi
found some docs about your problem .
first the problem acour because the grmd dont have memory to do it .
my advise it to increase the semmnu params
if it not working try to increase the Semaphore params
here is the list of params and des :
sema
(Series 700 only). Enable or disable IPC semaphores at system boot time.
semaem
Maximum value by which a semaphore can be changed in a semaphore "undo" operation.
semmap
Size of free-semaphores resource map for allocating requested sets of semaphores.
semmni
Maximum number of sets of IPC semaphores allowed on the system at any given time.
semmns
Total system-wide number of individual IPC semaphores available to system users.
semmnu
Maximum number processes that can have undo operations pending on any given IPC semaphore on the system.
semume
Maximum number of IPC semaphores that a given process can have undo operations pending on.
semvmx
Maximum value any given IPC semaphore is allowed to reach (prevents undetected overflow conditions).
also my advise , dont install patches if you dont have a problem
found some docs about your problem .
first the problem acour because the grmd dont have memory to do it .
my advise it to increase the semmnu params
if it not working try to increase the Semaphore params
here is the list of params and des :
sema
(Series 700 only). Enable or disable IPC semaphores at system boot time.
semaem
Maximum value by which a semaphore can be changed in a semaphore "undo" operation.
semmap
Size of free-semaphores resource map for allocating requested sets of semaphores.
semmni
Maximum number of sets of IPC semaphores allowed on the system at any given time.
semmns
Total system-wide number of individual IPC semaphores available to system users.
semmnu
Maximum number processes that can have undo operations pending on any given IPC semaphore on the system.
semume
Maximum number of IPC semaphores that a given process can have undo operations pending on.
semvmx
Maximum value any given IPC semaphore is allowed to reach (prevents undetected overflow conditions).
also my advise , dont install patches if you dont have a problem
love computers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 06:47 AM
05-29-2001 06:47 AM
Re: HWEnable11i - Install screwed up CDE or Graphics Resource Manager
ensure the following permissionsare set:
-r-sr-sr-x 1 daemon sys /usr/lib/grmd
drwxrwxr-x 4 root sys /usr/spool/sockets
drwxrwxr-x 2 bin sys X11
Note that the group ownership on these files MUST be set to "sys", not to "other".
Also maybe worth installing PHSS_21811 ..... latest 11.11 Xserver patch ?
does dr_dt give any further clues ?
-r-sr-sr-x 1 daemon sys /usr/lib/grmd
drwxrwxr-x 4 root sys /usr/spool/sockets
drwxrwxr-x 2 bin sys X11
Note that the group ownership on these files MUST be set to "sys", not to "other".
Also maybe worth installing PHSS_21811 ..... latest 11.11 Xserver patch ?
does dr_dt give any further clues ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 08:11 AM
05-29-2001 08:11 AM
Re: HWEnable11i - Install screwed up CDE or Graphics Resource Manager
Well, thanks to all.
However, it was not the most obvious, bearing in mind that this had been up and running.
The default shmmax at 4Mb was insufficient for ... grmd.
So now all is good.
However, it was not the most obvious, bearing in mind that this had been up and running.
The default shmmax at 4Mb was insufficient for ... grmd.
So now all is good.
Not enough Zappa makes you sad.
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP