- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- show dev/fil shows 000000 PID file that is not an ...
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
10-17-2006 03:07 AM
10-17-2006 03:07 AM
HKFMS1$ show dev/file disk$data9
Process name PID File name
00000000 [000000]INDEXF.SYS;1
00000000 [INGRES_AXP.INGRES.FILES.ENGLISH]FAST_V3.MNX;41
An "install list/gl" does not list this file. I think this is a "mapped" menu file from third party software called Ingres. Any way of "removing" this entry so I can dismount the disk? System is an Alpha Server 2100 running OpenVMS for Alpha 7.1. Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 04:05 AM
10-17-2006 04:05 AM
Re: show dev/fil shows 000000 PID file that is not an installed image
this might be a file mapped by a permanent global section. You need to find a command/function in INGRES to have that software remove/delete the global section.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 04:06 AM
10-17-2006 04:06 AM
Re: show dev/fil shows 000000 PID file that is not an installed image
an INGRES 'shutdown' type of command should remove that section file.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 06:08 AM
10-17-2006 06:08 AM
Re: show dev/fil shows 000000 PID file that is not an installed image
Thanks for the replies. Here is a little more information. I finally found the install information:
System Global Sections
II_FST3MSGSEC_ENGLISH
(00000000) PRM SYS Pgltcnt/Refcnt=128/112
---------------------------------------------
Logical I found:
HKFMS1$ sh log *fst*
(LNM$SYSTEM_TABLE)
"GBL$II_FST3MSGS_ENGLISH" =
"II_FST3MSGSEC_ENGLISH"
--------------------------------------------
Where logical gets defined and installed:
INGHOME:[INGRES]IISTARTUP1.COM;3
$ define/SYSTEM/exec GBL$II_FST3MSGS_ENGLISH
II_FST3MSGSEC_ENGLISH
$ iifstmsg :=
$ii_system:[ingres.utility]iifstmsg.exe
$ iifstmsg -a english
******************************
INGHOME:[INGRES.UTILITY]IISYMBOLDEF.COM;4
$ iifstmsg :==
$ii_system:[ingres.utility]iifstmsg.exe
--------------------------------------------
I'm waiting for our Ingres DBA to call me back. Any chance, with this information, you can tell me an "install remove" command that may work? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2006 09:31 AM
10-17-2006 09:31 AM
SolutionUsage : iifstmsg [-a] [-d] [-i in] lang1 lang2 ...
-a - Add global sections
-d - Delete global sections
-i in - Use installation name in section name
so you'd need to
$ iifstmsg := $ii_system:[ingres.utility]iifstmsg.exe
$ iifstmsg -d english
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2006 11:28 PM
10-18-2006 11:28 PM