- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:...
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
тАО03-07-2003 05:34 AM
тАО03-07-2003 05:34 AM
SG version 11.09
I have a test environment, only one node.
Currently there are no packages.
I'm trying to add a package, a simple program.
I can start the one node cluster without a package!
root on venus:/>cmcheckconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test/test.cntl
Begin cluster verification...
cmcheckconf : Error found in package file: /etc/cmcluster/test/test.cntl.
Error: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN) on line 13
root on venus:/>cmapplyconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test/test.cntl
i commented PATH to #PATH and then
root on venus:/>cmcheckconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test/test.cntl
Begin cluster verification...
cmcheckconf : Error found in package file: /etc/cmcluster/test/test.cntl.
Error: Unknown keyword (VGCHANGE="VGCHANGE) on line 35
this goes on and on UNKNOWN KEYWORD
What's going on?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:43 AM
тАО03-07-2003 05:43 AM
Solutionpackage control file instead of the package configuration file.
from above test.cntl sounds to me like it could fit the bill ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:46 AM
тАО03-07-2003 05:46 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
cmcheckconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test/test.conf
If you don't have that file then create it using:
cmmakepkg -p /etc/cmcluster/test/test.conf
You need to configure the file for your package after that, look in the ServiceGuard Manual for details.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:47 AM
тАО03-07-2003 05:47 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:48 AM
тАО03-07-2003 05:48 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
Revert the changes that you have made and specify the control file, the one that starts:-
#"(#) A.11.13 $Date: 02/12/2001 $"
# **********************************************************************
# * *
# * HIGH AVAILABILITY PACKAGE CONTROL SCRIPT (template) *
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:54 AM
тАО03-07-2003 05:54 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
it should rather be something like:
cmcheckconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test/test.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 05:59 AM
тАО03-07-2003 05:59 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
just give me a few minutes and I'll let you know what happens.
this machine's been hanging all day today
I think it's a misconfigured LVM MC/SG script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:04 AM
тАО03-07-2003 07:04 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
been trying now about 60mins
so hold on
/dev/dsk/c0t3d0 is a CD-ROM!
this is what happend:
root on venus:/>cmcheckconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test2/test2.conf
Begin cluster verification...
Warning: The disk at /dev/dsk/c0t3d0 on node venus does not have an ID.
Warning: Disks which do not have IDs cannot be included in the topology description.
Use pvcreate(1m) to give a disk an ID.
Warning: No additional packages can be added to this cluster.
Modifying node venus in cluster cluster1.
Verification completed with no errors found.
Use the cmapplyconf command to apply the configuration.
root on venus:/>cmapplyconf -C /etc/cmcluster/cmclconf.ascii -P /etc/cmcluster/test2/test2.conf
Begin cluster verification...
Warning: The disk at /dev/dsk/c0t3d0 on node venus does not have an ID.
Warning: Disks which do not have IDs cannot be included in the topology description.
Use pvcreate(1m) to give a disk an ID.
Warning: No additional packages can be added to this cluster.
Modifying configuration on node venus
Modify the cluster configuration ([y]/n)? y
Modifying node venus in cluster cluster1.
Completed the cluster creation.
root on venus:/>cmruncl
cmruncl : Waiting for cluster to form....
cmruncl : Cluster successfully formed.
cmruncl : Check the syslog file for any warnings found during startup.
root on venus:/>cmviewcl
CLUSTER STATUS
cluster1 up
NODE STATUS STATE
venus up running
UNOWNED_PACKAGES
PACKAGE STATUS STATE PKG_SWITCH NODE
test2 down halted disabled unowned
Looks Good!
Hang on I'll post some more info
and don't worry
and post points
Galore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:08 AM
тАО03-07-2003 07:08 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
Error: Unknown keyword (PACKAGE_NAME) on line 14
cmcheckconf -C /etc/cmcluster/test2/test2.conf
Begin cluster verification...
Error: Unknown keyword (PACKAGE_NAME) on line 14
Refer to documentation for valid keywords and identifiers.
cmcheckconf : Error found in cluster file: /etc/cmcluster/test2/test2.conf.
I have this:
# package when viewing or manipulating it. It must be different from
# the other configured package names.
PACKAGE_NAME test2
Is this wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:11 AM
тАО03-07-2003 07:11 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
#vgchange -a e vg03
successfully
vgchange -a e vg03
vgchange: Activation mode requested for the volume group "/dev/vg03" conflicts with configured mode.
Thanks for any help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:11 AM
тАО03-07-2003 07:11 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
In the last post
You should be using '-P" not -C
-C is for cluster configuration file.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:12 AM
тАО03-07-2003 07:12 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:13 AM
тАО03-07-2003 07:13 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
Looks like you didn't do things in order.
Do a
vgchange -c y vg03
vgchange -a e vg03
If vg03 is part of your cluster.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:20 AM
тАО03-07-2003 07:20 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
root on venus:/>vgchange -a n vg03
vgchange: Volume group "vg03" has been successfully changed.
root on venus:/>vgchange -c y vg03
vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vg03".
root on venus:/>vgchange -a e vg03
vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/vg03".
root on venus:/>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:22 AM
тАО03-07-2003 07:22 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
root on venus:/>cmrunnode
cmrunnode : Waiting for cluster to form....
cmrunnode : Cluster successfully formed.
cmrunnode : Check the syslog file for any warnings found during startup.
root on venus:/>vgchange -c y vg03
Performed Configuration change.
Volume group "vg03" has been successfully changed.
root on venus:/>vgchange -a e vg03
Activated volume group in Exclusive Mode.
Volume group "vg03" has been successfully changed.
root on venus:/>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:23 AM
тАО03-07-2003 07:23 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
Alex
Duncan
Steele
John
Melvyn
Sridhar x 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-07-2003 07:23 AM
тАО03-07-2003 07:23 AM
Re: Unknown keyword (PATH=/USR/BIN:/USR/SBIN:/ETC:/BIN)
Looks like you have things under control now.
-Sri