If you have got a LUN, How to configure it, how to allocate
LUN in linux/ solaris. What are the steps ?
Answers were Sorted based on User's Feedback
Answer / mukram
In solaris:
Assume we created lun in the storage.
1. connect storage to the solaris server.
2. check if the Lun is getting detected using command
#format.
- if not detedted - run # devfsadm -Cv
- check again if the lun is getting detected.
3. If Detected.
4. newfs the new lun
# newfs /dev/rdsk/(luns logical name)
5. make a mount point #mkdir /mountpoint
6. mount the lun
#mount /dev/dsk/(luns logical name) /mountpoint
//if any one rating the answer as "NO". Please provide the
right Answer//
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / rajsrmc
Run depmod command to trace the LUN in linux box.
Once its identified then normal procedures to make partitions
| Is This Answer Correct ? | 3 Yes | 4 No |
How to add a new LUN in exit disksets (metasets) in solaris please answer me step by step procedure?
As a user how he can change is passwd with root privilege.
what is the difference between solaris8 and solaris9 and solaris10
if /etc/system file file got deleted how you will regenerate from ok prompt ? in solaris and if and /etc/inittab file got deleted how you will regenerate from ok prompt and if both files got deleted how you will regenerate from ok prompt
If you have multiple ethernet interfaces, how do you keep it from routing between them?
What is environmental? How to add environmental variables in run level 3 & how to edit?
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
How do you add the disk without reboot the server?
How to stop the VCS
How will you grow a disk space whitout disturbs
How can you recover the backup of NIC card if it is corrupted?
what is differnce between boot -s and boot -S ?