Yesterday i made a mistake on AIX 6.1 system.. I created two special devices on same hdisk , while creating devices using mknod command.
These devices had to be used for Oracle ARC implementation. While searching on internet for any command like rmnod , i realized that there is no such command available atleast on AIX. Some variants of linux do have rmnod command , but not AIX...
So what should be solution? After long research i concluded that best way to resolve this problem would be to delete hdisk device itslef. I deleted the device using rmdev -dl hdisk7 and all corresponding special devices ( which i created using mknod command ) were gone... Happ enough result!!
This is blog for IT Infrastructure consultants , who want to use latest technologies for building high profile solutions with reliability and high performance.
Subscribe to:
Post Comments (Atom)
How to Enable Graphical Mode on Red Hat 7 he recommended way to enable graphical mode on RHEL V7 is to install first following packages # ...
-
Putting the physical control panel in manual operating mode There are many instances , where you want to use ASMI interface to login to Hype...
-
While Lpars and Wpars are both virtualization features of IBM Power systems , there are inherently differences which do reside between Lpars...
-
Have u met any auditor who ask you about security of your backups? For most of system and database administrators it is an annoying question...
As far as I remember, in all Unices you can remove a node as a usual file with `rm` command. Why do you need a special command for that?
ReplyDelete