- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to overcome 'loss' of SCSI controller afte...
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
07-07-2004 06:18 PM
07-07-2004 06:18 PM
How to overcome 'loss' of SCSI controller after reboot
When this machine reboots - that is: restarted without cycling power - either by command or crash, PKB is 'lost'; even SRM doesn't see it, nor (obviously) any device controlled by it. If VMS comes up, all devices but the system disk do not exist, with all consequences....(BTW, the same applies if the INIT command is issued in SRM prior to BOOT).
Is there some way to regain the controller - and disks - after VMS has started?
Willem
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 03:25 AM
07-08-2004 03:25 AM
Re: How to overcome 'loss' of SCSI controller after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2004 07:58 AM
07-08-2004 07:58 AM
Re: How to overcome 'loss' of SCSI controller after reboot
$ sho dev pka0/full
Device PKA0:, device type Qlogic ISP1020 SCSI port, is online, error logging is
enabled.
Error count 0 Operations completed 93
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G,W
Reference count 0 Default buffer size 65535
Current preferred CPU Id 0 Fastpath 1
$ sho dev pkb0/full
Device PKB0:, device type NCR 53C810 SCSI, is online, error logging is enabled.
Error count 0 Operations completed 130
Owner process "" Owner UIC [SYSTEM]
Owner process ID 00000000 Dev Prot S:RWPL,O:RWPL,G,W
Reference count 0 Default buffer size 0
One way to overcome the problem is to connect the really required disks to PKA (the built-in controller), but the disks are in a BA356 cabinet - and PKA has no external outlet....
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 08:42 AM
07-09-2004 08:42 AM
Re: How to overcome 'loss' of SCSI controller after reboot
Cass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2004 09:11 AM
07-09-2004 09:11 AM
Re: How to overcome 'loss' of SCSI controller after reboot
At least, sort of.
As ususal, the solution proves to be too simple....
I changed two SRM variables:
BOOT_RESTE from OFF to ON
PKB0_DISCONNECT form 1 to 0.
I guess it's the second one, but a RESET won't harm the system. Now REBOOT leaves PKB0 alone so all disks can now be accessed, without power cycle.
(That's the problem if you have to put your questions off your machine... Now I had time to play a bit. I had to set another SRM parameter so that's the moment to try it out. You normally won't do this on a running system ;-))
Hopefully someone else finds this info useful.
Willem
OpenVMS Developer & System Manager