- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Warning during Package Verification
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-27-2005 05:40 AM
07-27-2005 05:40 AM
Hi Gurus
I get the following message when I am doing the cmcheckconf -P pkg.conf
Begin package verification...
Warning: The disk at /dev/dsk/c2t2d0 on node testserv2 does not have an ID, or a disk
label.
Warning: Disks which do not have IDs cannot be included in the topology descript
ion.
Use pvcreate(1M) to initialize a disk for LVM or,
use vxdiskadm(1M) to initialize a disk for VxVM.
Warning: No additional packages can be added to this cluster.
If I do an ioscan I get the following:
disk 20 0/0/2/0.2.0 sdisk CLAIMED DEVICE HP DVD-ROM 305
/dev/dsk/c2t2d0 /dev/rdsk/c2t2d0
Please advise
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 05:53 AM
07-27-2005 05:53 AM
Re: Warning during Package Verification
You can see what vgid (if any) is now associated to that disk by doing:
echo "0x2008?4D"| adb /dev/dsk/c2t2d0
...run the command for the problem disk and another disk in that vg. Confirm that the last column (5th I think) is the same number. That number is the vgid. If it's different that's the problem...
I had this happen once and HP helped me get it fixed. If this is the case, maybe I could find my old notes and pass it on..
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 05:54 AM
07-27-2005 05:54 AM
Re: Warning during Package Verification
This means "MAX_CONFIGURED_PACKAGES" is set to the same number as already configured packages...
You will have to re-generate your cluster - do a cmgetconf > mycluster.new.ascii
Increase "MAX_CONFIGURED_PACKAGES", then cmapplyconf it...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 06:14 AM
07-27-2005 06:14 AM
Re: Warning during Package Verification
I did the check and the numbers are efry different.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 06:16 AM
07-27-2005 06:16 AM
SolutionRgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2005 08:32 PM
07-27-2005 08:32 PM
Re: Warning during Package Verification
The warning about "no more packages" is also to inform you that you have reached the maximum number of packages configured that you have specified in your cluster binary. If you wish to add another package, you will have to halt the cluster, increase that parameter, and reapply the cluster binary. If not, then again it is just a warning, so ignore it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2005 03:46 AM
07-30-2005 03:46 AM
Re: Warning during Package Verification
Well I ignored as advised and it was fine.
Thanks all round....
Faizer