- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- x start on boot
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
02-24-2005 10:27 PM
02-24-2005 10:27 PM
After rebooting X didn't start and now i can work only in console mode. I have no dtlogin process runnig.
Other services, also network's, seem work properly.
I have, also, a 10.20 hp-ux b1000 working good, an there are two dtlogin processes running.
I had the same problem whit an old, now not running, 9.xx hp-ux 715.100 .
Why i have the problem? How can i solve it?
grazie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 10:29 PM
02-24-2005 10:29 PM
Re: x start on boot
Check your run-level in /etc/inittab (line init:x:initdefault:). You can also use 'who -r'.
You should be in run-level 5.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 10:46 PM
02-24-2005 10:46 PM
Re: x start on boot
Check if you have the dtlogin.rc file in /sbin/init.d
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 11:02 PM
02-24-2005 11:02 PM
Re: x start on boot
i have a 555 bin bin file /sbin/init.d/dtlogin.rc
grazie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 11:08 PM
02-24-2005 11:08 PM
Re: x start on boot
#/sbin/init.d/dtlogin.rc start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2005 11:09 PM
02-24-2005 11:09 PM
Re: x start on boot
#ps -ef|grep dtlogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:00 AM
02-25-2005 12:00 AM
Re: x start on boot
Set your run-level to 5 in /etc/inittab. Re-boot or do a 'init 5'.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:26 AM
02-25-2005 12:26 AM
Re: x start on boot
Why in reebooting dtconfig.rc didn't start?
I'm at run level 3.
the 10.20 workstation works good and is at init level 3, also.
Hoa can it happens if i switch the
init:3:initdefault:
to 5?
grazie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:48 AM
02-25-2005 12:48 AM
Re: x start on boot
You should really look at booting the server to run-level 5 (i.e. make the change in /etc/inittab) as this is best-practice. I'd almost bet my life on it that it'll work then.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:56 AM
02-25-2005 12:56 AM
Re: x start on boot
find /sbin -name "*dtlogin.rc"
Maybe you are missing the rc3.d link?
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 12:59 AM
02-25-2005 12:59 AM
Re: x start on boot
ln -s /sbin/init.d/dtlogin.rc /sbin/rc3.d/S990dtlogin.rc
All the best - Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 02:09 AM
02-25-2005 02:09 AM
SolutionDo check to make sure you have the file /sbin/rc3.d/S990dtlogin.rc linked to /sbin/init.d/dtlogin.rc
Are you seeing any errors in your log files?
/var/X11/Xserver/logs or
/var/dt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 03:05 AM
02-25-2005 03:05 AM
Re: x start on boot
If there are no dtlogins running at all I suggest you :
a) ioscan -fnC graphics : ensure the card is claimed.
b) try starting X -> /usr/bin/X11/X : 0 (use
c) check rc.log and syslog and /var/dt/Xerrors for clues ... if you boot to run level 4 does VUE start if it is installed ?
d) check /etc/rc.config.d/desktop contents ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2005 04:27 AM
02-25-2005 04:27 AM
Re: x start on boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2005 06:38 PM
02-27-2005 06:38 PM
Re: x start on boot
TTFN - Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 08:37 PM
02-28-2005 08:37 PM
Re: x start on boot
ioin::sysinit:/sbin/ioinitrc >/dev/console 2>&1
...OMISSIS.....
cons:123456:respawn:/usr/sbin/getty console console # system console
#ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600
#ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600
#ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600
#ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600
#ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600
ems1::bootwait:/sbin/rm -f /etc/opt/resmon/persistence/runlevel4_flag
ems2::bootwait:/sbin/cat /etc/opt/resmon/persistence/reboot_flag
ems3:3456:wait:/usr/bin/touch /etc/opt/resmon/persistence/runlevel4_flag
ems4:3456:respawn:/etc/opt/resmon/lbin/p_client
#a0:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h ttyd0p_hw0 19200
#a0:3:respawn:/usr/lbin/uucp/uugetty -r -t 60 -h tty0p0 19200
a0:3:respawn:/usr/sbin/getty -h ttyd0p0 19200
This my inittab. as you see, i have last entry a0 level 3 ( a try to connect a modem to my workstation).
Is this the reason of fail?
In my system in /sbin/rc3.d directory there is a correct link
S990dtlogin.rc -> /sbin/init.d/dtlogin.rc
If i run /sbin/init.d/dtlogin.rc start
the system runs (and is running) well!
No errors saw in rc.log /var/dt/Xerrors and syslog.
grazie molte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 08:44 PM
02-28-2005 08:44 PM
Re: x start on boot
Start CDE login server
Output from "/sbin/rc3.d/S990dtlogin.rc start":
----------------------------
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 09:34 PM
02-28-2005 09:34 PM
Re: x start on boot
Execute this as root and at /:
#find sbin -name *dtlogin*
You should see this:
sbin/init.d/dtlogin.rc
sbin/rc2.d/K100dtlogin.rc
sbin/rc3.d/S990dtlogin.rc
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 10:59 PM
02-28-2005 10:59 PM
Re: x start on boot
grep dtlog /etc/rc.log.
if i
find /sbin -name "*dtlogin*"
then:
/sbin/init.d/dtlogin.rc
/sbin/rc2.d/K100dtlogin.rc
/sbin/rc3.d/S990dtlogin.rc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2005 11:30 PM
02-28-2005 11:30 PM
Re: x start on boot
I noticed that I don't have that /etc/inittab last line of yours:
a0:3:respawn:/usr/sbin/getty -h ttyd0p0 19200
Do you know why it is there??
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 12:11 AM
03-01-2005 12:11 AM
Re: x start on boot
I can deduce from your last post that you are not seeing this script run by rc. This means (as long as your link is definately there) that the system isn't getting to that last step of the rc scripts.
What is the LAST rc script to be run in the /etc/rc.log file? This script may possibly not be exiting and the system isn't continuing through the final rc initialisation.
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 12:18 AM
03-01-2005 12:18 AM
Re: x start on boot
# /usr/dt/bin/dtconfig -d
disable
# /usr/dt/bin/dtconfig -e
enable
# init 2
# init 3
Run
# dr_dt
and check for errors.
Regard,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2005 12:24 AM
03-01-2005 12:24 AM
Re: x start on boot
/sbin/rc3.d/S990dtlogin.rc start
just to make sure that the link is fully operational...
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 10:40 PM
03-10-2005 10:40 PM
Re: x start on boot
An error is reported in the rc.log file. Why this problem (on starting a network service), has stopped the start of dt.login processes?
Thank you; i understood the reason of the fail.
grazie