Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- DCE Configuration issue
System Administration
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
- 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, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
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
-
Blogs
-
Information
-
English
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
- Email to a Friend
- Report Inappropriate Content
01-01-2009 04:11 PM
01-01-2009 04:11 PM
DCE Configuration issue
Hi All,
I am facing one problem while configuring dce cell.
I have installed DCE successfully from depots.
swlist -l product |grep -i dce
DCE-C-Tools B.11.11.10 DCE-C-Tools
DCE-CDS-Server B.11.11.10 DCE-CDS-Server
DCE-Core B.11.11 HP DCE/9000 Core Client Software
DCE-CoreAdmin B.11.11.10 DCE-CoreAdmin
DCE-CoreTools B.11.11.10 DCE-CoreTools
DCE-SEC-Server B.11.11.10 DCE-SEC-Server
IntegratedLogin B.11.11 Integrated Login for HP-UX and DCE
KRB-Support B.11.11 Kerberos Support for HP-UX and DCE
PHSS_28387 1.0 HP DCE/9000 1.8 Server/DevTools cum. patch
PHSS_28388 1.0 HP DCE/9000 1.8 Integrated Login cum. patch
PHSS_36004 1.0 HP DCE/9000 1.8 DCE Client IPv6 patch
But I am not able to configure the initial security server configuration.
When I am configuring the cell using dce_config script, I am getting below error message:
In DCE Main Menu :
Enter the name of your cell (without /.../):server1
S:****** Stopping rpcd...
S:****** Starting dced...
S:****** Initializing dced...
2008-12-31-15:10:57.854+00:00I----- dced FATAL dhd general main.c 955 0x7afd8698
Initialization (initialize secval data) failed, status=0x113db0ed.
ERROR: dced -i failed to start. Continuing will return to the Main Menu.
DCE Main Menu ( on server1 )
1. CONFIGURE -configure and start DCE daemons
2. START -re-start DCE daemons
3. STOP -stop DCE daemons
4. UNCONFIGURE -remove a host from CDS and SEC databases
5. REMOVE -stop DCE daemons and remove data files
created by DCE daemons
99. EXIT
selection: 99
S:****** Exiting from dce_config.
S:****** Since the glbd daemon was restarted and/or llbd and rpcd were replaced
by the end point mapper, NCS applications may need to be restarted.
Enter keyseed for initial database master key:
Enter desired principal name for the Cell Administrator: (cell_admin) cell_admin
Enter desired password for the Cell Administrator:
Re-enter desired password:
S:****** The current highest UNIX ID for persons on this node is 76107.
Enter the starting point to be used for UNIX ID's that
are automatically generated by the Security Service
when a principal is added using "rgy_edit": (76207) 76207
S:****** The current highest UNIX ID for groups is 207.
Enter the starting point to be used for UNIX ID's that
are automatically generated by the Security Service
when a group is added using "rgy_edit": (307) 307
S:****** Starting secd...
ERROR: Security server failed to start. Continuing will return to the
Previous Menu.
Press to continue, CTRL-C to exit:
config log:
/var/opt/dce/configure/dce_config.log
D: Executing: chmod a+rw /dev/dlpi
S:****** Starting dced...
S:****** Initializing dced...
D: Executing: dced -i || { err_exit "dced -i failed to start."; }
ERROR: dced -i failed to start. Continuing will return to the Main Menu.
S:****** Exiting from dce_config.
D: Executing: dced -b || { err_exit "dced -b failed to start."; }
ERROR: dced -b failed to start. Continuing will return to the Main Menu.
S:****** Exiting from dce_config.
S:****** Since the glbd daemon was restarted and/or llbd and rpcd were replaced
by the end point mapper, NCS applications may need to be restarted.
S:****** The current highest UNIX ID for persons on this node is 76107.
S:****** The current highest UNIX ID for groups is 207.
D: Executing: sec_create_db -my subsys/dce/sec/server1 -keyseed shown> -creator cell_admin -password $default_pw -pe 76207 -g 307
-ma 2147483646
S:****** Starting secd...
D: Executing: secd -bootstrap
D: Executing: sleep 15
ERROR: Security server failed to start. Continuing will return to the
Previous Menu.
secd Log:
/var/opt/dce/security/secd.log
2008-12-31-15:12:51.034+00:00I----- secd FATAL sec rs_mainthr rs_main.c 630 0x7afd6698
Cannot register server
Connection request rejected
~
dced Log:
/var/opt/dce/dced/dce.log
Postprocessor for /opt/dcelocal/bin/ep_scavenger exited with status 1
2008-12-31-12:29:16.359+00:00I----- dced FATAL dhd general main.c 955 0x7afd8698
Initialization (initialize secval data) failed, status=0x113db0ed.
2008-12-31-15:12:26.018+00:00I----- dced FATAL dhd general main.c 955 0x7afd8698
Initialization (initialize secval data) failed, status=0x113db0ed.
Can anyone help me to sort out the problem.
Thanks..
I am facing one problem while configuring dce cell.
I have installed DCE successfully from depots.
swlist -l product |grep -i dce
DCE-C-Tools B.11.11.10 DCE-C-Tools
DCE-CDS-Server B.11.11.10 DCE-CDS-Server
DCE-Core B.11.11 HP DCE/9000 Core Client Software
DCE-CoreAdmin B.11.11.10 DCE-CoreAdmin
DCE-CoreTools B.11.11.10 DCE-CoreTools
DCE-SEC-Server B.11.11.10 DCE-SEC-Server
IntegratedLogin B.11.11 Integrated Login for HP-UX and DCE
KRB-Support B.11.11 Kerberos Support for HP-UX and DCE
PHSS_28387 1.0 HP DCE/9000 1.8 Server/DevTools cum. patch
PHSS_28388 1.0 HP DCE/9000 1.8 Integrated Login cum. patch
PHSS_36004 1.0 HP DCE/9000 1.8 DCE Client IPv6 patch
But I am not able to configure the initial security server configuration.
When I am configuring the cell using dce_config script, I am getting below error message:
In DCE Main Menu :
Enter the name of your cell (without /.../):server1
S:****** Stopping rpcd...
S:****** Starting dced...
S:****** Initializing dced...
2008-12-31-15:10:57.854+00:00I----- dced FATAL dhd general main.c 955 0x7afd8698
Initialization (initialize secval data) failed, status=0x113db0ed.
ERROR: dced -i failed to start. Continuing will return to the Main Menu.
DCE Main Menu ( on server1 )
1. CONFIGURE -configure and start DCE daemons
2. START -re-start DCE daemons
3. STOP -stop DCE daemons
4. UNCONFIGURE -remove a host from CDS and SEC databases
5. REMOVE -stop DCE daemons and remove data files
created by DCE daemons
99. EXIT
selection: 99
S:****** Exiting from dce_config.
S:****** Since the glbd daemon was restarted and/or llbd and rpcd were replaced
by the end point mapper, NCS applications may need to be restarted.
Enter keyseed for initial database master key:
Enter desired principal name for the Cell Administrator: (cell_admin) cell_admin
Enter desired password for the Cell Administrator:
Re-enter desired password:
S:****** The current highest UNIX ID for persons on this node is 76107.
Enter the starting point to be used for UNIX ID's that
are automatically generated by the Security Service
when a principal is added using "rgy_edit": (76207) 76207
S:****** The current highest UNIX ID for groups is 207.
Enter the starting point to be used for UNIX ID's that
are automatically generated by the Security Service
when a group is added using "rgy_edit": (307) 307
S:****** Starting secd...
ERROR: Security server failed to start. Continuing will return to the
Previous Menu.
Press
config log:
/var/opt/dce/configure/dce_config.log
D: Executing: chmod a+rw /dev/dlpi
S:****** Starting dced...
S:****** Initializing dced...
D: Executing: dced -i || { err_exit "dced -i failed to start."; }
ERROR: dced -i failed to start. Continuing will return to the Main Menu.
S:****** Exiting from dce_config.
D: Executing: dced -b || { err_exit "dced -b failed to start."; }
ERROR: dced -b failed to start. Continuing will return to the Main Menu.
S:****** Exiting from dce_config.
S:****** Since the glbd daemon was restarted and/or llbd and rpcd were replaced
by the end point mapper, NCS applications may need to be restarted.
S:****** The current highest UNIX ID for persons on this node is 76107.
S:****** The current highest UNIX ID for groups is 207.
D: Executing: sec_create_db -my subsys/dce/sec/server1 -keyseed
-ma 2147483646
S:****** Starting secd...
D: Executing: secd -bootstrap
D: Executing: sleep 15
ERROR: Security server failed to start. Continuing will return to the
Previous Menu.
secd Log:
/var/opt/dce/security/secd.log
2008-12-31-15:12:51.034+00:00I----- secd FATAL sec rs_mainthr rs_main.c 630 0x7afd6698
Cannot register server
Connection request rejected
~
dced Log:
/var/opt/dce/dced/dce.log
Postprocessor for /opt/dcelocal/bin/ep_scavenger exited with status 1
2008-12-31-12:29:16.359+00:00I----- dced FATAL dhd general main.c 955 0x7afd8698
Initialization (initialize secval data) failed, status=0x113db0ed.
2008-12-31-15:12:26.018+00:00I----- dced FATAL dhd general main.c 955 0x7afd8698
Initialization (initialize secval data) failed, status=0x113db0ed.
Can anyone help me to sort out the problem.
Thanks..
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-04-2009 08:50 AM
01-04-2009 08:50 AM
Re: DCE Configuration issue
Still I am facing the problem.
Can anyone suggest the solution for this problem.
Thanks in advance.
Can anyone suggest the solution for this problem.
Thanks in advance.
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.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP