- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Persistent DSF is not showing the 3 partitions of...
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
07-25-2010 12:49 AM
07-25-2010 12:49 AM
Persistent DSF is not showing the 3 partitions of the disk.
pvcreate: Couldn't open physical volume "/dev/rdsk/c0t0d0s2":
I/O error
I have run insf to create special file devices.
ioscan -m dsf is not showing the 3 partitions of the disk.
ioscan -funC disk is showing s1,s2 and s3 of the disk.
Kindly resolve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2010 03:39 AM
07-25-2010 03:39 AM
Re: Persistent DSF is not showing the 3 partitions of the disk.
you need to use
pvcreate -B /dev/rdsk/c0t0d0s2
go thru the below link.
http://docs.hp.com/en/B2355-90950/ch06s02.html#cchgjafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2010 06:36 AM
07-25-2010 06:36 AM
Re: Persistent DSF is not showing the 3 partitions of the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2010 08:42 PM
07-25-2010 08:42 PM
Re: Persistent DSF is not showing the 3 partitions of the disk.
you need to mirror root disk or normal VG.
If its normal no need to do a pvcreate -B its for boot disk.
Follow pdf "when good disk go bad"
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2010 03:58 AM
07-26-2010 03:58 AM
Re: Persistent DSF is not showing the 3 partitions of the disk.
Here is the abovementioned doc:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
Unix operates with beer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2010 04:52 AM
07-26-2010 04:52 AM
Re: Persistent DSF is not showing the 3 partitions of the disk.
In your case you sould have raid by hardware.
To see the status of the raid do the following command:
sasmgr get_info -D /dev/sasd0 -q raid
If you do not have raid by hardware and you do not have time for downtime. You should do a raid by software.
You need to have the software mirror UX. In 11iv3 it cames by default.
To do the setup follow the directions by the book in " When good discs go bad" ..
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2010 11:30 PM
07-26-2010 11:30 PM
Re: Persistent DSF is not showing the 3 partitions of the disk.
Regards
Deeos