- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bootsys:get ip not found
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 06:06 AM
05-19-2009 06:06 AM
bootsys:get ip not found
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 07:17 AM
05-19-2009 07:17 AM
Re: bootsys:get ip not found
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2009 07:29 AM
05-19-2009 07:29 AM
Re: bootsys:get ip not found
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 06:49 AM
05-20-2009 06:49 AM
Re: bootsys:get ip not found
My server is itanium server and i am trying to boot PA-RISC server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 07:34 AM
05-20-2009 07:34 AM
Re: bootsys:get ip not found
Use 'swlist -l file | grep getip' on the machine where you are trying to run bootsys cmd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2009 08:00 AM
05-20-2009 08:00 AM
Re: bootsys:get ip not found
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