![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Prevent output to window | katrvu | Shell Programming and Scripting | 3 | 02-20-2008 01:52 PM |
| Prevent ftp usage | NineInch | AIX | 1 | 03-04-2006 12:16 AM |
| SSH - prevent roaming around the server | Bab00shka | Security | 2 | 03-03-2006 08:41 AM |
| how to prevent deadlock on this... | yimab | High Level Programming | 5 | 10-11-2005 08:57 PM |
| Prevent bash from interpretation : | uday | UNIX for Dummies Questions & Answers | 7 | 06-26-2002 01:35 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to prevent /dev/rmt* re-assignments
Hi all,
Sometimes, when I reboot my AIX server, my tape drive /dev/rmt# assignments change. This creates some tedious TSM work prior to and after a reboot of the server. Is there a way to ensure that the /dev/rmt# assignments come up the same every time? Thanks |
|
||||
|
hmmm, coming up every time the same *is* the default behavior. There must be something wrong with your machine.
I can only guess, but i suspect that something with the ODM is wrong and therefore the cfgmgr which runs at boot time tries (probably in vain) to correct that. Maybe the following helps: completely remove the tape drive from the ODM (use "rmdev -dl" generously) and make sure the tape drive shows up nowhere in the ODM (check CuAt and PdDv tables primarily). Then reboot the machine so that the drives configuration is written anew. I hope this helps. bakunin |
|
||||
|
hm, this meant only that the reason is not something in AIX but in your machine. "wrong" was probably a stretch. For instance, hdisk devices (which are similar insofar as several equivalent ones are usually there) aren't changing every reboot either.
Maybe there is some script which deletes and reconfigures the devices upon (re)-boot time for some unknown reason? bakunin |
|
||||
|
Hi
That is not the normal behavior of AIX. Different from Solaris where you have to make a persistent binding of the tape devices, AIX it's supposed to save all information about devices in the ODM DB so in the next reboot it will configure devices still connected based on information of that ODM. You can use commands in order to review contents of your ODM: odmget CuAt > /tmp/cuat odmget CuDep > /tmp/cudep odmget CuDv > /tmp/cudv odmget CuDvDr > /tmp/cudvdr odmget CuVPD > /tmp/cuvpd is this environment a LPAR ?? if so, adapter where rmt devices are connected (either SCSI or HBA) is a desired or required resource at LPAR configuration ? Hope this helps |
| Sponsored Links | ||
|
|