- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- During boot , system does not see extra disks
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
05-27-2008 11:00 PM
05-27-2008 11:00 PM
In the rc.log we can see that a volumegroup cannot be activated. The reason is that the disks, belonging to that group are not detected. After a new ioscan the system recognizes the luns and after a vgchange -a y, the vg is activated and with a mount -a, the filesystem is mounted.
But after a reboot, these luns are lost again.
What did I do wrong????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 11:06 PM
05-27-2008 11:06 PM
SolutionAlso check the first syslog (and dmesg) entries for detected devices.
Did you check the secure manager table for correct CW and WWN entries? Did you enable access to LUN0 to all severs?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2008 11:28 PM
05-27-2008 11:28 PM
Re: During boot , system does not see extra disks
In rc.log I see the following message: mountall : cannot mount /dev/vgD10/lvusrsap
mountall: diagnostics from mount:
UX: vxfs mount: ERROR: V-3-20003: Cannot open /dev/vgD10 .....: No such device or address.
ERROR: V-3-24996: Unable to get disk layout version.
Lun 0 is CW for all nodes. After a ioscan everything is fine. I think when SECUREMANAGER is not right configured, with another ioscan the problem would not be solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 12:15 AM
05-28-2008 12:15 AM
Re: During boot , system does not see extra disks
I think I found the troublemaker. In /stand/bootconf the next entries were there:
l /dev/dsk/c1t0d0s2
1 /dev/dsk/c1t1d0s2
where for the second entry a 1("one") was written instead of a "l" . I corrected this and now, booting from, either the the primary or the alternate bootpath gives no problems anymore.
Thanks for your help.
Regards, Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2008 12:19 AM
05-28-2008 12:19 AM
Re: During boot , system does not see extra disks
Regards, Jan