- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- console lines are wrapped around
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
11-01-2004 12:05 PM
11-01-2004 12:05 PM
This is a pretty basic question. During the HP-UX boot sequence, the description of the rc script is displayed on the screen, and when it has completed, an 'OK' or 'FAIL' etc is displayed at the end of the line.
However, on one of my systems, I notice that the line are wrapped by about 6 characters so that the corresponding 'ok' is displayed below the description of the rc file (see attachment).
I know it's only cosmetic, but I was wondering why this was happening, and what can be done to stop it. It's just intriguing me.
Thanks
- Support
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 12:12 PM
11-01-2004 12:12 PM
SolutionYour "Configure HP Dual Port ...Adapter" is bit too lengthy
# cd /sbin/init.d
# grep -l "HP Dual Port" *
filename
#
Shorten the start_msg of the script
# vi filename
...
start_msg)
echo "Configure HP PCI-X adapter"
;;
..
#
Now, if possible, reboot the system and see if the line is wrapped again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 12:53 PM
11-01-2004 12:53 PM
Re: console lines are wrapped around
I had a bit of a look at the /sbin/rc script but couldn't see where it determines the length of the line. However, I did shorten the start_msg of the file you mentioned and lo and behold, that fixed it. Easy!
Thanks heaps!
- Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 09:59 AM
11-02-2004 09:59 AM
Re: console lines are wrapped around
/sbin/rc inturn uses /sbin/rc.utils. Refer /sbin/rc.utils. It has code to determine the longest description.
- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 12:52 PM
11-02-2004 12:52 PM
Re: console lines are wrapped around
Thanks anyway.
- Support