Jun 13
Solaris

Just type

# isainfo -v


Posted by rdircio

| Top Exits (0)
Vote for articles fresher than 7 days!
Current karma: none, 0 vote(s) 250 hits
Jun 13
Solaris

To get all the wwns attached to an hba you can use this

# cfgadm -al -o show_FCP_dev | egrep 'disk|tape'


Posted by rdircio

| Top Exits (0)
Vote for articles fresher than 7 days!
Current karma: none, 0 vote(s) 3266 hits
Jun 12
Solaris

You have to create it in the global zone, add it with zoneconfig, then mount it manually from the global zone

bash-3.00# zonecfg -z zones004z3
zonecfg:
zones004z3> add fs
zonecfg:
zones004z3:fs> set dir=/myzone/cpbatch
zonecfg:
zones004z3:fs> set special=/dev/md/dsk/d132
zonecfg:
zones004z3:fs> set raw=/dev/md/rdsk/d132
zonecfg:
zones004z3:fs> set type=ufs
zonecfg:
zones004z3:fs> end
zonecfg:
zones004z3> verify
zonecfg:
zones004z3> commit
zonecfg:
zones004z3> exit
bash-3.00# mount /dev/md/dsk/d132 /zones/CHB/myzone/cpbatch

Posted by rdircio

| Top Exits (0)
Vote for articles fresher than 7 days!
Current karma: none, 0 vote(s) 678 hits

(Page 1 of 2, totaling 5 entries)