Sponsored Content
Full Discussion: HP C8000 with HP-UX 10.20
Operating Systems HP-UX HP C8000 with HP-UX 10.20 Post 302984833 by darkox on Tuesday 1st of November 2016 09:10:51 AM
Old 11-01-2016
Hammer & Screwdriver HP C8000 with HP-UX 10.20

Hi all,

I know that this will sound like from stone age but I am still using couple B180L and B2600 boxes running with HP-UX 10.20 Ace5.

Recently I got perfect condition HP C8000 workstation and just wondering if I can run it with 10.20?

All specs saying min requirements are 11i, however I am sure I've seen post somewhere before that it is possible to build 10.20 on this machine. Maybe I was dreaming?

Tried to cold install 10.20 and got the following results:

Booting...
HARD Booted.
ISL Revision A.00.38 OCT 26, 1994 (oh god, that's old...)
ISL booting hpux (;0):INSTALL

Then after couple seconds screens refreshed with the following message:
ISL> S/N 113-99006-103 BIOS

and just got ISL console. Unfortunately, I am not experienced enough to benefit from ISL console...

Is it a sign that workstation is not compatible or there is a way which I am not aware of to install 10.20 on C8000?

Any comments appreciated.

Thank you.
 

2 More Discussions You Might Find Interesting

1. HP-UX

HP UX 11i and HP C8000

Hey, i want install HP UX 11i on HP C8000. When i start the C8000 i get a prompt. On this Prompt i write BOot P1 P1 is my DVD-ROM (IDE). I get the Message "ERROR: Not a boot path". When i write SEArch the Prompt said: P0 scsiA.6 HP73.4MAT3073NP P1 ide.1 ... (2 Replies)
Discussion started by: numx
2 Replies

2. HP-UX

Help needed HP UX 11.11i new install on C8000 Desktop messaging system error CAN'T FIX

Hi, I have a HP UX C8000 box , have installed 11.11i from 4 x cds numerous times to try to get a functioning Network or to try and get rid of this error on start up, after new install and 1st startup I get an error "The desktop messaging system could not be started" and then advice about... (12 Replies)
Discussion started by: C8000
12 Replies
Tk_InitConsoleChannels(3)				       Tk Library Procedures					 Tk_InitConsoleChannels(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_InitConsoleChannels - Install the console channels as standard channels SYNOPSIS
#include <tk.h> Tk_InitConsoleChannels(interp) ARGUMENTS
Tcl_Interp *interp (in) Interpreter in which the console channels are created. _________________________________________________________________ DESCRIPTION
Tk_InitConsoleChannels is invoked to create a set of console channels and install them as the standard channels. All I/O on these channels will be discarded until Tk_CreateConsoleWindow is called to attach the console to a text widget. This function is for use by shell applications based on Tk, like wish, on platforms which have no standard channels in graphical mode, like Win32. The interp argument is the interpreter in which to create and install the console channels. NOTE: If this function is used it has to be called before the first call to Tcl_RegisterChannel, directly, or indirectly through other channel functions. Because otherwise the standard channels will be already initialized to the system defaults, which will be nonsensical for the case Tk_InitConsoleChannels is for. SEE ALSO
console(n) KEYWORDS
standard channels, console Tk 8.5 Tk_InitConsoleChannels(3)
All times are GMT -4. The time now is 12:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy