Operating System - OpenVMS
1828671 Members
2639 Online
109984 Solutions
New Discussion

digital alpha server 4100 booting problem

 
SOLVED
Go to solution
rajeesh k menon
Frequent Advisor

Re: digital alpha server 4100 booting problem

hi,

Thank you all,Iam able to login through serial console now.But I cant start graphical console.

I tried

>>>SET CONSOLE GRAPHICS
>>>INIT

but it still reaches unly upto a blue screen.

I still cant connect a keyboard directly to the server,I tried but it give a keyboard error.

Without a keyboard the graphical screen will not initialize?

Is it because of any problem with the graphic card?( I checked it with a windows machine,it is working)

Regards

rajeesh
rajeesh k menon
Frequent Advisor

Re: digital alpha server 4100 booting problem

hi,

Thank you all, I am able to login through the serial console.

But I am facing a problem on graphical console.It reaches only upto a blue screen.

I tried

>>>SET CONSOLE GRAPHICS
>>>INIT

I cant connect a keyboard directctly to the server,I tried, but it gives a keyboard error

Is it a problem with the graphic card( I tested it in a windows machine, It is working fine )

Regards

rajeesh
Heinz W Genhart
Honored Contributor
Solution

Re: digital alpha server 4100 booting problem

hi Rajeesh

Did you check SYSGEN parameters required by DECWindows ?

MIN_CHANNELCNT = 255
MIN_CLISYMTBL = 512
MIN_GBLPAGES = 150000
MIN_GBLSECTIONS = 600
GH_RES_CODE = 1024
GH_RES_DATA = 512
MIN_IMGREG_PAGES = 2000
MIN_MAXBUF = 8192
MIN_NPAGEDYN = 2000000
ADD_PAGEDYN = 600000
MIN_PQL_DPGFLQUOTA = 32768
MIN_PQL_DBIOLM = 100
MIN_PQL_MBYTLM = 100000
MIN_PQL_MDIOLM = 100
MIN_PQL_DENQLM = 300
MIN_PQL_MFILLM = 100
MIN_PQL_MPGFLQUOTA = 32768
MIN_PQL_MPRCLM = 10
MIN_PQL_MWSDEFAULT = 1024
MIN_PQL_MWSEXTENT = 8192
MIN_PQL_MWSQUOTA = 2048
MIN_PROCSECTCNT = 64
MIN_SWPOUTPGCNT = 512
WINDOW_SYSTEM = 1
MIN_WSMAX = 12000

I found this values in my modparams.dat. But I recommand, that you check the DECWindows manual prior to applying those values.

If you can't login over DECnet or TCP/IP then you have to use your serial console connection to check/change this.

Regards

Heinz
rajeesh k menon
Frequent Advisor

Re: digital alpha server 4100 booting problem

hi heinz,

how can i check those params

pls give me the procedure

regards

rajeesh
Heinz W Genhart
Honored Contributor

Re: digital alpha server 4100 booting problem

Hi Rajeeh

The most reliable way will be to check the DECWindows installation guide. The procedure, how to check those parameters are described within this maunal. You can find there also the most actual values for above parameters.
You can find a DECwindows installation guide under the following url:
http://h71000.www7.hp.com/doc/82final/6434/6434_PROFILE.HTML
Karl Rohwedder
Honored Contributor

Re: digital alpha server 4100 booting problem

I think, the procedure SYS$MANAGER:DECW$GETPARAMS checks for DECwindows parameters.

regards Kalle
Volker Halle
Honored Contributor

Re: digital alpha server 4100 booting problem

Rajeesh,

you should be able to start DECwindows on the graphics screen, even if using >>> SET CONSOLE SERIAL

You could manually try to restart DECwindows after OpenVMS has finished booting and you've logged in through the serial console with:

$ @SYS$STARTUP:DECW$STARTUP RESTART

If all parameters are correct and the graphic card is supported and works, the DECwindows login screen should appear on your graphics monitor. Does SHOW LIC show a DW-MOTIF license loaded ?

Volker.
Heinz W Genhart
Honored Contributor

Re: digital alpha server 4100 booting problem

Hi Rajeesh

could you solve your problem ?

Regards

Heinz
Heinz W Genhart
Honored Contributor

Re: digital alpha server 4100 booting problem

Hi Rajeesh

from your Forum Profile:


I have assigned points to 1 of 22 responses to my questions.



Maybe you can find some time to do some assigning?

http://forums1.itrc.hp.com/service/forums/helptips.do?#33

Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!

To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.

Thanks on behalf of your Forum colleagues.

PS. nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before please do not take offence none is intended!
rajeesh k menon
Frequent Advisor

Re: digital alpha server 4100 booting problem

thanx all