The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > HP-UX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 02-13-2002
Olivier Olivier is offline
Registered User
 

Join Date: Feb 2002
Posts: 16
Commands for import

Ok,
My server has 2 vg : vg00 and vg02.

I think I have to strike:
# for create dir:
mkdir /dev/vgdata

# I found this command but I don't know what that mean and #what it is use for:
mknod /dev/vgdata/group c 64 Ox02000

# the import command:
vgimport -v /dev/vgdata /dev/dsk/c0t10d0

# activate the volume group
vgchange -a y /dev/vgdata

Can you tell me if there is a mistake?
Reply With Quote