Operating System - HP-UX
1751943 Members
4982 Online
108783 Solutions
New Discussion юеВ

Re: bootsys:get ip not found

 
Srinivasan Palani
Occasional Advisor

bootsys:get ip not found

Hi All,

I am getting the following error while trying to boot client from the ignite server. I tired of troubleshooting. Someone please guide me to resolve this issue.

Below is the error for your reference :

/opt/ignite/bin/bootsys[449]: getip: not found.
/opt/ignite/bin/bootsys[16]: getip: not found.
Getting information for "ustcu063"
Fatal error on "ustcu063": (remsh error: rcmd_af: connect: 165.28.94.213: Connec
tion refused)
Thanks
Nagi
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: bootsys:get ip not found

Shalom,

The response is the file it needs is not there. That could be a networking problem or attempting to recover off the wrong mount point, or the backup failed.

My thinking is its the network.

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
Scot Bean
Honored Contributor

Re: bootsys:get ip not found

bootsys cmd is trying to call the /usr/bin/getip cmd, and cannot find it.

It is part of the DCE-Core product, someone must have removed it. Try 'swlist DCE-Core' on the target to see if it is there.
Srinivasan Palani
Occasional Advisor

Re: bootsys:get ip not found

I could see DCE-Core installed on my server.
My server is itanium server and i am trying to boot PA-RISC server.
Scot Bean
Honored Contributor

Re: bootsys:get ip not found

IA server to PA cleint should be OK.

Use 'swlist -l file | grep getip' on the machine where you are trying to run bootsys cmd.
smatador
Honored Contributor

Re: bootsys:get ip not found

Hi,
getip is part of the DCE-Core product Core-RUN
swlist DCE-Core.DCE-CORE-RUN | grep getip
should normally put /usr/bin/getip
whence getip or which getip normally give you it, if not someone remove it, or you don't have /usr/bin in PATH, I don't think so
swverify DCE-Core
Hope it helps