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 |
How to make ip address persistent across reboots?
Tell me how to discover global zone name from local zone?
how to clear inode usage?
ndd -get /dev/hme0 link-mode
How to reset root password if root password is gone?
How to upgrade diskgroup? Vxdg upgrade
I have 20 GB free space in my file system but my inode size full. how will i increase or how will i fix this issue.
how to create zoneusers
User is not able to perform cron jobs. How do u troubleshoot?
If system got crashed. How do u troubleshoot? What are starting steps?
What do you understand by irq assignments?
How can the user in solaris check the status of processes?