- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 11i install problems
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
06-25-2003 05:06 PM
06-25-2003 05:06 PM
I installed 11.0 with no probs, but am having issues w/11i. I get the first 2 CDs installed, but keep hanging after a reboot. I am trying to use a serial console but keep getting X server and Desktop login messages. Xerrors shows X pointer open error and fatal IO error 232.
I don't need the CDE just yet and need the console connection to complete the install. The server hangs or I lose stdin/stdout.
dr_dt shows permissions and missing file warnings.
I tried commenting out local@console in /etc/dt/config/Xservers and also
set Dtlogin*terminateServer: True in Xconfig with no luck. Just trying tips from ITRC.
I did an advanced install and took mostly default options except file systems.
Any help is greatly appreciated. I'm about to re-install 11.0 and forget 11i.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 05:37 PM
06-25-2003 05:37 PM
Re: 11i install problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 06:00 PM
06-25-2003 06:00 PM
SolutionDESKTOP=CDE
to be
DESKTOP=
From the sound of it you may have to boot into single-user mode, do a 'mount -a' so that you have things like vi available, and then edit the file as stated above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 08:17 AM
06-26-2003 08:17 AM
Re: 11i install problems
Your suggestion worked, however, I just the dtlogin daemon wasn't the cause of my problem. The workstation (9000/782) still hands on both the serial console and telnet sessions. I am able to get in for a couple of minutes, but then it hangs. Not really being a sys admin, I am not sure what log files to use to trouble shoot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 12:10 PM
06-26-2003 12:10 PM
Re: 11i install problems
The easiest log to start with would be to cd /var/adm/syslog and look over the syslog.log and the OLDsyslog.log for any error messages. If you have Onlinediags installed, you should get EMS (Event Monitoring Service) messages. If you do not. I highly recommend doing so. They are on the Support + CD or at software.hp.com
You can get good advanced warning of trouble to come with EMS.
HTH,
Kel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 04:06 PM
06-26-2003 04:06 PM
Re: 11i install problems
My issues is that I can't install anymore software bundles because I lose connectivity. However, single user mode (with mount -a) seems to work well and lets me use SAM. Unfortunately, my hostname is unknown, so I will try one more install. Without the hostname, I am not able to install more bundles. Just setting the hostname gives me a invalid protocol sequence error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 04:15 PM
06-26-2003 04:15 PM
Re: 11i install problems
Hostname resolution, perhaps?
Try, in single user mode, "/sbin/set_parms ip_adress" (don't reboot) and the /sbin/set_parms hostname", then reboot.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2003 04:51 PM
06-26-2003 04:51 PM
Re: 11i install problems
Of course your must set the hostname first to install the bundles because you must invoke "swinstall" or other SD-UX tools!
Without setting up hostname incorrectly, even a swlist can't work.
You can modify /etc/rc.config.d/netconf directly in the single user mode!
Have a good day!
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 04:02 PM
06-30-2003 04:02 PM
Re: 11i install problems
hostname and uname -a show server "unknown". I used both set_parms hostname and uname -S to set the name. I am in single user mode. I still cannot install software with sam because of this error:
Could not contact host "bozeman" because of an invalid protocol sequence. Protocol sequences are specified with the
/etc/rc.config.d/netconf looks good. But always after a reboot, hostname and uname -a are unknown. What did I miss. I have set the IP and subnet, but am not using DNS or NIS.
Any ideas???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 04:45 PM
06-30-2003 04:45 PM
Re: 11i install problems
Apologies if I'm repeating stuff you've already tried but as you mentioned hostname needs to be defined in /etc/rc.config.d/netconf (HOSTNAME variable) and also in /etc/hosts. Hostname should also be no more than 8 characters.
If you are using set_parms then it should update both these files.
Try editing these 2 files manually instead of set_parms and then re-booting.
Also check that /sbin/init.d/hostname file exists and that there is a link from /sbin/rc1.d directory to this file
(ie S320hostname -> /sbin/init.d/hostname).
Also have a look in /etc/rc.log for any references to /sbin/init.d/hostname.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 07:55 AM
07-02-2003 07:55 AM
Re: 11i install problems
All of this was in order. This is an issue with single user mode and is not a problem on a standard boot. After hpux -is, I then issue mount -a to have access to file systems and commands.
swlist -s /cdrom gives me a protocol sequence error for rpc_binding_info and swagentd.log shows:
Failure registering as Remote Procedure Call server using protocol sequence "ncacn_ip_tcp" with endpoint "2121". No addresses (dce / rpc)
Command:
swlist -x rpc_binding_info=ncanc_ip_tcp:[2121] -s /cdrom
Returns the same protocol sequence error.
ps -ef|grep dce or rpc does not show any processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 08:05 AM
07-02-2003 08:05 AM
Re: 11i install problems
I just wanted to thank everyone for their time and input. I'm giving up on 11i and reinstalling 11.0. But thanks for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2003 07:31 AM
07-24-2003 07:31 AM
Re: 11i install problems
Pardon my frensh spelling ;-)
/Rolf