Sometimes we need to add more space to a server. To get more space we create new virtual LUNs from our storage and present that LUN on the server to get the required space.
If you have added a new LUN to a server then you need to see that LUN or device on that machine. In HP-UX there is no need to reboot the machine or server.
You can easily rescan the LUNs/disks using the ioscan command and this is enough to detect the new devices.
ioscan output before adding the new LUN
# ioscan -fnNC disk Class I H/W Path Driver S/W State H/W Type Description =================================================================== disk 3 64000/0xfa00/0x1 esdisk CLAIMED DEVICE HP Virtual LvDisk /dev/disk/disk3 /dev/disk/disk3_p2 /dev/rdisk/disk3 /dev/rdisk/disk3_p2 /dev/disk/disk3_p1 /dev/disk/disk3_p3 /dev/rdisk/disk3_p1 /dev/rdisk/disk3_p3 disk 4 64000/0xfa00/0x7 esdisk CLAIMED DEVICE 3PARdataVV /dev/disk/disk4 /dev/rdisk/disk4 disk 5 64000/0xfa00/0x8 esdisk CLAIMED DEVICE 3PARdataVV /dev/disk/disk5 /dev/rdisk/disk5 |
I have added a new LUN to this machine from 3PAR SAN storage. Now I want to see whether LUN added or not to this machine, I executed the below command which rescanned all the available disks and list them. The newly added disk is /dev/rdisk/disk17.
ioscan output after adding the new LUN
# ioscan -fnNC disk Class I H/W Path Driver S/W State H/W Type Description =================================================================== disk 3 64000/0xfa00/0x1 esdisk CLAIMED DEVICE HP Virtual LvDisk /dev/disk/disk3 /dev/disk/disk3_p2 /dev/rdisk/disk3 /dev/rdisk/disk3_p2 /dev/disk/disk3_p1 /dev/disk/disk3_p3 /dev/rdisk/disk3_p1 /dev/rdisk/disk3_p3 disk 4 64000/0xfa00/0x7 esdisk CLAIMED DEVICE 3PARdataVV /dev/disk/disk4 /dev/rdisk/disk4 disk 5 64000/0xfa00/0x8 esdisk CLAIMED DEVICE 3PARdataVV /dev/disk/disk5 /dev/rdisk/disk5 disk 17 64000/0xfa00/0x2b esdisk CLAIMED DEVICE 3PARdataVV /dev/disk/disk17 /dev/rdisk/disk17 |
If this is not working, a suspect configuration like a presentation on the storage device or zoning on the switch, check your fibre cables also that are connected to the server.
Related Posts
- How to Find NIC (Network Interface Card) Details in HP-UX
- How to Install a .depot Package Using swinstall on HP-UX
- HP-UX: How to restrict NFS share access to a particular server?
- crontab: you are not authorized to use cron. Sorry. in HP-UX
- HP-UX: SSH taking too much time after adding the DNS Servers
- How to add DNS servers on an HP-UX server
- How to login to vPar console in HP-UX
- How to extend the size of Logical Volume (LV) in HP-UX
- How to determine file system type in HP-UX using command
- How to check vPar machines status in HP-UX
- How to find HBA cards/ports and WWN Number details in HP-UX (nPar)
- How to find HBA cards/ports and WWN Number details in HP-UX (vPar)
- HP-UX command to get Physical Memory Information
- HP-UX command to get Processor Information
- HP-UX command to get Hardware Serial Number
- su: Sorry in HP-UX while switching from normal user to root user
- SSH login taking too much time on HP-UX 11.31
- How to Disable Root SHH Login in HP-UX?
- hpvmstatus: HPVM currently not running.
- How to view/print routing table in HP-UX?
- Create a Logical Volume larger than 2TB and format it in HP-UX
- Protect SSH Logins with SSH and MOTD Banner Messages in HP-UX
- Remove welcome message after login in HP-UX 11.31
- Create a Logical Volume and format it in HP-UX
- How to rescan new LUNs added in HP-UX 11.31
- How to reboot a HP-UX machine?
- How to remove File System, LV and VG in HP-UX and Linux?
- How to remove NO_HW devices from ioscan in HP-UX without a reboot?
- Change root user password of vpar machine in HP-UX
dakotaei
SГ, completamente
dakotaei