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
11-06-2002 02:39 PM
11-06-2002 02:39 PM
econfig
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 02:49 PM
11-06-2002 02:49 PM
Re: econfig
Are you referring to HP Edit for MPE/ix?
If so - try:
http://www.docs.hp.com/mpeix/pdf/30316-90001.pdf
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 02:55 PM
11-06-2002 02:55 PM
Re: econfig
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 03:18 PM
11-06-2002 03:18 PM
Re: econfig
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 12:20 AM
11-07-2002 12:20 AM
Re: econfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 08:43 AM
11-07-2002 08:43 AM
Re: econfig
I am using UX 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 08:58 AM
11-07-2002 08:58 AM
Re: econfig
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 01:07 PM
11-07-2002 01:07 PM
Re: econfig
that's what I am beginning to think...
i will have to dig deeper and see whats going on..
thanks again
jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2002 01:18 PM
11-07-2002 01:18 PM
Re: econfig
# 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.