- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: mc sysman io auto issue
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
09-23-2007 06:40 PM
09-23-2007 06:40 PM
mc sysman io auto issue
When I run "mc sysman io auto/full" on my system with OpenVMS8.3 for IA64.I got some errors as below.Anybody can help me ? Thanks a lot.
CSD001$
CSD001$ mc sysman io auto/full
%SYSMAN-I-OUTPUT, command execution on node CSD001
%IOGEN-I-PREFIX, searching for ICBM with prefix SYS$
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM_401F
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM_40
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM
%IOGEN-E-ACTERR, error activating ICBM
-SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged image
%IOGEN-W-NOICBM, failed to find ICBM with prefix SYS$
%IOGEN-I-PREFIX, searching for ICBM with prefix DECW$
%IOGEN-I-ACTIVATE, activating ICBM DECW$ICBM_401F
%IOGEN-I-ACTIVATE, activating ICBM DECW$ICBM_40
%IOGEN-I-ACTIVATE, activating ICBM DECW$ICBM
%IOGEN-E-ACTERR, error activating ICBM
-RMS-E-FNF, file not found
%IOGEN-W-NOICBM, failed to find ICBM with prefix DECW$
CSD001$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 03:02 AM
09-24-2007 03:02 AM
Re: mc sysman io auto issue
Jur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 04:25 AM
09-24-2007 04:25 AM
Re: mc sysman io auto issue
Help message reponse:
The image SYS$SHARE:SYS$ICBM.EXE is not present on your system disk or is not installed.
Command:
$dir sys$share:SYS$ICBM.EXE
Reponse:
Directory SYS$COMMON:[SYSLIB]
SYS$ICBM.EXE;1
Check to see whether the image file exists and verify that it is installed as a known image.
Command:
$install list SYS$ICBM.EXE
Reponse:
DISK$ALPHASYS:
SYS$ICBM;1
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 06:15 PM
09-24-2007 06:15 PM
Re: mc sysman io auto issue
Thanks.when I run "install list sys$icbm.exe",it says "file not found" on all nodes.
==========================================
CSD002$
CSD002$ dir sys$share:sys$icbm.exe
Directory SYS$COMMON:[SYSLIB]
SYS$ICBM.EXE;1
Total of 1 file.
CSD002$
CSD002$ dir sys$common:[syslib]sys$icbm.exe
Directory SYS$COMMON:[SYSLIB]
SYS$ICBM.EXE;1
Total of 1 file.
CSD002$
CSD002$
CSD002$ install list sys$icbm.exe
%INSTALL-E-OPENIN, error opening DISK$I64SYS:
-RMS-E-FNF, file not found
CSD002$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 06:55 PM
09-24-2007 06:55 PM
Re: mc sysman io auto issue
The default is SYS$SYSTEM which is wrong for ICBM
Edwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 07:00 PM
09-24-2007 07:00 PM
Re: mc sysman io auto issue
INSTALL LIST SYS$SHARE:SYS$ICBM.EXE
of course
Sorry for the typo
Edwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 08:22 PM
09-24-2007 08:22 PM
Re: mc sysman io auto issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2007 09:57 PM
09-24-2007 09:57 PM
Re: mc sysman io auto issue
The exactly command is:
$install list sys$share:SYS$ICBM.EXE
Sorry for my mistake.
If the image is not well installed, then (help says):
For instructions on installing a known image, refer to the Install utility chapter in the HP OpenVMS System Management Utilities Reference Manual. If you still have problems, reinstall OpenVMS onto your system disk or contact an HP support representative for assistance.
After install image, you might use SYSMAN IO SHO PREFIX and SYSMAN IO SET PREFIX to check IO AUTOCONFIGURE options
See:
http://h71000.www7.hp.com/doc/83final/6048/6048pro_079.html#index_x_2117
link.
Saludos.
Daniel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 01:27 AM
09-25-2007 01:27 AM
Re: mc sysman io auto issue
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 03:01 PM
09-25-2007 03:01 PM
Re: mc sysman io auto issue
The problem is when I add a new hard disk into system and run "MC SYSMAN IO AUTO /LOG".System can not find the newly added hard disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 04:58 PM
09-25-2007 04:58 PM
Re: mc sysman io auto issue
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 05:20 PM
09-25-2007 05:20 PM
Re: mc sysman io auto issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 06:16 PM
09-25-2007 06:16 PM
Re: mc sysman io auto issue
As a workaround, try to manually install the image:
$ INSTALL ADD SYS$SHARE:SYS$ICBM.EXE
Then re-try the SYSMAN IO AUTO/LOG command.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007 08:18 PM
09-25-2007 08:18 PM
Re: mc sysman io auto issue
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 03:01 PM
09-26-2007 03:01 PM
Re: mc sysman io auto issue
Pls see the log below.
Normally when running "MC SYSMAN IO AUTO/LOG",it should wait a few seconds and then give some info.But on this system it did not wait.
CSD001$
CSD001$ recal /all
CSD001$
CSD001$ install add sys$share:sys$icbm
%INSTALL-E-FAIL, failed to CREATE entry for DISK$I64SYS:
-INSTALL-E-EXISTS, Known File Entry for a version of this file already exists
CSD001$
CSD001$ mc sysman io auto/log
%SYSMAN-I-OUTPUT, command execution on node CSD001
%IOGEN-I-PREFIX, searching for ICBM with prefix SYS$
%IOGEN-W-NOICBM, failed to find ICBM with prefix SYS$
%IOGEN-I-PREFIX, searching for ICBM with prefix DECW$
%IOGEN-W-NOICBM, failed to find ICBM with prefix DECW$
CSD001$

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2007 09:05 PM
09-26-2007 09:05 PM
Re: mc sysman io auto issue
Try removing the image and then again installing both the image sys as well as decw
install remove sys$icbm.exe
install remove decw$icbm.exe
install add sys$share:sys$icbm.exe
install add sys$share:decw$icbm.exe
Regards,
ajaydec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 07:24 PM
09-29-2007 07:24 PM
Re: mc sysman io auto issue
$ DEFINE/EXEC IAC$DEBUG FF
and re-try your SYSMAN command.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2007 07:26 PM
09-29-2007 07:26 PM
Re: mc sysman io auto issue
$ DEFINE/EXEC IAC$DEBUG FFFFFFFF
Compare the results from a working system with the output of your failing system...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 09:51 PM
10-08-2007 09:51 PM
Re: mc sysman io auto issue
could you pls find some infomation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 01:31 PM
10-09-2007 01:31 PM
Re: mc sysman io auto issue
%IOGEN-E-ACTERR, error activating ICBM
-RMS-E-FNF, file not found
%IOGEN-W-NOICBM, failed to find ICBM with prefix DECW$GRAPHICS_
%IOGEN-E-ACTERR, error activating ICBM
-RMS-E-FNF, file not found
%IOGEN-W-NOICBM, failed to find ICBM with prefix X25$
%IOGEN-I-SCSIPOLL, scanning for devices through SCSI port PKA0
%IOGEN-E-LOADERR, error configuring device SRA0, driver SYS$SRDRIVER.EXE
-RMS-E-FNF, file not found
I assume it's just the way AUTOCONFIGURE searches for devices and reports results. The PRIVINSTALL message is curious, but I wouldn't lose any sleep over it.
I also doubt it has anything to do with your disk problem. Repeat the IO AUTO command without /FULL or /LOG. If there are no messages, then I'd suggest you concentrate on the hardware. If there are messages post them here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2007 07:25 PM
10-13-2007 07:25 PM
Re: mc sysman io auto issue
From your most recent output provided, it looks like you seem to have gotten rid of the PRIVINSTALL message. How did you do this ? Or is it just by using /LOG instead of /FULL ? There are 2 PRIVINSTALL errors in the IAC$DEBUG output:
...
IMGACT-open image IOGEN$SAS_CONFIG KFE at 00000000
SYS$IMGACT\handler(7FF66B74): signaled error 00002054 from 80B45450
...
SYS$IMGACT: merge SYS$ICBM, flags 00000030-------------- returning, status 00002054
A SYSMAN IO AUTO/FULL on our V8.2 rx2600 looks like this:
%SYSMAN-I-OUTPUT, command execution on node I64VMS
%IOGEN-I-PREFIX, searching for ICBM with prefix SYS$
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM_401F
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM_40
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM
%IOGEN-I-PREFIX, searching for ICBM with prefix DECW$
%IOGEN-I-ACTIVATE, activating ICBM DECW$ICBM_401F
%IOGEN-I-ACTIVATE, activating ICBM DECW$ICBM_40
%IOGEN-I-ACTIVATE, activating ICBM DECW$ICBM
%IOGEN-E-ACTERR, error activating ICBM
-RMS-E-FNF, file not found
%IOGEN-W-NOICBM, failed to find ICBM with prefix DECW$
%IOGEN-I-SCSIPOLL, scanning for devices through SCSI port PKA0
%IOGEN-I-SCSIPOLL, scanning for devices through SCSI port PKB0
Please first check for the above 2 images, which do not seem to be installed. If you have an OpenVMS I64 system, where SYSMAN IO AUTO works, compare the output of IAC$DEBUG from that system with your failing one.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2007 08:42 PM
10-14-2007 08:42 PM
Re: mc sysman io auto issue
$ install delete sys$share:sys$icbm
$ MC SYSMAN IO AUTO/FULL will then show
...
%IOGEN-I-ACTIVATE, activating ICBM SYS$ICBM
%IOGEN-E-ACTERR, error activating ICBM
-SYSTEM-F-PRIVINSTALL, shareable images must be installed to run privileged image
%IOGEN-W-NOICBM, failed to find ICBM with prefix SYS$
...
and will NOT execute SCSI polling.
So you need to fix the PRIVINSTALL error, to be able to have SYSMAN IO AUTO poll your config for new disks.
Check with $ INSTALL LIST whether SYS$ICBM is correctly installed on your system.
Volker.