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
12-06-2004 10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 11:13 AM
12-06-2004 11:13 AM
Re: RMDRIVER
Could you expand on the "delete it" part of your previous response?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 12:26 PM
12-06-2004 12:26 PM
Re: RMDRIVER
Because RMDRIVER and AMDS have hooks deep into the operating system, it's recommended to completely remove them from the system before upgrading to a later version.
The following procedure can be used to completely remove DECamds from a system:
1. Log into the SYSTEM account on the system Console. Stop the Console Display processes on the console system (when running). From either the "System verview" or "Event Log" display windows, choose the "File" menu and select "Exit".
2. Stop the RMDRIVER using the following commands:
On a standalone system:
$ @SYS$STARTUP:AMDS$STARTUP STOP
On a system in a VMScluster:
$ MCR SYSMAN
SYSMAN> SET ENVIRONMENT/CLUSTER
SYSMAN> DO @SYS$STARTUP:AMDS$STARTUP STOP
SYSMAN> EXIT
3. Delete the AMDS files using the following commands:
$ DELETE SYS$STARTUP:AMDS*.*;*
$ DELETE AMDS$SYSTEM:AMDS*.*;*
$ DELETE AMDS$HELP:AMDS*.*;*
$ DELETE AMDS$TEST:AMDS*.*;*
$ DELETE SYS$LOADABLE_IMAGES:*RMDRIVER*.*;*
4. Remove AVAIL command verb from DCLTABLES:
$ SET COMMAND /DELETE=AVAIL -
/TABLE=SYS$SHARE:DCLTABLES.EXE -
/OUTPUT=SYS$COMMON:[SYSLIB]DCLTABLES.EXE
NOTE: After issuing the command above, login to the system at this point with a new session, without logging out of your existing session, to verify that the newly created DCLTABLES functions correctly.
5. Reboot the system.
As an alternative to rebooting, replace the DCLTABLES and deassign AMDS logical names by issuing the following:
$ INSTALL
INSTALL> REPLACE SYS$LIBRARY:DCLTABLES.EXE
INSTALL> EXIT
$ SHOW LOGICAL/SYSTEM AMDS*
.
.
.
$ DEASSIGN/SYSTEM/EXECUTIVE
.
.
.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2004 10:26 PM
12-06-2004 10:26 PM
Re: RMDRIVER
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=757619
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 08:42 AM
12-07-2004 08:42 AM
Re: RMDRIVER
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 09:55 PM
12-07-2004 09:55 PM
Re: RMDRIVER
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2004 11:47 PM
12-16-2004 11:47 PM
Re: RMDRIVER
If you put on the latest kit, it will fix a number of problems in keeping RMDRIVER and related files in synch with the operating system. There are a few things to note, however.
If you had DECamds installed before V7.2, then you might need to clean up some files as the DECamds, Availability Manager and OpenVMS kits now put files in their "new" places. The older DECamds kits put various files into SYS$COMMON:[AMDS] that are now in SYS$SYSTEM, SYS$MANAGER, etc. So, if you had a DECamds installation older than V7.2, then you should look at the DECamds installation notes that deal with the change in file locations ("Starting to Use the Data Provider" section). If you don't do this, then you will get some strange behavior.
Once you get the files in the right place, and get the latest kits on, then the PCSI installation will handle keeping the files current for your system.
Barry