Operating System - HP-UX
1752790 Members
6399 Online
108789 Solutions
New Discussion

cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

 
SOLVED
Go to solution
ParamanandamJ
Frequent Visitor

cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

We are planning to add the additional mount point the cluster Pkg .  the following error message getting while run the cmcheckpkg .

# cmcheckconf -v -P vprdci.ascii

Begin package verification...

Checking existing configuration ... Done

Parsing package file: vprdci.ascii.

vprdci.ascii:1675: Undefined Parameter ("sgesap/stack/sap_instance") specified.

vprdci.ascii:1676: Undefined Parameter ("sgesap/stack/sap_virtual_hostname") specified.

vprdci.ascii:1797: Undefined Parameter  ("sgesap/sapextinstance/sap_ext_instance") specified.

vprdci.ascii:1798: Undefined Parameter ("sgesap/sapextinstance/sap_ext_host") specified.

vprdci.ascii:1799: Undefined Parameter ("sgesap/sapextinstance/sap_ext_treat") specified.

vprdci.ascii:1800: Undefined Parameter ("sgesap/sapextinstance/sap_ext_instance") specified.

vprdci.ascii:1801: Undefined Parameter ("sgesap/sapextinstance/sap_ext_host") specified.

vprdci.ascii:1802: Undefined Parameter ("sgesap/sapextinstance/sap_ext_treat") specified.

 

cmcheckconf: Error found in package file: vprdci.ascii.

 

pls. help us resolve the error .

 

thank and regards,

Paramanandam

Personal Info Erased

 

 

6 REPLIES 6
Bill Hassell
Honored Contributor

Re: cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

I would start by examining all the lines that have "sgesap" in them.
Something like this:

grep sgesap vprdci.ascii

Or you can run vi and look at the line number specified for each error (line 1675 for the first error: vprdci.ascii:1675)

 



Bill Hassell, sysadmin
ParamanandamJ
Frequent Visitor

Re: cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

Pls. find the attachment file for VPRDCIascii file and "sgesap/stack/sap_instance" DVEBMGS01 "sgesap/stack/sap_virtual_hostname" vprdci The cluster is working fine now ( cmhaltcl and cmruncl and reboot) . WE are migrating storage from HPE EVA 4400 to HPE 3par 7400 and need to change new 3par LUN details in VPRDCI.ascii configuration file. We unavailable to apply the change to VPRDCI PKG due to this error. Pls. help us resolve this.
Bill Hassell
Honored Contributor

Re: cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

Unfortunately, your attachment is missing. This is likely due to a very restrictive policy for attachments in the community forums. Rename the files on your PC using .txt extension and be sure to watch that your reply actually has the attachments.



Bill Hassell, sysadmin
Dennis Handly
Acclaimed Contributor

Re: cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

>This is likely due to a very restrictive policy for attachments in the community forums.

 

Unfortunately only pictures are now valid, so add .jpg to the end.

https://community.hpe.com/t5/Announcements/Changes-to-File-Attachment-Security-Policy-on-the-Hewlett/td-p/6884253

Bill Hassell
Honored Contributor
Solution

Re: cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

Based on this new policy, you'll have to run the grep command, then take a picture of the results and paste the jpg file. Or you can copy the screen text and paste the result into a reply.



Bill Hassell, sysadmin
ParamanandamJ
Frequent Visitor

Re: cmcheckconf -v -P vprdci.ascii get following error Undefined Parameter

Thank for support,

 

it is resolved and working fine.