- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What did I do? - Startup Script dots
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
09-20-2004 07:44 AM
09-20-2004 07:44 AM
What did I do? - Startup Script dots
How do I get rid of them. I like the other style init startup display.
Configure system crash dumps ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 07:47 AM
09-20-2004 07:47 AM
Re: What did I do? - Startup Script dots
no points here please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 08:08 AM
09-20-2004 08:08 AM
Re: What did I do? - Startup Script dots
HP-UX Start-up in progress
__________________________
Configure system crash dumps ........................................ OK
Mount file systems .................................................. OK
Update kernel and loadable modules .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 08:13 AM
09-20-2004 08:13 AM
Re: What did I do? - Startup Script dots
HP-UX Start-up in progress
__________________________
Configure system crash dumps ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ OK
Mount file systems .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. OK
Update kernel and loadable modules .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. N/A
Initialize loadable modules ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... OK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 08:20 AM
09-20-2004 08:20 AM
Re: What did I do? - Startup Script dots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 08:26 AM
09-20-2004 08:26 AM
Re: What did I do? - Startup Script dots
Maybe your console terminal settings have gotten messed up. Can you reset the console setting to default. Power off the console and power it back on while keeping the "d" key.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 08:34 AM
09-20-2004 08:34 AM
Re: What did I do? - Startup Script dots
Identify and restore teh files if they are regular files.
If they are not, get out your trusty vg00 Ignite tape and consider restoring the OS.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 08:36 AM
09-20-2004 08:36 AM
Re: What did I do? - Startup Script dots
Make sure you have a valid /sbin/rc.utils file. If it is not there, copy it from some other system..
If you have a /sbin/list_mode file, rename the file and try booting again.
- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 09:47 AM
09-20-2004 09:47 AM
Re: What did I do? - Startup Script dots
ll -t /etc/rc.config.d
The other possibility is that the env value for $COLUMNS has changed. It should be COLUMNS=80 when /etc/rc.utils is run. There is a possibility that the terminal has been set to 7bit odd or even parity. Be sure to set 8bit, no parity. One last possibility is that somone has messed with top level directory permissions. These should be:
# ll -d / /etc /etc/rc.config.d /sbin /sbin/init.d
drwxr-xr-x 23 root root 8192 Aug 10 13:24 /
dr-xr-xr-x 29 bin bin 8192 Sep 20 17:19 /etc
drwxr-xr-x 2 bin bin 8192 Sep 14 13:26 /etc/rc.config.d
dr-xr-xr-x 13 bin bin 8192 Dec 17 2003 /sbin
dr-xr-xr-x 2 bin bin 8192 Sep 14 13:48 /sbin/init.d
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:11 AM
09-21-2004 12:11 AM
Re: What did I do? - Startup Script dots
Why would I say that?? I did the same thing. My guess is that some script you just modded in /sbin/init.d has something slightly interactive in it, like "stty". Because of it the console acted a little buggy. Like the "cols" option in stty got screwed up.
Granted this is just a GUESS. I haven't bothered to fix mine. But after I messed with my script (and /etc/profile to check if it is interactive) it got BETTER, but not solved.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 12:24 AM
09-21-2004 12:24 AM
Re: What did I do? - Startup Script dots
If there was a script that has some problems in it, 1 buggy script could cause all dotted lines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 02:28 AM
09-21-2004 02:28 AM
Re: What did I do? - Startup Script dots
Make sure that these files are intact, i.e., not changed. If they were changed then you've to restore those files from the latest backup.
/etc/inittab
/sbin/rc.utils
Was the terminal type of your console changed too? If so change it to terminal type HP.
Hope this helps!!
-Venkat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 04:21 AM
09-21-2004 04:21 AM
Re: What did I do? - Startup Script dots
The init script looks at all of the startup messages (start_msg) in /sbin/init.d/ and pads the dotted lines to the LARGEST one.
So look for one on your system that is TOO LONG. Edit it so that the dots fit on the screen once more.
Another way to find it: look in /etc/rc.log and look for the longest text startup msg in there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 04:51 AM
09-21-2004 04:51 AM
Re: What did I do? - Startup Script dots
Your answer makes the most sense to me. So I tried it. And you are right at least to a point. I tested with a small 180B with a color monitor.
I modified my sshd.rc file to print starting "secure shell goofy goofy goofy....." for about 200 digits.
Then I rebooted and watched the screen. Now this box is has a nice color terminal. So my test is not completely good. It did widen the startup text to about 108 digits, but not 200. For THIS box, it truncated the dots so the screen still looked ok. But it did change the number of dots going across.
I looked at the rc.log file. What was on the screen matched what was in the rc.log file. The appearance might be worse on a normal hp console. I just can't test it at this time.
I'm guessing that lowering the Start Message text size would solve part of the problem. At least it would eliminate that as a potential reason.
I have seen the dots go well over 108 digits on the old green terminals. It was more like 220 digits. Perhaps the console thinks it can handle 220 digits, but it set to 80? Then it would look like a lot of dots. But I can't test it.
Steve
PS: I'm not the author, but I'd give you some points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 06:23 AM
09-21-2004 06:23 AM
Re: What did I do? - Startup Script dots
LIST_MODE=0
LIST_TIMEOUT=0
USE_COLOR=1
However, if you blow away this file, the defaults will probably give you the bizaare behavior. This script was written more than a decade ago when there were mostly 'real' terminals (not PC's pretending to be a terminal) and workstations which have a ROM-based emulator called ITE. The script will ask the terminal to identify itself (ttytype) but only if $LIST_MODE=0. If it is undefined (ie, list_mode script is gone or damaged) then it takes on values in rc.utils ($DEFAULT, etc). Make sure that the 3 files:
/sbin/rc
/sbin/rc.utils
/etc/rc.config.d/list_mode
are intact (compare with another system). Unlike logging in, values for $TERM $COLUMNS and $LINES have not been set yet--rc.utils runs long before anything else is started.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 06:27 AM
09-21-2004 06:27 AM
Re: What did I do? - Startup Script dots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 06:30 AM
09-21-2004 06:30 AM
Re: What did I do? - Startup Script dots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 01:00 PM
09-21-2004 01:00 PM
Re: What did I do? - Startup Script dots
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 12:01 AM
09-22-2004 12:01 AM
Re: What did I do? - Startup Script dots
LIST_MODE=0
LIST_TIMEOUT=0
USE_COLOR=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2004 02:01 AM
09-22-2004 02:01 AM
Re: What did I do? - Startup Script dots
/etc/rc.config.d/list_mode. That should correct the problem.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 12:53 AM
10-11-2004 12:53 AM