Remove a volume
# vxassist -g <dg> remove volume <volume>
Create a volume
# vxassist -g <dg> make <volume> <size>
Change a volume’s owner and permissions
# vxedit -g <dg> set user=<user> group=<group> mode=<perms> <vol>
– rdircio
some Unix notes
Remove a volume
# vxassist -g <dg> remove volume <volume>
Create a volume
# vxassist -g <dg> make <volume> <size>
Change a volume’s owner and permissions
# vxedit -g <dg> set user=<user> group=<group> mode=<perms> <vol>
– rdircio
# flar split flarfile.flar
# mv archive archive.Z
# uncompress archive.Z
# cat archive | cpio -ivt
# cpio -ivdm opt/tivoli/* < archive