How to bring New LUN under veritas , create f/s on it ?
Answers were Sorted based on User's Feedback
Answer / deepak kumar
# devfsadm
# label the disk with format command
# vxdctl enable
# initilize and add the disk in diskgroup either vxdiskadm
or vxdisksetup -i and vxdiskadd command
# create volume with vxassist command
# create filesystem with mkfs or newfs command.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / anonymous
Once a LIN is created note it's iqn number.
then
iscsiadm list discovery
if o/p is like Discovery:
Static: disabled
Send Targets: disabled
iSNS: disabled
then: iscsiadm modify discovery --static enable
After that:
iscsiadm add static-config iqn:number,IP_ADDR_OF_ISCSI_TARGET;
then
# vxdctl enable
# initilize and add the disk in diskgroup either vxdiskadm
or vxdisksetup -i and vxdiskadd command
# create volume with vxassist command
# create filesystem with mkfs or newfs command.
| Is This Answer Correct ? | 2 Yes | 0 No |
format command is not working. It is showing all disks, but not going to further step. How to resolve that?
How can threads be created in a solaris environment?
Ip classes, OSI layers,its significance, ?
Explain the difference between sc> and lom>?
How do you delete tmp files if file system is full becoz of /tmp dir ?
Importing & deporting diskgroup?
How can we find memory leak in Soalris ?
How to see veritas licenses?
Explain the vmstat output?
ndd -get /dev/hme0 link-mode
what are bootloaders in solaris booting? bootblk, ufsboot
Troubleshooting SMF?