1833776 Members
2174 Online
110063 Solutions
New Discussion

Re: Remote Console Card

 
SOLVED
Go to solution
furrah
Occasional Advisor

Remote Console Card

Hi Sifus (Guru)

We are supporting large number of HPUX box in a customers enviroment remotely via ssh/telnet. We gain control via sudo.

The systems that we support ranges from B10.20 to B11.23.

We are required to managed this systems remotely and we have no visibility on the Remote Console Cards (MP's).

How can we find the following from the system while logged on remotely :

i) Remote Console Card is installed on the system.

ii) Remote Console IP_address or hostname.

ii) Remote Console credential.


Is there any particular script to do so, or is there an syntax to find partial information that requested.

Thanx
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: Remote Console Card

Shalom,

1) model command. Find the model at http://docs.hp.com See if it has a GSP/MP card. If listed on the site the card is installed. It needs to be configured hands on, locally.

2) You need console access to see this function. ctrl-b once connected and you see the GSP/MP menu. If there is no remote console access someone will have to visit the site.

3) You'll need to explain that request. Some remote consoles are https, the really good ones are GSP/MP technology.

Unless previously configured this operation requires a site visit. Initial configuration is hands on. No script, no short cuts.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Aneesh Mohan
Honored Contributor

Re: Remote Console Card

Hi ,

You can check the whether the GSP card is installed or not from the command line by running this command:
#stty +queryGSP < /dev/GSPdiag1
It should come back with "GSP is
functional".

You may need to configure the card locally .

Thanks,
Aneesh
Torsten.
Acclaimed Contributor

Re: Remote Console Card

The command
stty +queryGSP < /dev/GSPdiag1
does not work on all systems.

The best way is always to document all settings while installing the system.

1) Almost all rpxxxx and rxxxxx systems have a MP (IMHO only the rx2620 could have an optional MP card)

2) No way to read this out from the OS. (you need to connect serial or try the MP hostname, because on newer settings the default is DHCP - the hostname is written on the label)

3) I'm not aware of any system be able to read out logon credentials


Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
furrah
Occasional Advisor

Re: Remote Console Card

Thank you all for the quick turn around