1826925 Members
2079 Online
109705 Solutions
New Discussion

econfig

 
jeff go
Frequent Advisor

econfig

hello all

I have been on and off the list...and am always happy to come back and see how informative it is..:)

anyway, can someone point me in the right diretion on a primer on edconfig? ( commands)...

any help is appreciated
thanks
jeff
if it aint broke, dont fix it
8 REPLIES 8
Jeff Schussele
Honored Contributor

Re: econfig

Hi Jeff,

Are you referring to HP Edit for MPE/ix?

If so - try:

http://www.docs.hp.com/mpeix/pdf/30316-90001.pdf

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
jeff go
Frequent Advisor

Re: econfig

Hi jeff

i am sorry..but to be honest with you, I am not sure..

all I know is when I go to the command "edconfig filename" then it launches the editor..

sound familiar?
if it aint broke, dont fix it
Jeff Schussele
Honored Contributor

Re: econfig

All I'm finding on a google search is references to it as a Linux util as well as an AIX util.
And a lot of refs to it as a boot util for multiple partitions on a DOS system.
I also saw one page referencing make utils as well.

Try searching google for edconfig as I'm not familiar with this at all. A search of HP docs only turns up the HP Edit reference.

Sorry,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
melvyn burnard
Honored Contributor

Re: econfig

So what OS are you using when you run this edconfig command?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
jeff go
Frequent Advisor

Re: econfig

melvyn
I am using UX 11.0
if it aint broke, dont fix it
melvyn burnard
Honored Contributor

Re: econfig

Jeff
I have never heard of that command in HP-UX. I know some MPE system applications used to have something like that.
Where does hte command reside?
What type of file is it?
I suspect someone may have written a script or executable for your site specific needs.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
jeff go
Frequent Advisor

Re: econfig

hi melvyn

that's what I am beginning to think...

i will have to dig deeper and see whats going on..

thanks again
jeff
if it aint broke, dont fix it
Patrick Wallek
Honored Contributor

Re: econfig

Some things to try to help you figure out what and / or where the edconfig file is.

# whence edconfig
Will tell you exactly what is ececuting

# alias edconfig
Just in case someone set an alias

# file /path/to/edconfig
(where the path comes from the 'whence edconfig' above)
Will tell you if it is a binary file or a script. If it is a script you can look at it with cat, more, vi, whatever floats your boat.

I would guess that it is either an alias to something, maybe even to vi, or a script someone wrote.