- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite server moved to new net/ip works fine u...
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-29-2007 09:25 AM
05-29-2007 09:25 AM
I had to take an Ignite server off the network and modify it to use a xconnect cable with a 192.168.xxx.xxx address.
Everything works, client boots from server, Itool loads, images and recovery are selectable
mini kernel gets xfered, root disk created etc.
Until it gets to the point where it tries to nfs mount and xfer the image.
Retrying: "/sbin/fs/nfs/mount -oro 10.1.xxx.xxx:/var/opt/ignite/archives/Rel_B.11.23/Gold
I have replaced the old 10.14.xxx.xxx IP in all config files I could find with the new 192 IP and reconfigured instl_adm
instl_adm -d
# instl_adm defaults:
# NOTE: Manual additions between the lines containing "instl_adm defaults"
# and "end instl_adm defaults" will not be preserved.
server="192.168.100.2"
netmask[]="255.255.255.0"
route_gateway[0]="default"
route_destination[0]="default"
sd_server="192.168.100.2"
# end instl_adm defaults.
The problem is obviously that the NFS mount stills try to mount from the old IP.
Where does the NFS mount gets that IP from and how can I change it to use the new one ?
Thx
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 09:44 AM
05-29-2007 09:44 AM
Re: Ignite server moved to new net/ip works fine until xfer tries to nfs mount from old IP
Another option is to clear DCE cache.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 10:40 AM
05-29-2007 10:40 AM
Re: Ignite server moved to new net/ip works fine until xfer tries to nfs mount from old IP
Source system can only see ignite server A
Target system can only see ignite server B
1-create recovery archive from source system to ignite server A
2- move /var/opt/ignite/clients/0x0018714E55FB
directory from ignite server A to B
move /var/opt/ignite/recovery/archives/servername (archive file)from server A to server B
replace original MAC directory name with target system MAC as directory name
Boot target system from ignite server B, it sees it's own MAC as directory name of the archive, offers archive as recovery in Itool
menu, proceeds with loading mini kernel, configures boot disks etc, up to the point where it tries to NFS mount the recovery image for transfering ,at which point it will fail because it tries to nfs mount the archive using ignite server A IP address instead of ignite server B IP address.
I am trying to find where I can substitute ignite server B adress instead so it will nfs mount from it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 11:17 AM
05-29-2007 11:17 AM
Re: Ignite server moved to new net/ip works fine until xfer tries to nfs mount from old IP
Did you check the client's "archive_cfg" file for "nfs_source" for correct IP address?
The client archive config file is as defined in CINDEX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 07:53 PM
05-29-2007 07:53 PM
SolutionI had a similar problem with Ignite/UX, old ignite images taken with the server at 172.19.144.21 then changed the server to 172.19.144.1. The Ignite would start the process but once the mini kernel was loaded would fail on the nfs retrying.
I got round this by adding the old IP address back into the config, but only after the ignite has loaded the mini kernel.
Example:
ifconfig lan0:1 172.19.144.21 netmask 255.255.240.0 up
Ignite then works fine. Don't forget to down the IP after you have loaded the server.
You may also want to take a new ignite with your new IP immediately, so as you don't have to mess around with IP address when it really matters!
Hope that helps,
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2007 08:09 PM
05-29-2007 08:09 PM
Re: Ignite server moved to new net/ip works fine until xfer tries to nfs mount from old IP
Forgot to give you the example of down-ing the IP after you had finished. So here it is now. (But i am sure you don't need me to tel you) ;o)
ifconfig lan0:1 0.0.0.0 down
Mike.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2007 06:25 AM
05-30-2007 06:25 AM
Re: Ignite server moved to new net/ip works fine until xfer tries to nfs mount from old IP
( I miss the old days where you only had to do a make_tape_recovery of the source server on a DDS tape, walk to the target and boot from it... done ;-) )