- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: identifying disk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2009 10:09 PM
тАО07-30-2009 10:09 PM
identifying disk
how do identify the primary disk and secondary disk since there were large no of disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2009 10:17 PM
тАО07-30-2009 10:17 PM
Re: identifying disk
You cannot identify the primary and secondary disk by looking physically.
Use lvlnboot -v command which will give you the primary/seconday disks and it's hardware paths. Using the hardware path you can locate the disks.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2009 10:21 PM
тАО07-30-2009 10:21 PM
Re: identifying disk
so that we can identify
but i am not sure ,,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2009 10:26 PM
тАО07-30-2009 10:26 PM
Re: identifying disk
You can find the boot disk(Presently booted)from the following outputs,
# dmesg|grep -i boot
Boot device's HP-UX HW path is: 0/1/1/0.1.0
# ioscan -fnH 0/1/1/0.1.0
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 2 0/1/1/0.1.0 sdisk CLAIMED DEVICE HP 146 GMAP3147NC
/dev/dsk/c2t1d0 /dev/rdsk/c2t1d0
/dev/dsk/c2t1d0s1 /dev/rdsk/c2t1d0s1
/dev/dsk/c2t1d0s2 /dev/rdsk/c2t1d0s2
/dev/dsk/c2t1d0s3 /dev/rdsk/c2t1d0s3
===========================================
For finding Primary /Secondary boot deivice you use the following commnd,
# setboot
Primary bootpath : 0/1/1/0.1.0
HA Alternate bootpath :
Alternate bootpath : 0
Autoboot is ON (enabled)
---------------------------------------
Regards
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2009 10:48 PM
тАО07-30-2009 10:48 PM
Re: identifying disk
Since as you told there are larger no. of disks,with dd command it is difficult to find out the disk physically.
If you want to use dd command, 1st you have to find out the device file of the disk,
using the device file run the follwing command;
#dd if=/dev/rdsk/
Eg.dd if=/dev/rdsk/c2t1d0 of=/dev/null bs=1024 count=50
50+0 records in
50+0 records out
It will read 1024 blocks of data 50 times from the disk,
that time there will be LED blinking on the particular disk.
Regards,
LIJEESH N G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-30-2009 11:35 PM
тАО07-30-2009 11:35 PM
Re: identifying disk
Physically looking to the server you cannot identify the primary and secondary disk for that you need to login into the server and run this command.
lvlnboot -v
dmesg | grep -i boot # you can find the primary disk
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2009 09:53 AM
тАО07-31-2009 09:53 AM
Re: identifying disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-31-2009 11:02 AM
тАО07-31-2009 11:02 AM
Re: identifying disk
I think you heared about UID ( unit identification which is called locator LED).
It is not avaialable for HDD it is available for servers and some case PCI slots ( I am not sure, heared OLAR uses). So that administrator can locate the servers in huge data centres.
Regards,
Sooraj