Operating System - HP-UX
1826386 Members
4432 Online
109692 Solutions
New Discussion

Find the Native Host of HP 9000 Container

 
SOLVED
Go to solution
gnana prakasam
Advisor

Find the Native Host of HP 9000 Container

Hi All ,

 

How to find the native host of the HP9000 Container from Container ?

 

We have missed the Native host Information and only able to Login HP 9000 Container.

 

Please suggest

6 REPLIES 6
Joshy PJ
Occasional Advisor

Re: Find the Native Host of HP 9000 Container

The native file name should be there in /.srp file inside the container.

 from the Host :

   # srp_su container_name  , after login to the container ,

   #cat /.srp  --> this will display the native name.

 

gnana prakasam
Advisor

Re: Find the Native Host of HP 9000 Container

Hi Joshy , 

 

Thank you for your response. 

 

I am able to login to the Container through SSH . I have no idea where the Container was created. 

 

I have the output of the .srp File. But No such host in my Environment ..

 

dbdev:/# cat /.srp
# WARNING: do not edit or delete this file as the SRP container will not
# work without it.
# Provisioned: Thu April 2 13:31:03 EDT 2013
# System: HP-UX host1 B.11.31 U ia64 0838252105 unlimited-user license
name=contnr
type=hp9000sys
subtype=none
dbdev:/#

Joshy PJ
Occasional Advisor

Re: Find the Native Host of HP 9000 Container

Hi ,

Please let us know the output of srp -status from the Global compartment(host server)

As per the response , you are able to connect to container via ssh. Using container IP address or srp_su command ?

What you mean by "But No such host in my Environment .." ?

 

gnana prakasam
Advisor

Re: Find the Native Host of HP 9000 Container

dbdev:/# srp -status
sh: srp: not found.

 

I am Connecting the Container using the IP Address . 

 

My Problem is not Able to find the Host Server (Global compartment ) from HP 9000 Container 

 

 

Joshy PJ
Occasional Advisor
Solution

Re: Find the Native Host of HP 9000 Container

Please check the /etc/hosts file inside the container , it should have the hostname with Global IP address.

gnana prakasam
Advisor

Re: Find the Native Host of HP 9000 Container

Hi Joshy,

 

Yes. I am able to find the Host Information .

 

Thank you .