I am trying to mount data base storage on a whole root zone, on Solaris 10.
This is my zonecfg:
zonename: test1
zonepath: /export/Zones/test1
brand: native
autoboot: true
bootargs:
pool:
limitpriv:
scheduling-class:
ip-type: shared
hostid: 5654fe54
fs:
dir: /etc/vx/licenses/lic
special: /etc/vx/licenses/lic
raw not specified
type: lofs
options: []
fs:
dir: /etc/globalzone
special: /etc/nodename
raw not specified
type: lofs
options: []
net:
address: 192.169.0.5
physical: ce0
defrouter: 192.169.0.1
device
match: /dev/vxportal
device
match: /dev/fdd
device
match: /dev/vx/rdsk/dgTEST5/vlTEST5_01
device
match: /dev/vx/dsk/dgTEST5/vlTEST5_01
I can manuallly mount the storage per this article:
https://sort.symantec.com/public/documents/sfha/6....
I started the vxfsldlic service per this article:
https://sort.symantec.com/public/documents/sfha/6....
The storage does not mount upon zone reboot.
Thanks for you assistance.