- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: module loading
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
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
06-30-2004 04:33 AM
06-30-2004 04:33 AM
module loading
atdd module is loaded, but I'm looking for a way to affect atdd to this device.
I tried unloading and loading the module back, without success.
any ideas ?
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 06:10 AM
06-30-2004 06:10 AM
Re: module loading
Ddi you isntall the pre-rquisiste pathces ?
Did you do the configuration in /etc/rc.config.d/atdd.cfg ?
There is a section on how to troubleshoot this in the ATdd driver manual from IBM ..
Here is the steps for your exact problem,
Run # lsdev to check that the atdd is in the current kernel: 1. If the atdd isnâ t in the output, rebuild the kernel or reinstall atdd;
2. If the atdd is in the output
a. rebuild the system I/O configuration:
1) Remove /stand/ioconfig and /etc/ioconfig after to backup the files;
2) Reboot the system;
3) On System Console, enter # /sbin/ioinit -c while the autobooting is halted;
4) Run # /sbin/insf -e
5) Enter # ^D to exit the I/O configuration
b. Consider reinstalling the HP-UX operating system if the system is new or this is a new update.
Check out Part. 4 of this document for more details.
ftp://ftp.software.ibm.com/storage/devdrvr/Doc/IBM_TotalStorage_tape_IUG.pdf
rgds,
Abd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 06:21 AM
06-30-2004 06:21 AM
Re: module loading
Here is the problem :
atdd module from IBM starts with a script in /sbin/init.d, referencing a config file wich is NOT in /etc/rc.config.d as every start script should do, but in /var/tmp (!).
Someone shot the file, and as script sources the file, it exits.
I saw in the file the way to manually affect the module to the HW path (atdd_claim), and it now runs perfectly.
I put the config file in /etc/rc.config.d to be sure the next time... :)
Thanks,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 06:24 AM
06-30-2004 06:24 AM
Re: module loading
~Abdul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 06:51 AM
06-30-2004 06:51 AM
Re: module loading
You may try modifying a the ibm script in /sbin/init.d to look for a config file in /etc/rc.config.d/ directory.
May admins clear up /tmp peridically, and you may run into the problem again.
Preapare the backup of the file, before you start wokring on it.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 06:55 AM
06-30-2004 06:55 AM
Re: module loading
That's what I did. Config file is now at the right place (/etc/rc.config.d) for the 5 servers I run this module on.
All I can do is to suggest every one running this driver (LTO driver for TSM) to do the same.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)