1753393 Members
7101 Online
108792 Solutions
New Discussion

how to create dbprofile

 
SOLVED
Go to solution
Wivo
Occasional Advisor

how to create dbprofile

From Ignite server:

 #uname -a
HP-UX hhost1 B.11.31 U ia64 1499216751 unlimited-user license
# model
ia64 hp Integrity BL860c i2
 

ifconfig lan0
lan0: flags=2000000000001843<UP,BROADCAST,RUNNING,MULTICAST,CKO,TSO>
        inet 192.168.40.34 netmask fffffe00 broadcast 192.168.41.255

 


# netstat -rn
Routing tables
Destination           Gateway            Flags Refs Interface  Pmtu
127.0.0.1             127.0.0.1          UH    0    lo0       32808
10.113.247.254        10.113.247.254     UH    0    lan3      32808
192.168.40.34         192.168.40.34      UH    0    lan0      32808
10.113.247.0          10.113.247.254     U     2    lan3       1500
192.168.40.0          192.168.40.34      U     2    lan0       1500
127.0.0.0             127.0.0.1          U     0    lo0       32808

 

 

From ignite client:

 

# uname -a
HP-UX  hhost10  B.11.31 U ia64 0065204601 unlimited-user license

# model
ia64 hp Integrity BL870c i2

 


# ifconfig lan901

lan901: flags=2000000000001843<UP,BROADCAST,RUNNING,MULTICAST,CKO,TSO>
        inet 192.168.40.54 netmask ffffff00 broadcast 192.168.40.255

 

# netstat -rn
Routing tables
Destination           Gateway            Flags Refs Interface  Pmtu
127.0.0.1             127.0.0.1          UH    0    lo0       32808
192.168.2.38          192.168.2.38       UH    0    lan4      32808
192.168.3.38          192.168.3.38       UH    0    lan5      32808
10.113.244.35         10.113.244.35      UH    0    lan900    32808
192.168.40.54         192.168.40.54      UH    0    lan901    32808
192.168.2.0           192.168.2.38       U     2    lan4       1500
192.168.3.0           192.168.3.38       U     2    lan5       1500
192.168.40.0          192.168.40.54      U     2    lan901     1500
10.113.244.0          10.113.244.35      U     2    lan900     1500
127.0.0.0             127.0.0.1          U     0    lo0       32808
default               10.113.244.1       UG    0    lan900     1500
default               10.113.244.35      U     0    lan900     1500

 


We took the ignite backup of client using the server ip 192.168.40.34 .
Now need to restore the client using client ip 192.168.40.54 .

 

Q. How to create the dbprofile ? What we need to mention with  -gip and -m ?

 

Thanks

Wivo

2 REPLIES 2
Patrick Wallek
Honored Contributor
Solution

Re: how to create dbprofile

The '-m' option when creating the direct boot profile (dbprofile) is for the subnet mask.  In your case it looks like it should be '255.255.255.0'.

 

Since both servers are on the same network segment, 192.168.40, you probably don't really need the gateway, specified by the '-gip' option.  You could try creating the dbprofile without the gateway IP and see what happens.

jai123
Visitor

Re: how to create dbprofile

Hi ,

 

Please replace the ips..

command to create dbprofile:

#dbprofile -dn testprofile -sip 172.20.22.104 -cip 172.20.7.153 -gip 172.20.7.1 -m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi"

===========

discription:                      

Ignite-UX server IP address (-sip) 192.1.2.1
Ignite client IP address (-cip) 192.1.1.20

Ignite client  server Gateway IP address (-gip) 192.1.1.1
Ignite client  server Network mask (-m) 255.255.255.0
Boot file name (-b) /opt/ignite/boot/nbp.efi

==============

Boot the server with using dbprofile

lanboot select -dn testprofile

regards,

 

Jayesh