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 check network card speed ? set it mode(half/full duplex)? ndd -get /dev/hme0 link-speed ndd -get /dev/hme0 link-mode
How can a user increase the number of pseudo-ttys?
what are the ILOM commands are used to troubleshooting sunv490 server on ILOM console mode?
What type of job tickets do u handle?
3 Answers Infotech, Satyam, Wipro,
What are the kinds of servers do u have? What is environment? Is it heterogeneous (mix of linux, solaris, other UNIX)?
Port no for telnet (23) , ssh(22)?
Explain crashdumps & core files?
ndd -get /dev/hme0 link-mode
What can be a reason for the solaris system slowing down?
How can we find memory leak in Soalris ?
How to login to a remote host with solaris secure shell?
Performace degradations in NFSv4 when upgraded from NFSv3? problems with NFS v4?