- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Question about AutoRAID disk array
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
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
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
01-31-2001 01:11 AM
01-31-2001 01:11 AM
When I perform ioscan -fnCdisk in MCSG with AutoRAID host, I got the following:
Class I H/W Path Driver S/W State H/W Type Description
:
disk 15 0/12/0/0.1.5 sdisk CLAIMED DEVICE HP C5447A
/dev/dsk/c4t1d5 /dev/rdsk/disk_query
/dev/rdsk/c4t1d5
:
What does the line /dev/rdsk/disk_query means ?
Thanks in advance,
YC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 02:49 AM
01-31-2001 02:49 AM
SolutionSAM creates a temporary device file /dev/dsk/disk_query for info gathering purposes.
When this file is left behind, the vgextend command gets confused and attempts to use it.
Ther is a patch for this problem!
PHCO_19047
Check the error description
Good luck !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 06:31 PM
01-31-2001 06:31 PM
Re: Question about AutoRAID disk array
I have applied the patch. The statement still exist, does this cause any harm ?
Rgds,
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 02:46 AM
02-02-2001 02:46 AM
Re: Question about AutoRAID disk array
The best way is to cleanup the corrupted LVM information on your system.
Else you will find more problems creating vg's and lvol's in the future I guess.
try the following solution:
In SAM: unconfigure every disk in the problem volume group
From the command line:
rm -fr /dev/"problem_volume_group_name"
rm /etc/lvmtab
vgscan
This should result in a /etc/lvmtab not having any /dev/dsk/disk_query entry.
Bye.
CvE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 07:25 PM
02-02-2001 07:25 PM
Re: Question about AutoRAID disk array
I don't know why when I perform ioscan -fnCdisk today, the problem has gone.
Not even listed in /etc/lvmtab and /dev/
Hope I have no problem from now onwards because I was having odd behaviour yesterday using SAM to extend a lvol in the problem VG. I was forced to use command line to accomplished the lvol extend.