How to bring New LUN under veritas , create f/s on it ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the run levels that are used in solaris10?
How can threads be created in a solaris environment?
What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?
How can the output be redirected to some other action process in place showing it in the screen?
What causes the rpc.ttdbserverd process to be cpu bound?
Discuss the two modes of the vi editor in solaris.
How can abiword be compiled for solaris using gcc?
List out a few performance monitoring tools.
How to view shared memory statistics?
How do you break the root password?
Explain the difference between pid and ppid with example.
Benefits of SMF compared LRC(legacy run control)?
What can be done to protect the system from overflow exploits?
How can a user access a dos-format disk in solaris?
how to add your own run control script in server?